@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
*/
/* =======================
共通
======================= */
:root {
  --ff_base: "Zen Old Mincho", serif;
  --ff_en: "Rosarivo", cursive;
  --ff_num: "Prata", serif;
  --ff_noto: "Noto Sans JP", sans-serif;
  --main-color: #905543;
  --txt-color: #202F3F;
  --light-orange: #D1AA92;
  --light-beige: #F7F4F2;
}

body {
  font-weight: 400;
  font-size: 17px;
  font-family: var(--ff_base);
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
body * {
  letter-spacing: 0;
  line-height: 1.6;
}
body .u-thin {
  opacity: 1;
}

main {
  font-weight: 500;
}

.ff-en {
  font-family: var(--ff_en);
  font-weight: 400;
}

.ff-num {
  font-family: var(--ff_num);
}

a, a::after, a::before {
  color: inherit;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

a:hover {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-image img {
  width: 100%;
}

.l-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.swell-block-columns__inner, .swell-block-columns__inner {
  -moz-column-gap: var(--swl-clmn-mrgn--x);
  -webkit-column-gap: var(--swl-clmn-mrgn--x);
          column-gap: var(--swl-clmn-mrgn--x);
  margin-left: 0;
}

.swell-block-columns .swell-block-column, .swell-block-columns .swell-block-column {
  width: var(--clmn-w);
  margin-left: 0;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-10 {
  padding-top: 1em !important;
}

.u-pb-10 {
  padding-bottom: 1em !important;
}

.u-pt-15 {
  padding-top: 1.5em !important;
}

.u-pb-15 {
  padding-bottom: 1.5em !important;
}

.u-pt-20 {
  padding-top: 2em !important;
}

.u-pb-20 {
  padding-bottom: 2em !important;
}

.u-pt-25 {
  padding-top: 2.5em !important;
}

.u-pb-25 {
  padding-bottom: 2.5em !important;
}

.u-pt-30 {
  padding-top: 3em !important;
}

.u-pb-30 {
  padding-bottom: 3em !important;
}

.u-pt-35 {
  padding-top: 3.5em !important;
}

.u-pb-35 {
  padding-bottom: 3.5em !important;
}

.u-pt-40 {
  padding-top: 4em !important;
}

.u-pb-40 {
  padding-bottom: 4em !important;
}

.u-pt-45 {
  padding-top: 4.5em !important;
}

.u-pb-45 {
  padding-bottom: 4.5em !important;
}

.u-pt-50 {
  padding-top: 5em !important;
}

.u-pb-50 {
  padding-bottom: 5em !important;
}

.u-pt-55 {
  padding-top: 5.5em !important;
}

.u-pb-55 {
  padding-bottom: 5.5em !important;
}

.u-pt-60 {
  padding-top: 6em !important;
}

.u-pb-60 {
  padding-bottom: 6em !important;
}

.u-pt-65 {
  padding-top: 6.5em !important;
}

.u-pb-65 {
  padding-bottom: 6.5em !important;
}

.u-pt-70 {
  padding-top: 7em !important;
}

.u-pb-70 {
  padding-bottom: 7em !important;
}

.u-pt-75 {
  padding-top: 7.5em !important;
}

.u-pb-75 {
  padding-bottom: 7.5em !important;
}

.u-pt-80 {
  padding-top: 8em !important;
}

.u-pb-80 {
  padding-bottom: 8em !important;
}

.u-pt-85 {
  padding-top: 8.5em !important;
}

.u-pb-85 {
  padding-bottom: 8.5em !important;
}

.u-pt-90 {
  padding-top: 9em !important;
}

.u-pb-90 {
  padding-bottom: 9em !important;
}

.u-pt-95 {
  padding-top: 9.5em !important;
}

.u-pb-95 {
  padding-bottom: 9.5em !important;
}

.u-pt-100 {
  padding-top: 10em !important;
}

.u-pb-100 {
  padding-bottom: 10em !important;
}

.u-pt-110 {
  padding-top: 11em !important;
}

.u-pb-110 {
  padding-bottom: 11em !important;
}

.u-pt-120 {
  padding-top: 12em !important;
}

.u-pb-120 {
  padding-bottom: 12em !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-10 {
  margin-top: 1em !important;
}

.u-mt-15 {
  margin-top: 1.5em !important;
}

.u-mt-20 {
  margin-top: 2em !important;
}

.u-mt-25 {
  margin-top: 2.5em !important;
}

.u-mt-30 {
  margin-top: 3em !important;
}

.u-mt-35 {
  margin-top: 3.5em !important;
}

.u-mt-40 {
  margin-top: 4em !important;
}

.u-mt-45 {
  margin-top: 4.5em !important;
}

.u-mt-50 {
  margin-top: 5em !important;
}

.u-mt-55 {
  margin-top: 5.5em !important;
}

.u-mt-60 {
  margin-top: 6em !important;
}

.u-mt-65 {
  margin-top: 6.5em !important;
}

.u-mt-70 {
  margin-top: 7em !important;
}

.u-mt-75 {
  margin-top: 7.5em !important;
}

.u-mt-80 {
  margin-top: 8em !important;
}

.u-mt-85 {
  margin-top: 8.5em !important;
}

.u-mt-90 {
  margin-top: 9em !important;
}

.u-mt-95 {
  margin-top: 9.5em !important;
}

.u-mb-70 {
  margin-bottom: 7em !important;
}

.u-mb-75 {
  margin-bottom: 7.5em !important;
}

.u-mb-80 {
  margin-bottom: 8em !important;
}

.u-mb-85 {
  margin-bottom: 8.5em !important;
}

.u-mb-90 {
  margin-bottom: 9em !important;
}

.u-mb-95 {
  margin-bottom: 9.5em !important;
}

@media only screen and (max-width: 959px) {
  .u-pt-50 {
    padding-top: 3em !important;
  }
  .u-pb-50 {
    padding-bottom: 3em !important;
  }
  .u-pt-55 {
    padding-top: 3.5em !important;
  }
  .u-pb-55 {
    padding-bottom: 3.5em !important;
  }
  .u-pt-60 {
    padding-top: 3em !important;
  }
  .u-pb-60 {
    padding-bottom: 3em !important;
  }
  .u-pt-65 {
    padding-top: 3.5em !important;
  }
  .u-pb-65 {
    padding-bottom: 3.5em !important;
  }
  .u-pt-70 {
    padding-top: 4em !important;
  }
  .u-pb-70 {
    padding-bottom: 4em !important;
  }
  .u-pt-75 {
    padding-top: 4.5em !important;
  }
  .u-pb-75 {
    padding-bottom: 4.5em !important;
  }
  .u-pt-80 {
    padding-top: 4.6em !important;
  }
  .u-pb-80 {
    padding-bottom: 4.6em !important;
  }
  .u-pt-85 {
    padding-top: 5em !important;
  }
  .u-pb-85 {
    padding-bottom: 5em !important;
  }
  .u-pt-90 {
    padding-top: 5em !important;
  }
  .u-pb-90 {
    padding-bottom: 5em !important;
  }
  .u-pt-95 {
    padding-top: 5cm !important;
  }
  .u-pb-95 {
    padding-bottom: 5em !important;
  }
  .u-pt-100, .u-pt-110, .u-pt-120 {
    padding-top: 6em !important;
  }
  .u-pb-100, .u-pb-110, .u-pb-120 {
    padding-bottom: 6em !important;
  }
  .u-mt-40 {
    margin-top: 2em !important;
  }
  .u-mt-45 {
    margin-top: 2.5em !important;
  }
  .u-mt-50 {
    margin-top: 3em !important;
  }
  .u-mt-55 {
    margin-top: 3.5em !important;
  }
  .u-mt-60 {
    margin-top: 4em !important;
  }
  .u-mt-65 {
    margin-top: 4.5em !important;
  }
  .u-mt-70 {
    margin-top: 5em !important;
  }
  .u-mt-75 {
    margin-top: 5.5em !important;
  }
  .u-mt-80 {
    margin-top: 6em !important;
  }
  .u-mt-85 {
    margin-top: 6.5em !important;
  }
  .u-mt-90 {
    margin-top: 7em !important;
  }
  .u-mt-95 {
    margin-top: 7.5em !important;
  }
  .u-mb-70 {
    margin-bottom: 5em !important;
  }
  .u-mb-75 {
    margin-bottom: 5.5em !important;
  }
  .u-mb-80 {
    margin-bottom: 6em !important;
  }
  .u-mb-85 {
    margin-bottom: 6.5em !important;
  }
  .u-mb-90 {
    margin-bottom: 7em !important;
  }
  .u-mb-96 {
    margin-bottom: 7.5em !important;
  }
  .u-mb-50 {
    margin-bottom: 3em !important;
  }
  .u-mb-60 {
    margin-bottom: 4em !important;
  }
  .u-mb-70 {
    margin-bottom: 5em !important;
  }
  .u-mb-80 {
    margin-bottom: 6em !important;
  }
  .u-mb-90 {
    margin-bottom: 7em !important;
  }
}
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

ol.list-reset, ul.list-reset {
  padding-left: 0;
  list-style: none;
}

.swl-bg-color {
  border-radius: 0;
}

.alignwide, .l-content .alignfull {
  left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
  width: calc(100vw - var(--swl-scrollbar_width, 0px));
}

.txt-upper {
  text-transform: uppercase;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 959px) {
  br.sp {
    display: block;
  }
}

.container-s {
  max-width: 1080px;
  margin-inline: auto;
}

.p-postList__thumb.c-postThumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post_content .c-postThumb__cat {
  left: 0;
  right: auto;
  font-size: 0.82em;
  line-height: 1.42;
  padding-block: 1px 2px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-postThumb__cat.icon-folder::before {
  content: none;
}

.-type-card .p-postList__body {
  padding-top: 10px;
}
.-type-card .p-postList__title {
  font-size: 1em !important;
  font-weight: 500;
}
.-type-card .p-postList__meta {
  margin-top: 5px !important;
  color: var(--txt-color);
  font-size: 0.88em;
}
.-type-card .p-postList__times {
  padding-block: 0;
}

.has-white-background-color {
  color: var(--txt-color);
}

.cmn__bnr {
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
}
.cmn__bnr-block {
  max-width: 880px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block {
    max-width: 400px;
  }
}
.cmn__bnr-block .swell-block-columns__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.35em;
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block .swell-block-columns__inner {
    gap: 0.66em;
  }
}
.cmn__bnr-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.cmn__bnr-block a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cmn__bnr-block .img {
  width: 100%;
  aspect-ratio: 420/175;
  overflow: hidden;
}
.cmn__bnr-block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cmn__bnr-block .txt {
  min-height: 105px;
  padding: 0.7em 1em 0.88em 3.17em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block .txt {
    min-height: auto;
    padding: 0.4em 1em 0.8em 3.66em;
  }
}
.cmn__bnr-block .txt::before {
  content: "";
  display: block;
  width: 1.05em;
  height: calc(100% + 0.58em);
  background-image: url(/wp-content/uploads/2026/04/cmn_bnr_ttl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0.88em;
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block .txt::before {
    width: 0.8em;
    left: 1.66em;
  }
}
.cmn__bnr-block .txt .head-block {
  gap: 0.88em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block .txt .head-block {
    gap: 0.66em;
  }
}
.cmn__bnr-block .txt .head-block::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background-image: url(/wp-content/uploads/2026/04/arw_dbl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.cmn__bnr-block .txt .head-block .ff-en {
  line-height: 1.2;
  letter-spacing: 0.4em;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media only screen and (max-width: 959px) {
  .cmn__bnr-block .txt .head-block .ff-en {
    font-size: 0.66em !important;
  }
}
.cmn__bnr-block .txt .head-block .ff-en + p {
  line-height: 1.45;
}
.cmn__bnr-block .txt .head-block .ff-en + p strong {
  line-height: 1.45;
}
.cmn__bnr-block .txt .head-block + p {
  line-height: 1.2;
}

.u-mb-ctrl + .cmn__info {
  margin-top: -4.7em !important;
}

.cmn__info {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #B1887B), color-stop(30%, #D9B5A1), color-stop(50%, #F5D3C0), color-stop(70%, #D9B5A1), to(#B1887B));
  background-image: linear-gradient(to right, #B1887B 0, #D9B5A1 30%, #F5D3C0 50%, #D9B5A1 70%, #B1887B 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% calc(100% - 4.7em);
  background-color: transparent !important;
}
.cmn__info .swell-block-fullWide__inner {
  padding-inline: 0;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .cmn__info .swell-block-fullWide__inner {
    padding-inline: 1.33em;
  }
}
@media only screen and (max-width: 959px) {
  .cmn__info .swell-block-fullWide__inner {
    padding-inline: 1.33em;
  }
}
@media only screen and (max-width: 959px) {
  .cmn__info-block {
    max-width: 600px;
    margin-inline: auto;
  }
}
.cmn__info-block .swell-block-column {
  padding: 2.35rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 40px rgba(182, 151, 141, 0.1), 0 0 20px rgba(144, 85, 67, 0.2);
          box-shadow: 0 4px 40px rgba(182, 151, 141, 0.1), 0 0 20px rgba(144, 85, 67, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .swell-block-column {
    padding: 1.66em;
  }
}
.cmn__info-block .insta {
  padding-top: 4.33em;
  padding-bottom: 4.33em;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .insta {
    padding: 1.66em;
  }
}
.cmn__info-block .insta > * {
  width: 100%;
  max-width: 480px;
}
.cmn__info-block .insta .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .insta .heading {
    font-size: 1em !important;
    gap: 0.9em;
  }
}
.cmn__info-block .insta .heading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: var(--main-color);
}
.cmn__info-block .insta .heading + p {
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .insta .heading + p {
    text-align: center;
    font-size: 1.06em !important;
  }
}
.cmn__info-block .insta .link-wrap .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .cmn__info-block .insta .link-wrap .wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.66em;
  }
}
.cmn__info-block .insta .link-wrap .account-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.94em;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .insta .link-wrap .account-info {
    gap: 1em;
  }
}
.cmn__info-block .insta .link-wrap .account-info .wp-block-image {
  width: 2.7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .insta .link-wrap .account-info .wp-block-image {
    width: 2.45em;
  }
}
.cmn__info-block .insta .link-wrap .account-info p {
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmn__info-block .insta .link-wrap .swell-block-button.btn-out {
  margin-inline: 0;
}
.cmn__info-block .insta .link-wrap .swell-block-button.btn-out a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  padding: 0.3em 0.93em 0.5em;
  background-color: #FBF8F2;
  color: var(--main-color);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn__info-block .insta .link-wrap .swell-block-button.btn-out a::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--main-color);
  -webkit-mask-image: url(/wp-content/uploads/2026/04/ico_out.svg);
          mask-image: url(/wp-content/uploads/2026/04/ico_out.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.cmn__info-block .insta .link-wrap .swell-block-button.btn-out a:hover {
  background-color: var(--main-color);
  color: var(--light-beige);
}
.cmn__info-block .insta .link-wrap .swell-block-button.btn-out a:hover::after {
  background-color: var(--light-beige);
}
.cmn__info-block .special-present {
  padding: 3.4em 4.8em 2.35em;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present {
    padding: 2.33em 1.66em;
  }
}
.cmn__info-block .special-present > * {
  width: 100%;
  max-width: 430px;
}
.cmn__info-block .special-present .head-block {
  padding-left: 5.8em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block {
    width: calc(100% + 0.2em);
    padding-left: 3.86em;
    margin-bottom: 0.66em !important;
  }
}
.cmn__info-block .special-present .head-block .badge {
  width: 8.23em;
  height: 8.23em;
  padding-bottom: 0.5em;
  background-image: linear-gradient(135deg, #D9B5A1 0, #F5D3C0 24%, #D9B5A1 41%, #905543 100%);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 20px rgba(178, 160, 134, 0.4);
          box-shadow: inset 0 0 20px rgba(178, 160, 134, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0 0 10px rgba(144, 85, 67, 0.5);
  position: absolute;
  top: -1.52em;
  left: -3.41em;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block .badge {
    width: 5.97em;
    height: 5.97em;
    top: -1.25em;
    left: -2.8em;
  }
}
.cmn__info-block .special-present .head-block .badge p {
  text-align: justify;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block .badge .txt-01 {
    font-size: 1.12em !important;
  }
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block .badge .txt-02 {
    font-size: 1.02em !important;
  }
}
.cmn__info-block .special-present .head-block .ff-en {
  letter-spacing: 0.9em;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block .ff-en {
    font-size: 0.66em !important;
  }
}
.cmn__info-block .special-present .head-block .ff-en + p {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9B5A1), color-stop(16%, #905543), color-stop(55%, #D9B5A1), to(#905543));
  background: linear-gradient(to right, #D9B5A1 0, #905543 16%, #D9B5A1 55%, #905543 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present .head-block .ff-en + p {
    font-size: 23px !important;
  }
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present > p {
    font-size: 1em !important;
  }
}
.cmn__info-block .special-present > p.has-text-color {
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .cmn__info-block .special-present > p.has-text-color {
    width: calc(100% + 1em);
    font-size: 1.06em !important;
  }
}
.cmn__info-block .special-present > p:not(.has-text-color) {
  line-height: 1.8;
}
.cmn__info-block .special-present .is-style-more_btn.btn-line {
  width: 100%;
}

.cmn__class .swell-block-fullWide {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B1887B), color-stop(49.8%, #D9B5A1), color-stop(83%, #F5D3C0), color-stop(116.2%, #D9B5A1), color-stop(166%, #B1887B));
  background-image: linear-gradient(to bottom, #B1887B 0, #D9B5A1 49.8%, #F5D3C0 83%, #D9B5A1 116.2%, #B1887B 166%);
}
@media only screen and (max-width: 959px) {
  .cmn__class .swell-block-fullWide__inner.l-article {
    padding-inline: 1em;
  }
}
.cmn__class .head-block {
  margin-bottom: 2.94em;
}
@media only screen and (max-width: 959px) {
  .cmn__class .head-block {
    margin-bottom: 2em;
  }
}
.cmn__class .head-block .ff-en {
  margin-bottom: 0.27em;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .cmn__class .head-block .ff-en {
    margin-bottom: 0;
    font-size: 1em !important;
  }
}
.cmn__class .head-block h2 {
  margin-top: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .cmn__class .head-block h2 {
    font-size: 1.6em !important;
  }
}
@media only screen and (max-width: 959px) {
  .cmn__class-block {
    max-width: 600px;
    margin-inline: auto;
  }
}
.cmn__class-block .swell-block-columns__inner {
  row-gap: 2.11em;
}
@media only screen and (max-width: 959px) {
  .cmn__class-block .swell-block-columns__inner {
    row-gap: 1em;
  }
}
.cmn__class-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
          box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
}
.cmn__class-item a:hover {
  opacity: 0.7;
}
.cmn__class-item .img {
  width: 31%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1em 0 1em 1.76em;
  background-repeat: no-repeat;
  background-size: calc(100% - 1.76em) 100%;
  background-position: center left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .cmn__class-item .img {
    padding-left: 1em;
  }
}
.cmn__class-item .txt {
  width: 69%;
  padding: 0.76em 1.41em 0.76em 1.76em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 959px) {
  .cmn__class-item .txt {
    padding-inline: 1em;
  }
}
.cmn__class-item .txt h3 {
  margin-bottom: 0.41em;
  font-weight: 900;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .cmn__class-item .txt h3 {
    font-size: 1.2em !important;
    line-height: 1.2;
  }
}
.cmn__class-item .txt p {
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .cmn__class-item .txt p {
    font-size: 0.9em !important;
    line-height: 1.4;
  }
}
.cmn__class-item.bg-bl .img {
  background-image: url(/wp-content/uploads/2026/04/cmn_class_bg_bl.jpg);
}
.cmn__class-item.bg-br .img {
  background-image: url(/wp-content/uploads/2026/04/cmn_class_bg_br.jpg);
}

.cmn__anchor {
  max-width: 683px;
  margin-inline: auto;
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.35em 3.52em;
  list-style: none;
}
@media only screen and (min-width: 700px) and (max-width: 959px) {
  .cmn__anchor {
    max-width: none;
    gap: 1.5em 2em;
    padding-inline: 0.75em !important;
  }
}
@media only screen and (max-width: 699px) {
  .cmn__anchor {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 1em;
    padding-inline: 0.75em !important;
  }
}
.cmn__anchor > li {
  margin-block: 0;
}
.cmn__anchor > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1em;
  width: 100%;
  height: 100%;
  padding: 1em 1.17em 1em 1.4em;
  border: 1px solid var(--main-color);
  background-color: var(--light-beige);
}
.cmn__anchor > li a:hover {
  background-color: #efe7e1;
}
.cmn__anchor > li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(/wp-content/uploads/2026/04/arw_anchor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.cmn__anchor > li a strong {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 1.47;
}
@media only screen and (max-width: 959px) {
  .cmn__anchor > li a strong {
    font-size: min(1em, 16px);
  }
}

.is-style-more_btn a {
  min-width: auto;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1.76em 1em 1.47em;
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
          box-shadow: 0 0 0 1px var(--main-color);
  color: var(--main-color);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .is-style-more_btn a {
    min-height: 58px;
    padding: 1em 2em 1em 1.66em;
  }
}
.is-style-more_btn a::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  background-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -16px;
}
@media only screen and (max-width: 959px) {
  .is-style-more_btn a::after {
    width: 26px;
    height: 6px;
    right: -14px;
  }
}
.is-style-more_btn a:hover {
  background-color: #efe7e1;
  color: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
          box-shadow: 0 0 0 1px var(--main-color);
}
.is-style-more_btn a span {
  line-height: 1.2;
}

.is-style-more_btn.btn-line a {
  width: 100%;
  max-width: 420px;
  min-height: 80px;
  padding: 1.2em 1.5em;
  background-color: #00B900;
  -webkit-box-shadow: 0 0 0 1px #00B900;
          box-shadow: 0 0 0 1px #00B900;
  color: #fff;
  font-size: 1.17em;
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .is-style-more_btn.btn-line a {
    min-height: 60px;
    font-size: 1.06em;
  }
}
.is-style-more_btn.btn-line a::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
          mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  right: 1.5em;
}
.is-style-more_btn.btn-line a:hover {
  background-color: #fff;
  color: #00B900;
  -webkit-box-shadow: 0 0 0 1px #00B900;
          box-shadow: 0 0 0 1px #00B900;
}
.is-style-more_btn.btn-line a:hover::after {
  background-color: #00B900;
}
.is-style-more_btn.btn-line a span {
  letter-spacing: 0.05em;
}

.is-style-more_btn.btn-bl a {
  width: 100%;
  min-height: 80px;
  padding: 1.2em 1.5em;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
  -webkit-box-shadow: 0 0 0 1px rgba(14, 38, 67, 0);
          box-shadow: 0 0 0 1px rgba(14, 38, 67, 0);
  color: #fff;
  font-size: 1.17em;
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .is-style-more_btn.btn-bl a {
    min-height: 60px;
    font-size: 1.06em;
  }
}
.is-style-more_btn.btn-bl a::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  background: #fff;
  -webkit-mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
          mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  right: 1.5em;
}
.is-style-more_btn.btn-bl a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
  background-image: linear-gradient(#fff);
  color: #0E2643;
  -webkit-box-shadow: 0 0 0 1px #0E2643;
          box-shadow: 0 0 0 1px #0E2643;
}
.is-style-more_btn.btn-bl a:hover::after {
  background-color: #0E2643;
}
.is-style-more_btn.btn-bl a span {
  letter-spacing: 0.05em;
}

#body_wrap {
  background-image: url(/wp-content/uploads/2026/04/header_bg.png);
  background-repeat: no-repeat;
  background-size: 540px auto;
  background-position: top left;
}
@media only screen and (max-width: 959px) {
  #body_wrap {
    background-size: 46vw auto;
    background-position: -18.66vw 0;
  }
}

.l-header {
  background: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}

[data-scrolled=true] .l-header {
  background-color: #efe7e1;
}

.-series .l-header__logo,
.l-fixHeader__logo,
.c-widget__title.-spmenu .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding-block: 27px;
}
@media only screen and (max-width: 959px) {
  .-series .l-header__logo,
  .l-fixHeader__logo,
  .c-widget__title.-spmenu .l-header__logo {
    padding: 10px 0 10px 1em;
  }
}
.-series .l-header__logo .c-headLogo.-txt,
.l-fixHeader__logo .c-headLogo.-txt,
.c-widget__title.-spmenu .l-header__logo .c-headLogo.-txt {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
  .-series .l-header__logo .c-headLogo.-txt,
  .l-fixHeader__logo .c-headLogo.-txt,
  .c-widget__title.-spmenu .l-header__logo .c-headLogo.-txt {
    height: auto;
  }
}
.-series .l-header__logo .c-headLogo.-txt .c-headLogo__link,
.l-fixHeader__logo .c-headLogo.-txt .c-headLogo__link,
.c-widget__title.-spmenu .l-header__logo .c-headLogo.-txt .c-headLogo__link {
  font-family: var(--ff_en);
  font-size: 1.52em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .-series .l-header__logo .c-headLogo.-txt .c-headLogo__link,
  .l-fixHeader__logo .c-headLogo.-txt .c-headLogo__link,
  .c-widget__title.-spmenu .l-header__logo .c-headLogo.-txt .c-headLogo__link {
    font-size: min(1.2em, 1.9vw) !important;
  }
}
@media only screen and (max-width: 959px) {
  .-series .l-header__logo .c-headLogo.-txt .c-headLogo__link,
  .l-fixHeader__logo .c-headLogo.-txt .c-headLogo__link,
  .c-widget__title.-spmenu .l-header__logo .c-headLogo.-txt .c-headLogo__link {
    font-size: 1.2em;
  }
}
.-series .l-header__logo .c-catchphrase,
.l-fixHeader__logo .c-catchphrase,
.c-widget__title.-spmenu .l-header__logo .c-catchphrase {
  padding-top: 0.3em;
  padding-bottom: 0;
  font-size: 1em !important;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .-series .l-header__logo .c-catchphrase,
  .l-fixHeader__logo .c-catchphrase,
  .c-widget__title.-spmenu .l-header__logo .c-catchphrase {
    font-size: 0.7em !important;
  }
}
@media only screen and (max-width: 959px) {
  .-series .l-header__logo .c-catchphrase,
  .l-fixHeader__logo .c-catchphrase,
  .c-widget__title.-spmenu .l-header__logo .c-catchphrase {
    display: block !important;
    padding-top: 3px;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 959px) {
  .l-header .l-header__inner .l-header__customBtn {
    display: none;
  }
}

.c-gnav {
  gap: 1.47em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .c-gnav {
    gap: 1em;
  }
}
.c-gnav > .menu-item:nth-of-type(2) .sub-menu {
  width: 260px;
}

.c-gnav > .menu-item > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
  padding-inline: 0;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 0.7em;
  }
}
.c-gnav > .menu-item > a .c-smallNavTitle {
  padding-left: 0.2em;
  font-family: var(--ff_en);
  text-transform: uppercase;
  font-size: 0.94em;
  line-height: 1.5;
  letter-spacing: 0.4em;
  opacity: 1;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .c-gnav > .menu-item > a .c-smallNavTitle {
    font-size: 0.8em;
    letter-spacing: 0.2em;
  }
}

.l-header__menuBtn {
  margin-right: 10px;
}
.l-header__menuBtn .c-iconBtn__icon {
  width: 28px;
}

.c-gnav .sub-menu {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
  background-color: #EFE7E1;
  -webkit-box-shadow: 0 4px 20px rgba(178, 160, 134, 0.4);
          box-shadow: 0 4px 20px rgba(178, 160, 134, 0.4);
}
.c-gnav .sub-menu .ttl {
  font-size: 0.94em;
  font-weight: 500;
  line-height: 1.6;
}
.c-gnav .sub-menu a {
  padding: 0;
}
.c-gnav .sub-menu a::before {
  content: none;
}
.c-gnav .sub-menu a:hover {
  background-color: transparent;
  color: var(--main-color);
}
.c-gnav .sub-menu a:hover .ttl {
  left: auto;
}

.c-gnav > .menu-item > .sub-menu {
  top: calc(100% - 20px);
}

.l-fixHeader .c-gnav > .menu-item > .sub-menu {
  top: calc(100% - 8px);
}

.p-spMenu__inner {
  padding-top: 0 !important;
  width: 100vw;
}
.p-spMenu__inner .p-spMenu__closeBtn {
  width: 60px;
}
.p-spMenu__inner .p-spMenu__body {
  background-image: url(/wp-content/uploads/2026/04/header_bg.png), url(/wp-content/uploads/2026/04/sp_menu_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 46vw auto, 100% auto;
  background-position: -18.66vw 0, bottom left;
}

[data-spmenu=closed] .-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.p-spMenu .c-widget__title.-spmenu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  color: var(--txt-color);
}
.p-spMenu .c-widget__title.-spmenu .l-header__logo {
  padding-left: 0;
}

.p-spMenu__nav {
  margin-top: 25px;
  margin-left: 21px;
  padding-bottom: 64px;
}
.p-spMenu__nav .c-spnav.c-listMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--txt-color);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item > a .c-smallNavTitle.desc {
  margin-inline: 0 1em;
  font-family: var(--ff_en);
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  opacity: 1;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item > a:hover {
  padding-inline: 0;
  background-color: transparent;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item .sub-menu {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item .sub-menu > .menu-item a {
  padding-left: 20px;
  font-size: 1em;
  line-height: 1.6;
}
.p-spMenu__nav .c-spnav.c-listMenu > .menu-item .sub-menu > .menu-item a:hover {
  background-color: transparent;
}

.w-beforeFooter {
  display: none;
}

.home .w-beforeFooter,
.blog .w-beforeFooter,
.archive .w-beforeFooter {
  display: block;
}

.home .w-beforeFooter {
  margin-top: 0;
}

.blog .w-beforeFooter,
.archive .w-beforeFooter {
  margin-top: 7em;
}

.l-footer__widgetArea {
  padding-block: 2.94em 1.64em;
  background-image: url(/wp-content/uploads/2026/04/footer_line.jpg);
  background-size: 100% 10px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .l-footer__widgetArea {
    padding-bottom: 2.13em;
  }
}

.w-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .w-footer {
    padding-inline: 3em;
  }
}

.c-listMenu a {
  padding: 0;
  border-bottom: none;
}
.c-listMenu a::before {
  content: none;
}

.w-footer__box {
  padding: 0;
}
.w-footer__box ul {
  list-style: none;
}
.w-footer__box ul.-list-flex {
  padding-left: 0;
}
.w-footer__box ul li {
  margin-block: 0;
}
.w-footer__box .p-blogParts.post_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .w-footer__box .p-blogParts.post_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-logo {
    margin-bottom: 2.66em;
  }
}
.w-footer__box .footer-logo p {
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-logo p {
    text-align: center;
    font-size: 1em !important;
  }
}
.w-footer__box .footer-logo p:not(.ff-en) {
  font-weight: 500;
}
.w-footer__box .footer-logo .ff-en {
  margin-bottom: 5px;
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-logo .ff-en {
    margin-bottom: 0;
    font-size: 1.2em !important;
  }
}
.w-footer__box .footer-logo .ff-en a {
  display: inline-block;
  letter-spacing: 0.02em;
}
.w-footer__box .footer-logo .ff-en a:hover {
  opacity: 0.7;
}
.w-footer__box .footer-nav-wrap {
  width: 60%;
  margin-bottom: 4.35em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .w-footer__box .footer-nav-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-nav-wrap {
    width: 100%;
    max-width: 290px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .w-footer__box .footer-nav-wrap .is-style-btn_line {
    text-align: center !important;
  }
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-nav-wrap .is-style-btn_line {
    display: none;
  }
}
.w-footer__box .footer-nav-wrap .is-style-btn_line a {
  border-radius: 0 !important;
  background-color: var(--light-beige);
  color: var(--main-color);
  font-weight: 700;
}
.w-footer__box .footer-nav-wrap .is-style-btn_line a .swl-fz {
  margin-right: 0.8em;
  font-family: var(--ff_en);
  font-size: 0.94em !important;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.w-footer__box .footer-nav-wrap .is-style-btn_line a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color) !important;
}
.w-footer__box .footer-nav {
  margin-bottom: 1.47em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.3em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .w-footer__box .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-nav {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em 10px;
  }
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-nav > li {
    width: calc((100% - 10px) / 2);
    font-size: 0.93em !important;
  }
}
.w-footer__box .footer-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 500;
  line-height: 1.2;
}
.w-footer__box .footer-nav > li a:hover {
  opacity: 0.7;
}
.w-footer__box .footer-nav > li a .swl-fz {
  padding-left: 0.2em;
  text-transform: uppercase;
  font-family: var(--ff_en);
  font-size: 1.06em !important;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
.w-footer__box .footer-bottom {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.17em;
  border-top: 1px solid var(--main-color);
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-bottom {
    padding-top: 1.33em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.66em;
  }
}
.w-footer__box .footer-bottom a:hover {
  opacity: 0.7;
}
.w-footer__box .footer-bottom .link-ig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.58em;
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-bottom .link-ig {
    gap: 0.28em;
  }
}
.w-footer__box .footer-bottom .link-ig::before {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  background-image: url(/wp-content/uploads/2026/04/ico_ig.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 959px) {
  .w-footer__box .footer-bottom .link-ig::before {
    width: 0.96em;
    height: 0.96em;
  }
}

.l-footer__foot {
  padding-block: 0 2.58em;
}
@media only screen and (max-width: 959px) {
  .l-footer__foot {
    padding-bottom: 2.66em;
  }
}

.l-footer .copyright {
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  .l-footer .copyright {
    font-size: 0.86em;
  }
}

.home .container-s {
  max-width: 1000px;
}
.home .cmn__bnr-block .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 959px) {
  .home .cmn__bnr-block .txt {
    display: block;
  }
}
.home .cmn__bnr-block .txt .head-block {
  margin-bottom: 0.41em;
}
@media only screen and (max-width: 959px) {
  .home .cmn__bnr-block .txt .head-block {
    margin-bottom: 0.2em;
  }
}

