@charset "UTF-8";
/* =======================
共通
======================= */
@font-face {
  font-family: "miama";
  src: url("/wp-content/themes/swell_child/Miama.otf") format("opentype");
}
:root {
  --white: #ffffff;
}

@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 400;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
@media screen and (min-width: 960.001px) {
  body {
    font-size: 16px;
  }
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

p {
  text-align: justify;
}

li {
  text-align: justify;
}

th,
td {
  text-align: justify;
}

div {
  text-align: justify;
}

.l-content * {
  line-height: 1.6;
}

.top * {
  line-height: 1.4;
}

.top #content {
  padding-top: 0;
}
@media screen and (min-width: 960.001px) {
  .top #content {
    padding-top: 350px;
  }
}

.l-content {
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

@media screen and (max-width: 960px) {
  #lp-content .post_content, #main_content .post_content {
    font-size: 13px;
  }
}

.alignfull, .swell-block-fullWide__inner .alignfull {
  left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2) !important;
  width: calc(100vw - var(--swl-scrollbar_width, 0px)) !important;
}

.alignfull > .wp-block-cover__inner-container, .alignfull > .wp-block-group__inner-container {
  max-width: calc(var(--article_size) + 40px);
}

.swell-block-fullWide .swell-block-fullWide__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.swell-block-fullWide .swell-block-fullWide__inner.l-article {
  max-width: calc(var(--article_size) + 40px);
}

.wp-block-cover,
.wp-block-cover-image {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .sp-column-reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jc-between, .jc-between > .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-end, .jc-end > .swell-block-columns__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.center, .center > .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/*----------------------
COMMON PARTS
-----------------------*/
.column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*  余白用class　*/
/* padding */
.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: 3em !important;
}

.u-pb-35 {
  padding-bottom: 3em !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;
}

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

