/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/faq.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&family=Kumbh+Sans:wght@500;700&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/faq.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* -------------------------------------------------------------------
  default colors
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default web-font
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default spacing
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  hover anitionの適用（～xまで）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default font-size
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  font rem計算
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  各種rem計算（font以外）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  flex時のgapを差し引いた横幅計算
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  アスペクト比固定
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  vw変換
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  background
------------------------------------------------------------------- */
.background__base {
  background-color: rgba(26, 180, 168, 0.1);
}
.background__white {
  background-color: white;
}
.background__main {
  background-color: #1AB4A8;
}

/* -------------------------------------------------------------------
  display
------------------------------------------------------------------- */
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}

/* -------------------------------------------------------------------
  show and hide
------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .--pc {
    display: none !important;
  }
}
/* -------------------------------------------------------------------
  margin / padding
------------------------------------------------------------------- */
.mt-high, .page-title {
  margin-top: clamp(60px, 9.765625vw, 90px);
}
.mt-middle {
  margin-top: clamp(30px, 5.859375vw, 60px);
}
.mt-low {
  margin-top: clamp(10px, 1.953125vw, 20px);
}
.mt-0 {
  margin-top: 0rem !important;
}

.mr-high {
  margin-right: clamp(60px, 9.765625vw, 90px);
}
.mr-middle {
  margin-right: clamp(30px, 5.859375vw, 60px);
}
.mr-low {
  margin-right: clamp(10px, 1.953125vw, 20px);
}
.mr-0 {
  margin-right: 0rem !important;
}