.-height-full .p-mainVisual__slide, .-height-set .p-mainVisual__slide {
  height: auto;
  overflow: visible;
}

.p-mainVisual {
  z-index: 2;
}

.p-mainVisual .p-mainVisual__inner {
  height: auto;
  padding-top: 40px;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual .p-mainVisual__inner {
    padding-top: 35px;
  }
}
.p-mainVisual .p-mainVisual__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - min(5vw, 60px));
  background-color: var(--txt-color);
  position: absolute;
  top: min(0.83vw, 10px);
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual .p-mainVisual__inner::before {
    height: calc(100% - 5px);
    top: 5px;
  }
}
.p-mainVisual .p-mainVisual__inner::after {
  content: "";
  display: block;
  width: 85%;
  max-width: 1360px;
  height: calc(100% - min(3.33vw, 40px));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D9B5A1), color-stop(30%, #F5D3C0), to(#B1887B));
  background-image: linear-gradient(to right, #D9B5A1 0, #F5D3C0 30%, #B1887B 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual .p-mainVisual__inner::after {
    height: 10px;
    top: 0;
  }
}

.p-mainVisual__slide {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .p-mainVisual__slide {
    width: 90%;
  }
}
@media only screen and (max-width: 959px) {
  .p-mainVisual__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home .c-filterLayer__img {
  display: block;
  width: 50.83%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
}
@media only screen and (max-width: 959px) {
  .home .c-filterLayer__img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    padding-inline: 1.33em;
  }
}