.u-mt-15 {
  margin-top: 105em !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-96 {
  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: 6em !important;
  }
  .u-pb-80 {
    padding-bottom: 6em !important;
  }
  .u-pt-85 {
    padding-top: 6.5em !important;
  }
  .u-pb-85 {
    padding-bottom: 6.5em !important;
  }
  .u-pt-90 {
    padding-top: 7em !important;
  }
  .u-pb-90 {
    padding-bottom: 7em !important;
  }
  .u-pt-95 {
    padding-top: 7.5em !important;
  }
  .u-pb-95 {
    padding-bottom: 7.5em !important;
  }
  .u-pt-100 {
    padding-top: 8em !important;
  }
  .u-pb-100 {
    padding-bottom: 8em !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-40 {
    margin-bottom: 2em !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;
}

.jc-start .swell-block-columns__inner {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.txt-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* list ul　リセット*/
ol.list-reset, ul.list-reset {
  padding-left: 0;
  list-style: none;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.page .post_content > * {
  margin-bottom: 0;
}

.page p,
.page li,
.single p,
.single li,
.archive p,
.archive li {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .page p,
  .page li,
  .single p,
  .single li,
  .archive p,
  .archive li {
    font-size: 13px;
  }
}
.page li,
.single li,
.archive li {
  margin: 0;
}
.page h2,
.page h3,
.page h4,
.single h2,
.single h3,
.single h4,
.archive h2,
.archive h3,
.archive h4 {
  margin: 0;
  font-weight: 500;
}
.page h2,
.single h2,
.archive h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .page h2,
  .single h2,
  .archive h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.ff-notosan {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
.ff-mincho {
  font-family: "Shippori Mincho", serif !important;
}
.ff-en {
  font-family: "Ballet", cursive !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.ff-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
}
.ff-cormorant {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
}
.ff-miama {
  font-family: "Miama", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
}
.ff-notoserif {
  font-family: "Noto Serif JP", serif;
}
.ff-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-postList.-type-card,
.p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

.cmn-h2 {
  margin-bottom: 30px;
}
.cmn-h2 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.cmn-h2 p {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 960.001px) {
  .cmn-h2 p {
    font-size: 80px;
  }
}
.cmn-h2 p span {
  line-height: 1;
  letter-spacing: 0.09em;
}
.cmn-h2 h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 960.001px) {
  .cmn-h2 h2 {
    font-size: 24px;
  }
}
.cmn-h2.right > div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmn-h2.column > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-h2.column > div span {
  margin-left: 0;
}

.page .post_content {
  margin-top: 0;
}
.page .l-content {
  padding-top: 0;
  margin-bottom: 0;
}

/*　リッチカラムreset　*/
.swell-block-columns__inner {
  -webkit-column-gap: var(--swl-clmn-mrgn--x);
     -moz-column-gap: var(--swl-clmn-mrgn--x);
          column-gap: var(--swl-clmn-mrgn--x);
  margin-left: 0;
}

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

.full-inner-left {
  padding-left: max(50vw - 540px, 20px) !important;
  padding-right: 20px !important;
}

.full-inner-right {
  padding-right: max(50vw - 540px, 20px) !important;
  padding-left: 20px !important;
}

.p-blogParts {
  margin: 0 !important;
}

/* =======================
ページごとの調整
======================= */
.page-id-336 .l-footer {
  padding-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .page-id-336 .l-footer {
    padding-bottom: 0;
  }
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 149, 159, 0.5019607843);
}
.l-header .l-header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 960.001px) {
  .l-header .l-header__inner {
    height: 80px;
  }
}
.l-header .l-header__logo {
  margin: 0;
  padding-left: 20px;
}
@media screen and (min-width: 960.001px) {
  .l-header .l-header__logo {
    padding-left: 0;
  }
}

.-body-solid .l-fixHeader {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.-body-solid .l-fixHeader:before {
  opacity: 0.5;
}
.-body-solid .l-fixHeader .l-fixHeader__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 960.001px) {
  .-body-solid .l-fixHeader .l-fixHeader__inner {
    height: 80px;
  }
}

.c-headLogo__link {
  width: clamp(220px, 30vw, 295px);
}

.c-gnav > .menu-item > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
.c-gnav > .menu-item > a::after {
  background: #fff;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 10px;
  font-weight: 500;
}
.c-gnav > .menu-item > a .c-smallNavTitle {
  opacity: 1;
  top: 0;
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.c-gnav > .menu-item.nav-contact a {
  background: #fff;
  color: #2FBFB6;
  padding-inline: 30px;
  height: calc(100% + 20px);
}
.c-gnav > .menu-item.nav-contact a::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(/wp-content/uploads/2025/07/mail-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.c-gnav > .menu-item.nav-contact a::after {
  content: none;
}
.c-gnav > .menu-item.nav-contact a:hover {
  background: #2FBFB6;
  color: #fff;
}
.c-gnav > .menu-item.nav-contact a:hover::before {
  background-image: url(/wp-content/uploads/2025/07/mail-icon-white-1.svg);
}
.c-gnav > .menu-item .sub-menu {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  white-space: nowrap;
}
.c-gnav > .menu-item .sub-menu::before {
  content: none;
}
.c-gnav > .menu-item .sub-menu a {
  padding: 5px 30px;
}
.c-gnav > .menu-item .sub-menu a:first-of-type {
  padding-top: 10px;
}
.c-gnav > .menu-item .sub-menu a:last-of-type {
  padding-bottom: 10px;
}
.c-gnav > .menu-item .sub-menu a:hover {
  background: none;
  padding-inline: 30px;
  color: #2FBFB6;
}
.c-gnav > .menu-item .sub-menu a:hover .ttl {
  left: 0;
}
.c-gnav > .menu-item .sub-menu a .ttl {
  font-size: 14px;
  font-weight: 500;
}

.p-breadcrumb {
  z-index: 2;
  background: none !important;
}

.p-breadcrumb__list {
  gap: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .p-breadcrumb__list {
    padding-bottom: 0;
  }
}
.p-breadcrumb__list .p-breadcrumb__item {
  font-size: 14px;
  gap: 10px;
}
@media screen and (min-width: 960.001px) {
  .p-breadcrumb__list .p-breadcrumb__item {
    font-size: 16px;
  }
}
.p-breadcrumb__list .p-breadcrumb__item::after {
  content: ">";
  font-size: 1em;
  background: none;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin-bottom: 3px;
  color: #353535;
}
.p-breadcrumb__list .p-breadcrumb__item:last-of-type::after {
  content: none;
}
.p-breadcrumb__list .p-breadcrumb__item:last-of-type span {
  opacity: 1;
}
.p-breadcrumb__list .p-breadcrumb__item:not(:last-of-type) {
  color: #2FBFB6;
}
.p-breadcrumb__list .p-breadcrumb__item span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-breadcrumb__list .p-breadcrumb__item .__home {
  border-bottom: 1px solid #2FBFB6;
}
.p-breadcrumb__list .p-breadcrumb__item .__home:before {
  content: none;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

/* =======================
ハンバーガーメニュー
======================= */
.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding-top: 0;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
}

.p-spMenu__inner::before {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#2FBFB6), to(#81E8D5));
  background-image: -webkit-linear-gradient(top left, #2FBFB6, #81E8D5);
  background-image: linear-gradient(to bottom right, #2FBFB6, #81E8D5);
}

.p-spMenu {
  display: block !important;
}

.p-spMenu__body {
  padding: 0px 0px 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-spMenu__body .p-spMenu__nav {
  width: 100%;
  padding: 100px 40px 0;
}
.p-spMenu__body .p-spMenu__nav li {
  margin-bottom: 30px;
}
.p-spMenu__body .p-spMenu__nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0;
  border: none;
}
.p-spMenu__body .p-spMenu__nav li a:hover {
  background: none;
}
.p-spMenu__body .p-spMenu__nav li a .desc {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
  margin: 0;
}
.p-spMenu__body .p-spMenu__nav .sp-home {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.p-spMenu__body .p-spMenu__nav .sp-home::after {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: -40px;
  bottom: 0;
}
.p-spMenu__body .p-spMenu__nav .sp-home a {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.p-spMenu__body .p-spMenu__nav .sp-contact {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}
.p-spMenu__body .p-spMenu__nav .sp-contact a {
  color: #2FBFB6;
  border: 1px solid #fff;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
.p-spMenu__body .p-spMenu__nav .sp-contact a::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(/wp-content/uploads/2025/07/mail-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.p-spMenu__body .p-spMenu__nav .sp-contact a::after {
  content: "";
  width: 24px;
  height: 4px;
  background: url(/wp-content/uploads/2025/07/footer-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-spMenu__body .p-spMenu__nav .sp-contact a:hover {
  opacity: 1;
  color: #fff;
  background: transparent;
}
.p-spMenu__body .p-spMenu__nav .sp-contact a:hover::before {
  background-image: url(/wp-content/uploads/2025/07/mail-icon-white-1.svg);
}
.p-spMenu__body .p-spMenu__nav .sp-contact a:hover::after {
  background-image: url(/wp-content/uploads/2025/07/footer-arrow-white.svg);
}
.p-spMenu__body .p-spMenu__nav .sp-sub {
  font-size: 14px;
  margin-bottom: 0;
}

.p-spMenu__bottom {
  margin-top: 20px;
  width: 100%;
  padding-bottom: 100px;
}
.p-spMenu__bottom .swell-block-columns__inner {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-spMenu__bottom .swell-block-columns__inner .swell-block-column {
  max-width: 140px;
}
.p-spMenu__bottom .swell-block-columns__inner .swell-block-column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding-block: 15px;
  border-bottom: 1px solid #fff;
}
.p-spMenu__bottom .swell-block-columns__inner .swell-block-column a::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(/wp-content/uploads/2025/07/new-tab-white.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-iconBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-iconBtn .icon-menu-thin {
  background: url(/wp-content/uploads/2025/07/sp-menu.svg) no-repeat center/contain;
  width: 23px;
  height: 17px;
  margin-bottom: 6px;
}
.c-iconBtn .icon-menu-thin::before {
  content: none;
}
.c-iconBtn .c-iconBtn__label {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2FBFB6;
}

.p-spMenu__closeBtn {
  top: 15px;
  right: 15px !important;
}
.p-spMenu__closeBtn .c-iconBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-spMenu__closeBtn .c-iconBtn::after {
  content: "CLOSE";
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 22px;
  position: relative;
}
.p-spMenu__closeBtn .c-iconBtn__icon .icon-menu-thin {
  background: url(/wp-content/uploads/2025/07/sp-menu.svg) no-repeat center/contain;
}
.p-spMenu__closeBtn .c-iconBtn__icon .icon-menu-thin::before {
  content: none;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
  }
}

.p-spMenu .c-widget__title {
  display: none;
}

.c-listMenu a:hover {
  background: none;
}

.c-listMenu .sub-menu {
  padding-block: 10px;
}
.c-listMenu .sub-menu .sub-menu {
  padding: 0 10px 0 15px;
}
.c-listMenu .sub-menu .sub-menu a {
  font-size: clamp(13px, 1.3vw, 17px) !important;
}
.c-listMenu .sub-menu .sub-menu a::before {
  content: "-";
  color: #81AE7E;
  background: none;
  width: auto;
  height: auto;
}

.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

/* =======================
トップヘッダー
======================= */
.p-mainVisual {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.p-mainVisual .p-mainVisual__inner {
  min-height: 170vw;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__inner {
    min-height: 800px;
  }
}
.p-mainVisual .p-mainVisual__slide {
  position: relative;
}
.p-mainVisual .p-mainVisual__slide::before {
  content: "";
  width: clamp(120px, 20vw, 220px);
  height: 300px;
  background: url(/wp-content/uploads/2025/07/fv-small.jpg) no-repeat top/contain;
  position: absolute;
  top: 73px;
  left: max((100vw - 1200px) / 2, 30px);
  z-index: 2;
  opacity: 1;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__slide::before {
    top: 120px;
  }
}
.p-mainVisual .p-mainVisual__slide::after {
  content: "";
  width: clamp(70px, 13vw, 130px);
  height: clamp(100px, 18vw, 185px);
  background: rgba(111, 226, 216, 0.4);
  position: absolute;
  left: -10px;
  top: 200px;
  z-index: 2;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__slide::after {
    top: 340px;
    left: max((100vw - 1368px) / 2, -70px);
  }
}
.p-mainVisual .p-mainVisual__textLayer {
  padding-top: 200px;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__textLayer {
    padding: 400px 0 0;
    max-width: 960px;
  }
}
.p-mainVisual .p-mainVisual__slideTitle {
  font-weight: 600;
  font-size: 40px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  line-height: 1.1;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__slideTitle {
    font-size: 54px;
  }
}
.p-mainVisual .p-mainVisual__slideText {
  font-size: 16px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__slideText {
    font-size: 24px;
  }
}
.p-mainVisual .p-mainVisual__slideBtn {
  margin-top: 0;
}
.p-mainVisual .p-mainVisual__slideBtn a {
  background: -webkit-gradient(linear, left top, right top, from(#BE9639), to(#D6C49C));
  background: -webkit-linear-gradient(left, #BE9639, #D6C49C);
  background: linear-gradient(to right, #BE9639, #D6C49C);
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 13px 30px;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__slideBtn a {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    padding: 17px 30px;
    font-size: 18px;
  }
}
.p-mainVisual .p-mainVisual__slideBtn a::after {
  content: "";
  width: 24px;
  height: 4px;
  background: url(/wp-content/uploads/2025/07/right-arrow-white.svg) no-repeat center/contain;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  min-height: 40svh;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea {
    min-height: 380px;
    padding-top: 1.5em;
  }
}
.l-topTitleArea img {
  -o-object-fit: fill;
     object-fit: fill;
}
.l-topTitleArea .l-topTitleArea__body {
  text-shadow: none;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body {
    padding-top: 50px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 18px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #353535;
  -webkit-transform: rotate(-59deg);
          transform: rotate(-59deg);
  visibility: visible;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 500;
  top: 0;
  opacity: 1;
  margin: 0;
  font-style: normal;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    font-size: 44px;
  }
}

.page-id-336 .l-topTitleArea {
  display: none;
}
.page-id-336 .p-breadcrumb {
  display: none;
}

/* =======================
フッター上ウィジェットブロック
======================= */
.p-fixBtnWrap {
  bottom: 80px;
  right: 10px;
}
@media screen and (min-width: 960.001px) {
  .p-fixBtnWrap {
    bottom: 20px;
    right: 30px;
  }
}
.p-fixBtnWrap .c-fixBtn {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  width: 25px;
  height: 73px;
  opacity: 1;
}
.p-fixBtnWrap .c-fixBtn::before {
  content: "to TOP";
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  color: #2FBFB6;
  font-family: "Noto Serif JP", serif;
  margin-top: auto;
  margin-bottom: 3px;
}
.p-fixBtnWrap .c-fixBtn::after {
  content: "";
  width: 4px;
  height: 64px;
  background: url(/wp-content/uploads/2025/08/top-arrow.svg) no-repeat bottom/contain;
  position: absolute;
  right: 3px;
  bottom: 4px;
}
.p-fixBtnWrap .c-fixBtn:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.p-fixBtnWrap .c-fixBtn:hover::after {
  -webkit-animation: 1s topAnime infinite;
          animation: 1s topAnime infinite;
}
.p-fixBtnWrap i {
  display: none;
}

.fixed__cta {
  background: #FFFCFC;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 10px;
  line-height: 1.3;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta {
    bottom: 20px;
    background: none;
    width: auto;
    padding: 0;
    line-height: inherit;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.fixed__cta.show {
  -webkit-transform: none;
          transform: none;
}
.fixed__cta > .swell-block-columns__inner {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta > .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fixed__cta .fixed__item a {
  position: relative;
  color: #FFFCFC;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 5px 30px 5px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 250px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item a {
    width: 120px;
    height: 120px;
    padding: 5px 10px 10px;
    border: 2px solid #FFFCFC;
    border-right: none;
    border-radius: 0;
  }
}
.fixed__cta .fixed__item a p {
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item a p {
    font-size: 16px;
  }
}
.fixed__cta .fixed__item.tel a {
  background: #CCB68A;
  margin-left: auto;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a {
    border-radius: 5px 0 0 0;
    margin-left: 0;
  }
}
.fixed__cta .fixed__item.tel a img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a img {
    position: static;
    margin-top: 10px;
    margin-bottom: 7px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a .text1 {
    line-height: 1.3;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFFCFC;
  }
}
.fixed__cta .fixed__item.tel a .text2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a .text2 {
    line-height: 1;
    margin-top: 4px;
  }
}
.fixed__cta .fixed__item.line a {
  background: #4CC764;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.line a {
    border-top: none;
    border-radius: 0 0 0 5px;
  }
}
.fixed__cta .fixed__item.line a img {
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.line a img {
    width: 54px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.fixed__cta .fixed__item.line a .text1 {
  line-height: 1;
}
.fixed__cta .fixed__item.line a .text2 {
  font-size: 20px;
  font-weight: 700;
}

/* =======================
フッター
======================= */
.w-beforeFooter {
  margin-top: 0;
  margin-bottom: 0;
}
.w-beforeFooter a {
  text-decoration: none;
}

.l-footer {
  background: -webkit-gradient(linear, left top, right top, from(#81E8D5), to(#2FBFB6));
  background: -webkit-linear-gradient(left, #81E8D5, #2FBFB6);
  background: linear-gradient(to right, #81E8D5, #2FBFB6);
}
.l-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__widgetArea {
  padding-block: 40px 10px;
}
.l-footer .l-footer__widgetArea .w-footer {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 30px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text {
  margin-top: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text:nth-of-type(1) {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text:nth-of-type(1) a {
  font-size: 30px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text:nth-of-type(1) a {
    font-size: 40px;
    text-align: left;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text:nth-of-type(2) p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(1) .widget_text:nth-of-type(2) p {
    text-align: left;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) a {
  border: none;
  padding: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) a:hover {
  opacity: 0.7;
  padding: 0;
  background: none;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu li {
  margin-bottom: 20px;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu li:last-of-type {
  margin-top: 50px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu li {
    margin-bottom: 0;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu a {
    padding: 5px 0;
    text-align: left;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact {
  width: min(500px, 100%);
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact {
    width: min(300px, 100%);
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a {
  color: #2FBFB6;
  border: 1px solid #fff;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(/wp-content/uploads/2025/07/mail-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a::after {
  content: "";
  width: 24px;
  height: 4px;
  background: url(/wp-content/uploads/2025/07/footer-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a:hover {
  opacity: 1;
  color: #fff;
  background: transparent;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a:hover::before {
  background-image: url(/wp-content/uploads/2025/07/mail-icon-white-1.svg);
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-nav-container .menu .footer-contact a:hover::after {
  background-image: url(/wp-content/uploads/2025/07/footer-arrow-white.svg);
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container {
  margin-top: 40px;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container .menu a {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 500;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container .menu a::after {
  content: "/";
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu-footer-bottom-container .menu li:last-of-type a::after {
  content: none;
}
.l-footer .l-footer__foot {
  padding-block: 0 40px;
}
.l-footer .l-footer__foot .copyright {
  border-top: 1px solid #fff;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  padding-block: 10px;
}

/* =======================
記事一覧
======================= */
.archive h1 {
  border-bottom: none !important;
}
.archive h1::after {
  content: none;
}
.archive h1 small {
  display: none;
}
.archive h1 .c-pageTitle__inner {
  border: none !important;
  float: none !important;
}

.p-postList {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__item {
  margin-bottom: 40px;
  padding: 0 !important;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.p-postList .p-postList__link {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-postList .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-postList .c-postThumb__figure {
  height: auto;
  aspect-ratio: 8/5;
}
.p-postList .c-postThumb__cat {
  background: #2FBFB6;
  padding: 7px 10px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
  font-size: 11px;
  font-weight: 400;
  right: auto;
  left: 0;
}
.p-postList .c-postThumb__cat::before {
  content: none;
}
.p-postList .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-postList .p-postList__body .p-postList__meta {
  margin: 0;
}
.p-postList .p-postList__body .p-postList__times {
  color: #2FBFB6;
  padding: 0;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.p-postList .p-postList__body .p-postList__times::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/2025/07/time.svg) no-repeat center/contain;
  margin: 0;
}
.p-postList .p-postList__body .p-postList__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-postList .p-postList__body .p-postList__excerpt {
  font-size: 15px;
  margin-top: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-postList__item .c-postThumb__cat {
  background: #2FBFB6;
  padding: 5px 6px;
}
.p-postList__item .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .p-postList__item .p-postList__meta {
    font-size: 20px;
  }
}
.p-postList__item .p-postList__title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .p-postList__item .p-postList__title {
    font-size: 22px;
  }
}

.blog .c-tabBody .icon-posted:before,
.category .c-tabBody .icon-posted:before {
  content: "\e931";
}
.blog .c-tabBody .p-postList__item,
.category .c-tabBody .p-postList__item {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__item,
  .category .c-tabBody .p-postList__item {
    width: calc((100% - 24px) / 2) !important;
  }
}
.blog .c-tabBody .p-postList__body,
.category .c-tabBody .p-postList__body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog .c-tabBody .p-postList__body .p-postList__title,
.category .c-tabBody .p-postList__body .p-postList__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__body .p-postList__title,
  .category .c-tabBody .p-postList__body .p-postList__title {
    font-size: 20px;
  }
}
.blog .c-tabBody .p-postList__body .p-postList__excerpt,
.category .c-tabBody .p-postList__body .p-postList__excerpt {
  margin-bottom: 5px;
}
.blog .c-tabBody .p-postList__body .c-postTimes__posted,
.category .c-tabBody .p-postList__body .c-postTimes__posted {
  font-size: 12px;
}
.blog .l-content,
.category .l-content {
  padding-top: 0em;
}
@media screen and (min-width: 960.001px) {
  .blog .l-content,
  .category .l-content {
    padding-top: 2em;
  }
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  color: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  height: auto;
  line-height: 1;
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers.current {
  border-color: #353535;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}

/* =======================
記事詳細
======================= */
.single .l-mainContent {
  background: #FEFCFC;
  border-radius: 10px;
  padding: 40px 20px;
  color: #383535;
}
@media screen and (min-width: 960.001px) {
  .single .l-mainContent {
    padding: 100px 60px;
  }
}
.single .l-mainContent .p-articleMetas__times {
  font-family: "Jost";
}
.single .l-mainContent h1,
.single .l-mainContent h3,
.single .l-mainContent h4 {
  color: #006999;
}
.single .l-mainContent h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 960.001px) {
  .single .l-mainContent h1 {
    font-size: 32px;
  }
}
.single .l-mainContent h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .single .l-mainContent h2 {
    font-size: 24px;
  }
}
.single .l-mainContent h2::before, .single .l-mainContent h2::after {
  content: none;
}
.single .l-mainContent h2:not(.l-articleBottom__title) {
  color: #FEFCFC;
  padding: 8px 20px;
  border-radius: 5px;
}
.single .l-mainContent h3,
.single .l-mainContent h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .single .l-mainContent h3,
  .single .l-mainContent h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 960.001px) {
  .single .l-mainContent h4 {
    font-size: 20px;
  }
}
.single .l-mainContent .wp-block-list {
  background: #DFF1FA;
  padding: 13px 50px;
  border-radius: 10px;
}
.single .l-mainContent .wp-block-list li::before {
  top: 10px;
}
.single .l-mainContent .swell-block-postLink .p-blogCard__caption {
  color: #FFFCFC;
}
.single .p-authorBox .c-iconList__icon,
.single .p-authorBox .c-iconList__link {
  line-height: 1.2;
}
.single .p-authorBox .c-iconList__item.-link {
  display: none;
}

/* =======================
サイドバー
======================= */
#sidebar {
  background: #fff;
  border-radius: 10px;
  color: #383535;
  padding: 24px 14px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
#sidebar .c-widget__title,
#sidebar h2 {
  color: #006999;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  #sidebar .c-widget__title,
  #sidebar h2 {
    font-size: 20px;
  }
}
#sidebar .c-widget__title::before, #sidebar .c-widget__title::after,
#sidebar h2::before,
#sidebar h2::after {
  content: none;
}
#sidebar .p-postList__item {
  width: 100% !important;
}
#sidebar .c-postThumb {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sidebar .c-postThumb__cat {
  left: auto;
  right: -10px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 12px;
  padding: 5px;
}
#sidebar .p-postList__link {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#sidebar .p-postList__body {
  padding-top: 20px;
}
#sidebar .p-postList__body h3 {
  font-weight: 500;
  margin: 0;
}
#sidebar .swell-block-button a {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 16px;
}
@media screen and (min-width: 960.001px) {
  #sidebar .swell-block-button a {
    font-size: 16px;
  }
}
#sidebar .swell-block-button a:hover {
  background: #157CB1;
}

/* =======================
事例一覧
======================= */
.works__items figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  height: auto;
  aspect-ratio: 3/2;
}
.works__items figure img {
  width: 100%;
  height: 100%;
  display: block;
}
.works__items .works__meta {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (min-width: 960.001px) {
  .works__items .works__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.works__items .works__meta .works__cat {
  background: #FFFCFC;
  color: #006999;
  padding: 4px 10px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.works__items h3 {
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .works__items h3 {
    font-size: 20px;
  }
}

/* =======================
事例詳細
======================= */
/* =======================
404
======================= */
/* =======================
検索
======================= */
/* =======================
LP
======================= */
.lp-content {
  --article_size: 960px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.lp-content * {
  line-height: 1.4;
}

.grade {
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
}

.grade__font {
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shadow {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
          box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
}

.shadow__text {
  text-shadow: 4px 4px 10px rgba(59, 127, 112, 0.2);
}

.black {
  font-weight: 900;
}

.single-lp {
  font-family: "Noto Sans JP", sans-serif;
}
.single-lp .subtitle_hasBoder {
  text-align: center;
}
.single-lp .subtitle_hasBoder span {
  display: inline-block;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
  padding: 0px 10px;
  line-height: 37px;
}
.single-lp .title_hasEn {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .title_hasEn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.single-lp .title_hasEn p {
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 960.001px) {
  .single-lp .title_hasEn p {
    font-size: 80px;
  }
}
.single-lp .title_hasEn .is-style-section_ttl {
  font-size: 24px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single-lp .title_hasEn .is-style-section_ttl {
    font-size: 32px;
  }
}
.single-lp .lead__label {
  max-width: 488px;
  background-image: url(/wp-content/uploads/2025/07/label-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-inline: auto;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .lead__label {
    font-size: 20px;
  }
}
.single-lp .mv {
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .mv {
    margin-bottom: 62px;
  }
}
.single-lp .cta {
  background-image: url(/wp-content/uploads/2025/07/bg_cta-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 862px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-lp .cta:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
          box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
}
.single-lp .cta:hover .cta-btn::before {
  opacity: 1;
}
.single-lp .cta:hover .cta-btn::after {
  background-image: url(/wp-content/uploads/2025/07/btn_arrow_02-2-e1752464322131.png);
}
.single-lp .cta::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background: center/contain url(/wp-content/uploads/2025/07/ribon.png) no-repeat;
  position: absolute;
  top: -8px;
  left: -6px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta::before {
    width: 200px;
    height: 200px;
  }
}
.single-lp .cta a {
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-lp .cta .cta-btn-text {
  margin-bottom: 4px;
}
.single-lp .cta .cta-btn-text span {
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta .cta-btn-text span {
    font-size: 20px;
  }
}
.single-lp .cta-label {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 25px;
  left: 15px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-label {
    font-size: 26px;
    top: 40px;
    left: 15px;
  }
}
.single-lp .cta-subtitle {
  display: inline-block;
  background-color: var(--white);
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
  padding: 4px 8px;
  margin-bottom: 8px;
}
.single-lp h2.cta__title {
  font-weight: bold;
  margin-bottom: 14px;
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 24px !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp h2.cta__title {
    margin-bottom: 32px !important;
  }
}
.single-lp h2.cta__title > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-lp h2.cta__title .ff-en {
  font-weight: 400;
  font-size: 110px;
  line-height: 0.3;
  background-size: 160%;
  padding-left: 7px;
  background-image: -webkit-radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  background-image: radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: bottom;
}
@media screen and (min-width: 960.001px) {
  .single-lp h2.cta__title .ff-en {
    font-size: 135px;
  }
}
.single-lp .cta-title-top {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: -0.05em;
  font-style: italic;
  padding: 0 10px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-title-top {
    font-size: 30px;
  }
}
.single-lp .cta-title_bottom {
  font-size: 30px;
  font-style: italic;
  padding: 0 0 0 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-title_bottom {
    font-size: 36px;
  }
}
.single-lp .cta-title_bottom span {
  font-weight: 400;
  font-size: 110px;
  line-height: 0.3;
  background-size: 160%;
  background-image: -webkit-radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  background-image: radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-title_bottom span {
    font-size: 135px;
  }
}
.single-lp .cta-present-list {
  width: 84.8837209302%;
  max-width: 731px;
  margin-bottom: 20px;
}
.single-lp .cta-present-list .swell-block-columns__inner {
  gap: 11px;
}
.single-lp .cta-present-item {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  min-width: 100%;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-present-item {
    padding: 10px 20px 10px 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    min-width: 360px;
  }
  .single-lp .cta-present-item:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-lp .cta-present-item-num {
  margin-bottom: 0;
  font-size: 50px;
  padding: 0 10px;
  line-height: 0.8;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-present-item-num {
    font-size: 60px;
  }
}
.single-lp .cta-present-item-subTitle {
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0;
}
.single-lp .cta-present-item-title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}
.single-lp .cta-present-item-title > span {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-present-item-title {
    font-size: 20px;
  }
}
.single-lp .cta-btn-text {
  margin-bottom: 9px;
}
.single-lp .cta-btn-text span {
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-btn-text span {
    font-size: 20px;
  }
}
.single-lp .cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: 100%;
  max-width: 280px;
  padding-left: 18px;
  padding-bottom: 4px;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  color: var(--white);
  background-image: url(/wp-content/uploads/2025/07/bg_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
          box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
}
.single-lp .cta-btn::before {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2025/07/bg_btn_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-lp .cta-btn::after {
  content: "";
  display: inline-block;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
          box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/07/btn_arrow-1-e1752463761858.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  background-color: var(--white);
  border-radius: 50%;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta-btn {
    font-size: 19px;
    max-width: 330px;
    padding-left: 36px;
  }
}
.single-lp .cta-btn:hover {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
          box-shadow: 4px 4px 10px 0px rgba(59, 127, 112, 0.2);
}
.single-lp .cta-btn:hover::before {
  opacity: 1;
}
.single-lp .cta-btn:hover::after {
  background-image: url(/wp-content/uploads/2025/07/btn_arrow_02-2-e1752464322131.png);
}
.single-lp .wp-block-group.cta-btn-wrapper {
  width: 100%;
}
.single-lp .wp-block-group.cta-btn-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-lp .wp-block-group.cta-btn-wrapper a {
  display: block;
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .wp-block-group.cta-btn-wrapper a {
    max-width: 330px;
  }
}
.single-lp .voiceTop {
  padding-top: 100px !important;
  padding-bottom: 67px !important;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .single-lp .voiceTop {
    padding-top: 9vw !important;
  }
}
.single-lp .voiceTop::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /* 三角形の高さ */
  background-color: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 960.001px) {
  .single-lp .voiceTop::before {
    height: min(6.9vw, 120px);
  }
}
.single-lp .voiceTop .is-style-section_ttl {
  font-weight: bold;
  margin-bottom: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single-lp .voiceTop .is-style-section_ttl {
    font-size: 32px;
  }
}
.single-lp .voiceTop figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 960.001px) {
  .single-lp .voiceTop figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
    max-width: 554px;
  }
}
.single-lp .anxiety {
  padding-top: 82px !important;
  padding-bottom: 85px !important;
  position: relative;
}
.single-lp .anxiety .is-style-section_ttl {
  font-size: 20px;
  white-space: nowrap;
  font-weight: bold;
  color: var(--white);
  display: inline-block;
  padding: 16px 20px;
  background-color: #404040;
  line-height: 1;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 960.001px) {
  .single-lp .anxiety .is-style-section_ttl {
    font-size: 24px;
  }
}
.single-lp .anxiety .is-style-section_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #404040;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .single-lp .anxiety__content {
    padding-bottom: 24px;
  }
}
.single-lp .anxiety__content figure {
  max-width: 363px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .single-lp .anxiety__content figure {
    max-width: 240px;
    margin-inline: auto;
  }
}
.single-lp .anxiety__content .anxiety__list {
  padding-top: 16px;
}
.single-lp .anxiety__content .anxiety__item {
  background-color: var(--white);
  padding: 10px 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.single-lp .anxiety__content .anxiety__item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/07/icon_check.png) no-repeat center/contain;
}
.single-lp .difficult {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult {
    padding-bottom: 80px !important;
  }
}
.single-lp .difficult .title__wrapper {
  margin-bottom: 25px;
}
.single-lp .difficult .title__wrapper .is-style-section_ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult .title__wrapper .is-style-section_ttl {
    font-size: 30px;
    line-height: 1.6;
  }
}
.single-lp .difficult .title__wrapper p {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-lp .difficult .title__wrapper p .swl-bg-color {
  padding: 10px 12px;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult .title__wrapper p .swl-bg-color {
    padding: 16px 20px;
  }
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult .title__wrapper p {
    font-size: 20px;
  }
}
.single-lp .difficult .text_wrapper {
  margin-bottom: 25px;
}
.single-lp .difficult .text_wrapper > div p:nth-child(3) {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult .text_wrapper > div p:nth-child(3) {
    font-size: 20px;
  }
}
.single-lp .difficult .text_wrapper > div p:nth-child(5) {
  font-size: 18px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single-lp .difficult .text_wrapper > div p:nth-child(5) {
    font-size: 24px;
  }
}
.single-lp .huan__bottomImg {
  margin: 0 calc(50% - 50vw);
}
.single-lp .voice__cards {
  max-width: 1080px;
  margin-inline: auto;
}
.single-lp .voice__cards .swell-block-columns__inner {
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .single-lp .voice__cards .swell-block-columns__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.single-lp .voice__card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .voice__card {
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 30%;
  }
}
.single-lp .voice__card__img {
  max-width: 112px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.single-lp .voice__card__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.single-lp .voice__card__cate span {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.single-lp .voice__card__content:first-of-type {
  margin-bottom: 20px;
}
.single-lp .voice__card__contentEnTitle {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
}
.single-lp .voice__card__contentTitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-lp .voice__card__contentText {
  font-weight: 400;
}
.single-lp .planning {
  position: relative;
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }
}
.single-lp .planning::before, .single-lp .planning::after {
  content: "";
  width: 50%;
  height: 100%;
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/07/image_corner_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning::before, .single-lp .planning::after {
    width: 41%;
  }
}
.single-lp .planning::before {
  top: 0;
  left: 0;
}
.single-lp .planning::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-lp .planning__content {
  max-width: 600px;
  margin-inline: auto;
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-lp .planning__content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.single-lp .planning__content__list > p {
  background-image: url(/wp-content/uploads/2025/07/hukidashi_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 14px 12px 20px 12px;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 7px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__content__list > p {
    padding: 12px 20px;
    padding: 12px 20px;
    background-image: url(/wp-content/uploads/2025/07/hukidashi_pc.png);
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
.single-lp .planning__content__img img {
  -webkit-box-shadow: 4px 4px 0px 0px rgb(223, 249, 244);
          box-shadow: 4px 4px 0px 0px rgb(223, 249, 244);
  max-width: 220px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__content__img img {
    width: 100%;
  }
}
.single-lp .planning__hukidashi {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__hukidashi {
    font-size: 20px;
  }
}
.single-lp .planning__hukidashi::after {
  display: block;
  content: "";
  width: 100%;
  height: 66px;
  background-image: url(/wp-content/uploads/2025/07/hukiashi_bg-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.single-lp .planning__seminar {
  border: 2px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
  max-width: 862px;
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__seminar {
    margin-bottom: 60px;
  }
}
.single-lp .planning__seminar::before, .single-lp .planning__seminar::after {
  content: "";
  display: inline-block;
  width: 170px;
  height: 110px;
  background-image: url(/wp-content/uploads/2025/07/image_corner_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__seminar::before, .single-lp .planning__seminar::after {
    width: 250px;
  }
}
.single-lp .planning__seminar::before {
  top: -1px;
  left: -1px;
}
.single-lp .planning__seminar::after {
  right: -1px;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-lp .planning__seminar__title {
  font-size: 24px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__seminar__title {
    font-size: 32px;
  }
}
.single-lp .planning__seminar__list {
  max-width: 530px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.single-lp .planning__seminar__list dt {
  font-size: 50px;
  padding: 0;
  line-height: 46px;
  font-weight: 400;
  padding-right: 10px;
  max-width: 45px;
  margin-bottom: 11px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__seminar__list dt {
    font-size: 65px;
    max-width: 65px;
    line-height: 33px;
  }
}
.single-lp .planning__seminar__list dt::after {
  display: block;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  top: 0;
  right: 0;
}
.single-lp .planning__seminar__list dd {
  padding-left: 16px;
  line-height: 1.8;
  font-size: 18px;
  width: 84%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .planning__seminar__list dd {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.single-lp .planning__seminar__img {
  max-width: 556px;
  padding: 12px 35px;
  background-color: #E9FFF8;
  margin-inline: auto;
}
.single-lp .curse {
  position: relative;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse {
    padding-bottom: 96px !important;
  }
}
.single-lp .curse::before {
  content: "";
  display: block;
  width: 100%;
  height: 512px;
  background-image: url(/wp-content/uploads/2025/07/image_mask_top-1-scaled.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.single-lp .curse__lead_01 {
  font-size: 20px;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__lead_01 {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.single-lp .curse__lead_02 {
  margin-bottom: 50px;
}
.single-lp .curse__lead_02 strong {
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__lead_02 strong {
    font-size: 20px;
  }
}
.single-lp .curse__cards {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__cards {
    margin-bottom: 50px !important;
  }
}
.single-lp .curse__cards .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-lp .curse__card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 20px 30px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__card {
    padding: 70px 30px 50px;
  }
}
.single-lp .curse__card__en {
  position: absolute;
  top: -15px;
  left: 50px;
}
.single-lp .curse__card__en p {
  line-height: 50px;
}
.single-lp .curse__card__en p:first-child {
  font-size: 35px;
  padding-top: 14px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__card__en p:first-child {
    font-size: 50px;
    padding-top: 19px;
  }
}
.single-lp .curse__card__en p:last-child {
  font-size: 130px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__card__en p:last-child {
    font-size: 160px;
  }
}
.single-lp .curse__card__title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__card__title {
    font-size: 20px;
  }
}
.single-lp .curse__card__img {
  margin-bottom: 10px;
}
.single-lp .curse__card__img img {
  max-width: 80px;
}
.single-lp .curse__card__text {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.single-lp .curse__bottom_text_01 {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__bottom_text_01 {
    margin-bottom: 50px;
  }
}
.single-lp .curse__bottom_text_02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__bottom_text_02 {
    font-size: 24px;
  }
}
.single-lp .curse__bottom_text_02 span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(109, 233, 169)), to(rgb(35, 184, 192)));
  background-image: -webkit-linear-gradient(left, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(90deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.single-lp .curse__bottom_text_02 span:nth-of-type(2) {
  margin: 0 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-lp .curse__bottom_text_02 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--white);
  top: 0;
  left: 0;
  z-index: -1;
}
.single-lp .curse__img {
  width: 100vw;
  margin: auto;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960.001px) {
  .single-lp .curse__img {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960.001px) {
  .single-lp .movie .title_hasEn {
    margin-top: 43px;
  }
}
.single-lp .movie__leads {
  max-width: 472px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.single-lp .movie__leads p {
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 4px 4px 10px rgba(59, 127, 112, 0.4);
}
.single-lp .movie__leads p:last-child {
  margin-bottom: 0;
}
.single-lp .movie__cards {
  margin-bottom: 0px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .movie__cards {
    margin-bottom: 60px;
  }
}
.single-lp .movie__cards .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-lp .movie__card {
  padding: 18px 20px;
  width: 100%;
  max-width: 460px;
  border: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
}
@media screen and (min-width: 960.001px) {
  .single-lp .movie__card {
    padding: 40px 0px;
  }
}
.single-lp .movie__card figure {
  margin-bottom: 20px !important;
  margin-right: 0px;
  margin-left: 0px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .movie__card figure {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.single-lp .movie__card h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 960.001px) {
  .single-lp .movie__card h3 {
    font-size: 20px;
    white-space: nowrap;
    padding: 0 8px;
    line-height: 1.4;
  }
}
.single-lp .step {
  position: relative;
  padding-bottom: 40px !important;
}
.single-lp .step::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-image: url(/wp-content/uploads/2025/07/bg_color-1-scaled.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -300px;
  bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step::before {
    top: -220px;
  }
}
.single-lp .step .title_hasEn p {
  color: #fff !important;
}
.single-lp .step__leade__items {
  width: 100%;
  max-width: 630px;
  margin-inline: auto;
  margin-bottom: 47px;
}
.single-lp .step__leade__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-lp .step__leade__item:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 0;
}
.single-lp .step__leade__item:first-child p {
  width: 100%;
  max-width: 373px;
  padding: 4px 10px 10px;
  border-radius: 5px;
  position: relative;
  line-height: 1.2;
}
.single-lp .step__leade__item:first-child p::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  background-image: url(/wp-content/uploads/2025/07/hukidashi_02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -5px;
  bottom: 3px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__leade__item:first-child p {
    padding: 8px 66px 13px;
  }
}
.single-lp .step__leade__item:first-child figure {
  max-width: 70px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__leade__item:first-child figure {
    max-width: 90px;
  }
}
.single-lp .step__leade__item:last-child {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__leade__item:last-child {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.single-lp .step__leade__item:last-child p {
  width: 100%;
  max-width: 373px;
  padding: 14px 10px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__leade__item:last-child p {
    padding: 20px 10px 24px;
    line-height: 1.2;
  }
}
.single-lp .step__leade__item:last-child p::before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  background-image: url(/wp-content/uploads/2025/07/hukidashi_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -4px;
  bottom: 5px;
}
.single-lp .step__leade__item:last-child figure {
  max-width: 80px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__leade__item:last-child figure {
    max-width: 124px;
  }
}
.single-lp .step__cards {
  margin-bottom: 32px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__cards {
    margin-bottom: 60px;
  }
}
.single-lp .step__cards .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 40px;
}
.single-lp .step__card {
  width: 100%;
  max-width: 460px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 20px 20px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card {
    padding: 60px 30px 30px;
  }
}
.single-lp .step__card figure {
  max-width: 320px;
  margin-bottom: 16px;
}
.single-lp .step__card__en {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2px 16px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-lp .step__card__en p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card__en p {
    font-size: 24px;
  }
}
.single-lp .step__card__en p:first-child {
  font-size: 16px;
}
.single-lp .step__card_subTitle {
  font-size: 13px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card_subTitle {
    font-size: 16px;
  }
}
.single-lp .step__card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card__title {
    font-size: 24px;
    margin-bottom: 24px;
    height: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-lp .step__card__text {
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.single-lp .step__card__inner {
  padding: 10px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card__inner {
    padding: 10px 20px 20px;
  }
}
.single-lp .step__card__inner__title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.single-lp .step__card__inner__title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/wp-content/uploads/2025/07/dashedline.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.single-lp .step__card__inner__list {
  padding-left: 20px;
}
.single-lp .step__card__inner__list li {
  letter-spacing: -0.05em;
}
.single-lp .step__card__inner__list li::before {
  width: 10px !important;
  height: 10px !important;
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192)) !important;
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192)) !important;
  top: 5px !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__card__inner__list li::before {
    top: 8px !important;
  }
}
.single-lp .step__huan__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__huan__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-lp .step__huan__list p {
  padding: 10px 20px;
  background-image: url(/wp-content/uploads/2025/07/bg_frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 400px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__huan__list p {
    text-align: left;
    width: auto;
  }
}
.single-lp .step__bottomText {
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .step__bottomText {
    font-size: 20px;
  }
}
.single-lp .cta__area__lead {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta__area__lead {
    font-size: 20px;
  }
}
.single-lp .cta__area__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta__area__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 960.001px) {
  .single-lp .cta__area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.single-lp .teacher {
  position: relative;
}
.single-lp .teacher::before, .single-lp .teacher::after {
  content: "";
  display: block;
  width: 100%;
  height: 35.5vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.single-lp .teacher::before {
  background-image: url(/wp-content/uploads/2025/07/image_mask_01-2-scaled.jpg);
  top: 0;
}
.single-lp .teacher::after {
  background-image: url(/wp-content/uploads/2025/07/image_mask_02-1-scaled.jpg);
  bottom: 0;
}
.single-lp .teacher__card {
  max-width: 900px;
  margin-inline: auto;
  border-radius: 10px;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 60px;
  }
}
.single-lp .teacher__card:last-child {
  margin-bottom: 38px !important;
}
.single-lp .teacher__card figure {
  margin-bottom: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 240px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__card figure {
    width: 31%;
    margin-bottom: 0;
  }
}
.single-lp .teacher__card dl dt {
  font-weight: 400;
  width: auto;
  padding-right: 10px;
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__card dl dt {
    font-size: 16px;
  }
}
.single-lp .teacher__card dl dt::after {
  display: none;
}
.single-lp .teacher__card dl dd {
  width: 88%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__card dl dd {
    width: calc(100% - var(--swl-dt-width));
  }
}
.single-lp .teacher__name {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__name {
    margin-bottom: 17px;
  }
}
.single-lp .teacher__name h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__name h3 {
    font-size: 24px;
  }
}
.single-lp .teacher__name h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.single-lp .teacher__title {
  margin-bottom: 6px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .teacher__title {
    margin-bottom: 17px;
  }
}
.single-lp .teacher__title p {
  line-height: 2.3;
  font-weight: 400;
  font-size: 14px;
}
.single-lp .teacher__title p span {
  padding: 2px 10px;
}
.single-lp .teacher__message {
  font-weight: 400;
  padding: 20px;
  line-height: 1.4;
  margin-top: 17px;
}
.single-lp .teacher__text dl {
  margin: 17px 0;
}
.single-lp .change__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .change__title {
    font-size: 24px;
  }
}
.single-lp .change__voice {
  max-width: 620px;
  margin-inline: auto;
}
.single-lp .change__voice p {
  padding: 10px;
  font-weight: bold;
  margin-bottom: 8px;
}
.single-lp .change__voice {
  margin-bottom: 20px;
}
.single-lp .change__text {
  line-height: 1.6;
}
.single-lp .change__text__last {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 960.001px) {
  .single-lp .change__text__last {
    font-size: 24px;
  }
}
.single-lp .faq {
  padding-top: 30px !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq .subtitle_hasBoder span:first-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq .subtitle_hasBoder span:last-of-type {
    padding-left: 0;
  }
}
.single-lp .faq__item {
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq__item {
    padding: 30px 40px;
  }
}
.single-lp .faq__item:last-of-type {
  margin-bottom: 0;
}
.single-lp .faq__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq__item__title {
    margin-bottom: 15px;
  }
}
.single-lp .faq__item__title p {
  font-weight: bold;
  line-height: 1.4;
}
.single-lp .faq__item__title p:first-child {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin-right: 3px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq__item__title p:first-child {
    font-size: 24px;
  }
}
.single-lp .faq__item__title p:last-child {
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .faq__item__title p:last-child {
    font-size: 18px;
  }
}
.single-lp .finaly__lead {
  max-width: 600px;
  margin-inline: auto;
  background-image: url(/wp-content/uploads/2025/07/label-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .finaly__lead {
    font-size: 20px;
  }
}
.single-lp .finaly__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 960.001px) {
  .single-lp .finaly__title {
    font-size: 24px;
  }
}
.single-lp .message__text__img {
  margin-bottom: 24px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .message__text__img {
    margin-bottom: 40px;
  }
}
.single-lp .message__img {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 960.001px) {
  .single-lp .message__img {
    margin-bottom: 60px;
  }
}
.single-lp .message__img img {
  position: relative;
  z-index: 2;
}
.single-lp .message__img::after {
  content: "";
  display: block;
  width: 100vw;
  height: 50vh;
  background-image: url(/wp-content/uploads/2025/07/bg_message-1-scaled.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  visibility: visible;
}
@media screen and (min-width: 960.001px) {
  .single-lp .message__img::after {
    height: 880px;
  }
}
.single-lp .lp__footer {
  margin-top: 40px;
  border-top: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
       -o-border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
          border-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  border-image-slice: 1;
  padding: 30px 0 !important;
}
@media screen and (min-width: 960.001px) {
  .single-lp .lp__footer {
    margin-top: 70px;
    padding: 60px 0 !important;
  }
}
.single-lp .lp__footer figure {
  margin-bottom: 30px;
}
.single-lp .lp__footer figure img {
  max-width: 157px;
}
.single-lp .lp__footer p {
  font-size: 14px;
}

.post_content {
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  採用情報
  ======================= */
  /* =======================
  お問い合わせ
  ======================= */
  /* =======================
  送信完了
  ======================= */
  /* =======================
  特商法
  ======================= */
  /* =======================
  講師一覧
  ======================= */
  /* =======================
  講座一覧
  ======================= */
}
.post_content .is-style-btn_normal a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#81E8D5), color-stop(#2FBFB6), to(#81E8D5));
  background: -webkit-linear-gradient(left, #81E8D5, #2FBFB6, #81E8D5);
  background: linear-gradient(to right, #81E8D5, #2FBFB6, #81E8D5);
  background-size: 200% 100%;
  background-position: right;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  min-width: 240px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_normal a {
    width: auto;
  }
}
.post_content .is-style-btn_normal a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/07/btn-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .is-style-btn_normal a:hover {
  background-position: left;
}
.post_content .is-style-btn_normal.right {
  text-align: right;
}
.post_content .is-style-btn_normal.btn-gold a {
  background-image: -webkit-gradient(linear, left top, right top, from(#D6C49C), color-stop(#BE9639), to(#D6C49C));
  background-image: -webkit-linear-gradient(left, #D6C49C, #BE9639, #D6C49C);
  background-image: linear-gradient(to right, #D6C49C, #BE9639, #D6C49C);
  font-size: 16px;
  font-weight: 700;
  padding: 17px 30px;
  font-family: "Noto Serif JP", serif;
  min-width: 240px;
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_normal.btn-gold a {
    font-size: 18px;
    min-width: 300px;
  }
}
.post_content .is-style-btn_normal.btn-gold a::after {
  width: 24px;
  height: 4px;
  background: url(/wp-content/uploads/2025/07/right-arrow-white.svg) no-repeat center/contain;
}
.post_content .is-style-btn_normal.btn-recruit a {
  padding: 16px 47px;
  font-size: 20px;
  width: min(100%, 450px);
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_normal.btn-recruit a {
    padding: 21px 47px;
    width: auto;
    min-width: 450px;
    font-size: 24px;
  }
}
.post_content .is-style-btn_normal.btn-recruit a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/08/fixed-arrow.svg) no-repeat center/contain;
}
.post_content .is-style-btn_line a {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: min(100%, 300px);
  border-color: #6FD8E2;
}
@media screen and (min-width: 960.001px) {
  .post_content .is-style-btn_line a {
    padding: 15px 30px;
  }
}
.post_content .is-style-btn_line a::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(/wp-content/uploads/2025/07/new-tab.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .is-style-btn_line a:hover::after {
  background-image: url(/wp-content/uploads/2025/07/new-tab-white.svg);
}
.post_content .cmn__shadow {
  -webkit-box-shadow: 0 0 20px rgba(111, 216, 226, 0.3);
          box-shadow: 0 0 20px rgba(111, 216, 226, 0.3);
}
.post_content .cmn__column {
  padding-bottom: 60px;
}
.post_content .cmn__column .head-block {
  position: relative;
  padding-top: clamp(45px, 6vw, 62px);
}
.post_content .cmn__column .head-block .ff-cormorant {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(60px, 8vw, 84px);
  width: 100%;
  line-height: 1.3;
}
.post_content .cmn__column .head-block p {
  font-weight: 500;
}
.post_content .cmn__column .p-postList {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__column .p-postList {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.post_content .cmn__column .p-postList__item {
  width: calc((100% - 15px) / 2) !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__column .p-postList__item {
    width: calc((100% - 90px) / 4) !important;
  }
}
.post_content .cmn__column .p-postList__item .p-postList__body {
  padding-top: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__column .p-postList__item .p-postList__body {
    padding-top: 20px;
  }
}
.post_content .cmn__column .p-postList__item .p-postList__title {
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__column .p-postList__item .p-postList__title {
    font-size: 20px;
  }
}
.post_content .cmn__column .p-postList__item .p-postList__times {
  font-size: 14px;
  font-weight: 400;
}
.post_content .cmn__anchor {
  padding-left: 0;
}
.post_content .cmn__anchor li {
  list-style: none;
  width: 100%;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__anchor li {
    width: auto;
  }
}
.post_content .cmn__anchor a {
  font-weight: 500;
  padding: 5px 15px;
  line-height: 1.4;
  border: 1px solid #2FBFB6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 60px;
}
.post_content .cmn__anchor a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/07/faq-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .cmn__anchor a:hover {
  color: #fff !important;
  background: #2FBFB6;
}
.post_content .cmn__anchor a:hover::after {
  background-image: url(/wp-content/uploads/2025/08/faq-arrow-reverse.svg);
}
.post_content .page__fv {
  margin: 30px 30px 0 !important;
  width: calc(100vw - var(--swl-scrollbar_width, 0) - 60px);
  line-height: 1.5;
  min-height: 500px;
  position: relative;
}
@media not all and (min-width: 960px) {
  .post_content .page__fv {
    height: max(290px, 77vw);
  }
}
@media screen and (max-width: 960px) {
  .post_content .page__fv {
    min-height: 290px;
    margin: 20px 20px 0 !important;
    width: calc(100vw - var(--swl-scrollbar_width, 0) - 40px);
  }
}
.post_content .page__fv::before {
  content: none;
}
.post_content .page__fv > .swell-block-fullWide__inner {
  position: static;
}
.post_content .page__fv .fv__title {
  background: #FFFCFC;
  min-width: 560px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 30px 60px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .post_content .page__fv .fv__title {
    font-size: 12px;
    left: 10px;
    min-width: 300px;
    padding: 18px;
  }
}
.post_content .page__fv .fv__title .ff-en {
  margin-bottom: 2px;
}
.post_content .page__fv .fv__title h1 {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .post_content .page__fv .fv__title h1 {
    font-size: 21px;
  }
}
.post_content .home__news {
  margin-top: -50px !important;
  padding-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news {
    margin-top: 0 !important;
    position: absolute;
    width: min(100vw - var(--swl-scrollbar_width, 0px), 1170px);
    left: 0;
    top: -75px;
    padding-bottom: 0;
  }
}
.post_content .home__news .news__block {
  margin-bottom: 0;
}
.post_content .home__news .news__block > .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .news__block > .swell-block-columns__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(calc(50% - 480px));
            transform: translateX(calc(50% - 480px));
  }
}
.post_content .home__news .txt {
  max-width: 550px;
  background: #fff;
  position: relative;
  padding: 20px 20px 0;
  width: 100vw;
  -webkit-transform: translateX(calc(50% - 50vw));
          transform: translateX(calc(50% - 50vw));
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .txt {
    width: 50%;
    padding: 20px 40px 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .txt::before {
    content: "";
    width: 100px;
    height: 100px;
    background: rgba(111, 226, 216, 0.4);
    position: absolute;
    top: -60px;
    z-index: -1;
    right: -60px;
  }
}
.post_content .home__news .txt .home__head-block {
  border-bottom: 1px solid #6FE2D8;
  padding: 0 0 18px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.post_content .home__news .txt .home__head-block .ff-cormorant {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .txt .home__head-block .ff-cormorant {
    font-size: 40px;
  }
}
.post_content .home__news .txt .home__head-block h2 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .txt .home__head-block h2 {
    font-size: 18px;
  }
}
.post_content .home__news .txt .p-postList {
  border: none;
}
.post_content .home__news .txt .p-postList a {
  border: none;
}
.post_content .home__news .txt .p-postList a:hover {
  background: none;
}
.post_content .home__news .txt .p-postList .p-postList__item {
  padding: 30px 0;
  margin: 0;
}
.post_content .home__news .txt .p-postList .p-postList__link {
  padding: 0;
}
.post_content .home__news .txt .p-postList .p-postList__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post_content .home__news .txt .p-postList .p-postList__body .p-postList__times {
  font-size: 16px;
  font-weight: 500;
}
.post_content .home__news .txt .p-postList .p-postList__body .p-postList__times::before {
  content: none;
}
.post_content .home__news .txt .p-postList .p-postList__body .p-postList__title {
  text-decoration: underline;
}
.post_content .home__news .img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.post_content .home__news .img figure {
  margin-left: auto;
  max-width: 210px;
  position: relative;
  margin-right: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__news .img figure {
    max-width: 415px;
    margin-right: 0;
  }
}
.post_content .home__news .img figure::before {
  content: "";
  width: 212px;
  height: 140px;
  background: rgba(111, 226, 216, 0.4);
  position: absolute;
  right: -85px;
  bottom: -70px;
  z-index: -1;
}
.post_content .home__news .img figure img {
  width: 100%;
}
.post_content .home__news .ff-miama {
  font-size: clamp(40px, 7vw, 75px);
  margin-top: 30px;
  -webkit-transform: translateX(var(--swl-pad_container, 0));
          transform: translateX(var(--swl-pad_container, 0));
}
.post_content .home__course {
  position: relative;
}
.post_content .home__course::before {
  content: "";
  width: 37.3333333333vw;
  height: 85%;
  position: absolute;
  top: 55px;
  left: calc(50% - 50vw);
  background: url(/wp-content/uploads/2025/07/course-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course::before {
    top: 66px;
    width: calc(27.8% + 50vw - 50%);
    height: 76%;
  }
}
.post_content .home__course .head-block {
  padding-left: 15px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .head-block {
    padding-left: 0px;
  }
}
.post_content .home__course .head-block .ff-cormorant {
  margin-bottom: 20px;
}
.post_content .home__course .head-block .lead {
  font-weight: 500;
}
.post_content .home__course .home__course-block {
  background: #fff;
  padding: 20px;
  margin-left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .home__course-block {
    padding: 40px;
    margin-left: 60px;
  }
}
.post_content .home__course .home__course-block .label {
  padding: 6px 10px;
  font-weight: 500;
}
.post_content .home__course .home__course-block h2 {
  margin-bottom: 20px;
}
.post_content .home__course .home__course-block p {
  font-weight: 400;
  margin-bottom: 20px;
}
.post_content .home__course .swell-block-button.btn-gold {
  margin-top: 30px;
  margin-right: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .swell-block-button.btn-gold {
    margin-top: 80px;
    margin-right: 0;
  }
}
.post_content .home__course .course__photo {
  padding-bottom: clamp(140px, 35vw, 340px);
  position: relative;
  margin-top: 60px !important;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .course__photo {
    padding-bottom: clamp(140px, 20vw, 250px);
    margin-top: -20px !important;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .course__photo::before {
    content: "";
    width: clamp(150px, 30vw, 310px);
    height: clamp(100px, 20vw, 200px);
    background: rgba(111, 216, 226, 0.3);
    position: absolute;
    right: -10%;
    bottom: -7%;
    z-index: 1;
  }
}
.post_content .home__course .course__photo .img1 {
  width: 43%;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .course__photo .img1 {
    width: 32.4%;
  }
}
.post_content .home__course .course__photo .img1::before {
  content: "";
  width: clamp(80px, 20vw, 200px);
  height: clamp(80px, 20vw, 200px);
  background: rgba(111, 216, 226, 0.3);
  position: absolute;
  right: -42%;
  bottom: -42%;
  z-index: -1;
}
.post_content .home__course .course__photo .img2 {
  width: 23.2%;
  position: absolute;
  right: -15px;
  top: 23.6%;
  width: 30%;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .course__photo .img2 {
    width: 23.1%;
    right: 100px;
  }
}
.post_content .home__course .course__photo .img3 {
  width: 63%;
  position: absolute;
  left: -11%;
  bottom: 0%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (min-width: 960.001px) {
  .post_content .home__course .course__photo .img3 {
    width: 47.2%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.post_content .home__voice {
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice {
    padding-top: 70px;
  }
}
.post_content .home__voice::before {
  content: "";
  width: 100vw;
  height: 800px;
  background: url(/wp-content/uploads/2025/07/home_voice_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice::before {
    height: 620px;
  }
}
.post_content .home__voice .lead {
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice .lead {
    margin-bottom: 10px;
  }
}
.post_content .home__voice .home__voice-block {
  background: #fff;
  position: relative;
  padding: 50px 40px 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice .home__voice-block {
    padding: 60px 40px 40px;
  }
}
.post_content .home__voice .home__voice-block .tag {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 140px;
}
.post_content .home__voice .home__voice-block h3 {
  line-height: 1.2;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice .home__voice-block h3 {
    min-height: 101px;
  }
}
.post_content .home__voice .home__voice-block .is-style-btn_line a {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__voice .home__voice-block .is-style-btn_line a {
    width: min(240px, 100%);
  }
}
.post_content .home__profile {
  padding-top: 60px !important;
  margin-bottom: 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__profile {
    padding-top: 120px !important;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .home__profile .img {
    width: 83%;
    margin-inline: auto;
  }
}
.post_content .home__profile .img .ff-miama {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .home__profile .img .name {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .post_content .home__profile .img .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post_content .home__profile .img .name p {
  font-weight: 600;
}
.post_content .home__profile .img .name .sub {
  font-weight: 500;
}
.post_content .home__profile .txt .ff-miama {
  font-size: clamp(50px, 8vw, 90px);
}
.post_content .home__profile .txt h2 {
  font-weight: 600;
}
.post_content .home__profile .txt p {
  font-weight: 400;
}
.post_content .home__profile .txt p span {
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__profile .txt .is-style-btn_normal a {
    margin-right: 60px;
  }
}
.post_content .home__media {
  position: relative;
  padding: 100px 0 40px 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__media {
    padding: 80px 60px;
    margin-bottom: 130px;
  }
}
.post_content .home__media::before {
  content: "";
  width: calc(50vw + 50% - 15px);
  height: 100%;
  background: #E3F6F4;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
}
@media screen and (min-width: 960.001px) {
  .post_content .home__media::before {
    width: calc(50vw + 50% + 50px);
  }
}
.post_content .home__media .ff-cormorant {
  position: absolute;
  left: -10px;
  top: 0;
  line-height: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__media .ff-cormorant {
    left: -80px;
  }
}
.post_content .home__media h2 {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #6FE2D8;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__media .p-postList__item {
    width: calc((100% - 60px) / 3) !important;
  }
}
.post_content .home__media .p-postList__item .p-postList__title {
  font-weight: 700;
}
.post_content .home__media .p-postList__item .p-postList__times {
  font-weight: 600;
}
.post_content .home__media .is-style-btn_normal a {
  width: min(500px, 100%);
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__media .is-style-btn_normal a {
    width: auto;
    text-align: center;
  }
}
.post_content .home__recsns {
  position: relative;
}
.post_content .home__recsns::before {
  content: "";
  width: 100vw;
  height: 83%;
  background: url(/wp-content/uploads/2025/07/contact_recruit_bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns::before {
    height: 90%;
  }
}
.post_content .home__recsns .home__recruit {
  margin-bottom: 100px;
  margin-inline: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__recruit {
    margin-bottom: 60px;
    margin-inline: 0px;
  }
}
.post_content .home__recsns .home__recruit a {
  position: relative;
  background: #FBFBFB;
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(111, 216, 226, 0.3);
          box-shadow: 0 0 20px rgba(111, 216, 226, 0.3);
}
.post_content .home__recsns .home__recruit .ff-miama {
  font-size: clamp(50px, 6vw, 76px);
}
.post_content .home__recsns .home__recruit .txt {
  padding: 40px 20px 0px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__recruit .txt {
    padding: 60px 40px 40px 60px;
  }
}
.post_content .home__recsns .home__recruit .txt h2 {
  font-weight: 600;
}
.post_content .home__recsns .home__recruit .txt .text {
  font-weight: 500;
}
.post_content .home__recsns .home__recruit .txt .ff-cormorant {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-63%);
          transform: translateY(-63%);
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__recruit .txt .ff-cormorant {
    left: 60px;
  }
}
.post_content .home__recsns .home__recruit .img figure, .post_content .home__recsns .home__recruit .img img {
  height: 100%;
  width: 100%;
  display: block;
}
.post_content .home__recsns .home__recruit .img .ff-miama {
  font-size: clamp(40px, 15.5vw, 160px);
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100vw;
}
.post_content .home__recsns .home__sns > .swell-block-columns__inner {
  max-width: 1340px !important;
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns > .swell-block-columns__inner {
    padding-bottom: 100px;
  }
}
.post_content .home__recsns .home__sns .item {
  background: #fff;
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item {
    padding: 50px 40px 150px;
  }
}
.post_content .home__recsns .home__sns .item .head-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #6FE2D8;
}
.post_content .home__recsns .home__sns .item .head-block .ff-cormorant {
  font-weight: 700;
}
.post_content .home__recsns .home__sns .item .head-block h2 {
  font-size: clamp(24px, 3.2vw, 40px);
}
.post_content .home__recsns .home__sns .item .youtube__items {
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item .youtube__items {
    margin-bottom: 0;
  }
}
.post_content .home__recsns .home__sns .item .thumb {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__figure {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__figure {
    width: 40%;
  }
}
.post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__figure img {
  height: 100%;
}
.post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__text {
  position: static;
  padding: 0;
  display: none;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__text {
    display: block;
  }
}
.post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__text .c-bannerLink__title {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item .swell-block-bannerLink .c-bannerLink__text .c-bannerLink__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .home__recsns .home__sns .item .is-style-btn_line {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 60px;
  }
}
.post_content .home__line {
  position: relative;
  padding-block: 60px 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line {
    padding-block: 120px 50px;
  }
}
.post_content .home__line::before {
  content: "";
  width: 100vw;
  height: 71%;
  background: url(/wp-content/uploads/2025/07/home_line_bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line::before {
    height: 350px;
  }
}
.post_content .home__line .home__line-block {
  background: #fff;
  position: relative;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line .home__line-block {
    padding: 50px 30px 150px;
  }
}
.post_content .home__line .home__line-block .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post_content .home__line .home__line-block .balloon p {
  white-space: nowrap;
  padding: 6px 16px;
  position: relative;
  border-radius: 5px;
}
.post_content .home__line .home__line-block .balloon p::after {
  content: "";
  width: 18px;
  height: 11px;
  background: #6CAAFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.post_content .home__line .home__line-block h2 {
  font-weight: 500;
}
.post_content .home__line .home__line-block h2 .swl-bg-color {
  display: inline-block;
  padding: 10px;
  width: auto;
  min-width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 5px;
}
.post_content .home__line .home__line-block h2 .swl-bg-color span {
  line-height: 1.1;
  display: block;
  font-size: 12px;
}
.post_content .home__line .home__line-block figure img {
  max-width: 270px;
  width: 100%;
}
.post_content .home__line .home__line-block .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 40px;
  font-weight: 400;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line .home__line-block .is-style-btn_normal {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 60px;
  }
}
.post_content .home__line .home__line-block .is-style-btn_normal a {
  font-weight: 700;
  border-radius: 10px;
  font-size: 16px;
  background: #6CAAFF;
  border: 1px solid #6CAAFF;
  padding-top: 43px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line .home__line-block .is-style-btn_normal a {
    font-size: clamp(17px, 1.8vw, 24px);
    padding-top: 13px;
  }
}
.post_content .home__line .home__line-block .is-style-btn_normal a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/07/line-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line .home__line-block .is-style-btn_normal a::before {
    position: static;
    width: clamp(20px, 3vw, 43px);
    height: 41px;
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .home__line .home__line-block .is-style-btn_normal a::after {
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/07/right-arrow-blue.svg);
}
.post_content .home__line .home__line-block .is-style-btn_normal a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .home__line .home__line-block .is-style-btn_normal a strong {
  font-size: clamp(12px, 1.5vw, 16px);
  border: 1px solid #fff;
  padding: 4px 7px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 6px;
}
.post_content .home__line .home__line-block .is-style-btn_normal a:hover {
  background: #fff;
  color: #6CAAFF;
}
.post_content .home__line .home__line-block .is-style-btn_normal a:hover::before {
  background-image: url(/wp-content/uploads/2025/07/line-icon-blue.svg);
}
.post_content .home__line .home__line-block .is-style-btn_normal a:hover::after {
  background-image: url(/wp-content/uploads/2025/07/right-arrow-blue-reverse.svg);
}
.post_content .home__line .home__line-block .is-style-btn_normal a:hover strong {
  border-color: #6CAAFF;
}
.post_content .home__line .home__line-block.mile h2 {
  font-size: clamp(20px, 3vw, 36px);
}
.post_content .home__line .home__line-block.invest a {
  background: #0FB888;
  border-color: #0FB888;
}
.post_content .home__line .home__line-block.invest a::after {
  background-image: url(/wp-content/uploads/2025/07/right-arrow-green.svg);
}
.post_content .home__line .home__line-block.invest a:hover {
  color: #0FB888;
}
.post_content .home__line .home__line-block.invest a:hover::before {
  background-image: url(/wp-content/uploads/2025/07/line-icon-green.svg);
}
.post_content .home__line .home__line-block.invest a:hover::after {
  background-image: url(/wp-content/uploads/2025/07/right-arrow-green-reverse.svg);
}
.post_content .home__line .home__line-block.invest a:hover strong {
  border-color: #0FB888;
}
.post_content .home__line .home__line-block.invest .balloon p::after {
  background: #0FB888;
}
.post_content .home__line .home__line-block.invest h2 {
  font-weight: bold;
  background-image: -webkit-linear-gradient(310deg, rgb(109, 233, 169), rgb(35, 184, 192));
  background-image: linear-gradient(140deg, rgb(109, 233, 169), rgb(35, 184, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.post_content .home__line .home__line-block.invest h2 .swl-format-1 {
  font-family: "Ballet", cursive !important;
  font-weight: 400;
  font-size: 110px;
  line-height: 0.3;
  background-size: 160%;
  padding-inline: 7px;
  background-image: -webkit-radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  background-image: radial-gradient(rgb(150, 247, 219), rgb(15, 184, 136) 34%, rgb(10, 160, 117));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: bottom;
}
@media screen and (min-width: 960.001px) {
  .post_content .home__line .home__line-block.invest h2 .swl-format-1 {
    font-size: 135px;
  }
}
.post_content .home__line .bottom {
  line-height: 2;
  font-weight: 500;
}
.post_content .home__line .bottom .swl-bg-color {
  padding: 6px 11px;
  display: inline-block;
  margin-right: 3px;
}
.post_content .recruit__fv {
  padding-block: 80px 40px !important;
  min-height: 80svh;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv {
    padding-block: 160px 80px !important;
    min-height: 380px;
  }
}
.post_content .recruit__fv > .swell-block-fullWide__inner {
  max-width: 1240px;
}
.post_content .recruit__fv .img figure {
  position: relative;
  width: min(100%, 500px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv .img figure {
    width: 100%;
  }
}
.post_content .recruit__fv .img figure::after {
  content: "";
  width: clamp(100px, 15vw, 150px);
  height: clamp(166px, 25vw, 250px);
  background: rgba(111, 216, 226, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-26%, 50%);
          transform: translate(-26%, 50%);
  z-index: 1;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .post_content .recruit__fv .txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.post_content .recruit__fv .txt .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv .txt .title {
    margin-bottom: 100px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.post_content .recruit__fv .txt .title::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #353535;
  -webkit-transform: rotate(-59deg);
          transform: rotate(-59deg);
  visibility: visible;
}
.post_content .recruit__fv .txt .title p {
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 500;
  top: 0;
  opacity: 1;
  margin: 0;
  font-style: normal;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv .txt .title p {
    font-size: 44px;
  }
}
.post_content .recruit__fv .txt .title h1 {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv .txt .title h1 {
    font-size: 18px;
  }
}
.post_content .recruit__fv .txt h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fv .txt h2 {
    font-size: 48px;
  }
}
.post_content .recruit__fv .txt .ff-miama {
  font-size: clamp(40px, 6vw, 70px);
}
.post_content .recruit__fixed-cta a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D6C49C), color-stop(#BE9639), to(#D6C49C));
  background-image: -webkit-linear-gradient(top, #D6C49C, #BE9639, #D6C49C);
  background-image: linear-gradient(to bottom, #D6C49C, #BE9639, #D6C49C);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 47px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-size: 100% 200%;
  background-position: bottom;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__fixed-cta a {
    width: auto;
    padding: 20px;
    bottom: 20%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
  }
}
.post_content .recruit__fixed-cta a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2025/08/fixed-arrow.svg) no-repeat center/contain;
}
.post_content .recruit__fixed-cta a:hover {
  background-position: top;
}
.post_content .recruit__intro {
  padding-top: 80px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro {
    padding-top: 160px;
  }
}
.post_content .recruit__intro .recruit__intro-block {
  max-width: 800px;
  margin-inline: auto;
  padding: 20px;
  margin-bottom: 20px !important;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .recruit__intro-block {
    padding: 40px;
    margin-bottom: -10px !important;
  }
}
@media (min-width: 1000px) {
  .post_content .recruit__intro .recruit__intro-block {
    margin-bottom: -30px !important;
  }
}
@media (min-width: 1100px) {
  .post_content .recruit__intro .recruit__intro-block {
    margin-bottom: -90px !important;
  }
}
.post_content .recruit__intro .recruit__intro-block h2 {
  font-size: 24px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .recruit__intro-block h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .txt {
    padding-bottom: 40px;
  }
}
.post_content .recruit__intro .txt h3 {
  font-weight: 700;
  padding-left: 15px;
  border-left: 2px solid #6FE2D8;
  line-height: 1.8;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .txt h3 {
    padding-left: 27px;
  }
}
.post_content .recruit__intro .txt .cmn__shadow {
  padding: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .txt .cmn__shadow {
    padding: 20px 40px 30px;
  }
}
.post_content .recruit__intro .txt .cmn__shadow ul {
  padding: 0;
}
.post_content .recruit__intro .txt .cmn__shadow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 5px;
}
.post_content .recruit__intro .txt .cmn__shadow li:last-of-type {
  margin-bottom: 0;
}
.post_content .recruit__intro .txt .cmn__shadow li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #6FE2D8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 5px;
  margin-left: 10px;
}
.post_content .recruit__intro .txt .cmn__shadow li::after {
  content: "";
  width: 30px;
  height: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E7FBFD));
  background: -webkit-linear-gradient(top, transparent 60%, #E7FBFD 60%);
  background: linear-gradient(to bottom, transparent 60%, #E7FBFD 60%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .txt .cmn__shadow li::after {
    height: 24px;
  }
}
.post_content .recruit__intro .txt p {
  line-height: 1.6;
}
.post_content .recruit__intro .txt p span {
  font-weight: 500;
}
.post_content .recruit__intro .img {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .img {
    padding-bottom: 150px;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.post_content .recruit__intro .img::after {
  content: "";
  width: 64%;
  height: auto;
  aspect-ratio: 3/2;
  background: rgba(111, 216, 226, 0.3);
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.post_content .recruit__intro .img .img1 {
  width: 70%;
  margin-left: auto;
  -webkit-transform: translateX(var(--swl-pad_container, 0));
          transform: translateX(var(--swl-pad_container, 0));
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .img .img1 {
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .recruit__intro .img .img2 {
  width: 46%;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__intro .img .img2 {
    left: -70px;
  }
}
.post_content .recruit__message {
  position: relative;
  padding-block: 40px 80px;
}
.post_content .recruit__message::before {
  content: "";
  width: calc(50vw - 50% + 27%);
  background: url(/wp-content/uploads/2025/07/recruit_message_bg.jpg) no-repeat center/100% 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.post_content .recruit__message .recruit__top .img {
  padding-top: 20px;
}
.post_content .recruit__message .recruit__top .img figure {
  width: min(100%, 400px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__message .recruit__top .img figure {
    width: 100%;
  }
}
.post_content .recruit__message .recruit__top .txt .ff-cormorant {
  line-height: 1;
}
.post_content .recruit__message .recruit__top .txt h2 {
  font-weight: 400;
}
.post_content .recruit__message .recruit__top .txt p {
  line-height: 1.6;
}
.post_content .recruit__message .recruit__top .txt .name {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__message .recruit__top .txt .name {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.post_content .recruit__message .recruit__top .txt .name img {
  width: 100px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__message .recruit__top .txt .name img {
    width: 134px;
  }
}
.post_content .recruit__message .recruit__movie {
  padding: 30px 20px;
  background: #fff;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__message .recruit__movie {
    padding: 40px 20px 60px;
  }
}
.post_content .recruit__message .recruit__movie h3 {
  font-weight: 400;
}
.post_content .recruit__message .recruit__movie figure {
  max-width: 600px;
  margin-inline: auto;
}
.post_content .recruit__work {
  padding-top: 50px;
}
.post_content .recruit__work p {
  line-height: 1.6;
  font-weight: 500;
}
.post_content .recruit__work .lead {
  font-weight: 500;
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail {
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__img figure {
  padding-inline: 40px;
  position: relative;
  width: min(100%, 600px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__img figure {
    width: 100%;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__img figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #E7FBFD;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
  visibility: visible;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__img figure::after {
    bottom: -150px;
    height: 440px;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__txt {
  padding-top: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__txt {
    padding-top: 20px;
    margin-left: 26%;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__txt .recruit__staff {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__txt .recruit__staff {
    margin-left: 17.5%;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-detail .staff__txt .recruit__staff h3 {
  font-weight: 600;
}
.post_content .recruit__work .recruit__work-block .recruit__work-message {
  position: relative;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-message {
    padding: 30px;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-message figure {
  width: min(70%, 400px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-message figure {
    width: 100%;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-message figure img {
  width: 100%;
}
.post_content .recruit__work .recruit__work-block .recruit__work-message h4 {
  position: absolute;
  padding: 5px 15px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-message h4 {
    font-size: 16px;
  }
}
.post_content .recruit__work .recruit__work-block .recruit__work-message .name {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .recruit__work .recruit__work-block .recruit__work-message .name p:first-of-type {
  border: 1px solid #B0B0B0;
  padding: 1px 10px;
  font-size: 12px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block .recruit__work-message .name p:first-of-type {
    font-size: 14px;
  }
}
.post_content .recruit__work .recruit__work-block.credit .recruit__work-detail .staff__img {
  position: static;
}
.post_content .recruit__work .recruit__work-block.credit .recruit__work-detail .staff__img figure::after {
  max-height: 333px;
  bottom: -40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block.credit .recruit__work-detail .staff__txt {
    margin-left: 0;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__work .recruit__work-block.credit .recruit__work-detail .staff__txt .recruit__staff {
    margin-left: 0;
  }
}
.post_content .recruit__candidate {
  position: relative;
  padding-bottom: 40px;
}
.post_content .recruit__candidate::before {
  content: "";
  width: 100%;
  height: 76%;
  background: url(/wp-content/uploads/2025/07/recruit_candidate_bg.jpg) no-repeat bottom/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.post_content .recruit__candidate > div {
  max-width: 1240px;
  padding-inline: 20px;
}
.post_content .recruit__candidate .recruit__candidate-block {
  position: relative;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__candidate .recruit__candidate-block {
    padding: 60px 20px;
  }
}
.post_content .recruit__candidate .recruit__candidate-block .title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2FBFB6;
  position: relative;
  margin-bottom: clamp(60px, 10vw, 100px);
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__candidate .recruit__candidate-block .title {
    margin-bottom: 40px;
  }
}
.post_content .recruit__candidate .recruit__candidate-block .title p {
  font-size: clamp(40px, 7vw, 70px);
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__candidate .recruit__candidate-block .title p {
    margin-right: 40px;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}
.post_content .recruit__candidate .recruit__candidate-block .candidate__items {
  max-width: 1040px;
  margin-inline: auto;
}
.post_content .recruit__candidate .recruit__candidate-block .candidate__items h3 {
  font-weight: 600;
}
.post_content .recruit__candidate .recruit__candidate-block .candidate__items p.ff-notoserif {
  font-weight: 500;
}
.post_content .recruit__culture {
  margin-bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__culture {
    margin-bottom: 100px;
  }
}
.post_content .recruit__culture .ff-cormorant {
  font-size: clamp(45px, 8vw, 84px);
}
.post_content .recruit__culture .recruit__culture-intro {
  padding-left: 20px;
  border-left: 1px solid #6FE2D8;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__culture .recruit__culture-intro {
    padding-left: 60px;
  }
}
.post_content .recruit__culture .recruit__culture-block {
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__culture .recruit__culture-block {
    padding-inline: 25px;
  }
}
.post_content .recruit__culture .recruit__culture-block::before {
  content: "";
  width: calc(100% + 120px);
  height: 92%;
  background: #BFF0EB;
  position: absolute;
  left: -60px;
  bottom: -40px;
  opacity: 0.3;
  z-index: -1;
}
.post_content .recruit__culture .recruit__culture-block .item {
  padding: 20px 30px 20px 0;
  background: #fff;
}
.post_content .recruit__culture .recruit__culture-block .item .wp-block-group {
  padding: 10px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__culture .recruit__culture-block .item .wp-block-group {
    margin-right: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post_content .recruit__culture .recruit__culture-block .item .wp-block-group p {
  background: #fff;
  min-width: 62px;
  text-align: center;
  padding: 1px 10px;
  line-height: 1.1;
  font-weight: 400;
}
.post_content .recruit__culture .recruit__culture-block .item .wp-block-group h2 {
  font-weight: 700;
}
.post_content .recruit__culture .recruit__culture-block .item figure {
  min-width: 120px;
  width: 44%;
  margin-inline: auto;
  padding-left: 30px;
}
.post_content .recruit__culture .recruit__culture-block .item p {
  padding-left: 30px;
}
.post_content .recruit__numbers > div {
  max-width: 1240px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__numbers .cmn__shadow {
    padding-inline: 60px;
  }
}
.post_content .recruit__numbers .recruit__numbers-block > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__numbers .recruit__numbers-block > .wp-block-group__inner-container {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post_content .recruit__numbers .recruit__numbers-block > .wp-block-group__inner-container .recruit__culture-box {
  border: 1px solid #6FE2D8;
  -webkit-box-shadow: 4px 4px 0 #D9F6F9;
          box-shadow: 4px 4px 0 #D9F6F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .recruit__numbers .recruit__numbers-block > .wp-block-group__inner-container .recruit__culture-box:nth-of-type(4) {
  grid-row: 2/5;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__numbers .recruit__numbers-block > .wp-block-group__inner-container .recruit__culture-box:nth-of-type(4) {
    grid-row: 2/4;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__faq .is-row {
    width: 26%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.post_content .recruit__faq .swell-block-accordion {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_content .recruit__faq .swell-block-accordion details {
  border: 1px solid #6FE2D8;
  padding: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__faq .swell-block-accordion details {
    padding: 20px 30px;
  }
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  background: none;
  padding: 7px 0;
  font-size: 16px;
  font-weight: 500;
  color: #2FBFB6;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title {
    font-size: 20px;
  }
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title::before {
  content: "Q";
  font-family: "Cormorant SC", "Zen Kaku Gothic New", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #BFF0EB;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon {
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/2025/07/faq-arrow.svg) no-repeat center/98%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon[data-opened=false] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon i {
  display: none;
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title:hover .swell-block-accordion__icon {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__title:hover .swell-block-accordion__icon[data-opened=false] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.post_content .recruit__faq .swell-block-accordion .swell-block-accordion__body {
  border-top: 1px solid #6FE2D8;
  padding: 10px 0 0;
}
.post_content .recruit__hr {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr {
    margin-bottom: 200px;
  }
}
.post_content .recruit__hr .recruit__hr-block > .swell-block-columns__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .recruit__hr .recruit__hr-block .img {
  position: relative;
  margin-bottom: clamp(100px, 20vw, 200px);
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .img {
    margin-bottom: 0;
  }
}
.post_content .recruit__hr .recruit__hr-block .img::before {
  content: "";
  width: 100%;
  height: 160%;
  background: url(/wp-content/uploads/2025/07/recruit_hr_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: -60px;
  left: min(540px - 50vw, -48px);
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .img::before {
    width: 170%;
  }
}
.post_content .recruit__hr .recruit__hr-block .img .img1 {
  margin: 0;
}
.post_content .recruit__hr .recruit__hr-block .img .img2 {
  position: absolute;
  width: 48%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(var(--swl-pad_container, 0), 71%);
          transform: translate(var(--swl-pad_container, 0), 71%);
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .img .img2 {
    -webkit-transform: translate(26%, 71%);
            transform: translate(26%, 71%);
  }
}
.post_content .recruit__hr .recruit__hr-block .img .img2 img {
  width: 100%;
}
.post_content .recruit__hr .recruit__hr-block .txt {
  z-index: 1;
}
.post_content .recruit__hr .recruit__hr-block .txt .ff-miama {
  font-size: clamp(40px, 7vw, 70px);
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .txt .ff-miama {
    text-align: right;
  }
}
.post_content .recruit__hr .recruit__hr-block .txt h2 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .txt h2 {
    font-size: 34px;
  }
}
.post_content .recruit__hr .recruit__hr-block .txt .ff-zenkaku {
  padding-left: 20px;
  border-left: 1px solid #6FE2D8;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__hr .recruit__hr-block .txt .ff-zenkaku {
    padding-left: 60px;
    white-space: nowrap;
  }
}
.post_content .recruit__hr .recruit__hr-block .txt .ff-zenkaku p:first-of-type {
  font-weight: 500;
}
.post_content .recruit__description {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__description {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.post_content .recruit__description .ff-cormorant {
  font-size: clamp(45px, 8vw, 84px);
}
.post_content .recruit__description h3 {
  font-weight: 600;
  border-bottom: 1px solid #2FBFB6;
  padding: 20px 0;
}
.post_content .recruit__description .recruit__description-box {
  max-width: 900px;
  margin-inline: auto;
}
.post_content .recruit__description .recruit__description-box .swell-block-dl {
  padding: 20px;
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__description .recruit__description-box .swell-block-dl {
    row-gap: 30px;
    padding: 40px 50px;
    grid-template-columns: 240px 1fr;
  }
}
.post_content .recruit__description .recruit__description-box .swell-block-dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__description .recruit__description-box .swell-block-dl dt {
    border-right: 1px solid #B0B0B0;
    margin-top: 0;
  }
}
.post_content .recruit__description .recruit__description-box .swell-block-dl dt::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #6FE2D8;
  margin-top: 8px;
}
.post_content .recruit__description .recruit__description-box .swell-block-dl dd {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
.post_content .recruit__description .recruit__description-box p a:hover {
  opacity: 0.7;
}
.post_content .recruit__description .recruit__description-box p a span {
  text-decoration: underline;
}
.post_content .recruit__description .description__link a {
  text-decoration: underline;
}
.post_content .recruit__description .description__link a:hover {
  opacity: 0.7;
}
@-webkit-keyframes topAnime {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes topAnime {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.post_content .contact__intro {
  max-width: 900px;
  margin-inline: auto;
  padding: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro {
    padding: 60px 20px;
  }
}
.post_content .contact__intro h2 {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.post_content .contact__intro ul {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro ul {
    margin-bottom: 24px;
  }
}
.post_content .contact__intro ul li {
  background: #EDF9DF;
  padding: 5px 10px;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro ul li {
    font-size: 18px;
  }
}
.post_content .contact__how {
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how {
    margin-bottom: 160px;
  }
}
.post_content .contact__how::before {
  content: "";
  width: 100vw;
  height: 50%;
  background: rgba(191, 240, 235, 0.3);
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how::before {
    width: 100%;
    left: 0;
  }
}
.post_content .contact__how .head-block {
  position: relative;
  padding-top: clamp(30px, 7vw, 70px);
}
.post_content .contact__how .head-block .ff-cormorant {
  font-size: clamp(38px, 8vw, 84px);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.post_content .contact__how .head-block p {
  font-weight: 500;
}
.post_content .contact__how .how__items {
  max-width: 820px;
  margin-inline: auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how .how__items {
    padding-bottom: 90px;
  }
}
.post_content .contact__how .how__items .cmn__shadow a {
  background: #fff;
  padding: 20px;
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how .how__items .cmn__shadow a {
    padding: 50px 40px 135px;
  }
}
.post_content .contact__how .how__items .cmn__shadow a h3 {
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #6FE2D8;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how .how__items .cmn__shadow a h3 {
    margin-bottom: 30px;
  }
}
.post_content .contact__how .how__items .cmn__shadow a p {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how .how__items .cmn__shadow a p {
    margin-bottom: 0;
  }
}
.post_content .contact__how .how__items .cmn__shadow a .btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#81E8D5), color-stop(#2FBFB6), to(#81E8D5));
  background: -webkit-linear-gradient(left, #81E8D5, #2FBFB6, #81E8D5);
  background: linear-gradient(to right, #81E8D5, #2FBFB6, #81E8D5);
  background-size: 200% 100%;
  background-position: right;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: min(100%, 400px);
  margin-inline: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__how .how__items .cmn__shadow a .btn {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 50px;
  }
}
.post_content .contact__how .how__items .cmn__shadow a .btn::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/wp-content/uploads/2025/07/line-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .contact__how .how__items .cmn__shadow a .btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/07/btn-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .contact__how .how__items .cmn__shadow a .btn:hover {
  background-position: left;
}
.post_content .contact__how .how__items .cmn__shadow a:hover .btn {
  background-position: left;
}
.post_content .contact__how .how__items .cmn__shadow.line a .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#99F584), color-stop(#28CC46), to(#99F584));
  background-image: -webkit-linear-gradient(left, #99F584, #28CC46, #99F584);
  background-image: linear-gradient(to right, #99F584, #28CC46, #99F584);
}
.post_content .contact__how .how__items .cmn__shadow.mail a .btn::before {
  background-image: url(/wp-content/uploads/2025/08/mail-icon-white-fill.svg);
}
.post_content .contact__how .how__items .cmn__shadow.mail a .btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.post_content .contact__recruit .img figure {
  position: relative;
}
.post_content .contact__recruit .img figure::after {
  content: "";
  width: 30%;
  height: 58.6%;
  background: rgba(111, 226, 216, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-26%, 66%);
          transform: translate(-26%, 66%);
  visibility: visible;
}
.post_content .contact__recruit .img .ff-miama {
  font-size: clamp(50px, 8vw, 84px);
}
.post_content .contact__recruit .txt {
  position: relative;
}
.post_content .contact__recruit .txt .head-block h2 {
  margin-bottom: 24px;
}
.post_content .contact__recruit .txt .head-block .ff-cormorant {
  position: absolute;
  left: 0;
  top: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .contact__recruit .txt .head-block .ff-notoserif {
  font-weight: 500;
}
.post_content .contact__mailform {
  padding-bottom: 20px;
}
.post_content .contact__mailform .contact__mailform-intro {
  padding-left: 20px;
  border-left: 1px solid #6FE2D8;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__mailform .contact__mailform-intro {
    padding-left: 60px;
  }
}
.post_content .cmn__form {
  padding-bottom: 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form {
    padding-bottom: 120px;
  }
}
.post_content .cmn__form a {
  text-decoration: none;
}
.post_content .cmn__form a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .contact__remark p {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.post_content .cmn__form table {
  margin-bottom: 40px;
}
.post_content .cmn__form table, .post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(47, 191, 182, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post_content .cmn__form tr.contact__message, .post_content .cmn__form tr.contact__radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  font-weight: 700;
  width: 100%;
  max-width: 260px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form th {
    font-size: 16px;
  }
}
.post_content .cmn__form th .small {
  font-size: 14px;
  margin-top: 4px;
}
.post_content .cmn__form td {
  color: #353535;
  padding: 0;
  border: none;
  width: 100%;
}
.post_content .cmn__form .required, .post_content .cmn__form .norequired {
  display: inline-block;
  background: #2FBFB6;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 3px 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.post_content .cmn__form .norequired {
  background: #C1C1C1;
  color: #fff;
}
.post_content .cmn__form .form-memo {
  font-size: 13px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 5px;
}
.post_content .cmn__form .form-memo.no-indent {
  padding-left: 0;
  text-indent: 0;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post_content .cmn__form :is(input, textarea, select) {
  font-size: 16px;
  padding: 7px 5px;
  background: none;
  border: 1px solid #CCCCCC;
  color: #353535;
}
.post_content .cmn__form select {
  width: 200px;
}
.post_content .cmn__form input[type=file] {
  padding: 3px 0;
}
.post_content .cmn__form input[type=file]::-webkit-file-upload-button {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 86px 8px 14px;
}
.post_content .cmn__form input[type=file]::file-selector-button {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 86px 8px 14px;
}
.post_content .cmn__form :where(input[type=tel], input[type=email], input[type=text]) {
  max-width: 400px;
  width: 100%;
}
.post_content .cmn__form textarea {
  max-width: 570px;
  width: 100%;
}
.post_content .cmn__form span[data-name=your-zip] input {
  width: 182px;
  margin-left: 4px;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-acceptance {
  display: block;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form span.wpcf7-form-control.wpcf7-acceptance {
    text-align: center;
  }
}
.post_content .cmn__form input[type=file] {
  background: transparent;
  border: none;
}
.post_content .cmn__form .wpcf7-not-valid {
  background: #FFF3F3 !important;
}
.post_content .cmn__form .wpcf7-response-output {
  border: 2px solid #FAC3C3 !important;
  background: #FFF3F3;
  color: #dc3232;
  text-align: center;
}
.post_content .cmn__form .contact__order {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .cmn__form .contact__order li {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 10px;
}
.post_content .cmn__form .contact__order .select-item {
  width: 247px;
  margin-left: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form .contact__order .select-item {
    width: 200px;
  }
}
.post_content .cmn__form .contact__order .select-gram {
  width: 60px;
  margin-left: 10px;
}
.post_content .cmn__form .contact__order .select-piece {
  width: 60px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .contact__order input, .post_content .cmn__form .contact__order select {
    padding: 2px 5px;
  }
  .post_content .cmn__form .contact__order li {
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
  }
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 25px;
}
.post_content .cmn__form .form-agreement a {
  color: #2FBFB6;
  text-decoration: underline;
}
.post_content .cmn__form .form-agreement a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .form-submit input[disabled] {
  background: #ccc !important;
  color: #fff !important;
  border: none;
}
.post_content .cmn__form .form-submit {
  position: relative;
  width: min(100%, 350px);
  margin-inline: auto;
}
.post_content .cmn__form .form-submit::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/07/btn-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 30px;
  top: 22%;
}
.post_content .cmn__form .form-submit input {
  font-size: 20px;
  padding: 20px 40px 20px 20px;
  font-weight: 500;
  width: 100%;
  max-width: 350px;
  height: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#81E8D5), color-stop(#2FBFB6), to(#81E8D5));
  background: -webkit-linear-gradient(left, #81E8D5, #2FBFB6, #81E8D5);
  background: linear-gradient(to right, #81E8D5, #2FBFB6, #81E8D5);
  background-size: 200% 100%;
  background-position: right;
  color: #fff;
  border: none;
  margin: 60px auto 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .cmn__form .form-submit:hover input {
  background-position: left;
}
.post_content .cmn__form .wpcf7-radio input, .post_content .cmn__form .wpcf7-checkbox input {
  display: none;
}
.post_content .cmn__form .wpcf7-radio .wpcf7-list-item, .post_content .cmn__form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  margin: 0;
  display: block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio] + span::before, .post_content .cmn__form .wpcf7-radio input[type=checkbox] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=radio] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2FBFB6;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance {
  font-size: 14px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
  padding-left: 24px;
  position: relative;
}
.post_content .cmn__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #C8C8C8;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #2FBFB6;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(/wp-content/uploads/2025/08/check.png) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
}
.post_content .thanks__intro {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.post_content .thanks__intro .wp-block-group {
  padding: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .thanks__intro .wp-block-group {
    padding: 40px 90px;
  }
}
.post_content .thanks__intro .wp-block-group h2 {
  letter-spacing: 0.1em;
}
.post_content .thanks__intro .wp-block-group .ff-notoserif {
  font-weight: 500;
}
.post_content .law__table th {
  font-family: "Noto Serif JP", serif;
  background: #E3F6F4;
  color: #2FBFB6;
}
.post_content .law__table th, .post_content .law__table td {
  padding: 10px;
}
.post_content .member__category-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url(/wp-content/uploads/2025/08/member-list-bg.jpg) no-repeat center/cover;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category-list {
    margin-bottom: 80px;
  }
}
.post_content .member__category-list ul {
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-block: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category-list ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.post_content .member__category-list ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
}
.post_content .member__category-list ul li a {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  color: #2FBFB6;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.post_content .member__category-list ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/08/faq-arrow-reverse.svg) no-repeat center/contain;
}
.post_content .member__category {
  padding-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category {
    padding-bottom: 80px;
  }
}
.post_content .member__category h2 {
  color: #2FBFB6;
  padding-block: 10px;
  border-bottom: 1px solid #6FE2D8;
}
.post_content .member__category .member__item {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category .member__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4.6%;
       -moz-column-gap: 4.6%;
            column-gap: 4.6%;
    margin-bottom: 100px;
  }
}
.post_content .member__category .member__item .img {
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category .member__item .img {
    width: 27.7%;
    margin-bottom: 0;
  }
}
.post_content .member__category .member__item .img figure {
  width: calc(100% - 20px);
  height: 100%;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category .member__item .img figure {
    width: calc(100% - 40px);
    margin-right: 0;
  }
}
.post_content .member__category .member__item .img figure img {
  display: block;
  height: 100%;
  width: 100%;
}
.post_content .member__category .member__item .img figure::before {
  content: "";
  width: 150px;
  height: 300px;
  background: url(/wp-content/uploads/2025/08/member-img-bg.jpg) no-repeat center/cover;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category .member__item .img figure::before {
    left: -40px;
    bottom: -40px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .member__category .member__item .txt {
    width: 62%;
  }
}
.post_content .member__category .member__item .txt .member__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.post_content .member__category .member__item .txt .member__name .member__tag {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2FBFB6), to(#81E8D5));
  background: -webkit-linear-gradient(left, #2FBFB6, #81E8D5);
  background: linear-gradient(to right, #2FBFB6, #81E8D5);
  padding: 2px 12px;
  font-size: 18px;
  font-weight: 500;
}
.post_content .member__category .member__item .txt .member__name h3 {
  font-size: 34px;
  font-weight: 400;
  color: #2FBFB6;
}
.post_content .member__category .member__item .txt .member__text {
  margin-bottom: 20px;
}
.post_content .member__category .member__item .txt .member__message {
  position: relative;
  padding: 35px 30px 20px;
  border: 1px solid #2FBFB6;
}
.post_content .member__category .member__item .txt .member__message h4 {
  color: #2FBFB6;
  font-weight: 700;
  background: #BFF0EB;
  padding: 1px 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.post_content .member__category .member__other {
  color: #2FBFB6;
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post_content .service__items {
  padding-bottom: 80px;
}
.post_content .service__item {
  margin-bottom: 30px;
  padding: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item {
    padding: 40px;
  }
}
.post_content .service__item .service__tag {
  background: -webkit-gradient(linear, left top, right top, from(#A7E8EE), to(#E7FBFD));
  background: -webkit-linear-gradient(left, #A7E8EE, #E7FBFD);
  background: linear-gradient(to right, #A7E8EE, #E7FBFD);
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post_content .service__item h2 {
  color: #2FBFB6;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item .service__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item .service__contents .img {
    width: 54%;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item .service__contents .txt {
    width: 43%;
  }
}
.post_content .service__item .service__btn {
  margin-top: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__item .service__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post_content .service__item .service__btn .is-style-btn_normal {
  margin: 0;
}
.post_content .service__item .service__btn .btn-gold a {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
}/*# sourceMappingURL=style.css.map */