.mb-high {
  margin-bottom: clamp(60px, 9.765625vw, 90px);
}
.mb-middle {
  margin-bottom: clamp(30px, 5.859375vw, 60px);
}
.mb-low {
  margin-bottom: clamp(10px, 1.953125vw, 20px);
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-high {
  margin-left: clamp(60px, 9.765625vw, 90px);
}
.ml-middle {
  margin-left: clamp(30px, 5.859375vw, 60px);
}
.ml-low {
  margin-left: clamp(10px, 1.953125vw, 20px);
}
.ml-0 {
  margin-left: 0rem !important;
}

.mx-high {
  margin-inline: clamp(60px, 9.765625vw, 90px);
}
.mx-middle {
  margin-inline: clamp(30px, 5.859375vw, 60px);
}
.mx-low {
  margin-inline: clamp(10px, 1.953125vw, 20px);
}
.mx-0 {
  margin-inline: 0rem !important;
}

.my-high {
  margin-block: clamp(60px, 9.765625vw, 90px);
}
.my-middle {
  margin-block: clamp(30px, 5.859375vw, 60px);
}
.my-low {
  margin-block: clamp(10px, 1.953125vw, 20px);
}
.my-0 {
  margin-block: 0rem !important;
}

.ma-high {
  margin: clamp(60px, 9.765625vw, 90px);
}
.ma-middle {
  margin: clamp(30px, 5.859375vw, 60px);
}
.ma-low {
  margin: clamp(10px, 1.953125vw, 20px);
}
.ma-0 {
  margin: 0rem !important;
}

.pt-high {
  padding-top: clamp(60px, 9.765625vw, 90px);
}
.pt-middle {
  padding-top: clamp(30px, 5.859375vw, 60px);
}
.pt-low {
  padding-top: clamp(10px, 1.953125vw, 20px);
}
.pt-0 {
  padding-top: 0rem !important;
}

.pr-high {
  padding-right: clamp(60px, 9.765625vw, 90px);
}
.pr-middle {
  padding-right: clamp(30px, 5.859375vw, 60px);
}
.pr-low {
  padding-right: clamp(10px, 1.953125vw, 20px);
}
.pr-0 {
  padding-right: 0rem !important;
}

.pb-high {
  padding-bottom: clamp(60px, 9.765625vw, 90px);
}
.pb-middle {
  padding-bottom: clamp(30px, 5.859375vw, 60px);
}
.pb-low {
  padding-bottom: clamp(10px, 1.953125vw, 20px);
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-high {
  padding-left: clamp(60px, 9.765625vw, 90px);
}
.pl-middle {
  padding-left: clamp(30px, 5.859375vw, 60px);
}
.pl-low {
  padding-left: clamp(10px, 1.953125vw, 20px);
}
.pl-0 {
  padding-left: 0rem !important;
}

.px-high {
  padding-inline: clamp(60px, 9.765625vw, 90px);
}
.px-middle {
  padding-inline: clamp(30px, 5.859375vw, 60px);
}
.px-low {
  padding-inline: clamp(10px, 1.953125vw, 20px);
}
.px-0 {
  padding-inline: 0rem !important;
}

.py-high, .section {
  padding-block: clamp(60px, 9.765625vw, 90px);
}
.py-middle {
  padding-block: clamp(30px, 5.859375vw, 60px);
}
.py-low {
  padding-block: clamp(10px, 1.953125vw, 20px);
}
.py-0 {
  padding-block: 0rem !important;
}

.pa-high {
  padding: clamp(60px, 9.765625vw, 90px);
}
.pa-middle {
  padding: clamp(30px, 5.859375vw, 60px);
}
.pa-low {
  padding: clamp(10px, 1.953125vw, 20px);
}
.pa-0 {
  padding: 0rem !important;
}

/* -------------------------------------------------------------------
  layout
------------------------------------------------------------------- */
.inner, .breadcrumbs__inner, .page-title__inner {
  width: calc(1080px + 2.5rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.inner__wide {
  width: calc(1366px + 2.5rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.inner__narrow {
  width: calc(720px + 2.5rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 15px;
}

.col-2 .row-2 {
  width: 720px;
  max-width: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .col-2 {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767.9px) {
  .inner.--sp-full, .--sp-full.breadcrumbs__inner, .--sp-full.page-title__inner {
    padding-inline: 0;
  }
  .row-1,
  .row-2 {
    width: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?p13rvy");
  src: url("../fonts/icomoon.eot?p13rvy#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?p13rvy") format("woff2"), url("../fonts/icomoon.ttf?p13rvy") format("truetype"), url("../fonts/icomoon.woff?p13rvy") format("woff"), url("../fonts/icomoon.svg?p13rvy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e90a";
  color: #737B82;
}

.icon-tel:before {
  content: "\e909";
  color: #1AB4A8;
}

.icon-blank:before {
  content: "\e908";
  color: #1AB4A8;
}

.icon-arrow:before {
  content: "\e900";
  color: #1AB4A8;
}

.icon-book:before {
  content: "\e901";
  color: #fff;
}

.icon-class:before {
  content: "\e902";
  color: #1AB4A8;
}

.icon-freedial:before {
  content: "\e903";
  color: #1AB4A8;
}

.icon-mappin:before {
  content: "\e904";
  color: #737B82;
}

.icon-tel1:before {
  content: "\e905";
  color: #737B82;
}

.icon-user:before {
  content: "\e906";
  color: #1AB4A8;
}

.icon-users:before {
  content: "\e907";
  color: #fff;
}

/* -------------------------------------------------------------------
  btn-block
------------------------------------------------------------------- */
.btn-block {
  position: relative;
  display: grid;
  place-items: center;
  width: 300px;
  min-height: 60px;
  padding-inline: 50px;
  background-color: #1AB4A8;
  border-radius: 2.5em;
  box-shadow: 1px 3px 0 0 rgba(26, 180, 168, 0.3);
  text-decoration: none;
}
.btn-block__text {
  font-size: 16px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
.btn-block__arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn-block__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: white;
}
.btn-block__arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.btn-block__arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.btn-block.--accent {
  background-color: #FF8F3F;
  box-shadow: 1px 3px 0 0 rgba(255, 143, 63, 0.3);
}
.text-center .btn-block {
  margin-inline: auto;
}

/* -------------------------------------------------------------------
  header
------------------------------------------------------------------- */
.scroll-on .header {
  transition: transform 0.3s linear;
}
.scroll-on .header.--sticky {
  transform: translateY(0%);
}

.header {
  position: relative;
  z-index: 10;
  background-color: white;
}
.scroll-ready .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transform: translateY(-100%);
  box-shadow: 0 0 5px rgba(35, 24, 21, 0.1);
}
.header__logo {
  margin: 0;
}
.header__logo-img {
  width: auto;
  height: 37px;
}
.header__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 1760px;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 10px;
}
.header__info {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header__info-tel__num {
  flex-shrink: 0;
  text-align: center;
  color: #1AB4A8;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}
.header__info-tel__notice {
  display: block;
  text-align: center;
  color: #1AB4A8;
  font-size: 12px;
}
.header__info-sp {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__info-btn {
  width: clamp(250px, 23.1481481481vw, 300px);
}
.header__myclass-btn {
  display: flex;
  align-items: center;
  gap: 2.5px;
  padding: 10px 5px 10px 10px;
  border: 1px solid #1AB4A8;
  border-radius: 5px;
  color: #1AB4A8;
  text-decoration: none;
}
.header__myclass-btn__text {
  font-size: 10px;
  font-weight: 700;
}
.header__myclass-btn__arrow {
  position: relative;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #1AB4A8;
  transform: rotate(-45deg);
}
.header__myclass-btn__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #1AB4A8;
}
.header__myclass-btn__arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.header__myclass-btn__arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}

@media screen and (min-width: 1024px) {
  .header__info {
    display: flex;
  }
  .header__info-sp {
    display: none;
  }
  .header__group {
    padding-block: 10px;
  }
  .header__logo-img {
    height: 60px;
  }
}
/* -------------------------------------------------------------------
  title
------------------------------------------------------------------- */
.title__main {
  margin-bottom: clamp(20px, 3.2552083333vw, 30px);
  font-weight: 700;
  line-height: normal;
}
.title__main-before {
  display: block;
  font-size: clamp(14px, 1.953125vw, 16px);
}
.title__main-text {
  display: block;
  color: #1AB4A8;
  font-size: clamp(24px, 3.6458333333vw, 32px);
}
.title__sub {
  color: #1AB4A8;
}
.title__mini {
  color: #1AB4A8;
}
.title__text {
  font-family: "Kumbh Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .title__main {
    text-align: center;
  }
}
/* -------------------------------------------------------------------
  footer
------------------------------------------------------------------- */
.footer {
  margin-top: 30px;
  padding-inline: 1.25rem;
}
.footer-choose-class {
  background-color: #1AB4A8;
}
.footer__logo {
  text-align: center;
  padding-block: 0.5rem;
}
.footer__logo.--top {
  display: none;
}
.footer__logo.--bottom {
  display: revert;
}
.footer__middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px clamp(5px, 6.1848958333vw, 90px);
  max-width: calc(1080px + 2.5rem);
  margin-inline: auto;
  padding-block: clamp(30px, 5.859375vw, 60px);
}
.footer__middle-logo-wrap {
  display: block;
}
.footer__bottom__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  padding-inline: 0.75rem;
  padding-top: 1.5rem;
}
.footer__bottom__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
}
.footer__bottom__nav li:not(:first-child)::before {
  content: "|";
  margin-right: 1.25rem;
}
.footer__bottom__nav a {
  font-size: 0.812rem;
  color: #231815;
  text-decoration: none;
}
.footer__bottom__privacy {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 78%;
}
.footer__bottom__privacy-text {
  font-size: min(13px, 2.6666666667vw);
}
.footer__bottom__privacy-link {
  flex-shrink: 0;
}
.footer__bottom__privacy-image {
  width: 44px;
  height: 44px;
}
.footer__bottom__copy {
  padding-block: 9px;
}
.footer__bottom__copy-text {
  font-size: min(13px, 2.9333333333vw);
}

.footer__nav-sp__ul, .footer__nav-pc__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__nav-sp__ul a, .footer__nav-pc__ul a {
  display: block;
  color: #231815;
  text-decoration: none;
}
.footer__nav-sp__ul .sub-menu, .footer__nav-pc__ul .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__nav-sp__ul {
  border-top: 1px solid #E3E1E2;
}
.footer__nav-sp__ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1AB4A8;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #1AB4A8;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a[target=_blank] .arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1AB4A8;
  transform: rotate(-45deg);
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a[target=_blank] .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #1AB4A8;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a[target=_blank] .arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.footer__nav-sp__ul li:not(.menu-item-has-children) a[target=_blank] .arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.footer__nav-sp__ul > li > a {
  border-bottom: 1px solid #E3E1E2;
  padding: 1rem 0.75rem;
}
.footer__nav-sp__ul .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E3E1E2;
}
.footer__nav-sp__ul .sub-menu li {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
.footer__nav-sp__ul .sub-menu li:last-child {
  padding-bottom: 0;
}
.footer__nav-sp__ul .sub-menu li a {
  color: #1AB4A8;
}
.footer__nav-sp__ul .menu-item-has-children > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__nav-sp__ul .menu-item-has-children > a::after {
  content: "＋";
  color: #1AB4A8;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
}
.footer__nav-sp__ul .menu-item-has-children > a.--accordion-on {
  border: 0;
}
.footer__nav-sp__ul .menu-item-has-children > a.--accordion-on::after {
  content: "×";
}
.footer__nav-sp__ul .menu-item-has-children > a.--accordion-on + .sub-menu {
  padding-top: 0;
}
.footer__nav-pc {
  display: none;
}
.footer__nav-pc__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.5rem;
}
.footer__nav-pc__ul a {
  font-size: 0.875rem;
  margin-top: 0.4rem;
}
.footer__nav-pc__ul > li > a {
  display: none;
}
.footer__nav-pc__ul > li > .sub-menu > li > a {
  margin-block: 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.footer__nav-pc__ul > li > .sub-menu > li > a::before {
  content: "\e900";
  font-family: icomoon;
  color: #1AB4A8;
  font-size: 0.8em;
  font-weight: normal;
  margin-right: 0.5rem;
}
.footer__nav-pc__ul > li > .sub-menu > li:not(:first-child) > a {
  margin-top: 1.5rem;
}
.footer__nav-pc__ul > li > .sub-menu > li .sub-menu a {
  margin-left: 1.25em;
}

.footer-top__btns-title {
  font-weight: bold;
}
.footer-top__btns .inner__narrow {
  padding-top: 2.5rem;
}
.footer-top .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-top .menu li {
  width: 200px;
  max-width: calc(50% - 0.25rem);
}
.footer-top .menu li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: white;
  border: 1px solid #231815;
  border-radius: 0.5rem;
  font-size: min(0.875rem, 3.2vw);
  font-weight: bold;
  color: #231815;
  text-decoration: none;
}

.footer-top-sub {
  background-color: #FDF8F2;
}
.footer-top-sub-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  gap: 1rem;
}
.footer-top-sub .btn-block {
  margin-top: 0;
}

/* -------------------------------------------------------------------
  768px以上
------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .body .footer-top__cvp {
    background-color: white;
  }
  .body .footer-top__cvp .inner__narrow {
    width: 1080px;
    background-color: white;
  }
  .body .footer-top__cvp .common-cta__btn {
    flex-direction: row;
    justify-content: center;
    padding-block: 1rem;
  }
  .body .footer-top__cvp .common-cta__btn i {
    margin: 0;
  }
  .body .footer-top__btns .inner__narrow {
    width: 1080px;
    padding-inline: 0;
  }
  .body .footer-top__btns.--contents {
    background-color: white;
  }
  .body .footer-top__btns-title {
    text-align: center;
    border-left: 0;
    padding: 0;
    color: #1AB4A8;
    font-size: 1.75rem;
  }
  .body .footer-top__btns-title::before {
    content: "＼";
    position: relative;
    display: inline;
    background-color: transparent;
  }
  .body .footer-top__btns-title::after {
    content: "／";
    margin-left: 0;
  }
  .body .footer-top .menu {
    gap: 0.875rem 1rem;
  }
  .body .footer-top .menu li {
    width: 200px;
  }
  .body .footer-top .menu li a {
    border-width: 2px;
    padding-inline: 0.5rem;
  }
}
/* -------------------------------------------------------------------
  1024px以上
------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 0;
    padding-inline: 0;
    background-color: rgba(185, 189, 193, 0.15);
  }
  .footer__top {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 4.5rem;
    max-width: calc(1080px + 2.5rem);
    margin-inline: auto;
    padding-block: clamp(90px, 9.765625vw, 60px) clamp(60px, 5.859375vw, 30px);
    padding-inline: 1.25rem;
  }
  .footer__middle {
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 1.25rem;
  }
  .footer__nav-wrap {
    order: 1;
    display: grid;
  }
  .footer__nav-sp {
    display: none;
  }
  .footer__nav-pc {
    display: block;
  }
  .footer__logo {
    order: 0;
  }
  .footer__logo.--top {
    display: revert;
  }
  .footer__logo.--bottom {
    display: none;
  }
  .footer__bottom {
    background-color: #E3E1E2;
  }
  .footer__bottom__inner {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem 2.5rem;
    max-width: 1080px;
    margin-inline: auto;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
  .footer__bottom__nav {
    flex-shrink: 0;
  }
  .footer__bottom__nav li:not(:first-child)::before {
    display: none;
  }
  .footer__bottom__privacy {
    flex-shrink: 0;
    max-width: 375px;
  }
  .footer__bottom__copy {
    align-self: flex-end;
    padding: 0 9px;
  }
}
@media screen and (min-width: 1080px) {
  body {
    overflow-x: hidden;
  }
  .footer-top-sub {
    position: relative;
    right: calc((100vw - 100%) / 2);
    width: calc(100% + 100vw - 100%);
    max-width: 100vw;
  }
}
/* -------------------------------------------------------------------
  header__nav
------------------------------------------------------------------- */
.header__nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
}
.header__nav-btn__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.header__nav-btn__burger span {
  display: block;
  width: clamp(24px, 3.6458333333vw, 32px);
  height: 2px;
  background-color: #1AB4A8;
  transition: transform 0.3s linear;
}
.--nav-on .header__nav-btn__burger span:first-child {
  position: relative;
  top: 5px;
  transform: rotate(45deg);
  height: 1px;
}
.--nav-on .header__nav-btn__burger span:last-child {
  transform: rotate(-45deg);
  height: 1px;
}
.--nav-on .header__nav-btn__burger span:nth-child(2) {
  display: none;
}
.header__nav-btn__text {
  display: block;
  line-height: 1;
  margin-top: 12px;
  color: #1AB4A8;
  font-size: 10px;
  font-weight: 700;
}
.--nav-on .header__nav-btn__text {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .header__nav {
    display: block;
    padding-inline: 12px;
    background-color: #F5F5F5;
  }
  .header__nav__ul {
    display: flex;
    gap: min(1.6666666667vw, 10px);
    justify-content: center;
    align-items: baseline;
  }
  .header__nav__ul > li {
    padding: 0.875rem clamp(10px, 0.9765625vw, 20px);
  }
  .header__nav__ul > li > a {
    position: relative;
    cursor: pointer;
  }
  .header__nav__ul > li > a::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #1AB4A8;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.5s linear width;
  }
  .header__nav__ul > li > a:hover {
    color: #231815;
  }
  .header__nav__ul > li > a:hover::before {
    width: 100%;
  }
  .header__nav__ul a[target=_blank] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .header__nav__ul a[target=_blank]::after {
    content: "\e908";
    color: #1AB4A8;
    font-family: icomoon;
    font-size: 0.75em;
  }
  .header__nav__ul .menu-item-has-children {
    position: relative;
  }
  .header__nav__ul .menu-item-has-children:hover .sub-menu {
    transform: translateY(100%) scaleY(1);
    opacity: 1;
  }
  .header__nav__ul .menu-item-has-children > a {
    display: flex;
    gap: 0.5rem;
  }
  .header__nav__ul .menu-item-has-children > a::after {
    content: "\e900";
    color: #1AB4A8;
    font-family: icomoon;
    font-size: 0.75em;
    transition: 0.5s linear transform;
    transform: scale(1, 1) rotate(90deg);
  }
  .header__nav__ul .menu-item-has-children > a.--accordion-on::after {
    transform: scale(-1, -1) rotate(90deg);
  }
  .header__nav__ul .menu-item-has-children > a.--accordion-on::before {
    width: 100%;
  }
  .header__nav__ul .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) scaleY(0);
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: 0.2s linear transform, 0.3s linear opacity;
    transform-origin: top center;
  }
  .header__nav__ul .sub-menu a {
    display: block;
    padding: 1rem 1.25rem;
    background-color: #F5F5F5;
    transition: 0.5s linear background-color, 0.5s linear color;
  }
  .header__nav__ul .sub-menu a:hover {
    background-color: white;
  }
  .header__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header__nav a {
    text-decoration: none;
    color: #231815;
    font-size: 0.875rem;
  }
  .header__nav-contents {
    height: auto !important;
  }
  .scroll-ready .header__nav-contents {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .--nav-on {
    overflow: hidden;
  }
  .header__nav-contents {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    opacity: 0;
    transform: translateY(100%) scale(0);
    transform-origin: right top;
    width: 290px;
    max-width: 100%;
    height: calc(100vh - 100%);
    background-color: white;
    overflow-y: scroll;
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  .--nav-on .header__nav-contents {
    opacity: 1;
    transform: translateY(100%) scaleX(1);
  }
  .header__nav-contents__inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
  }
  .header__nav__ul {
    border-top: 1px solid #E3E1E2;
    list-style-type: none;
    padding-left: 0;
  }
  .header__nav__ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .header__nav__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #1AB4A8;
  }
  .header__nav__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 7px;
    height: 1px;
    background-color: #1AB4A8;
  }
  .header__nav__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow.--l::after {
    left: 0;
    transform: rotate(-35deg);
    transform-origin: bottom left;
  }
  .header__nav__ul li:not(.menu-item-has-children) a:not([target=_blank]) .arrow.--r::after {
    right: 0;
    transform: rotate(35deg);
    transform-origin: bottom right;
  }
  .header__nav__ul li:not(.menu-item-has-children) a[target=_blank] .arrow {
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #1AB4A8;
    transform: rotate(-45deg);
  }
  .header__nav__ul li:not(.menu-item-has-children) a[target=_blank] .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 7px;
    height: 1px;
    background-color: #1AB4A8;
  }
  .header__nav__ul li:not(.menu-item-has-children) a[target=_blank] .arrow.--l::after {
    left: 0;
    transform: rotate(-35deg);
    transform-origin: bottom left;
  }
  .header__nav__ul li:not(.menu-item-has-children) a[target=_blank] .arrow.--r::after {
    right: 0;
    transform: rotate(35deg);
    transform-origin: bottom right;
  }
  .header__nav__ul > li > a {
    border-bottom: 1px solid #E3E1E2;
    padding: 1rem 0.75rem;
  }
  .header__nav__ul .sub-menu {
    display: none;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #E3E1E2;
  }
  .header__nav__ul .sub-menu li {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 1rem;
  }
  .header__nav__ul .sub-menu li:last-child {
    padding-bottom: 0;
  }
  .header__nav__ul .sub-menu li a {
    color: #1AB4A8;
  }
  .header__nav__ul .menu-item-has-children > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header__nav__ul .menu-item-has-children > a::after {
    content: "＋";
    color: #1AB4A8;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
  }
  .header__nav__ul .menu-item-has-children > a.--accordion-on {
    border: 0;
  }
  .header__nav__ul .menu-item-has-children > a.--accordion-on::after {
    content: "×";
  }
  .header__nav__ul .menu-item-has-children > a.--accordion-on + .sub-menu {
    padding-top: 0;
  }
}
/* -------------------------------------------------------------------
  table
------------------------------------------------------------------- */
table {
  border-spacing: 0;
}