.p-mainVisual__textLayer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  -webkit-transform: none;
          transform: none;
}

.fv__txt {
  padding-top: 2.35em;
}
@media only screen and (max-width: 959px) {
  .fv__txt {
    max-width: 600px;
    margin-inline: auto;
    padding-top: 0;
    position: relative;
  }
}
.fv__txt .label-txt {
  margin-left: -32px;
  text-shadow: 0 0 3px rgba(85, 41, 27, 0.4);
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .fv__txt .label-txt {
    font-size: min(1.2em, 2vw) !important;
  }
}
@media only screen and (max-width: 959px) {
  .fv__txt .label-txt {
    margin-left: 0;
    font-size: min(4vw, 24px) !important;
    position: absolute;
    top: -5.23em;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .fv__txt .label-txt {
    font-size: max(4vw, 1em) !important;
  }
}
.fv__txt .label-txt .swl-bg-color {
  display: inline-block;
  padding: 0.08em 0.48em 0.12em;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #D9B5A1), to(#AB7767));
  background-image: linear-gradient(to left, #D9B5A1 0, #AB7767 100%);
  line-height: 1.1;
}
@media only screen and (max-width: 959px) {
  .fv__txt .label-txt .swl-bg-color {
    padding: 2px 6px 4px;
  }
}
.fv__txt .label-txt .swl-bg-color:not(:first-child) {
  margin-top: 10px;
}
.fv__txt .fv__txt-main {
  padding-left: 4.11em;
  padding-bottom: 5em;
  text-shadow: 0 0 20px rgba(7, 24, 45, 0.8);
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .fv__txt .fv__txt-main {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .fv__txt .fv__txt-main {
    padding: 1.43em 2em 2em;
  }
}
.fv__txt .fv__txt-main p:not(.ff-en) {
  font-weight: 500;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .fv__txt .fv__txt-main p:not(.ff-en) {
    font-size: min(1.4em, 2.3vw) !important;
  }
}
.fv__txt .fv__txt-main .ff-en {
  line-height: 1.2;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .fv__txt .fv__txt-main .ff-en {
    font-size: 1em !important;
    letter-spacing: 0.3em;
  }
  .fv__txt .fv__txt-main .ff-en.u-mb-15 {
    margin-bottom: 0 !important;
  }
}
.fv__txt .fv__txt-main .heading-s {
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 959px) {
  .fv__txt .fv__txt-main .heading-s {
    font-size: 1em !important;
  }
  .fv__txt .fv__txt-main .heading-s.u-mb-10 {
    margin-bottom: 0.66em !important;
  }
}
.fv__txt .fv__txt-main h1 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1290px) {
  .fv__txt .fv__txt-main h1 {
    font-size: 2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .fv__txt .fv__txt-main h1 {
    font-size: 1.65em !important;
  }
}
.fv__txt .fv__txt-main h1 .swl-inline-color .swl-fz {
  font-size: 1.32em !important;
}
.fv__txt .scroll-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  position: absolute;
  right: -5em;
  bottom: 4.7em;
}
@media (min-width: 960px) and (max-width: 1400px) {
  .fv__txt .scroll-txt {
    right: 0.8em;
  }
}
@media only screen and (max-width: 959px) {
  .fv__txt .scroll-txt {
    display: none;
  }
}
.fv__txt .scroll-txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin-left: 2px;
  background-color: var(--light-orange);
}
.fv__txt .scroll-txt p {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  line-height: 1.1;
  letter-spacing: 0.4em;
}

.top__intro {
  position: relative;
}
.top__intro::before {
  content: "";
  display: block;
  width: 100%;
  height: max(720px, 43vw);
  background-image: url(/wp-content/uploads/2026/03/top_intro_bg.png);
  background-repeat: no-repeat;
  background-size: max(100%, 1680px) auto;
  background-position: center bottom;
  position: absolute;
  top: -3em;
  pointer-events: none;
}
@media only screen and (max-width: 959px) {
  .top__intro::before {
    height: calc(100% + 3em);
    background-image: url(/wp-content/uploads/2026/03/top_intro_bg_sp.png);
    background-size: cover;
    top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .top__intro .swell-block-fullWide__inner.l-article {
    padding-inline: 2.53em;
  }
}
.top__intro .wp-block-embed.is-type-video {
  max-width: 640px;
  margin-inline: auto;
  position: relative;
}
.top__intro .wp-block-embed.is-type-video::before {
  content: "";
  display: block;
  width: calc(100% + 4.1em);
  height: calc(100% - 5.28em);
  background-image: url(/wp-content/uploads/2026/03/top_intro_mov_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 2.64em;
  left: -2.05em;
}
@media only screen and (max-width: 959px) {
  .top__intro .wp-block-embed.is-type-video::before {
    width: calc(100% + 2.66em);
    height: calc(100% - 2.52em);
    top: 1.26em;
    left: -1.33em;
  }
}

@media only screen and (max-width: 959px) {
  .top__about {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .top__about .head-block {
    margin-bottom: 2.66em !important;
  }
}
.top__about .head-block .heading-line--v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .top__about .head-block .heading-line--v {
    gap: 6px;
    font-size: 1em !important;
  }
}
.top__about .head-block .heading-line--v::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background-color: var(--main-color);
}
@media only screen and (max-width: 959px) {
  .top__about .head-block .heading-line--v::after {
    height: 1.6em;
  }
}
.top__about .head-block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 959px) {
  .top__about .head-block h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6em !important;
  }
}
.top__about .head-block h2 .swl-fz {
  font-size: 0.66em !important;
}
@media only screen and (max-width: 959px) {
  .top__about .head-block h2 .swl-fz {
    font-size: 0.75em !important;
  }
}
.top__about .head-block h2 + .ff-en {
  line-height: 1.2;
  letter-spacing: 1em;
}
@media only screen and (max-width: 959px) {
  .top__about .head-block h2 + .ff-en {
    font-size: 10px !important;
  }
}
.top__about .top__about-block {
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .top__about .top__about-block .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
    padding-inline: 0.66em;
  }
}
@media only screen and (max-width: 959px) {
  .top__about .top__about-block .txt h3 {
    margin-bottom: 0.625em !important;
    text-align: center;
    font-size: 1.6em !important;
  }
}
.top__about .top__about-block .txt p {
  text-align: justify;
}
@media only screen and (max-width: 959px) {
  .top__about .top__about-block .txt p {
    padding-inline: 0.5em;
  }
}
@media only screen and (max-width: 959px) {
  .top__about .top__about-block .txt p.has-text-color {
    padding-inline: 0;
    text-align: center;
    font-size: 1.2em !important;
    line-height: 1.8;
  }
}

