@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダー：大枠 */
.l-header__inner {
  background-image:
    url(/wp/wp-content/themes/swell_child/images/bg-left.png),
    url(/wp/wp-content/themes/swell_child/images/bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    -20px 0,
    calc(100% + 20px) 0;
  background-size: 25%, 25%;
}
@media not all and (min-width: 960px) {
  .l-header__inner {
    background-position:
      -20px 54px,
      calc(100% + 20px) 54px;
    align-items: flex-start;
  }
}

/* ヘッダー：メニューボタン */
@media not all and (min-width: 960px) {
  .l-header__menuBtn {
    margin-top: 10px;
    margin-right: 4px;
  }
}

/* ヘッダー：ロゴ */
.l-header__logo:not(#_) {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__inner:not(#_) {
    padding-top: 0;
  }
  .-parallel-bottom .l-header__logo:not(#_) {
    padding: 10px 0 8px;
  }
}

.c-headLogo.-img:not(#_) {
  margin: 16px 0 10px;
}
.-img .c-headLogo__link:not(#_) {
  transition: opacity 0.3s linear;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.-img .c-headLogo__link:hover {
  opacity: 0.8;
}
@media not all and (min-width: 960px) {
  .c-headLogo.-img:not(#_) {
    margin: 12px 0 10px;
  }
  .-img .c-headLogo__link:not(#_) {
    padding: 0;
  }
}

/* ヘッダー：キャッチフレーズ */
.c-catchphrase:not(#_) {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
  padding: 12px 16px 8px;
  min-width: 120px;
  max-width: 100%;
  min-height: 36px;
  color: #fff;
  font-size: 14px;
  background: #20b2aa;
  border-radius: 30px;
}
.c-catchphrase:not(#_)::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid lightseagreen;
}
@media not all and (min-width: 960px) {
  .c-catchphrase:not(#_) {
    max-width: 260px;
    margin: 10px auto 0;
    padding: 6px 16px 4px;
    line-height: 1.4;
  }
  .c-catchphrase:not(#_)::before {
    top: 95%;
    border: 10px solid transparent;
    border-top: 10px solid lightseagreen;
    margin-left: -10px;
  }
}

/* ヘッダー：グローバルナビ */
.c-gnav > .menu-item:not(#_) {
  display: block;
  width: 176px;
  height: 60px;
}
.c-gnav > .menu-item > a:not(#_) {
  transition: all 0.3s ease-in-out;
}
.c-gnav > .menu-item > a:not(#_):hover {
  transform: translateY(-3px);
  color: #708090;
}
.c-gnav > .menu-item > a .ttl:not(#_) {
  font-size: 16px;
}
.c-gnav .menu-item .ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #ddd;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.c-gnav .menu-item a:hover .ttl::before {
  color: #20b2aa !important;
  transition: 1s;
}
.c-gnav .menu-item-18 .ttl::before {
  content: "\f7b6";
}
.c-gnav .menu-item-24 .ttl::before {
  content: "\f1ae";
  font-size: 20px;
}
.c-gnav .menu-item-19 .ttl::before {
  content: "\f008";
  font-size: 20px;
}
.c-gnav .menu-item-20 .ttl::before {
  content: "\f469";
}
.c-gnav > .menu-item > a:not(#_)::after {
  display: none;
}

/* ヘッダー：お知らせ */
.c-infoBar__text:not(#_) {
  padding: 12px 0 10px;
}
@media not all and (min-width: 960px) {
  .c-infoBar__text:not(#_) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* パンくず */
#body_wrap.single .p-breadcrumb__item:nth-last-of-type(2)::after {
  display: none;
}

/* PR表記 */
.c-prNotation {
  background-color: hsla(0, 0%, 78%, 0.15);
  padding: 0.75em 0.75em 0.6em;
}

/* 記事一覧：記事単体 */
.-type-list .p-postList__item {
  margin-bottom: 3em;
}

/* 記事一覧：タイトル */
.l-mainContent__inner .p-postList .p-postList__title:not(#_) {
  font-size: 18px;
  border-bottom: #20b2aa 1px dashed;
  margin-bottom: 18px;
  padding: 0 0 15px 0 !important;
  font-weight: 400 !important;
}
.l-mainContent__inner .p-postList .p-postList__title::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #20b2aa;
  margin-right: 7px;
}
@media not all and (min-width: 960px) {
  .l-mainContent__inner .p-postList .p-postList__title:not(#_) {
    font-size: 16px;
    border-bottom: none;
    padding: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .l-mainContent__inner .-type-list .p-postList__item:not(#_) {
    margin-bottom: 2em;
  }
  .l-mainContent__inner .p-postList .c-postThumb__cat:not(#_) {
    display: none;
  }
}

/* メイン：もくじ */
.rtoc-mokuji-content:not(#_) {
  max-width: 100%;
}
.rtoc-mokuji-content .rtoc-mokuji.level-1 li:not(#_) {
  font-size: 1em;
}

/* メイン：アイキャッチ */
.p-articleThumb__img {
  box-shadow: none;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* メイン：アイキャッチ下 */
.l-mainContent__inner > .post_content {
  margin: 2em 0;
}
@media not all and (min-width: 960px) {
  .l-mainContent__inner > .post_content {
    margin: 2em 0 0;
  }
}

/* サイドバー：カテゴリ */
#categories-3.c-listMenu a {
  padding: 1em 1em 1em 40px;
}
#categories-3.c-listMenu a:hover {
  transition: all 0.3s ease-in-out;
  background-color: #f5f8fa;
}
#categories-3 ul > li > a {
  position: relative;
  font-size: 14px;
}
#categories-3 ul > li:last-of-type > a {
  border-bottom: none;
}
#categories-3 ul > li > a:not(#_)::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  width: 30px;
  color: #ddd;
  font-size: 18px;
  transform: scale(1) translateX(0) translateY(-50%);
  left: 12px;
}
#categories-3 ul > li > a:not(#_):hover::before {
  color: lightseagreen !important;
  transition: 1s;
}
#categories-3 .cat-item-4 a::before {
  content: "\f7b6";
}
#categories-3 .cat-item-7 a::before {
  content: "\f1ae";
  width: 28px;
  font-size: 22px;
  padding-left: 2px;
}
#categories-3 .cat-item-5 a::before {
  content: "\f008";
}
#categories-3 .cat-item-6 a::before {
  content: "\f469";
}