.table,
.table-sp {
  width: 100%;
  border-top: 1px dotted #231815;
}
.table th,
.table td,
.table-sp th,
.table-sp td {
  vertical-align: wrap;
  padding: 15px 9px;
  border-bottom: 1px dotted #231815;
}
.table th,
.table-sp th {
  width: 0;
  padding-right: 21px;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
}
.table td,
.table-sp td {
  font-size: clamp(13px, 1.8229166667vw, 15px);
}

.table-scroll__wrap {
  overflow: auto;
  white-space: nowrap;
  margin: 1em 0;
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/* -------------------------------------------------------------------
  page-title
------------------------------------------------------------------- */
.page-title__contents {
  padding-bottom: clamp(10px, 2.6041666667vw, 30px);
  border-bottom: 1px solid #1AB4A8;
}
.page-title__contents-text {
  margin: 0;
  font-size: clamp(36px, 4.9479166667vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: #1AB4A8;
}
.page-title__contents-label {
  display: block;
  font-size: clamp(16px, 2.34375vw, 20px);
}

.breadcrumbs {
  padding-block: 0.2rem;
  font-size: 10px;
}
.breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
.breadcrumbs a {
  text-decoration: none;
  color: #231815;
}

@media screen and (max-width: 767.9px) {
  .breadcrumbs {
    background-color: rgba(185, 189, 193, 0.2);
  }
}
.post-content h2 {
  margin-top: 2.5rem;
}
.post-content h3 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .post-content h3 {
    margin-top: 2rem;
  }
}

/* -------------------------------------------------------------------
  btn-rect
------------------------------------------------------------------- */
.btn-rect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  width: 165px;
  min-height: 60px;
  padding: 10px;
  background-color: white;
  border: 1px solid #1AB4A8;
  border-radius: 5px;
  color: #1AB4A8;
  text-decoration: none;
}
.btn-rect__arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1AB4A8;
}
.btn-rect__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #1AB4A8;
}
.btn-rect__arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.btn-rect__arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.classroom-meta__link .btn-rect__arrow {
  width: 8.5px;
  height: 1.5px;
  margin-top: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  right: 6px;
  top: 4px;
}
.classroom-meta__link .btn-rect__arrow::after {
  width: 10px;
  height: 1.5px;
  transform: rotate(90deg);
}
.btn-rect__message {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 12px;
  color: #FFF8A5;
  font-weight: 700;
}
.btn-rect.--gray {
  border-color: #737B82;
  color: #737B82;
}
.btn-rect.--gray .btn-rect__arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #737B82;
}
.btn-rect.--gray .btn-rect__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #737B82;
}
.btn-rect.--gray .btn-rect__arrow.--l::after {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.btn-rect.--gray .btn-rect__arrow.--r::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.btn-rect.--wide {
  width: 335px;
}
.text-center .btn-rect {
  margin-inline: auto;
}

/* -------------------------------------------------------------------
  sitemap // gutenbergにて選択したメニューを表示させる（高度な設定→クラス付与「sitemap-links」）
------------------------------------------------------------------- */
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation__container {
  gap: 20px;
}
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation__container > li {
  font-size: clamp(14px, 2.0833333333vw, 18px);
}
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation-submenu {
  position: relative;
  width: auto;
  height: auto;
  visibility: visible;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  border: 0;
}
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation-submenu li {
  font-size: clamp(13px, 1.8880208333vw, 16px);
}
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation-submenu li a {
  color: #1AB4A8;
}
.wp-block-navigation.sitemap-links.is-vertical .wp-block-navigation__submenu-icon {
  display: none;
}

/* -------------------------------------------------------------------
  base
------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-size: clamp(14px, 1.953125vw, 16px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #231815;
  background-color: #ffffff;
}
body.--on {
  overflow: hidden;
}

a {
  color: #231815;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  a {
    transition: 0.3s linear color;
  }
  a:hover {
    color: #1AB4A8;
  }
  a img {
    transition: 0.3s linear opacity;
  }
  a img:hover {
    opacity: 0.5;
  }
}

p {
  margin-top: 0;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

img,
svg {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

b {
  color: #1AB4A8;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

h2, h3, h4, h5 {
  margin: 0;
}

.fw-b {
  font-weight: 700;
}
.fw-m {
  font-weight: 500;
}
.fw-l {
  font-weight: 400;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.--accent {
  color: #1AB4A8;
  font-size: clamp(16px, 2.2135416667vw, 18px);
  font-weight: 700;
}

.--marker {
  background-image: linear-gradient(to top, #FFF8A5 0%, #FFF8A5 30%, rgba(255, 248, 165, 0) 30%, rgba(255, 248, 165, 0) 100%);
}

.scroll-top {
  position: fixed;
  right: 5vw;
  bottom: 15vh;
  z-index: 500;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  border-radius: 50%;
  background-color: #1AB4A8;
  border: 1px solid #1AB4A8;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
  line-height: 1;
  transition: all linear 0.3s;
  transform: scale(0);
}
.scroll-on .scroll-top {
  transform: scale(1);
}
.scroll-top::before {
  content: "";
  justify-self: center;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
  .scroll-top:hover {
    background-color: white;
  }
  .scroll-top:hover::before {
    border-color: #1AB4A8;
  }
}
.justify-content-center {
  justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .sticky-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transform: translateY(100%);
    transition: 0.5s linear transform;
    display: grid;
    grid-template-columns: 25% 25% 1fr;
    gap: 2px;
    padding: 2px;
    background-color: white;
  }
  .scroll-on .sticky-btn {
    transform: translateY(0%);
  }
  .sticky-btn__item {
    display: grid;
    place-items: center;
    padding-block: 5px 0.25rem;
    border-radius: 5px;
    border: 2px solid #1AB4A8;
    color: #1AB4A8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .sticky-btn__item.--main, .sticky-btn__item.--accent {
    color: white;
  }
  .sticky-btn__item.--main {
    border-color: #1AB4A8;
    background-color: #1AB4A8;
  }
  .sticky-btn__item.--accent {
    border-color: #FF8F3F;
    background-color: #FF8F3F;
  }
  .sticky-btn__item-tel__num {
    color: #1AB4A8;
    font-size: 22px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  .sticky-btn__item-tel__notice {
    display: block;
    transform: scale(0.8);
    text-align: center;
    font-size: 10px;
  }
}
.common-cvp {
  width: calc(540px + 2.5rem);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.common-cvp__inner {
  border: 1px solid #1AB4A8;
  padding-bottom: 13px;
}
.common-cvp__title {
  margin-block: 20px 0;
  text-align: center;
  color: #1AB4A8;
  font-size: 16px;
}
.common-cvp__btn {
  margin: 15px auto 0;
}
.common-cvp__tel {
  margin-top: 10px;
  text-align: center;
  color: #1AB4A8;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.common-cvp__tel a {
  text-decoration: none;
  color: inherit;
}
.common-cvp .btn-block__text {
  font-size: 18px;
}

.common-choose-class {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 720px;
  margin-inline: auto;
  padding: 20px;
}
.common-choose-class__title {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.common-choose-class__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.common-choose-class__item {
  position: relative;
  font-weight: 700;
}

.common-choose-class:has(.wide-choose-class__item) {
  width: 100%;
}

.wide-choose-class__item {
  width: calc(50% - 2.5px);
}

@media screen and (max-width: 599.9px) {
  .common-choose-class {
    width: 100%;
  }
  .common-choose-class__title {
    margin-bottom: 10px;
  }
  .common-choose-class__item {
    width: calc(50% - 5px);
  }
  .wide-choose-class__item {
    width: 100%;
  }
  .common-choose-class__item:has(.btn-rect__message) {
    margin-top: 20px;
  }
}
/* -------------------------------------------------------------------
  content-faq
------------------------------------------------------------------- */
.content-faq__list {
  display: grid;
  row-gap: 10px;
  max-width: 720px;
}
.content-faq__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 0;
  padding: 15px 10px;
  background-color: rgba(185, 189, 193, 0.3);
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}
.content-faq__title-text {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.content-faq__title-text::before {
  content: "Q";
  flex-shrink: 0;
  color: #1AB4A8;
}
.content-faq__title::after {
  content: "＋";
  flex-shrink: 0;
  color: #1AB4A8;
}
.content-faq__title.--accordion-on::after {
  content: "×";
}
.content-faq__description {
  margin-top: 5px;
  padding-inline: 35px;
}
.content-faq:not(:first-child) .content-faq__description {
  display: none;
}

.page-faq .content-faq__list {
  margin-inline: auto;
}

/*# sourceMappingURL=faq.css.map*/