.top__reason .swell-block-fullWide.has-bg-img {
  background-position: right top;
  background-size: max(100vw, 1680px) auto;
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide.has-bg-img {
    background-image: url(/wp-content/uploads/2026/03/top_reason_bg_sp.png) !important;
    background-position: right -1.5em;
    background-size: contain;
  }
  .top__reason .swell-block-fullWide.has-bg-img.u-pb-90 {
    padding-bottom: 6.66em !important;
  }
}
.top__reason .swell-block-fullWide__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0;
}
@media (min-width: 960px) and (max-width: 1240px) {
  .top__reason .swell-block-fullWide__inner {
    width: calc(100% - 4em);
    margin-inline: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide__inner {
    width: calc(100% - 2em);
    margin-inline: 1em;
  }
}
.top__reason .swell-block-fullWide__inner::before, .top__reason .swell-block-fullWide__inner::after {
  content: "";
  display: block;
  width: 41.66%;
  aspect-ratio: 5/3;
  background-color: var(--txt-color);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide__inner::before, .top__reason .swell-block-fullWide__inner::after {
    width: 66.4%;
  }
}
.top__reason .swell-block-fullWide__inner::before {
  top: -10px;
  left: -10px;
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide__inner::before {
    top: -5px;
    left: -5px;
  }
}
.top__reason .swell-block-fullWide__inner::after {
  right: -10px;
  bottom: -10px;
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide__inner::after {
    right: -5px;
    bottom: -5px;
  }
}
.top__reason .swell-block-fullWide__inner > .wp-block-group.has-background {
  padding: 4em 3.88em;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
@media only screen and (max-width: 959px) {
  .top__reason .swell-block-fullWide__inner > .wp-block-group.has-background {
    padding: 2em 0.76em 2.66em;
  }
}
.top__reason .head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.94em;
  max-width: 1040px;
  margin-inline: auto;
  padding-left: 4.7em;
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block {
    margin-bottom: 1.76em !important;
    padding-inline: 0.9em;
  }
}
.top__reason .head-block::before {
  content: "";
  display: block;
  width: 20px;
  height: 12em;
  background-image: url(/wp-content/uploads/2026/03/top_reason_ttl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block::before {
    content: none;
  }
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
  .top__reason .head-block .ttl_wrap::before {
    content: "";
    display: block;
    width: 6px;
    height: 3.76em;
    background-image: url(/wp-content/uploads/2026/03/top_reason_ttl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.top__reason .head-block .ttl_wrap .ff-en {
  line-height: 1.8;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block .ttl_wrap .ff-en {
    line-height: 1;
    font-size: 1em !important;
  }
}
.top__reason .head-block .ttl_wrap h2 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block .ttl_wrap h2 {
    font-size: 1.6em !important;
  }
}
.top__reason .head-block > .wp-block-group__inner-container > p {
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .top__reason .head-block > .wp-block-group__inner-container > p {
    font-size: 1.06em !important;
    font-weight: 600;
    line-height: 1.6;
  }
}
.top__reason .top__reason-block {
  max-width: 1040px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-block .swell-block-columns__inner {
    gap: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-block .txt {
    padding-inline: 0.9em;
  }
}
.top__reason .top__reason-block .txt > p {
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-block .txt > p {
    font-size: 1.06em !important;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item {
    margin-bottom: 1.33em;
  }
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item:last-of-type {
    padding-bottom: 1em;
    border-bottom: 1px solid var(--main-color);
  }
}
.top__reason .top__reason-item .ff-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item .ff-en {
    font-size: 0.8em !important;
  }
}
.top__reason .top__reason-item .ff-en::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
}
.top__reason .top__reason-item .ff-en .swl-bg-color {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.5em 1.66em 0.3em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #AC8275), color-stop(32%, #D9B5A1), to(#AC8275));
  background-image: linear-gradient(to right, #AC8275 0, #D9B5A1 32%, #AC8275 100%);
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 1px 5px rgba(110, 47, 79, 0.6);
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item .ff-en .swl-bg-color {
    padding: 0.5em 1.66em 0.2em;
  }
}
.top__reason .top__reason-item .ff-en .swl-bg-color .swl-fz {
  font-family: var(--ff_num);
  font-size: 1.16em !important;
  line-height: 1;
}
.top__reason .top__reason-item .wp-block-group.is-row {
  gap: 1em;
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item .wp-block-group.is-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.top__reason .top__reason-item .wp-block-group.is-row h3 {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .top__reason .top__reason-item .wp-block-group.is-row h3 {
    width: 100%;
  }
}
.top__reason .top__reason-item .wp-block-group.is-row h3 .swl-fz {
  display: inline-block;
}
.top__reason .top__reason-item .wp-block-group.is-row p {
  line-height: 1.7;
}

.top__lesson {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 67.7vw;
}
@media only screen and (max-width: 959px) {
  .top__lesson {
    padding-bottom: 4em !important;
    background-size: 151.8vw auto;
    background-position: 12% 102%;
  }
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block.u-mb-30 {
    margin-bottom: 2em !important;
  }
}
.top__lesson .head-block .ff-en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 105px;
  max-width: 1000px;
  margin-inline: auto;
  padding: 2em 3.5em;
  background-image: url(/wp-content/uploads/2026/03/top_lesson_ttl_en.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.76em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block .ff-en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.33em;
    max-width: 336px;
    height: auto;
    padding: 1em;
    top: -2.66em;
  }
}
.top__lesson .head-block .ff-en p {
  font-family: var(--ff_en);
  line-height: 1.2;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block .ff-en p {
    font-size: 0.8em !important;
  }
}
.top__lesson .head-block .ff-en p:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECE3B9), color-stop(49%, #F5EFE6), to(#fff));
  background: linear-gradient(to bottom, #ECE3B9 0%, #F5EFE6 49%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__lesson .head-block .ff-en .txt-upper {
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block .ff-en .txt-upper {
    font-size: 1.06em !important;
  }
}
.top__lesson .head-block .swell-block-fullWide {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_ttl_sp.jpg) !important;
}
.top__lesson .head-block .swell-block-fullWide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__lesson .head-block h2 {
  font-weight: 900;
  line-height: 1.5;
  padding-block: 0.3em 0.4em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block h2 {
    font-size: 1.6em !important;
    padding-block: 0.2em 0.4em;
  }
}
.top__lesson .head-block h2::before, .top__lesson .head-block h2::after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background-color: var(--light-orange);
  position: absolute;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block h2::before, .top__lesson .head-block h2::after {
    width: 106%;
  }
}
.top__lesson .head-block h2::before {
  top: 0;
  left: auto;
  right: -0.83em;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block h2::before {
    right: -0.41em;
  }
}
.top__lesson .head-block h2::after {
  bottom: 0;
  left: -0.66em;
}
@media only screen and (max-width: 959px) {
  .top__lesson .head-block h2::after {
    left: -0.91em;
  }
}
.top__lesson-intro {
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .top__lesson-intro {
    font-size: 1.06em !important;
  }
  .top__lesson-intro.u-mb-30 {
    margin-bottom: 2.66em !important;
  }
}
.top__lesson-block {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media only screen and (max-width: 959px) {
  .top__lesson-block {
    margin-inline: 1em;
    margin-bottom: 2em !important;
    padding-inline: 0;
  }
}
.top__lesson-block::before {
  content: "";
  display: block;
  width: 961px;
  height: 662px;
  background-image: url(/wp-content/uploads/2026/03/top_lesson_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: -50px;
  left: 25%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .top__lesson-block::before {
    width: 128vw;
    height: 88.26vw;
    left: 2.9vw;
    top: -18.4vw;
  }
}
.top__lesson-block .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.35em;
}
@media only screen and (max-width: 959px) {
  .top__lesson-block .swell-block-columns__inner {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 1.33em;
  }
}
.top__lesson-item .content-wrap {
  -webkit-box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
          box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
}
.top__lesson-item .img {
  padding-top: 1.17em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 3.5em);
  background-position: top center;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .img {
    padding-top: 1.53em;
  }
}
.top__lesson-item .img .wp-block-image {
  max-width: 300px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .img .wp-block-image {
    width: 72.25%;
  }
}
.top__lesson-item .img .period {
  width: 7.5em;
  padding: 7px 1.76em 4px 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: right;
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  bottom: 0.4em;
  left: -0.58em;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .img .period {
    width: 7.5em;
    padding: 6px 1.5em 3px 1em;
    font-size: 1.06em !important;
    bottom: 0.56em;
    left: -0.56em;
  }
}
.top__lesson-item .img .period em {
  font-family: var(--ff_en);
  font-style: normal;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1;
}
.top__lesson-item .img .period strong {
  font-weight: 900;
  line-height: 1;
}
.top__lesson-item .img .period.month strong {
  margin-left: -2px;
  letter-spacing: -0.2em;
}
.top__lesson-item.bg-bl .img {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_img_bg_bl.jpg);
}
.top__lesson-item.bg-bl .img .period {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_label_br.jpg);
}
.top__lesson-item.bg-br .img {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_img_bg_br.jpg);
}
.top__lesson-item.bg-br .img .period {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_label_bl.jpg);
}
.top__lesson-item:nth-of-type(2) {
  margin-top: 5.88em;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item:nth-of-type(2) {
    margin-top: 0;
  }
}
.top__lesson-item:nth-of-type(3) {
  margin-top: -4.65em;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item:nth-of-type(3) {
    margin-top: 0;
  }
}
.top__lesson-item .txt {
  padding: 1.47em 1.76em;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .txt {
    padding: 1em 1.3em 1.66em;
  }
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .txt .heading {
    margin-bottom: 0.33em;
  }
}
.top__lesson-item .txt .heading p {
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .txt .heading p {
    font-size: 0.93em !important;
  }
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .txt .heading h3 {
    font-size: 1.4em !important;
  }
}
.top__lesson-item .txt p {
  line-height: 1.5;
  font-weight: 500;
}
.top__lesson-item .txt .is-style-more_btn a {
  -webkit-box-shadow: 0 0 0 1px var(--main-color), 0 0 10px rgba(178, 160, 134, 0.2);
          box-shadow: 0 0 0 1px var(--main-color), 0 0 10px rgba(178, 160, 134, 0.2);
}
@media only screen and (max-width: 959px) {
  .top__lesson-item .txt .is-style-more_btn a {
    width: 100%;
    padding: 1em 1.2em 1em 0.9em;
  }
}
.top__lesson .top__lesson-info {
  max-width: 840px;
  margin-inline: auto;
  -webkit-box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
          box-shadow: 0 4px 40px rgba(186, 166, 150, 0.1);
}
@media only screen and (max-width: 959px) {
  .top__lesson .top__lesson-info {
    margin-inline: 1em;
    padding: 1.5em 1em 2em !important;
  }
}
.top__lesson .top__lesson-info h3 {
  margin-bottom: 0.58em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  .top__lesson .top__lesson-info h3 {
    font-size: 1.4em !important;
  }
}
.top__lesson .top__lesson-info h3 .swl-fz {
  font-size: 0.6em !important;
}
@media only screen and (max-width: 959px) {
  .top__lesson .top__lesson-info h3 .swl-fz {
    font-size: 0.66em !important;
  }
}
.top__lesson .top__lesson-info p {
  line-height: 1.8;
}
.top__lesson .top__lesson-info + p.has-text-align-center {
  margin-bottom: 1.17em;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .top__lesson .top__lesson-info + p.has-text-align-center {
    margin-bottom: 1.33em;
  }
}
.top__lesson .swell-block-button.btn-line {
  padding-inline: 1em;
}

.top__message .swell-block-fullWide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFE7E1));
  background-image: linear-gradient(to bottom, #FFFFFF, #EFE7E1);
}
@media only screen and (max-width: 959px) {
  .top__message .swell-block-fullWide {
    padding-block: 2.66em 9.33em !important;
  }
}
@media only screen and (max-width: 959px) {
  .top__message .swell-block-fullWide__inner {
    padding-inline: 1.33em;
  }
}
.top__message .head-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.47em;
}
@media only screen and (max-width: 959px) {
  .top__message .head-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 1.33em !important;
  }
}
.top__message .head-block .ff-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  letter-spacing: 0.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .top__message .head-block .ff-en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1em !important;
    gap: 0.4em;
  }
}
.top__message .head-block .ff-en::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background-color: var(--main-color);
}
@media only screen and (max-width: 959px) {
  .top__message .head-block .ff-en::after {
    width: 1px;
    height: 1.4em;
  }
}
@media only screen and (max-width: 959px) {
  .top__message .head-block h2 {
    font-size: 1.73em !important;
  }
}
@media only screen and (max-width: 959px) {
  .top__message-block .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media only screen and (max-width: 959px) {
  .top__message-block .txt h3 {
    margin-bottom: 0.625em !important;
    text-align: center !important;
    font-size: 1.6em !important;
  }
}
.top__message-block .txt p {
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .top__message-block .txt .swell-block-button {
    text-align: center !important;
  }
}
.top__message-block .txt .swell-block-button.is-style-more_btn a {
  background-color: var(--light-beige);
}
.top__message-block .img {
  padding-right: 2.35em;
}
@media only screen and (max-width: 959px) {
  .top__message-block .img {
    width: 68.4%;
    max-width: 300px;
    margin-inline: auto;
    padding-right: 0;
  }
}
.top__message-block .img .wp-block-image {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .top__message-block .img .wp-block-image {
    margin-bottom: 0.58em !important;
  }
}
.top__message-block .img .wp-block-image::before {
  content: "";
  display: block;
  width: calc(100% + 0.58em);
  height: calc(100% + 2.34em);
  background-image: url(/wp-content/uploads/2026/04/top_message_img_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.17em;
  right: -2.35em;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .top__message-block .img .wp-block-image::before {
    content: none;
  }
}
.top__message-block .img .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
@media only screen and (max-width: 959px) {
  .top__message-block .img .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.33em !important;
  }
}
.top__message-block .img .name .swl-fz {
  font-size: 0.58em !important;
}
@media only screen and (max-width: 959px) {
  .top__message-block .img .name .swl-fz {
    font-size: 0.75em !important;
  }
}

@media only screen and (max-width: 959px) {
  .top__blog .swell-block-fullWide {
    padding-block: 4em 5.33em !important;
  }
}
@media only screen and (max-width: 959px) {
  .top__blog .swell-block-fullWide__inner {
    padding-inline: 1.33em;
  }
}
.top__blog .head-block .ff-en {
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 959px) {
  .top__blog .head-block .ff-en {
    font-size: 1em !important;
  }
}
.top__blog .head-block h2 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top__blog-intro {
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .top__blog-intro {
    font-size: 1em !important;
  }
}
.top__blog .p-postList {
  max-width: 1020px;
  margin-inline: auto;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .top__blog .p-postList {
    gap: 20px 6px;
  }
}
.top__blog .p-postList__item {
  width: calc((100% - 60px) / 4) !important;
  margin-bottom: 0;
  padding-inline: 0;
}
@media only screen and (max-width: 959px) {
  .top__blog .p-postList__item {
    width: calc((100% - 6px) / 2) !important;
  }
}
.top__blog .is-style-more_btn a {
  width: 240px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-topTitleArea {
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .l-topTitleArea {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 959px) {
  .l-topTitleArea {
    min-height: 160px;
  }
}

.l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}
.l-topTitleArea__body .c-pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: var(--light-orange);
  font-size: 1.05em;
  font-weight: 500;
}
.l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  margin-left: 0;
  font-family: var(--ff_en);
  font-style: normal;
  font-size: 2.47em;
  font-weight: 400;
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    font-size: 1.6em !important;
  }
}

.p-breadcrumb {
  padding-block: 0.41em 2.35em;
}

.l-topTitleArea + .p-breadcrumb {
  padding-block: 1.76em 4.7em;
}
@media only screen and (max-width: 959px) {
  .l-topTitleArea + .p-breadcrumb {
    padding-block: 1em 3em;
  }
}

.p-breadcrumb__list {
  font-size: 0.705em;
  overflow: auto;
}

.p-breadcrumb__item span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-breadcrumb__item a {
  text-decoration: underline;
}
.p-breadcrumb__item .icon-home {
  letter-spacing: 0.1em;
}
.p-breadcrumb__item .icon-home::before {
  content: none;
}

.p-breadcrumb__item:last-child span {
  opacity: 1;
}

.page-about .p-breadcrumb,
.page-class .p-breadcrumb,
.page-voice .p-breadcrumb,
.page-faq .p-breadcrumb,
.blog .p-breadcrumb,
.archive .p-breadcrumb,
.page-contact .p-breadcrumb,
.page-thanks .p-breadcrumb {
  position: relative;
}
.page-about .p-breadcrumb::before,
.page-class .p-breadcrumb::before,
.page-voice .p-breadcrumb::before,
.page-faq .p-breadcrumb::before,
.blog .p-breadcrumb::before,
.archive .p-breadcrumb::before,
.page-contact .p-breadcrumb::before,
.page-thanks .p-breadcrumb::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2520/1964;
  background-image: url(/wp-content/uploads/2026/04/about_top_bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .page-about .p-breadcrumb::before,
  .page-class .p-breadcrumb::before,
  .page-voice .p-breadcrumb::before,
  .page-faq .p-breadcrumb::before,
  .blog .p-breadcrumb::before,
  .archive .p-breadcrumb::before,
  .page-contact .p-breadcrumb::before,
  .page-thanks .p-breadcrumb::before {
    aspect-ratio: 752/954;
    background-image: url(/wp-content/uploads/2026/04/about_top_bg_sp.png);
    top: -2em;
  }
}