/* サイドバー：タグ */
.tag-cloud-link:not(#_) {
  color: #708090;
  background-color: #d7eeee;
}

/* サイドバー：もくじ */
#sidebar .post_content li:not(#_) {
  margin-top: 8px;
  margin-bottom: 8px;
}
#sidebar .p-toc__list .p-toc__childList:not(#_) {
  margin-bottom: 16px;
}

/* 本文：もくじ */
.l-mainContent .p-toc:not(#_) {
  display: none;
}

/* 本文見出し */
.post_content h2:not(#_) {
  font-size: 24px;
  margin-bottom: 1.26em;
  padding: 25px;
  padding-left: 30px;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
}
.post_content h2:not(#_)::before {
  content: "";
  height: 1em;
  border-radius: 50%;
  width: 1em;
  left: 0;
  top: 1.15em;
  background-image: linear-gradient(120deg, #84fab0 0%, #20b2aa 100%);
}
.post_content h3:not(#_) {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  border-top: 3px double #20b2aa;
  border-bottom: 3px double #20b2aa;
  border-left: none;
  margin-top: 2.6em;
  margin-bottom: 1.26em;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
  padding-left: 1.5em;
  position: relative;
}
.post_content h3:not(#_)::before {
  background: none;
  position: absolute;
  top: 28%;
  left: 10px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #20b2aa;
  width: 0.3em;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.post_content h4 {
  font-weight: 600;
  color: #20b2aa;
  border-bottom: 3px dotted #20b2aa;
  margin-top: 1.6em;
  margin-bottom: 1.26em;
  padding: 0.2em 1em 0.4em;
}
@media not all and (min-width: 960px) {
  .post_content h2:not(#_) {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 1em 0 0;
    padding-right: 0;
  }
  .post_content h2:not(#_)::before {
    top: 1.6em;
  }
  .post_content h3:not(#_) {
    font-size: 1.16em;
    line-height: 1.4;
  }
  .post_content h4:not(#_) {
    font-size: 1.12em;
  }
}

/* 本文小文字 */
.post_content small {
  line-height: 1.8;
  display: inline-block;
}

/* 本文DT・DD */
.swell-block-dl__dt:not(#_) {
  position: relative;
  padding-left: 20px;
}
.swell-block-dl__dt:not(#_)::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #20b2aa;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.swell-block-dl__dd:not(#_) {
  padding: 0.5em 0 0;
}
@media not all and (min-width: 960px) {
  .swell-block-dl__dt:not(#_) {
    padding-left: 1.3em;
  }
  .swell-block-dl__dt:not(#_)::before {
    top: 0.57em;
    width: 0.7em;
    height: 0.7em;
  }
}

/* 本文ステップブロック */
@media not all and (min-width: 600px) {
  .swell-block-step:not(.is-style-big):not(.is-style-small)
    > .swell-block-step__item
    > .swell-block-step__body:not(#_) {
    margin-left: -8px;
  }
  .swell-block-step__item:not(#_) {
    padding-bottom: 1em;
  }
  .swell-block-step__title + .swell-block-step__body:not(#_) {
    margin-top: 0;
  }
}
@media not all and (min-width: 960px) {
  .swell-block-step__title:not(#_) {
    font-size: 1.05em !important;
  }
}

/* 本文引用 */
.post_content blockquote:not(#_) {
  background-color: #fafbfc;
  border: 1px solid #ddd;
  padding: 1.4em 1.8em;
  position: relative;
}
.post_content blockquote:not(#_)::before,
.post_content blockquote:not(#_)::after {
  color: #c8c8c8;
  font-family: serif;
  position: absolute;
  font-size: 300%;
}
.post_content blockquote:not(#_)::before {
  content: "“";
  line-height: 1.1;
  left: 10px;
  top: 0;
}
.post_content blockquote:not(#_)::after {
  content: "”";
  line-height: 0;
  right: 10px;
  bottom: 0px;
}

/* 本文ふきだし */
@media not all and (min-width: 960px) {
  .c-balloon__body {
    padding: 4px 0 4px 14px;
  }
  .c-balloon__text {
    padding: 10px 12px;
  }
}

/* 記事下：前後記事リンク */
.p-pnLinks__item:not(#_) {
  font-size: 14px;
  line-height: 1.6;
}

/* 記事下：関連記事 */
#after_article .-related .-type-list .p-postList__item:not(#_) {
  margin-bottom: 2em;
}
#after_article .-related .p-postList .p-postList__title:not(#_) {
  font-size: 16px;
  border-bottom: none;
  padding: 0 !important;
}

/* フッター */
.l-footer__nav li:first-child a:not(#_) {
  border-left: none;
}
.l-footer__nav a:not(#_) {
  border-right: none;
}