@media only screen and (max-width: 959px) {
  .about__philosophy {
    margin-inline: auto;
    padding-inline: 1em;
  }
}
@media only screen and (max-width: 959px) {
  .about__philosophy .head-block {
    margin-bottom: 2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__philosophy .head-block h2 {
    font-size: 1.6em !important;
  }
}
.about__philosophy .head-block .ff-en {
  letter-spacing: 1em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .about__philosophy .head-block .ff-en {
    font-size: 0.8em !important;
    letter-spacing: 0.6em;
  }
}
@media only screen and (max-width: 959px) {
  .about__philosophy-block .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.about__philosophy-block .txt h3 {
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .about__philosophy-block .txt h3 {
    font-size: 1.6em !important;
  }
}
.about__philosophy-block .txt p {
  font-weight: 500;
}
.about__philosophy-block .txt p.has-text-color {
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .about__philosophy-block .txt p.has-text-color {
    text-align: center;
  }
}

.about__feature {
  background-size: 78.39vw auto !important;
}
@media only screen and (max-width: 959px) {
  .about__feature.u-mb-70 {
    margin-bottom: 2em !important;
  }
}
.about__feature .swell-block-fullWide__inner.l-article {
  padding-inline: 0;
}
@media only screen and (max-width: 959px) {
  .about__feature .swell-block-fullWide__inner.l-article {
    padding-inline: 1em;
  }
}
.about__feature-content {
  padding-inline: 2em;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
  position: relative;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .about__feature-content {
    margin-inline: 2em;
    padding-inline: 1.66em;
  }
}
@media only screen and (max-width: 959px) {
  .about__feature-content {
    margin-inline: auto;
    padding: 2em 1.66em !important;
  }
}
.about__feature-content::before, .about__feature-content::after {
  content: "";
  display: block;
  width: 41.66%;
  aspect-ratio: 5/3;
  background-color: var(--txt-color);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .about__feature-content::before, .about__feature-content::after {
    width: 66.4%;
  }
}
.about__feature-content::before {
  top: -10px;
  left: -10px;
}
@media only screen and (max-width: 959px) {
  .about__feature-content::before {
    top: -5px;
    left: -5px;
  }
}
.about__feature-content::after {
  right: -10px;
  bottom: -10px;
}
@media only screen and (max-width: 959px) {
  .about__feature-content::after {
    right: -5px;
    bottom: -5px;
  }
}
.about__feature .head-block .label .swl-bg-color {
  padding: 4px 1.5em;
  background-image: url(/wp-content/uploads/2026/04/about_feature_label.jpg);
  font-weight: 700;
  line-height: 1.6;
}
.about__feature .head-block h2 {
  margin-top: 0;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .about__feature .head-block h2 {
    font-size: 1.7em !important;
  }
}
.about__feature .head-block h2 .swl-fz {
  display: inline-block;
  margin-bottom: 0.5em;
}
.about__feature-intro p {
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .about__feature-intro p {
    font-size: 1.06em !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__feature-block {
    margin-bottom: 3.5em !important;
  }
}
.about__feature-block .swell-block-columns__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .about__feature-block .swell-block-columns__inner {
    row-gap: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .about__feature-block .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about__feature-block .txt .heading .ff-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  .about__feature-block .txt .heading .ff-en {
    font-size: 0.8em !important;
  }
}
.about__feature-block .txt .heading .ff-en::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
}
.about__feature-block .txt .heading .ff-en .swl-bg-color {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.5em 1.66em 0.3em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #AC8275), color-stop(32%, #D9B5A1), to(#AC8275));
  background-image: linear-gradient(to right, #AC8275 0, #D9B5A1 32%, #AC8275 100%);
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 1px 5px rgba(110, 47, 79, 0.6);
}
@media only screen and (max-width: 959px) {
  .about__feature-block .txt .heading .ff-en .swl-bg-color {
    padding: 0.5em 1.66em 0.2em;
  }
}
.about__feature-block .txt .heading .ff-en .swl-bg-color .swl-fz {
  font-family: var(--ff_num);
  font-size: 1.16em !important;
  line-height: 1;
}
.about__feature-block .txt .heading h3 {
  line-height: 1.6;
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .about__feature-block .txt .heading h3 {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__feature-block .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__feature-block .img .wp-block-image {
    max-width: 500px;
    margin-inline: auto;
  }
}

.about__profile {
  margin-bottom: 8.2em;
  background-image: url(/wp-content/uploads/2026/04/about_story_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(100% - 13.5vw);
}
@media only screen and (max-width: 959px) {
  .about__profile {
    margin-bottom: 4em;
    margin-top: -2.66em;
    padding-top: 2.66em;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block.u-mb-30 {
    margin-bottom: 2em !important;
  }
}
.about__profile .head-block .ff-en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 105px;
  max-width: 1000px;
  margin-inline: auto;
  padding: 2em 3.5em;
  background-image: url(/wp-content/uploads/2026/03/top_lesson_ttl_en.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.76em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block .ff-en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.33em;
    width: 90%;
    max-width: 400px;
    height: auto;
    padding: 1em;
    top: -2.66em;
  }
}
.about__profile .head-block .ff-en p {
  font-family: var(--ff_en);
  line-height: 1.2;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block .ff-en p {
    font-size: 0.8em !important;
  }
}
.about__profile .head-block .ff-en p:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECE3B9), color-stop(49%, #F5EFE6), to(#fff));
  background: linear-gradient(to bottom, #ECE3B9 0%, #F5EFE6 49%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__profile .head-block .ff-en .txt-upper {
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block .ff-en .txt-upper {
    font-size: 1.06em !important;
  }
}
.about__profile .head-block .swell-block-fullWide {
  background-image: url(/wp-content/uploads/2026/03/top_lesson_ttl_sp.jpg) !important;
}
.about__profile .head-block .swell-block-fullWide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__profile .head-block h2 {
  font-weight: 900;
  line-height: 1.5;
  padding-block: 0.3em 0.4em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block h2 {
    font-size: 1.6em !important;
    padding-block: 0.2em 0.4em;
  }
}
.about__profile .head-block h2::before, .about__profile .head-block h2::after {
  content: "";
  display: block;
  width: 130%;
  height: 1px;
  background-color: var(--light-orange);
  position: absolute;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block h2::before, .about__profile .head-block h2::after {
    width: 106%;
  }
}
.about__profile .head-block h2::before {
  top: 0;
  left: auto;
  right: -2.3em;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block h2::before {
    right: -0.41em;
  }
}
.about__profile .head-block h2::after {
  bottom: 0;
  left: -2.1em;
}
@media only screen and (max-width: 959px) {
  .about__profile .head-block h2::after {
    left: -0.91em;
  }
}
.about__profile-block {
  margin-top: -4.35em !important;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .about__profile-block {
    margin-inline: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-block {
    max-width: 600px;
    margin-top: 2em !important;
    margin-inline: auto;
    padding-inline: 1em;
  }
}
.about__profile-block .swell-block-columns__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__profile-block .img {
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .img {
    max-width: 300px;
    margin-inline: auto;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.about__profile-block .img::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  background-image: url(/wp-content/uploads/2026/04/about_profile_img_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .img::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
.about__profile-block .txt {
  margin-top: 1em !important;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .txt {
    max-width: 400px;
    margin-inline: auto;
  }
}
.about__profile-block .txt > p:first-of-type {
  width: calc(100% + 1em);
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .txt > p:first-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-block .txt > p {
    font-size: 1.24em !important;
  }
}
.about__profile-block .txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .txt .name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.5em;
    font-size: 1.15em !important;
  }
}
.about__profile-block .txt .name .swl-fz {
  font-size: 0.58em !important;
}
@media only screen and (max-width: 959px) {
  .about__profile-block .txt .name .swl-fz {
    font-size: 0.8em !important;
  }
}
.about__profile-block + .about__profile-story {
  position: relative;
}
.about__profile-block + .about__profile-story::before {
  content: "";
  display: block;
  width: 57.2vw;
  aspect-ratio: 961/662;
  background-image: url(/wp-content/uploads/2026/04/about_story_bg_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -305px;
  left: 38.8%;
  z-index: -1;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .about__profile-story {
    margin-inline: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-story {
    margin-inline: auto;
    padding-inline: 2em;
  }
}
@media only screen and (max-width: 400px) {
  .about__profile-story {
    padding-inline: 1em;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-story .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about__profile-story .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
  font-weight: 900;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .about__profile-story .txt h3 {
    font-size: 1.3em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-story .txt p.has-text-color {
    font-size: 1.2em !important;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  .about__profile-story .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__profile-story .img .wp-block-image {
    max-width: 500px;
    margin-inline: auto;
  }
}

.about__outline-instructor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFE7E1));
  background-image: linear-gradient(to bottom, #fff, #EFE7E1);
}
@media only screen and (max-width: 959px) {
  .about__outline-instructor {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__outline-instructor .swell-block-fullWide__inner.l-article {
    padding-inline: 1em;
  }
}

.about__outline .heading {
  width: 90%;
  max-width: 834px;
  margin-inline: auto;
  padding: 0.88em 2.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
  position: relative;
}
@media only screen and (max-width: 959px) {
  .about__outline .heading {
    max-width: 500px;
    padding: 1em 0.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about__outline .heading p {
  letter-spacing: 0.5em;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .about__outline .heading p:first-of-type {
    font-size: 1.06em !important;
  }
}
.about__outline .heading p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 959px) {
  .about__outline .heading p:last-of-type {
    gap: 0.5em;
    font-size: 0.75em !important;
  }
}
.about__outline .heading p:last-of-type em {
  font-style: normal;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .about__outline .heading p:last-of-type em {
    letter-spacing: 0.3em;
  }
}
.about__outline .heading p:last-of-type span {
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .about__outline .heading p:last-of-type span {
    letter-spacing: 0.3em;
  }
}
.about__outline-block {
  max-width: 1000px;
  margin-top: -1.76em !important;
  margin-inline: auto;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
@media only screen and (max-width: 959px) {
  .about__outline-block {
    padding-bottom: 2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__outline-block h2 {
    font-size: 2em !important;
  }
}
.about__outline-main {
  max-width: 740px;
  margin-inline: auto;
  gap: 10px 0;
}
@media only screen and (max-width: 959px) {
  .about__outline-main {
    gap: 0;
  }
}
.about__outline-main .swell-block-dl__dt {
  padding: 10px 1em 10px 0.44em;
  color: var(--main-color);
  font-size: 1.05em;
  font-weight: 900;
  border-bottom: 1px solid var(--txt-color);
}
@media only screen and (max-width: 959px) {
  .about__outline-main .swell-block-dl__dt {
    width: 100%;
    padding-inline: 0;
    border-bottom: none;
  }
}
.about__outline-main .swell-block-dl__dt::after {
  content: none;
}
.about__outline-main .swell-block-dl__dd {
  padding-block: 10px 12px;
  border-bottom: 1px solid var(--txt-color);
}
@media only screen and (max-width: 959px) {
  .about__outline-main .swell-block-dl__dd {
    width: 100%;
    margin-bottom: 1em;
    padding: 0 0 10px 0;
  }
}

.about__instructor .head-block .ff-en {
  margin-bottom: 0.27em;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 959px) {
  .about__instructor .head-block .ff-en {
    margin-bottom: 0;
    font-size: 1em !important;
  }
}
.about__instructor .head-block h2 {
  margin-top: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .about__instructor .head-block h2 {
    font-size: 1.6em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__instructor .head-block + p {
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__instructor-block .swell-block-columns__inner {
    max-width: 600px;
    margin-inline: auto;
    row-gap: 2em;
  }
}
@media only screen and (max-width: 959px) {
  .about__instructor-block .img {
    margin-bottom: 0.5em;
  }
}
.about__instructor-block .name {
  font-weight: 900;
  margin-bottom: 0.41em;
}
@media only screen and (max-width: 959px) {
  .about__instructor-block .name {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .about__instructor-block .course {
    margin: 0.5em;
  }
}
.about__instructor-block .course .swl-bg-color {
  display: inline-block;
  padding: 0.4em 1.5em 0.5em;
  background-image: url(/wp-content/uploads/2026/04/about_instructor_label.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .about__instructor-block .course .swl-bg-color {
    padding-inline: 1em;
  }
}

.voice__intro {
  margin-bottom: 3.33em;
  font-weight: 900;
  line-height: 1.45;
}
@media only screen and (max-width: 959px) {
  .voice__intro {
    font-size: 1.1em !important;
    margin-bottom: 2.5em;
  }
}

.voice__section {
  padding-inline: 1em;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
  position: relative;
}
@media only screen and (max-width: 959px) {
  .voice__section {
    margin-inline: 0.75em;
    padding-bottom: 3em !important;
  }
}
@media only screen and (max-width: 600px) {
  .voice__section {
    margin-inline: 0.75em;
  }
}
.voice__section h2 {
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .voice__section h2 {
    font-size: min(1.6em, 24px) !important;
  }
}
.voice__section#course-1::after {
  content: "";
  display: block;
  width: 45.35vw;
  aspect-ratio: 762/679;
  background-image: url(/wp-content/uploads/2026/04/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: -20vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.voice__section#course-2::after {
  content: "";
  display: block;
  width: 88.9vw;
  aspect-ratio: 1495/1121;
  background-image: url(/wp-content/uploads/2026/04/bg_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  bottom: 1.3vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.voice__section#course-3::before {
  content: "";
  display: block;
  width: 80.35vw;
  aspect-ratio: 1350/901;
  background-image: url(/wp-content/uploads/2026/04/bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  top: -16.26vw;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
}
.voice__section#course-3::after {
  content: "";
  display: block;
  width: 45.35vw;
  aspect-ratio: 762/679;
  background-image: url(/wp-content/uploads/2026/04/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: 6.48vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.voice__section#one-day-lesson {
  margin-bottom: 7.64em !important;
}
@media only screen and (max-width: 959px) {
  .voice__section#one-day-lesson {
    margin-bottom: 4.5em !important;
  }
}
.voice__section#one-day-lesson::after {
  content: "";
  display: block;
  width: 88.9vw;
  aspect-ratio: 1495/1121;
  background-image: url(/wp-content/uploads/2026/04/bg_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  bottom: -28vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}

.voice__item-block {
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .voice__item-block.u-mb-40 {
    margin-bottom: 3em !important;
  }
}
.voice__item-block .txt .head-block {
  margin-bottom: 1.76em;
  padding: 1px 0 1px 30px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .voice__item-block .txt .head-block {
    margin-bottom: 1.2em;
  }
}
.voice__item-block .txt .head-block::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: url(/wp-content/uploads/2026/04/voice_ttl_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}
.voice__item-block .txt .head-block h3 {
  font-weight: 900;
  line-height: 1.45;
}
.voice__item-block .txt .head-block p {
  font-weight: 900;
  line-height: 1.43;
}

.faq__intro {
  margin-bottom: 3.33em;
  font-weight: 900;
  line-height: 1.45;
}
@media only screen and (max-width: 959px) {
  .faq__intro {
    font-size: 1.1em !important;
    margin-bottom: 2.5em;
  }
}

.faq__section {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .faq__section {
    margin-inline: 0.75em;
  }
}
.faq__section h2 {
  padding-left: 30px !important;
  font-weight: 900;
  line-height: 1.44;
  position: relative !important;
}
@media only screen and (max-width: 959px) {
  .faq__section h2 {
    font-size: 1.4em !important;
    padding-left: 20px !important;
  }
}
.faq__section h2::before {
  content: "" !important;
  display: block;
  width: 10px;
  height: 100%;
  background-image: url(/wp-content/uploads/2026/04/voice_ttl_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .faq__section h2::before {
    width: 8px;
  }
}
.faq__section#diploma::after {
  content: "";
  display: block;
  width: 45.35vw;
  aspect-ratio: 762/679;
  background-image: url(/wp-content/uploads/2026/04/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: -18.75vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.faq__section#payment {
  margin-bottom: 7em !important;
}
@media only screen and (max-width: 959px) {
  .faq__section#payment {
    margin-bottom: 4.5em !important;
  }
}
.faq__section#payment::after {
  content: "";
  display: block;
  width: 88.9vw;
  aspect-ratio: 1495/1121;
  background-image: url(/wp-content/uploads/2026/04/bg_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  bottom: 1.19vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}

.faq__block .swell-block-faq__item {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
.faq__block .swell-block-faq__item .faq_q {
  padding: 1.725em 60px 1.725em 5.75em;
  border-bottom: none;
  color: var(--main-color);
  font-weight: 900;
  font-size: 1.17em;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q {
    padding: 1.2em 15px 1em max(3.43em, 55px);
    font-size: 1.07em !important;
  }
}
.faq__block .swell-block-faq__item .faq_q::before {
  padding-top: 4px;
  width: 1.45em;
  height: 1.45em;
  background-image: url(/wp-content/uploads/2026/04/faq_q.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.2em;
  font-weight: 900;
  font-family: var(--ff_base);
  line-height: 1;
  top: 1.375em;
  left: 2.5em;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q::before {
    padding-top: 2px;
    top: 0.9em;
    left: 15px;
  }
}
.faq__block .swell-block-faq__item .faq_q::after {
  content: "";
  display: block;
  width: calc(100% - 6em);
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 3em;
  bottom: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q::after {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 3px;
  }
}
.faq__block .swell-block-faq__item .faq_q > .swl-inline-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q > .swl-inline-color {
    gap: 0.5em;
  }
}
.faq__block .swell-block-faq__item .faq_q > .swl-inline-color::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q > .swl-inline-color::before {
    width: 13px;
    right: 6px;
  }
}
.faq__block .swell-block-faq__item .faq_q > .swl-inline-color::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(/wp-content/uploads/2026/04/faq_trigger.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_q > .swl-inline-color::after {
    width: 24px;
    height: 24px;
  }
}
.faq__block .swell-block-faq__item .faq_a {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.faq__block .swell-block-faq__item .faq_a .faq__a-inner {
  padding: 0 60px 1.76em;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item .faq_a .faq__a-inner {
    padding: 10px 20px 1.2em;
  }
}
.faq__block .swell-block-faq__item .faq_a::before {
  content: none;
}
.faq__block .swell-block-faq__item + .swell-block-faq__item {
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
  .faq__block .swell-block-faq__item + .swell-block-faq__item {
    margin-top: 15px;
  }
}
.faq__block .swell-block-faq__item.is-open .faq_q::after {
  opacity: 1;
}
.faq__block .swell-block-faq__item.is-open .faq_q > .swl-inline-color::before {
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.blog .l-content::after,
.archive .l-content::after,
.search-results .l-content::after {
  content: "";
  display: block;
  width: 45.35vw;
  aspect-ratio: 762/679;
  background-image: url(/wp-content/uploads/2026/04/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: 0;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.blog .l-mainContent .-type-list .p-postList__item,
.archive .l-mainContent .-type-list .p-postList__item,
.search-results .l-mainContent .-type-list .p-postList__item {
  margin-bottom: 1.17em;
}
.blog .l-mainContent .-type-list .p-postList__link,
.archive .l-mainContent .-type-list .p-postList__link,
.search-results .l-mainContent .-type-list .p-postList__link {
  padding: 1.17em 1.76em;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .blog .l-mainContent .-type-list .p-postList__link,
  .archive .l-mainContent .-type-list .p-postList__link,
  .search-results .l-mainContent .-type-list .p-postList__link {
    padding: 1em;
  }
}
.blog .l-mainContent .-type-list .p-postList__thumb,
.archive .l-mainContent .-type-list .p-postList__thumb,
.search-results .l-mainContent .-type-list .p-postList__thumb {
  width: 32.9%;
}
.blog .l-mainContent .-type-list .p-postList__thumb .c-postThumb__figure,
.archive .l-mainContent .-type-list .p-postList__thumb .c-postThumb__figure,
.search-results .l-mainContent .-type-list .p-postList__thumb .c-postThumb__figure {
  aspect-ratio: 16/9;
}
.blog .l-mainContent .-type-list .p-postList__thumb .c-postThumb__cat,
.archive .l-mainContent .-type-list .p-postList__thumb .c-postThumb__cat,
.search-results .l-mainContent .-type-list .p-postList__thumb .c-postThumb__cat {
  font-size: 14px;
  line-height: 1.42;
  padding: 2px 1em;
}
.blog .l-mainContent .-type-list .p-postList__body,
.archive .l-mainContent .-type-list .p-postList__body,
.search-results .l-mainContent .-type-list .p-postList__body {
  width: 63.4%;
}
.blog .l-mainContent .-type-list .p-postList__title,
.archive .l-mainContent .-type-list .p-postList__title,
.search-results .l-mainContent .-type-list .p-postList__title {
  color: var(--main-color);
  font-size: 1.17em;
  font-weight: 900;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog .l-mainContent .-type-list .p-postList__excerpt,
.archive .l-mainContent .-type-list .p-postList__excerpt,
.search-results .l-mainContent .-type-list .p-postList__excerpt {
  margin-top: 0.588em;
  font-size: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog .l-mainContent .-type-list .p-postList__meta,
.archive .l-mainContent .-type-list .p-postList__meta,
.search-results .l-mainContent .-type-list .p-postList__meta {
  margin-top: 0.71em !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.82em;
}
.blog .l-mainContent .-type-list .p-postList__meta .c-postTimes,
.archive .l-mainContent .-type-list .p-postList__meta .c-postTimes,
.search-results .l-mainContent .-type-list .p-postList__meta .c-postTimes {
  margin-right: 0;
  padding: 0;
}
.blog .l-mainContent .p-postList__item:last-child,
.archive .l-mainContent .p-postList__item:last-child,
.search-results .l-mainContent .p-postList__item:last-child {
  margin-bottom: 0;
}
.blog .l-mainContent .c-pagination a:hover,
.archive .l-mainContent .c-pagination a:hover,
.search-results .l-mainContent .c-pagination a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.blog .l-mainContent .page-numbers,
.archive .l-mainContent .page-numbers,
.search-results .l-mainContent .page-numbers {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--main-color);
  font-size: 16px;
  font-weight: 600;
}
.blog .l-mainContent .page-numbers:not(.current),
.archive .l-mainContent .page-numbers:not(.current),
.search-results .l-mainContent .page-numbers:not(.current) {
  background-color: transparent;
  color: var(--main-color);
}
@media only screen and (max-width: 959px) {
  .blog .l-mainContent .c-postThumb__cat,
  .archive .l-mainContent .c-postThumb__cat,
  .search-results .l-mainContent .c-postThumb__cat {
    -webkit-transform: none;
            transform: none;
  }
}

.blog.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-content {
    padding-inline: 1em;
  }
}
.blog.single .l-mainContent__inner > *:not(.l-articleBottom) {
  background-color: #fff;
  margin-block: 0;
  padding-inline: 3.52em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner > *:not(.l-articleBottom) {
    padding-inline: 1.66em;
  }
}
.blog.single .l-mainContent__inner > *:not(.l-articleBottom)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog.single .l-mainContent__inner .p-articleHead.c-postTitle {
  padding-top: 2.35em;
  padding-bottom: 1.17em;
}
.blog.single .l-mainContent__inner .p-articleHead.c-postTitle .c-postTitle__ttl {
  padding: 0.625em 0;
  border-top: 1px solid var(--txt-color);
  border-bottom: 1px solid var(--txt-color);
  font-size: 1.88em;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .p-articleHead.c-postTitle .c-postTitle__ttl {
    font-size: 1.46em;
  }
}
.blog.single .l-mainContent__inner .p-articleMetas.-top {
  font-size: 1em;
  padding-bottom: 2.35em;
  -webkit-column-gap: 1.17em;
     -moz-column-gap: 1.17em;
          column-gap: 1.17em;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList {
  font-size: 17px;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList {
    font-size: 15px;
  }
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList.c-categoryList {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList.c-categoryList::before {
  content: none;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList.c-tagList {
  gap: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__termList.c-tagList::before {
  content: none;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .c-categoryList__link {
  padding: 3px 10px;
  background-color: #405369;
  font-family: var(--ff_noto);
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.42;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .c-tagList__link {
  padding: 3px 10px;
  background-color: #B1897C;
  border-radius: 50vh;
  color: #fff;
  font-family: var(--ff_noto);
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.41;
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .c-tagList__link::before {
  content: "#";
}
.blog.single .l-mainContent__inner .p-articleMetas.-top .p-articleMetas__times {
  font-size: 0.82em;
  font-weight: 400;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blog.single .l-mainContent__inner .p-articleThumb {
  padding-bottom: 1.76em;
}
.blog.single .l-mainContent__inner .p-articleThumb__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog.single .l-mainContent__inner .post_content {
  padding-bottom: 2.35em;
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple {
  width: 100% !important;
  max-width: none !important;
  margin: 2.35em 0 !important;
  padding: 1.76em 2.35em;
  border-color: var(--main-color);
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .post_content .p-toc.-simple {
    padding: 1em 1.3em;
  }
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple .p-toc__ttl {
  margin-bottom: 1.2em;
  padding: 0 0 0.75em 0;
  border-bottom: 1px solid var(--txt-color);
  font-size: 1.17em;
  font-weight: 900;
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple .p-toc__ttl::before {
  content: none;
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple .p-toc__list li {
  margin: 0 !important;
  padding-left: 2em;
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple .p-toc__list li::before {
  left: 0;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
.blog.single .l-mainContent__inner .post_content .p-toc.-simple .p-toc__list li a {
  text-decoration: none;
}
.blog.single .l-mainContent__inner .post_content h2 {
  margin-block: 1.33em 1em;
  margin-inline: 0 !important;
  padding: 0.33em 0.66em;
  color: #fff;
  font-size: 1.76em;
  font-weight: 900;
  line-height: 1.43;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .post_content h2 {
    font-size: 1.5em;
  }
}
.blog.single .l-mainContent__inner .post_content h2::before {
  content: none;
}
.blog.single .l-mainContent__inner .post_content h3 {
  margin-block: 1.07em;
  padding: 0 0 0.35em 0;
  font-size: 1.64em;
  font-weight: 900;
  line-height: 1.46;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .post_content h3 {
    font-size: 1.3em;
  }
}
.blog.single .l-mainContent__inner .post_content h3::before {
  background: var(--main-color);
  height: 1px;
}
.blog.single .l-mainContent__inner .post_content h4 {
  margin-block: 1.42em;
  font-size: 1.23em;
  font-weight: 900;
  line-height: 1.42;
  border-left-width: 5px;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-mainContent__inner .post_content h4 {
    font-size: 1.2em;
  }
}
.blog.single .l-mainContent__inner .post_content p a,
.blog.single .l-mainContent__inner .post_content li a {
  text-decoration: underline;
}
.blog.single .l-mainContent__inner .post_content p a:hover,
.blog.single .l-mainContent__inner .post_content li a:hover {
  opacity: 0.7;
}
.blog.single .l-mainContent__inner .post_content ul.wp-block-list {
  list-style: none;
  padding-left: 0;
}
.blog.single .l-mainContent__inner .post_content ul.wp-block-list > li {
  padding-left: 1.5em;
  position: relative;
}
.blog.single .l-mainContent__inner .post_content ul.wp-block-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.4em;
}
.blog.single .l-mainContent__inner .post_content p:has(+ ul),
.blog.single .l-mainContent__inner .post_content p:has(+ ol) {
  margin-bottom: 0.5em;
}
.blog.single .l-mainContent__inner .p-articleFoot {
  display: none;
}
.blog.single .l-articleBottom .p-pnLinks {
  margin-block: 5.47em 2.35em;
}
.blog.single .l-articleBottom .p-pnLinks + .l-articleBottom__section {
  margin-top: 0;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-articleBottom .p-pnLinks.-thumb-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.blog.single .l-articleBottom .p-pnLinks .p-pnLinks__item {
  font-size: 0.82em;
  line-height: 1.4;
}
.blog.single .l-articleBottom .p-pnLinks .p-pnLinks__item::before {
  width: 5px;
  height: 5px;
}
.blog.single .l-articleBottom .p-pnLinks .-prev::before {
  left: 0.25em;
}
.blog.single .l-articleBottom .p-pnLinks .-prev .p-pnLinks__thumb {
  margin-right: 16px;
}
.blog.single .l-articleBottom .p-pnLinks .-prev .p-pnLinks__link {
  border-left-width: 12px;
}
.blog.single .l-articleBottom .p-pnLinks .-prev .p-pnLinks__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog.single .l-articleBottom .p-pnLinks .-next::before {
  right: 0.25em;
}
.blog.single .l-articleBottom .p-pnLinks .-next .p-pnLinks__thumb {
  margin-left: 16px;
}
.blog.single .l-articleBottom .p-pnLinks .-next .p-pnLinks__link {
  border-right-width: 12px;
}
.blog.single .l-articleBottom .p-pnLinks .-next .p-pnLinks__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog.single .l-articleBottom .p-pnLinks .p-pnLinks__link {
  padding: 0 16px;
}
.blog.single .l-articleBottom .p-pnLinks .p-pnLinks__link:hover {
  opacity: 0.7;
}
.blog.single .l-articleBottom .p-pnLinks .p-pnLinks__thumb {
  width: 85px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog.single .l-articleBottom .l-articleBottom__section .l-articleBottom__title {
  margin-bottom: 1em;
  padding: 0 0 0 1em;
  border-left: none;
  color: var(--main-color);
  font-family: var(--ff_noto);
  font-size: 1.41em;
  line-height: 1.2;
  position: relative;
}
.blog.single .l-articleBottom .l-articleBottom__section .l-articleBottom__title::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 4px);
  background-color: var(--main-color);
  position: absolute;
  top: 2px;
  left: 0;
}
.blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card {
  margin-inline: 0;
  gap: 50px;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card {
    gap: 20px 6px;
  }
}
.blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__item {
  width: calc((100% - 100px) / 3);
  padding-inline: 0;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__item {
    width: calc((100% - 6px) / 2);
  }
}
.blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__body {
  padding-top: 20px;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__body {
    padding-top: 10px;
  }
}
.blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__title {
  font-size: 1.05em !important;
  font-weight: 900;
  line-height: 1.44;
}
@media only screen and (max-width: 959px) {
  .blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__title {
    font-size: 1em !important;
  }
}
.blog.single .l-articleBottom .l-articleBottom__section .p-postList.-type-card .p-postList__meta {
  font-family: var(--ff_noto);
  margin-top: 10px !important;
  font-size: 0.82em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#sidebar {
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  #sidebar {
    margin-top: 5em;
    font-size: 15px;
  }
}
#sidebar .c-widget + .c-widget {
  margin-top: 2.35em;
}
#sidebar .widget_swell_prof_widget + .c-widget {
  margin-top: 3.52em;
}

.-sidebar-on #sidebar {
  width: 250px;
}
@media only screen and (max-width: 959px) {
  .-sidebar-on #sidebar {
    width: 100%;
  }
}

.-sidebar-on .l-mainContent {
  width: calc(100% - 250px - 5.8%);
}
@media only screen and (max-width: 959px) {
  .-sidebar-on .l-mainContent {
    width: 100%;
  }
}

.l-sidebar .p-profileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  padding: 0;
}
.l-sidebar .p-profileBox .p-profileBox__icon {
  margin-top: 0;
  margin-bottom: 1.17em;
  line-height: 1;
}
.l-sidebar .p-profileBox .p-profileBox__icon .p-profileBox__iconImg {
  width: 162px;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.l-sidebar .p-profileBox .p-profileBox__job {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--main-color);
  font-size: 0.82em !important;
  font-weight: 700;
}
.l-sidebar .p-profileBox .p-profileBox__name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 1em;
  padding-top: 0;
  color: var(--main-color);
  font-size: 1.17em !important;
  font-weight: 900;
  line-height: 1.45;
}
.l-sidebar .p-profileBox .p-profileBox__name::after {
  content: "（ブン ケイシュク）";
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.6;
}
.l-sidebar .p-profileBox .p-profileBox__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 1.17em;
  padding: 0;
  font-size: 1em;
}
.l-sidebar .p-profileBox .p-profileBox__iconList {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0;
}
.l-sidebar .p-profileBox .p-profileBox__iconList .c-iconList__link {
  width: auto;
  height: auto;
  padding: 0;
}
.l-sidebar .p-profileBox .p-profileBox__iconList .c-iconList__icon.icon-instagram::before {
  font-size: 1.76em;
}
.l-sidebar .c-widget__title.-side {
  margin-bottom: 0.8em;
  padding: 4px 0;
  color: var(--main-color);
  font-size: 1.17em;
  font-weight: 900;
  line-height: 1.45;
}
.l-sidebar .c-widget__title.-side::before {
  content: none;
}
.l-sidebar .c-widget__title.-side::after {
  background-color: var(--main-color);
}
.l-sidebar .widget_categories .c-widget__title.-side {
  margin-bottom: 0.5em;
}
.l-sidebar .widget_categories > ul > .cat-item + .cat-item {
  margin-top: 0.2em;
}
.l-sidebar .widget_categories > ul > .cat-item > a {
  padding-left: 0.7em;
}
.l-sidebar .widget_categories > ul > .cat-item > a:hover {
  background: none;
  opacity: 0.7;
}
.l-sidebar .widget_categories > ul > .cat-item > a::before {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background-image: url(/wp-content/uploads/2026/04/arw_sidebar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
.l-sidebar .tagcloud {
  gap: 10px;
}
.l-sidebar .tag-cloud-link {
  padding: 0 0.71em !important;
  background-color: #B1897C;
  border-radius: 50vh;
  color: #fff !important;
  font-family: var(--ff_noto);
  font-size: 0.82em !important;
  line-height: 1.6;
}
.l-sidebar .tag-cloud-link::before {
  content: "#";
}
.l-sidebar .tag-cloud-link:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
.l-sidebar .-w-ranking.-type-list .p-postList__item {
  margin-bottom: 0.94em;
  padding-bottom: 0.88em;
  position: relative;
}
.l-sidebar .-w-ranking.-type-list .p-postList__item::before {
  content: none;
}
.l-sidebar .-w-ranking.-type-list .p-postList__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--main-color) 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-sidebar .-w-ranking.-type-list .p-postList__thumb {
  width: 28.4%;
}
.l-sidebar .-w-ranking.-type-list .p-postList__body {
  width: 63.6%;
}
.l-sidebar .-w-ranking.-type-list .p-postList__title {
  font-size: 1em !important;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-sidebar .-w-ranking.-type-list .p-postList__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 17px;
}
.l-sidebar .-w-ranking.-type-list .p-postList__times {
  margin-top: 5px;
  padding-block: 0;
  font-family: var(--ff_noto);
  font-size: 0.58em;
  line-height: 1.4;
}
.l-sidebar .-w-ranking.-type-list .p-postList__cat {
  margin-top: 5px;
  padding: 3px 10px;
  background-color: #405369;
  color: #fff;
  font-family: var(--ff_noto);
  font-size: 0.64em;
  font-weight: 500;
  line-height: 1.45;
}
.l-sidebar .-w-ranking.-type-list .p-postList__cat::before {
  content: none;
}

@media only screen and (max-width: 959px) {
  .page-contact .l-content {
    padding-inline: 1.5em;
  }
}
.page-contact .l-content::after {
  content: "";
  display: block;
  width: 45.35vw;
  aspect-ratio: 762/679;
  background-image: url(/wp-content/uploads/2026/04/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: 8.7vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.page-contact .l-footer {
  margin-top: 5.6em;
}
@media only screen and (max-width: 959px) {
  .page-contact .l-footer {
    margin-top: 2.5em;
  }
}

@media only screen and (max-width: 959px) {
  .contact__intro.u-mb-50 {
    margin-bottom: 4.5em !important;
  }
  .contact__intro p {
    text-align: left !important;
    font-size: 1.06em !important;
  }
}

.contact__way {
  max-width: 940px;
  margin-inline: auto;
}
.contact__way .head-block .ff-en {
  margin-bottom: 10px !important;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .contact__way .head-block .ff-en {
    margin-bottom: 5px !important;
    font-size: 0.8em !important;
  }
}
.contact__way .head-block h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 959px) {
  .contact__way .head-block h2 {
    font-size: 1.8em !important;
  }
}
@media only screen and (max-width: 959px) {
  .contact__way .head-block + p.u-mb-30 {
    margin-bottom: 2em !important;
  }
}
@media only screen and (max-width: 959px) {
  .contact__way-block {
    max-width: 400px;
    margin-inline: auto;
  }
}
.contact__way-block .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.contact__way-block .swell-block-column {
  padding: 2.35em;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-template-columns: 1fr;
  gap: 0;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-column {
    padding: 1.5em;
  }
}
.contact__way-block .swell-block-column h3 {
  margin-bottom: 0.66em;
  font-weight: 900;
  line-height: 1.43;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-column h3 {
    font-size: min(1.5em, 24px) !important;
  }
}
.contact__way-block .swell-block-column .wp-block-image {
  margin-bottom: 1.17em;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-column .wp-block-image {
    margin-bottom: 1em;
  }
}
.contact__way-block .swell-block-column .wp-block-image + p {
  margin-bottom: 1.76em;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-column .wp-block-image + p {
    margin-bottom: 1.5em;
  }
}
.contact__way-block .swell-block-column .swell-block-button {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .contact__way-block .swell-block-column .swell-block-button a {
    font-size: min(1.06em, 16px);
  }
}
.contact__way-block .swell-block-column .swell-block-button a span {
  padding-right: 0.5em;
}

.contact__form {
  max-width: 830px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .contact__form .head-block {
    margin-bottom: 2.66em !important;
  }
}
.contact__form .head-block .heading-line--v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 959px) {
  .contact__form .head-block .heading-line--v {
    gap: 6px;
    font-size: 1em !important;
  }
}
.contact__form .head-block .heading-line--v::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background-color: var(--main-color);
}
@media only screen and (max-width: 959px) {
  .contact__form .head-block .heading-line--v::after {
    height: 1.6em;
  }
}
.contact__form .head-block h2 {
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .contact__form .head-block h2 {
    font-size: 1.6em !important;
  }
}
.contact__form .wp-block-list.is-style-note_list {
  padding-left: 0;
  font-size: 1em;
  opacity: 1;
}
.contact__form .wp-block-list.is-style-note_list > li {
  margin: 0;
  padding-left: 1em;
  line-height: 1.6;
}
.contact__form .wp-block-list.is-style-note_list > li::before {
  -webkit-transform: none;
          transform: none;
}
.contact__form table {
  table-layout: auto !important;
}
.contact__form table th,
.contact__form table td {
  border: none;
  padding: 10px 0;
}
@media only screen and (max-width: 959px) {
  .contact__form table th,
  .contact__form table td {
    display: block;
  }
}
.contact__form table th {
  width: 306px !important;
  vertical-align: middle;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .contact__form table th {
    width: 100% !important;
    padding-bottom: 0;
    font-size: 16px;
  }
}
.contact__form table th > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form table th .swl-bg-color {
  margin-right: 10px;
  padding: 2px 4px 2px 10px;
  font-family: var(--ff_noto);
  font-size: 12px;
  line-height: 1.33;
}
.contact__form table th .swl-inline-color {
  letter-spacing: 0.5em;
  font-weight: 500;
}
.contact__form table th .swl-fz {
  font-size: 14px !important;
}
.contact__form table td input[type=text],
.contact__form table td input[type=email],
.contact__form table td input[type=tel],
.contact__form table td textarea {
  width: 100%;
  background-color: #fff;
  border-color: #E4D5D1;
  font-size: 16px;
}
.contact__form table td textarea {
  height: 170px;
}
.contact__form-note {
  font-family: var(--ff_noto);
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
.contact__form-btn {
  max-width: 240px;
  margin: 40px auto 0;
  position: relative;
}
.contact__form-btn::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  -webkit-mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
          mask-image: url(/wp-content/uploads/2026/03/btn_arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--txt-color);
  position: absolute;
  top: 24px;
  right: -16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 959px) {
  .contact__form-btn::after {
    width: 26px;
    height: 6px;
    right: -14px;
  }
}
.contact__form-btn:has(> .btn-bl:not(:disabled):hover)::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.contact__form-btn .btn-bl {
  width: 100%;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1.76em 1em 1.47em;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
  -webkit-box-shadow: 0 0 0 1px rgba(14, 38, 67, 0);
          box-shadow: 0 0 0 1px rgba(14, 38, 67, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background-image 0.3s, color 0.3s;
  transition: background-image 0.3s, color 0.3s;
}
@media only screen and (max-width: 959px) {
  .contact__form-btn .btn-bl {
    min-height: 58px;
    padding: 1em 2em 1em 1.66em;
  }
}
.contact__form-btn .btn-bl:disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc));
  background-image: linear-gradient(#ccc);
}
.contact__form-btn .btn-bl:not(:disabled):hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
  background-image: linear-gradient(#fff);
  color: #0E2643;
  -webkit-box-shadow: 0 0 0 1px #0E2643;
          box-shadow: 0 0 0 1px #0E2643;
}

.contact__privacy {
  max-width: 700px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .contact__privacy {
    max-width: none;
  }
}
.contact__privacy-block {
  height: 130px;
  overflow-y: auto;
}
@media only screen and (max-width: 959px) {
  .contact__privacy-block {
    height: 160px;
  }
}
.contact__privacy-block .privacy__block.u-pb-90 {
  padding-bottom: 0 !important;
}
.contact__privacy-block .privacy__block h2 {
  padding: 0;
  background-color: transparent;
  color: var(--main-color);
  font-size: 1.2em;
}
.contact__privacy-inner {
  padding: 1.17em !important;
}
.contact__privacy .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #E4D5D1;
  position: absolute;
  top: 7px;
  left: 0;
}
.contact__privacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border-right: 2px solid var(--txt-color);
  border-bottom: 2px solid var(--txt-color);
  position: absolute;
  top: 9px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 959px) {
  .thanks__block.u-pb-120 {
    padding-bottom: 8.5em !important;
  }
}
.thanks__block > .wp-block-group__inner-container {
  max-width: 930px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .thanks__block > .wp-block-group__inner-container {
    padding-inline: 0.5em;
  }
  .thanks__block > .wp-block-group__inner-container > p {
    text-align: left;
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 959px) {
  .thanks__block .head-block.u-mb-25 {
    margin-bottom: 1.8em !important;
  }
}
.thanks__block .head-block .ff-en {
  margin-bottom: 10px !important;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .thanks__block .head-block .ff-en {
    margin-bottom: 5px !important;
    font-size: 0.8em !important;
  }
}
.thanks__block .head-block h2 {
  font-weight: 900;
  line-height: 1.44;
}
@media only screen and (max-width: 959px) {
  .thanks__block .head-block h2 {
    font-size: 1.8em !important;
  }
}
.thanks__block .swell-block-button__link {
  width: 240px;
  background-color: var(--light-beige);
}

@media only screen and (max-width: 959px) {
  .privacy__block {
    padding-inline: 0.5em;
  }
}
.privacy__block h2 {
  margin-block: 1.33em 1em;
  margin-inline: 0 !important;
  padding: 0.33em 0.66em;
  color: #fff;
  font-size: 1.76em;
  font-weight: 900;
  line-height: 1.43;
}
@media only screen and (max-width: 959px) {
  .privacy__block h2 {
    font-size: 1.5em;
  }
}
.privacy__block h2::before {
  content: none;
}
.privacy__block ul.wp-block-list {
  list-style: none;
  padding-left: 0;
}
.privacy__block ul.wp-block-list > li {
  padding-left: 1.5em;
  position: relative;
}
.privacy__block ul.wp-block-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.4em;
}
.privacy__block p:has(+ ul),
.privacy__block p:has(+ ol) {
  margin-bottom: 0.5em;
}

.error404 .post_content {
  padding-bottom: 6em;
}
.error404 .post_content .u-ta-c {
  margin-bottom: 0.5em;
}
.error404 .post_content .c-searchForm {
  max-width: 400px;
  margin: 2em auto 2.5em;
}
.error404 .post_content .c-searchForm input[type=text] {
  font-size: 16px;
}
.error404 .post_content .is-style-more_btn a {
  width: 240px;
}

.page-class #main_content .post_content {
  padding-inline: 0;
}
@media only screen and (min-width: 960px) {
  .page-class .p-breadcrumb::before {
    aspect-ratio: 1680/935;
    background-image: url(/wp-content/uploads/2026/05/class_bg_top.png);
  }
}

.class__intro {
  padding-inline: 1em;
}
.class__intro .head-block .ff-en {
  letter-spacing: 1em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .class__intro .head-block .ff-en {
    font-size: 0.8em !important;
    letter-spacing: 0.6em;
  }
}
.class__intro .head-block h2 {
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (max-width: 959px) {
  .class__intro .head-block h2 {
    font-size: 1.88em !important;
  }
}
.class__intro .head-block h2 .swl-fz {
  display: inline-block;
  font-size: 0.57em !important;
  line-height: 1.35;
}
@media only screen and (max-width: 959px) {
  .class__intro .head-block + .has-text-align-center {
    text-align: left;
  }
}
@media only screen and (max-width: 959px) {
  .class__intro-txt .has-text-align-center {
    text-align: left;
  }
}
.class__intro-anchor {
  max-width: 1080px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .class__intro-anchor {
    max-width: 600px;
  }
}
.class__intro-anchor::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: var(--main-color);
  margin-top: 80px;
}
@media only screen and (max-width: 959px) {
  .class__intro-anchor::after {
    height: 50px;
    margin-top: 40px;
  }
}
.class__intro-anchor .cmn__class-item a {
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
.class__intro-anchor .cmn__class-item .img {
  width: 23.38%;
  padding: 0.82em 0 0.82em 1.25em;
}
@media only screen and (max-width: 959px) {
  .class__intro-anchor .cmn__class-item .img {
    width: 26%;
    padding-left: 0.82em;
  }
}
.class__intro-anchor .cmn__class-item .txt {
  width: 76.62%;
  padding-left: 1.17em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.88em;
}
@media only screen and (max-width: 959px) {
  .class__intro-anchor .cmn__class-item .txt {
    width: 74%;
    padding-left: 1em;
  }
}
.class__intro-anchor .cmn__class-item .txt p:has(+ .ttl) {
  margin-bottom: 4px;
  line-height: 1.5;
}
.class__intro-anchor .cmn__class-item .txt .ttl {
  font-weight: 900;
}
@media only screen and (max-width: 959px) {
  .class__intro-anchor .cmn__class-item .txt .ttl {
    font-size: 1.4em !important;
  }
}
.class__intro-anchor .cmn__class-item .txt::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(/wp-content/uploads/2026/04/arw_anchor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.class__content#course-1 {
  position: relative;
}
.class__content#course-1::before {
  content: "";
  display: block;
  width: 87vw;
  aspect-ratio: 1462/1848;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: 8.8vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#course-1::after {
  content: "";
  display: block;
  width: 66.9vw;
  aspect-ratio: 1124/901;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  bottom: -31vw;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#course-2 {
  position: relative;
}
.class__content#course-2::before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1680/1603;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: 52.38vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#course-2::after {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1680/1226;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  bottom: 10.4vw;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#course-3 {
  position: relative;
}
.class__content#course-3::before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1680/1499;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: 0;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#course-3::after {
  content: "";
  display: block;
  width: 41.6vw;
  aspect-ratio: 699/1121;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  bottom: -25.8vw;
  right: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content#one-day-lesson {
  margin-bottom: 7em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__content#one-day-lesson {
    margin-bottom: 4em;
  }
}
.class__content#one-day-lesson::before {
  content: "";
  display: block;
  width: 33.8vw;
  aspect-ratio: 568/474;
  background-image: url(/wp-content/uploads/2026/05/class_bg_img07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 53.5vw;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
}
.class__content .heading {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
  padding: 0.88em 2.35em;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__content .heading {
    max-width: 500px;
    padding: 1em 0.4em;
  }
}
.class__content .heading.-br {
  background-image: -webkit-gradient(linear, left top, right top, from(#9A684E), to(#B1887B));
  background-image: linear-gradient(to right, #9A684E, #B1887B);
}
.class__content .heading p {
  letter-spacing: 0.7em;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .class__content .heading p {
    font-size: 0.75em !important;
  }
}
@media only screen and (max-width: 959px) {
  .class__content-intro .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.class__content-intro .txt h3 {
  line-height: 1.45;
}
@media only screen and (max-width: 959px) {
  .class__content-intro .txt h3 {
    font-size: 1.48em !important;
  }
}
.class__content-intro .txt h3 .swl-fz {
  display: block;
}
.class__content-intro .img .wp-block-image {
  max-width: 500px;
  margin-inline: auto;
}
.class__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .class__content h2 {
    font-size: 1.6em !important;
  }
}
.class__content h2::after {
  content: "" !important;
  display: block;
  width: 1px;
  height: 50px;
  background-color: var(--main-color);
  margin-top: 25px;
}
@media only screen and (max-width: 959px) {
  .class__content h2::after {
    height: 40px;
    margin-top: 15px;
  }
}
.class__content h2 .swl-fz {
  font-size: 0.57em !important;
}
.class__content .heading-s {
  font-weight: 900;
  line-height: 1.45;
}
.class__content .heading-m {
  padding-left: 26px;
  font-weight: 900;
  position: relative;
}
.class__content .heading-m::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background-image: url(/wp-content/uploads/2026/05/class_ttl_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
.class__content-block {
  margin-top: -30px !important;
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
@media only screen and (max-width: 959px) {
  .class__content-block {
    margin-inline: 0.5em;
  }
  .class__content-block.u-pt-45 {
    padding-top: 3.5em !important;
  }
  .class__content-block.u-pb-45 {
    padding-bottom: 2.5em !important;
  }
}
.class__content-block > .wp-block-group__inner-container {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
.class__content-block .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.class__content-block .txt .label {
  list-style: none;
  gap: 1.17em;
  padding-left: 0;
}
.class__content-block .txt .label li {
  margin-block: 0;
  padding: 4px 1.17em;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
}
.class__content-block .txt h3 {
  font-weight: 900;
}
.class__content-block ol.wp-block-list li::marker {
  color: var(--main-color);
  font-weight: 700;
}
.class__content-block .wp-block-list li a {
  text-decoration: underline;
}
.class__content-block .wp-block-list li a:hover {
  opacity: 0.7;
}
.class__content .has-border.-border01 {
  max-width: 820px;
  padding: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .class__content .has-border.-border01 {
    padding: 1em;
    text-align: left;
  }
}
.class__content .is-style-more_btn.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.class__content .is-style-more_btn.btn-line a {
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-left: 1.75em;
}
.class__content .is-style-more_btn.btn-line a::after {
  position: static;
}
.class__content-teacher {
  gap: 1.17em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class__content-teacher .teacher-item > .is-row__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.17em;
}
.class__content-teacher .teacher-item figure {
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 959px) {
  .class__content-teacher .teacher-item figure {
    width: 80px;
  }
}

.class__list > .swell-block-columns__inner {
  row-gap: 2.35em;
}
.class__list-item {
  -webkit-box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
          box-shadow: 0 10px 50px rgba(186, 166, 150, 0.3);
}
.class__list-item.bg-br .img {
  background-image: url(/wp-content/uploads/2026/05/class_list_bg_br.jpg);
}
.class__list-item.bg-bl .img {
  background-image: url(/wp-content/uploads/2026/05/class_list_bg_bl.jpg);
}
.class__list-item .content-wrap {
  height: 100%;
}
.class__list-item .content-wrap > .wp-block-group__inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.class__list-item .img {
  padding-top: 1.76em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 1.76em);
  background-position: top center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.class__list-item .img .wp-block-image {
  max-width: 308px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .class__list-item .img .wp-block-image {
    width: 72.25%;
  }
}
.class__list-item .txt {
  padding: 1.17em 1.76em 1.47em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 959px) {
  .class__list-item .txt {
    padding: 1em 1.3em 1.66em;
  }
}
.class__list-item .txt > .wp-block-group__inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.class__list-item .txt-inner {
  margin-bottom: 1.76em;
}
.class__list-item .txt-inner > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class__list-item .txt .ttl {
  font-weight: 900;
  margin-bottom: 10px;
}
.class__list-item .txt p {
  width: 100%;
}
.class__list-item .txt .label {
  width: auto;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
}
.class__list-item .txt .label.-br {
  background-image: -webkit-gradient(linear, left top, right top, from(#9A684E), to(#B1887B));
  background-image: linear-gradient(to right, #9A684E, #B1887B);
}
@media only screen and (max-width: 959px) {
  .class__list-item .txt .swell-block-button.is-style-more_btn {
    margin-inline: 0;
  }
}
.class__list-item .txt .swell-block-button.is-style-more_btn .swell-block-button__link {
  min-width: 300px;
  background-color: var(--light-beige);
  -webkit-box-shadow: 0 0 0 1px var(--main-color), 0 0 10px rgba(163, 96, 131, 0.2);
          box-shadow: 0 0 0 1px var(--main-color), 0 0 10px rgba(163, 96, 131, 0.2);
}
@media only screen and (max-width: 959px) {
  .class__list-item .txt .swell-block-button.is-style-more_btn .swell-block-button__link {
    width: 100%;
    min-width: auto;
  }
}
.class__list-item .txt .swell-block-button.is-style-more_btn .swell-block-button__link:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
          box-shadow: 0 0 0 1px var(--main-color);
}

.class__detail {
  max-width: 960px;
  gap: 0;
}
.class__detail .swell-block-dl__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.95%;
  padding: 10px 1.1em;
  color: var(--main-color);
  font-size: 1.05em;
  font-weight: 900;
  border-bottom: 1px solid var(--main-color);
}
@media only screen and (max-width: 959px) {
  .class__detail .swell-block-dl__dt {
    width: 100%;
    padding-inline: 0;
    border-bottom: none;
  }
}
.class__detail .swell-block-dl__dt:first-child {
  border-top: 1px solid var(--main-color);
}
.class__detail .swell-block-dl__dt:first-child + .swell-block-dl__dd {
  border-top: 1px solid var(--main-color);
}
@media only screen and (max-width: 959px) {
  .class__detail .swell-block-dl__dt:first-child + .swell-block-dl__dd {
    border-top: none;
  }
}
.class__detail .swell-block-dl__dt::after {
  content: none;
}
.class__detail .swell-block-dl__dd {
  width: 66.05%;
  padding: 0.88em 1.17em;
  border-bottom: 1px solid var(--main-color);
}
@media only screen and (max-width: 959px) {
  .class__detail .swell-block-dl__dd {
    width: 100%;
    padding: 0 0 10px 0;
  }
}

.class__flow {
  max-width: 920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .class__flow {
    max-width: 330px;
    gap: 29px;
  }
}
.class__flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.class__flow-label {
  display: grid;
  text-align: center;
  place-items: center;
  margin-bottom: 15px;
  width: 72px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: var(--txt-color);
  color: #fff;
  font-family: var(--ff_noto);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-label {
    width: 60px;
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.class__flow-label::after {
  content: "";
  width: 15px;
  height: 14px;
  background-color: var(--txt-color);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 959px) {
  .class__flow-label::after {
    bottom: -7.9px;
  }
}
.class__flow-root {
  width: 61px;
  min-height: 382px;
  padding: 4.7em 1.29em 2.05em;
  border: 1px solid var(--main-color);
  background-color: var(--light-beige);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-root {
    width: 47px;
    min-height: 274px;
    font-size: 14px;
    padding: 3.06em 1.07em 1.42em;
  }
}
.class__flow-root::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(/wp-content/uploads/2026/04/arw_anchor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.class__flow-root span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.45em;
}
.class__flow-root:hover {
  background-color: #fff;
}
.class__flow-tree {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 110px;
}
@media only screen and (max-width: 959px) {
  .class__flow-tree {
    padding-top: 87px;
  }
}
.class__flow-item {
  position: relative;
}
.class__flow-item + .class__flow-item {
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .class__flow-item + .class__flow-item {
    margin-top: 28px;
  }
}
.class__flow-item::before {
  content: "";
  display: inline-block;
  width: 105px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
}
@media only screen and (max-width: 959px) {
  .class__flow-item::before {
    width: 35px;
  }
}
.class__flow-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 1px);
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--main-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 959px) {
  .class__flow-item::after {
    width: 11px;
  }
}
.class__flow .class__flow-btn {
  width: min(100%, 311px);
  min-height: 61px;
  padding-inline: 1.47em;
  background-image: -webkit-gradient(linear, right top, left top, from(#9A684E), to(#B1887B));
  background-image: linear-gradient(to left, #9A684E, #B1887B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.17em;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .class__flow .class__flow-btn {
    width: min(100%, 203px);
    min-height: 40px;
    padding-inline: 1.07em;
    font-size: 14px;
    gap: 0.71em;
  }
}
.class__flow .class__flow-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#9A684E), to(#B1887B));
  background-image: linear-gradient(to right, #9A684E, #B1887B);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.class__flow .class__flow-btn.-blue {
  background-image: -webkit-gradient(linear, right top, left top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to left, #0E2643, #586879);
}
.class__flow .class__flow-btn.-blue::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#0E2643), to(#586879));
  background-image: linear-gradient(to right, #0E2643, #586879);
}
.class__flow .class__flow-btn:hover::before {
  opacity: 0;
}
.class__flow .class__flow-btn span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.class__flow .class__flow-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  -webkit-mask-image: url(/wp-content/uploads/2026/04/arw_anchor.svg);
          mask-image: url(/wp-content/uploads/2026/04/arw_anchor.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center right;
          mask-position: center right;
  background-color: #fff;
}
.class__flow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 80px;
  margin-top: 1.47em;
  margin-left: -2.3em;
  background: #F7F4F2;
  padding: 1em 2.3em 2.05em;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-group {
    gap: 0;
    margin-top: 27px;
    margin-left: -15px;
    padding: 13px 12px 22px 15px;
  }
}
.class__flow-group .note {
  width: 100%;
  text-align: center;
  margin-bottom: 1.47em;
  color: var(--txt-color);
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .class__flow-group .note {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.class__flow-group .note a {
  text-decoration: underline;
}
.class__flow-group .note a:hover {
  opacity: 0.7;
}
.class__flow-parent {
  width: calc((100% - 80px) / 2);
  max-width: 311px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-parent {
    width: 100%;
  }
}
.class__flow-parent::before {
  content: "";
  display: inline-block;
  width: 105px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--txt-color);
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
}
@media only screen and (max-width: 959px) {
  .class__flow-parent::before {
    width: 35px;
  }
}
.class__flow-parent::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 1px);
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--txt-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 959px) {
  .class__flow-parent::after {
    width: 11px;
  }
}
.class__flow-children {
  width: calc((100% - 80px) / 2);
  max-width: 311px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  list-style: none;
  padding-left: 0 !important;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-children {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.class__flow-child {
  margin: 0 !important;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .class__flow-child .class__flow-btn {
    width: 47px;
    min-height: 220px;
    padding: 1.07em 1.07em 1.42em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .class__flow-child .class__flow-btn span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.25em;
  }
}
.class__flow-child:first-of-type::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--txt-color);
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
}
@media only screen and (max-width: 959px) {
  .class__flow-child:first-of-type::before {
    width: 1px;
    height: 20px;
    border-radius: 0;
    top: -40px;
    right: -18px;
  }
}
.class__flow-child:first-of-type::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 1px);
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--txt-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 959px) {
  .class__flow-child:first-of-type::after {
    width: calc(100% + 38px);
    height: 20px;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid var(--txt-color);
    border-left: 1px solid var(--txt-color);
    border-right: 1px solid var(--txt-color);
    top: -20px;
    right: auto;
    left: 50%;
    -webkit-transform: none;
            transform: none;
  }
}
.class__flow-child:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: calc(100% + 30px);
  border-left: 1px solid var(--txt-color);
  border-bottom: 1px solid var(--txt-color);
  position: absolute;
  bottom: 50%;
  right: calc(100% + 1px);
}
@media only screen and (max-width: 959px) {
  .class__flow-child:nth-of-type(2)::before {
    content: none;
  }
}
.class__flow-child:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 1px);
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--txt-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media only screen and (max-width: 959px) {
  .class__flow-child:nth-of-type(2)::after {
    content: none;
  }
}