@charset "UTF-8";
.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-md {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1240 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  overflow-x: hidden;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding-inline: 2.5rem;
  }
}

.header__inner {
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-block: 11px;
    display: grid;
    grid-template-columns: 14.0625rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.header__logo {
  width: 187.5px;
  height: 30px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.0625rem;
    height: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1300px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .header__list li a {
    position: relative;
    color: #274B66;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    text-decoration: none;
  }
  .header__list li a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #274B66;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__list li a:hover::before {
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header__btn-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header__btn {
    margin-left: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .header__btn-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #274B66;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header__btn-info::before {
    position: absolute;
    content: "";
    background-image: url(../img/header/icon-tel.png);
    width: 21.6px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -1.0625rem;
    top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .header__btn-info:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .header-tel {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.075rem;
    padding-left: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .header-time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0375rem;
    margin-top: 0.0625rem;
    padding-right: 1.0625rem;
  }
}

.button-small {
  display: inline-block;
  text-align: center;
  width: 13.75rem;
  padding: 0.75rem 3.625rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.03rem;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 0.0625rem solid transparent;
}
.button-small::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.125rem;
  height: 0.8125rem;
  top: 1.125rem;
  left: 2rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.button-small::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
  top: 1rem;
  left: 10.625rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button-small:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .button-small:hover::before {
    background-image: url(../img/header/icon-mail-blue.png);
  }
  .button-small:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
  }
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  right: 22px;
  width: 28px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #274B66;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.625rem;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6.5px;
}

.drawer {
  position: fixed;
  z-index: 101;
  right: 0;
  width: 100%;
  /* top: rm(55); 削除 or コメントアウト */
  /* height: 100vh; 削除 or コメントアウト */
  height: 100svh;
  overflow-y: scroll;
  background: #ECF6F9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
}
@media screen and (min-width: 768px) {
  .drawer {
    /* top: rm(58); こちらも削除 or コメントアウト */
  }
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 3.75rem 6.25rem;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 2.125rem;
  margin-bottom: 2.5rem;
}
.drawer__list li a {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}

.drawer__btn-set {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8125rem;
}

.drawer__btn {
  display: inline-block;
}

.drawer__btn-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.drawer__btn-info::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.9375rem;
  height: 2.5625rem;
  top: 0;
  left: 0;
}

.drawer-tel {
  color: #274B66;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.075rem;
  padding-left: 2.5rem;
}

.drawer-time {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0375rem;
  padding-left: 2rem;
}

.fv {
  margin-top: 62px;
  padding-block: 2.5rem 2.0625rem;
  overflow-x: hidden;
  background-image: url(../img/fv/fv-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 1.125rem;
    padding-block: 0 0.9375rem;
    background-image: url(../img/fv/fv-bg-pc.png);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1300px) {
  .fv {
    margin-top: 2.4375rem;
  }
}

.fv__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    width: auto; /* 幅の打ち消し */
    padding-inline: 0; /* パディングの打ち消し */
    margin-inline: 0;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .fv__container {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .fv__title {
    position: absolute;
    top: 9.5rem;
    left: 3.25rem;
    z-index: 2;
  }
}

.fv__title-main {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.075rem;
  overflow: hidden;
}
.fv__title-main .fv__decolation {
  display: inline-block;
  -webkit-animation: 1s 1.5s ease forwards slideUp;
          animation: 1s 1.5s ease forwards slideUp;
  translate: 0 100%;
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__title-main {
    font-size: 3.125rem;
    letter-spacing: 0.09375rem;
    overflow: hidden;
  }
  .fv__title-main .fv__decolation {
    display: inline-block;
    -webkit-animation: 1s 1.5s ease forwards slideUp;
            animation: 1s 1.5s ease forwards slideUp;
    translate: 0 100%;
  }
  @-webkit-keyframes slideUp {
    0% {
      translate: 0 100%;
    }
    100% {
      translate: 0 0;
    }
  }
  @keyframes slideUp {
    0% {
      translate: 0 100%;
    }
    100% {
      translate: 0 0;
    }
  }
}
.fv__title-main span span {
  color: #E9C243;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .fv__title-main span span {
    font-size: 3.125rem;
    letter-spacing: 0.09375rem;
    font-weight: 700;
  }
}

.fv__decolation {
  font-weight: 700;
}
.fv__title-sub {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  margin-top: 1rem;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.8s ease;
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.fv__title-sub.js-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 768px) {
  .fv__title-sub {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    margin-top: 1.625rem;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 0.8s ease;
    transition: -webkit-clip-path 0.8s ease;
    transition: clip-path 0.8s ease;
    transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  }
  .fv__title-sub.js-show {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

.fv__content-bottom {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.fv__content-bottom.js-show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fv__content-bottom {
    position: absolute;
    bottom: 2.4375rem;
    left: 3.3125rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .fv__content-bottom.js-show {
    opacity: 1;
  }
}

.fv__button-tag {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05625rem;
}

.button-large-sp {
  display: inline-block;
  text-align: center;
  width: 18.9375rem;
  padding: 1.25rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05625rem;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .button-large-sp {
    width: 22rem;
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}
.button-large-sp::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.125rem;
  top: 1.625rem;
  left: 1.375rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button-large-sp::before {
    top: 1.6875rem;
    left: 1.9375rem;
  }
}
.button-large-sp::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  top: 1.5rem;
  left: 16.1875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button-large-sp::after {
    top: 1.625rem;
    left: 18.5625rem;
  }
}
@media (any-hover: hover) {
  .button-large-sp:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .button-large-sp:hover::before {
    background-image: url(../img/header/icon-mail-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  .button-large-sp:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

/* ================================
スライダーのCSS
=============================== */
.card {
  margin-block: 3.125rem 3.65125rem;
}
@media screen and (min-width: 768px) {
  .card {
    margin-block: 2.5rem 3.65125rem;
  }
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

@media screen and (min-width: 768px) {
  .card__swiper {
    width: 50rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .card__swiper {
    width: 50rem;
  }
}
@media screen and (min-width: 1300px) {
  .card__swiper {
    width: 62.5rem;
  }
}

.card__swiper-slide {
  width: 23.4375rem;
  height: auto;
  aspect-ratio: 335/228.07;
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
  -webkit-animation: 1s 1s ease-in-out forwards circleAnimation;
          animation: 1s 1s ease-in-out forwards circleAnimation;
  width: 62.5rem;
  aspect-ratio: 1000/650;
}
@-webkit-keyframes circleAnimation {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@keyframes circleAnimation {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@media screen and (min-width: 768px) {
  .card__swiper-slide {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
    -webkit-animation: 1s 1s ease-in-out forwards circleAnimation;
            animation: 1s 1s ease-in-out forwards circleAnimation;
    width: 62.5rem;
    aspect-ratio: 1000/650;
  }
  @-webkit-keyframes circleAnimation {
    0% {
      -webkit-clip-path: circle(0 at 50% 50%);
              clip-path: circle(0 at 50% 50%);
    }
    100% {
      -webkit-clip-path: circle(100% at 50% 50%);
              clip-path: circle(100% at 50% 50%);
    }
  }
  @keyframes circleAnimation {
    0% {
      -webkit-clip-path: circle(0 at 50% 50%);
              clip-path: circle(0 at 50% 50%);
    }
    100% {
      -webkit-clip-path: circle(100% at 50% 50%);
              clip-path: circle(100% at 50% 50%);
    }
  }
}
.card__swiper-slide img {
  width: 100%;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ページネーション (bullets)
============================= */
.swiper-pagination {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-pagination.js-show {
  opacity: 1;
}

/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  top: calc(100% + 0px);
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 14px);
    left: calc(50% - 24.9375rem);
  }
}
@media screen and (min-width: 1000px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 14px);
    left: calc(50% - 24.9375rem);
  }
}
@media screen and (min-width: 1300px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 14px);
    left: calc(50% - 31.1875rem);
  }
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 0.0625rem #66B1C5;
  background: #fff;
  margin-inline: 0.375rem;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #66B1C5;
}

/* ボタン本体 */
.btn {
  overflow: hidden;
}

/* アニメーションの光効果 */
.btn::before {
  content: "";
  position: absolute;
  top: -11.25rem;
  left: 0;
  width: 1.875rem;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 4s ease-in-out infinite;
          animation: btn_animation 4s ease-in-out infinite;
}

/* キーフレーム（光のスライド） */
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn.button-large-sp {
  position: relative;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #66B1C5;
  color: #fff;
}
.btn.button-large-sp span {
  position: relative;
}
.btn.button-large-sp span::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.125rem;
  top: -1.0625rem;
  left: -2.1875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn.button-large-sp span::before {
    top: -1rem;
    left: -2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .btn.button-large-sp:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .btn.button-large-sp:hover span::before {
    background-image: url(../img/header/icon-mail-blue.png);
  }
}

.fv__button-tag {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #444;
  -webkit-animation: poyon 3s linear infinite;
          animation: poyon 3s linear infinite; /* 動きを遅く（2.5秒） */
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .fv__button-tag {
    font-size: 1.25rem;
  }
}
@-webkit-keyframes poyon {
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.85, 1.15);
            transform: scale(0.85, 1.15);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  90% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes poyon {
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.85, 1.15);
            transform: scale(0.85, 1.15);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  90% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.mission {
  padding-block: 5rem;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .mission {
    padding-block: 7.5rem;
  }
}

.mission__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mission__inner {
    width: min(90rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

.heading__main {
  color: #66B1C5;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

.heading__sub {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08125rem;
}
@media screen and (min-width: 768px) {
  .heading__sub {
    font-size: 2.1875rem;
    letter-spacing: 0.109375rem;
  }
}

.mission__text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mission__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 31rem;
    text-align: left;
    margin-inline: auto;
  }
}

.mission__contents {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mission__contents {
    margin-top: 3.75rem;
  }
}

.mission__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mission__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mission__card {
  padding-inline: 0.75rem;
  width: 20.9375rem;
  height: 19.125rem;
}
.mission__card:nth-child(1), .mission__card:nth-child(2), .mission__card:nth-child(3) {
  border-bottom: 0.0625rem dashed #B4ADAD;
}
@media screen and (min-width: 768px) {
  .mission__card {
    padding-inline: 1.5rem;
    width: 18rem;
    height: 19.5625rem;
  }
  .mission__card:nth-child(1), .mission__card:nth-child(2), .mission__card:nth-child(3) {
    border-right: 0.0625rem dashed #B4ADAD;
  }
  .mission__card:nth-child(1), .mission__card:nth-child(2), .mission__card:nth-child(3) {
    border-bottom: none;
  }
}

.mission__card-img {
  width: 15rem;
  height: 8.5625rem;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mission__card-img {
    width: 14.9375rem;
    height: 9.25rem;
  }
}

.mission__card-title {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mission__card-title {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
}

.mission__card-text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .mission__card-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

@media screen and (min-width: 768px) {
  .animated__fadeIn {
    opacity: 0;
    translate: 0 2.5rem;
    -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
    transition: opacity 0.8s ease, translate 0.8s ease;
  }
  .animated__fadeIn.js-show {
    opacity: 1;
    translate: 0 0;
  }
}

.cta {
  background-image: url(../img/cta/cta__bg-sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 30.875rem;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .cta {
    background-image: url(../img/cta/cta__bg-pc.png);
    width: 100%;
    background-position: center top;
    padding-block: 7.6875rem 7.5rem;
  }
}

.cta__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    width: min(90rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08125rem;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 2.1875rem;
    letter-spacing: 0.109375rem;
  }
}

.cta__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 1.5rem;
    width: 36.125rem;
  }
}

.cta-button {
  display: block;
  text-align: center;
  margin-inline: auto;
  width: 19.9375rem;
  padding: 1.25rem 4.0625rem 1.1875rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.03rem;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 0.0625rem solid transparent;
}
@media screen and (min-width: 768px) {
  .cta-button {
    width: 22rem;
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}
.cta-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.125rem;
  top: 1.625rem;
  left: 1.875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta-button::before {
    top: 1.625rem;
  }
}
.cta-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  top: 1.5rem;
  left: 16.6875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta-button::after {
    top: 1.5625rem;
    left: 18.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-button:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .cta-button:hover::before {
    background-image: url(../img/header/icon-mail-blue.png);
  }
  .cta-button:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
  }
}

.parallax1 {
  overflow: hidden;
  height: 30.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .parallax1 {
    height: 31.75rem;
    overflow: hidden;
  }
}
.parallax1 img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .parallax1 img {
    width: 100%;
    height: calc(100% + 12.5rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.reason {
  padding-block: 5rem;
  background-image: url(../img/reason/reason-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-block: 7.5rem;
    background-image: url(../img/reason/reason-bg-pc.png);
  }
}

.reason__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    width: min(90rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .reason-sticky-wrapper {
    position: sticky;
    top: 6.25rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    z-index: 2;
    width: 26.6129032258%;
  }
}

@media screen and (min-width: 768px) {
  .reason-nowrap {
    white-space: nowrap;
  }
}

.reason-decoration {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason-decoration {
    width: 26.6129032258%;
  }
}

.reason-icon {
  position: absolute;
  width: 3.5rem;
  height: 7.0625rem;
  right: 0.9375rem;
  top: -2.155625rem;
}
@media screen and (min-width: 768px) {
  .reason-icon {
    width: 5.3125rem;
    height: 10.75rem;
    left: calc(50% + 12.5625rem);
    top: 0.75rem;
  }
}

.reason__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reason__contents {
    margin-top: 0;
  }
}

.reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.reason__card {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 1.25rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.625rem 2rem;
    width: 47.875rem;
    height: 17.5rem;
    gap: 2.5rem;
  }
}

.reason-card__head {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #66B1C5;
  top: -1.25rem;
  left: calc(50% + 7.6875rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .reason-card__head {
    left: 0.625rem;
    top: -0.625rem;
  }
}

.reason-card__head-text {
  color: var(--white, #FFF);
  font-family: "Montserrat", sans-serif;
  font-size: 0.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01875rem;
}

.reason-card__head-number {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.reason__title {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
}
@media screen and (min-width: 768px) {
  .reason__title {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
  }
}

.reason__text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .reason__img {
    width: 19.125rem;
    height: 14.25rem;
  }
  .reason__img img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .animated__fadeIn {
    opacity: 0;
    translate: 0 2.5rem;
    -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
    transition: opacity 0.8s ease, translate 0.8s ease;
  }
  .animated__fadeIn.js-show {
    opacity: 1;
    translate: 0 0;
  }
}

.teacher {
  padding-block: 4.875rem 11.75rem;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .teacher {
    padding-block: 7.5rem 14.5rem;
  }
}

@media screen and (min-width: 768px) {
  .teacher__inner {
    max-width: 90rem;
    margin-inline: auto;
  }
}

.teacher-heading__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .teacher-heading__inner {
    padding-inline: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .teacher-card {
    margin-top: 1.375rem;
  }
}

.teacher-card__swiper-slide {
  margin-top: 2.5rem;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .teacher-card__swiper-slide {
    width: 22rem;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .teacher-card__swiper-slide-top__img {
    width: 22rem;
    height: 16.25rem;
  }
}

.teacher-card__swiper-slide-bottom {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .teacher-card__swiper-slide-bottom {
    margin-top: 0.9375rem;
  }
}

.teacher-card__swiper-slide-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.teacher-card__swiper-slide-tag span {
  border-radius: 0.1875rem;
  background: #66B1C5;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}
.teacher-card__swiper-slide-name {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .teacher-card__swiper-slide-name {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.8125rem;
  }
}

.teacher-card__swiper-slide-text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .teacher-card__swiper-slide-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.teacher-card__swiper-container,
.teacher-card__swiper,
.teacher-card__swiper-wrapper,
.teacher-card__swiper-slide {
  position: relative;
}

.teacher-card__swiper-container {
  padding-inline: 1.25rem 0rem;
}
@media screen and (min-width: 768px) {
  .teacher-card__swiper-container {
    padding-inline: 6.25rem 0rem;
  }
}

/* 位置のreset */
.teacher {
  /* =============================
     ナビゲーションボタン
  ============================= */
  /* デフォルトのボタンを初期化 */
  /* 各ボタンのカスタマイズ */
  /* =============================
     ページネーション (progressbar)
  ============================= */
  /* 位置の設定と外枠 */
  /* activeな部分 */
}
.teacher .swiper-button-prev,
.teacher .swiper-button-next,
.teacher .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.teacher .swiper-button-prev::after,
.teacher .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}
.teacher .swiper-button-prev,
.teacher .swiper-button-next {
  bottom: -6.8125rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-button-prev,
  .teacher .swiper-button-next {
    bottom: -7rem;
  }
}
.teacher .swiper-button-prev {
  position: absolute;
  top: 85%;
  right: 4.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teacher .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% + 159px);
  left: calc(50% - 13.5px);
  background-color: #274B66;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-button-prev::before {
    top: calc(50% + 170px);
    left: calc(50% - 90px);
  }
}
.teacher .swiper-button-prev img {
  position: absolute;
  top: calc(50% + 159px);
  left: calc(50% - 14px);
  width: 12.54px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-button-prev img {
    top: calc(50% + 169px);
    left: calc(50% - 91px);
  }
}
.teacher .swiper-button-prev:hover::before {
  background-color: rgba(39, 75, 102, 0.7);
}
.teacher .swiper-button-next {
  position: absolute;
  top: 85%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teacher .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% + 159px);
  left: calc(50% - 13.5px);
  background-color: #274B66;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-button-next::before {
    top: calc(50% + 170px);
    left: calc(50% - 89px);
  }
}
.teacher .swiper-button-next img {
  position: absolute;
  top: calc(50% + 159px);
  left: calc(50% - 12px);
  width: 12.54px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-button-next img {
    top: calc(50% + 169px);
    left: calc(50% - 89px);
  }
}
.teacher .swiper-button-next:hover::before {
  background-color: rgba(39, 75, 102, 0.7);
}
.teacher .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 5.3125rem);
  left: 5.9375rem;
  translate: -50%;
  width: 9.375rem;
  height: 0.4375rem;
  border-radius: 0.625rem;
  background: rgba(180, 173, 173, 0.5);
}
@media screen and (min-width: 768px) {
  .teacher .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 28.125rem;
    top: calc(100% + 5.5rem);
    left: 20.3125rem;
    height: 0.5rem;
  }
}
.teacher .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 0.625rem;
  background: #66B1C5;
}

.cta2 {
  background-image: url(../img/cta2/cta__bg-sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23.4375rem;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .cta2 {
    background-image: url(../img/cta2/cta__bg-pc.png);
    width: 100%;
    background-position: center top;
    padding-block: 7.5rem;
    background-size: cover;
  }
}

.cta2__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta2__inner {
    width: min(90rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

.cta2__card {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 2.5rem 1.0625rem;
  display: block;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta2__card {
    width: 55rem;
    padding: 2.5rem 1.0625rem 2.625rem;
  }
}

.cta2__card-title {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cta2__card-title {
    font-size: 2.1875rem;
    letter-spacing: 0.109375rem;
    margin-bottom: 2rem;
  }
}

.cta2__card-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .cta2__card-content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.cta2-tel {
  position: relative;
}
.cta2-tel::before {
  position: absolute;
  content: "";
  background-image: url(../img/cta2/icon-tel-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.397125rem;
  height: 2.0624375rem;
  top: calc(50% - 0.625rem);
  left: 0.625rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta2-tel::before {
    left: -0.125rem;
    top: calc(50% - 0.625rem);
  }
}
.cta2-tel__text {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .cta2-tel__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.125rem;
  }
}

.cta2-tel__number {
  text-align: center;
  color: #66B1C5;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.109375rem;
  margin-top: 0.375rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta2-tel__number {
    padding-left: 1.875rem;
    margin-top: 0rem;
    margin-bottom: 0.125rem;
  }
}

.cta2-tel__sub-text {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0375rem;
  margin-top: -0.3125rem;
}

.cta2-mail-text {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05625rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cta2-mail-text {
    font-size: 1.25rem;
  }
}

.cta2__button {
  display: block;
  text-align: center;
  margin-inline: auto;
  padding: 1.25rem 1.25rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05625rem;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 0.0625rem solid transparent;
}
@media screen and (min-width: 768px) {
  .cta2__button {
    font-size: 1.25rem;
    padding: 1.25rem 2rem;
    width: 22rem;
    letter-spacing: 0.0625rem;
  }
}
.cta2__button::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.125rem;
  top: 1.625rem;
  left: 1.3125rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta2__button::before {
    top: 1.75rem;
    left: 2rem;
  }
}
.cta2__button::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  top: 1.5rem;
  left: 16.125rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta2__button::after {
    top: 1.625rem;
    left: 18.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .cta2__button:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .cta2__button:hover::before {
    background-image: url(../img/header/icon-mail-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  .cta2__button:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

.parallax2 {
  width: 100%;
  overflow: hidden;
  height: 35.625rem;
}
@media screen and (min-width: 768px) {
  .parallax2 {
    width: 100%;
    overflow: hidden;
    height: 32.1875rem;
  }
}
.parallax2 img {
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
}

.course {
  padding-block: 5rem;
  background: #ECF6F9;
}
@media screen and (min-width: 768px) {
  .course {
    padding-block: 7.5rem;
  }
}

.course__inner {
  position: relative;
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .course__inner {
    width: min(90rem, 100%);
    padding-inline: 17.5rem;
    margin-inline: auto;
  }
}

.course-decoration {
  position: absolute;
  width: 4.5625rem;
  height: 6.3125rem;
  right: 1.875rem;
  top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .course-decoration {
    z-index: 2;
    width: 7.625rem;
    height: 10.4375rem;
    left: 10.125rem;
    top: calc(50% + 7.875rem);
  }
}

.set-left {
  text-align: left;
}

.course-tabs {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .course-tabs {
    margin-top: 3.6875rem;
  }
}

.course-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.course-tabs__item {
  padding: 0.875rem 1.6875rem;
  border-radius: 0 0.625rem 0 0;
  background: #F7F7F7;
  font-family: "Noto Sans JP", sans-serif;
  color: #B4ADAD;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05rem;
  width: 50%;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .course-tabs__item {
    height: 3.75rem;
  }
}
.course-tabs__item[aria-selected=true] {
  background: #fff;
  color: #66B1C5;
  pointer-events: none;
  height: 4.3125rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.course-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .course-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.course-tabs__content {
  padding-block: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .course-tabs__content {
    padding-block: 2.5rem;
  }
}

.course-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 1.25rem;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.course-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.course-tab1__content {
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .course-tab1__content {
    padding-inline: 9.25rem;
    gap: 1.5rem;
  }
}

.course-tab2__content {
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .course-tab2__content {
    padding-inline: 9.25rem;
    gap: 1.5rem;
  }
}

.course__title {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
}
@media screen and (min-width: 768px) {
  .course__title {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
    text-align: left;
  }
}

.course__text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .course__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

/* 初期設定 */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.modal__open-btn {
  width: 13.75rem;
  display: block;
  text-align: center;
  margin-inline: auto;
  padding: 0.75rem 2rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.03rem;
  border-radius: 0.625rem;
  position: relative;
  padding-left: 0.25rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .modal__open-btn {
    padding: 0.75rem 2rem 0.6875rem;
    width: 13.75rem;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
    margin-top: 0.625rem;
    padding-left: 0.5rem;
  }
}
.modal__open-btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
  top: 1rem;
  left: 9.1875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .modal__open-btn::after {
    top: 0.9375rem;
    left: 9.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__open-btn:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
  .modal__open-btn:hover::before {
    background-image: url(../img/header/icon-mail-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  .modal__open-btn:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.375rem);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(0.375rem);
          backdrop-filter: blur(0.375rem);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: 20.9375rem;
  height: 36.5rem;
  background: #fff;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .modal__content {
    width: 56.5625rem;
    max-height: 35rem;
  }
}

.modal__inner {
  overflow-y: auto;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* modal内のスタイル */
}

.modal__close-btn {
  position: absolute;
  top: 1.5625rem;
  right: -17.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .modal__close-btn {
    right: -51.875rem;
    top: 2.5rem;
  }
}
.modal__close-btn svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.modal__close-btn .modal__close-icon {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__close-btn:hover {
    opacity: 0.7;
  }
}

.modal__close-icon path {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* スムーズなアニメーション */
}

.modal__close-btn:hover .modal__close-icon path {
  opacity: 0.7;
}

.modal__container {
  padding-inline: 1.03125rem;
  padding-block: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__container {
    padding-inline: 7.5rem;
    padding-block: 3.125rem;
  }
}

.modal__content-top {
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .modal__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 0;
    margin-bottom: 1.25rem;
  }
}

.modal-head {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-head {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
  }
}

.modal-text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.modal__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal__content-bottom {
    gap: 1.5rem;
  }
}

.modal__content-curriculum {
  width: 100%;
}

.modal__content-curriculum1 {
  height: 8.6875rem;
}

.modal__content-curriculum-title {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
  background: #66B1C5;
  padding-block: 0.25rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .modal__content-curriculum-title {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.modal__content-curriculum-text {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal__content-curriculum-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
  }
}

/* ================================
   本題のCSS
=============================== */
.faq {
  padding-block: 4.9375rem 5.125rem;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-block: 7.5rem;
  }
}

.faq__inner {
  position: relative;
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    width: min(90rem, 100%);
    padding-inline: 17.5rem;
    margin-inline: auto;
  }
}

.faq-decoration {
  position: absolute;
  width: 4.8125rem;
  height: 5.375rem;
  right: 1.875rem;
  top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .faq-decoration {
    width: 8.5625rem;
    height: 9.5625rem;
    right: 5.125rem;
    top: calc(50% + 16.8125rem);
  }
}

@media screen and (min-width: 768px) {
  .set-center {
    text-align: center;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq__items {
    margin-top: 3.75rem;
    gap: 2.0625rem;
  }
}

.faq__item {
  font-size: 1rem;
  line-height: normal;
}

.faq__question {
  padding-block: 0.9375rem 1.0625rem;
  border-radius: 0.625rem;
  background: var(--white, #FFF);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq__question {
    padding-block: 1.21875rem;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: calc(50% + 0rem);
  translate: 0 -50%;
  background: #66B1C5;
}
.faq__question::before {
  right: 1rem;
  width: 1rem;
  height: 0.125rem;
}
@media screen and (min-width: 768px) {
  .faq__question::before {
    right: 1.5rem;
  }
}
.faq__question::after {
  right: 1.4375rem;
  width: 0.125rem;
  height: 1rem;
  -webkit-transition: rotate 0.2s ease-in-out;
  transition: rotate 0.2s ease-in-out;
  rotate: 0deg;
}
@media screen and (min-width: 768px) {
  .faq__question::after {
    right: 1.9375rem;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

.is-opened .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 4rem 2.75rem;
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .faq__question-text {
    padding-left: 5.25rem;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 0.0625rem;
  left: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #66B1C5;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .faq__question-text::before {
    left: 1.5rem;
    top: -0.21875rem;
  }
}

.faq__answer {
  padding-top: 1.5rem;
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 3.75rem 0.75rem;
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .faq__answer-text {
    padding-inline: 5.25rem 1.625rem;
    letter-spacing: 0.05rem;
    font-size: 1rem;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: -0.1875rem;
  left: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #E9C243;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .faq__answer-text::before {
    left: 1.625rem;
    top: 0rem;
  }
}

.contact {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-block: 7.5rem 7.5rem;
  }
}

.contact__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: min(48rem, 100%);
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .contact__inner {
    width: min(90rem, 100%);
    padding-inline: 17.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1300px) {
  .contact__inner {
    width: min(90rem, 100%);
    padding-inline: 25rem;
    margin-inline: auto;
  }
}

.contact__form {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 3.9375rem;
    row-gap: 1.375rem;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.contact__head span {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .contact__head span {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
}

.must-red {
  color: #DC5D5C !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .must-red {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.contact__data-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__data-name-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.contact__data-name-set input {
  -ms-flex-wrap: 1;
      flex-wrap: 1;
  width: auto;
}
@media screen and (min-width: 768px) {
  .contact__data-name-set {
    gap: 2.5rem;
  }
}

.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    width: 100%;
    margin-top: 0.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .contact__row2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-area {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-area {
    margin-top: 0;
  }
}

.contact__row2 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 1rem;
  background: #F7F7F7;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  color: #274B66;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B4ADAD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #B4ADAD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B4ADAD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B4ADAD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #B4ADAD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 0.0625rem solid #66B1C5;
}

textarea {
  font-size: 0.875rem;
  height: 15rem;
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #B4ADAD;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  select {
    vertical-align: top;
    line-height: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
  }
}
select option {
  color: #274B66;
}
select option[hidden] {
  color: #B4ADAD;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap svg {
  position: absolute;
  top: calc(50% + 0.125rem);
  translate: 0 -50%;
  right: 1rem;
  width: 1.5rem;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .contact__select-wrap svg {
    top: calc(50% + 0.125rem);
  }
}

input[type=checkbox] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.contact__data-checkbox span {
  display: inline-block;
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
  padding-left: 2rem;
  cursor: pointer;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #B4ADAD;
  border-radius: 0.25rem;
  background: #F7F7F7;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #66B1C5;
  border-bottom: 0.09375rem solid #66B1C5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contact__acceptance span {
  display: inline-block;
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
  padding-left: 1.5625rem;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__acceptance span {
    padding-left: 2rem;
  }
}
.contact__acceptance span::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: -0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #B4ADAD;
  border-radius: 0.25rem;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .contact__acceptance span::before {
    left: 0;
    top: 0.3125rem;
  }
}
.contact__acceptance span::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.0625rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #66B1C5;
  border-bottom: 0.09375rem solid #66B1C5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__acceptance span::after {
    left: 0.4375rem;
    top: 0.4375rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

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

.contact__submit {
  text-align: center;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact__submit input[type=submit] {
  display: inline-block;
  text-align: center;
  margin-inline: auto;
  padding: 0.75rem 3.125rem 0.75rem 1.375rem;
  background: #66B1C5;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.03rem;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.0625rem solid transparent;
}
@media screen and (min-width: 768px) {
  .contact__submit input[type=submit] {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    padding: 0.75rem 3.125rem 0.75rem 1.375rem;
    margin-top: 1.125rem;
  }
}
@media (any-hover: hover) {
  .contact__submit input[type=submit]:hover {
    background: #fff;
    color: #66B1C5;
    border: 0.0625rem solid #66B1C5;
  }
}
.contact__submit::after {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
  top: 1.0625rem;
  left: calc(50% + 4.375rem);
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__submit::after {
    top: 2.1875rem;
    left: calc(50% + 4.375rem);
  }
}
@media (any-hover: hover) {
  .contact__submit:hover::after {
    background-image: url(../img/header/icon-next-blue.png);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}

.contact__acceptance {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.375rem;
  margin-bottom: -0.625rem;
  padding-left: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .contact__acceptance {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: -0.25rem;
    padding-left: 0;
  }
}
.contact__acceptance a {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.046875rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__acceptance a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__acceptance a:hover {
    opacity: 0.7;
  }
}

.contact__error-message {
  color: red;
  font-weight: 700;
  font-size: 12px;
  margin-top: 6px;
}

.footer {
  background: #ECF6F9;
  padding-block: 3.75rem;
}

.footer__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: min(90rem, 100%);
    padding-inline: 12.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.25rem;
  }
}

.footer__logo {
  width: 14.0625rem;
  height: 2.25rem;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}

.footer_tel {
  position: relative;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .footer_tel {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-left: 0rem;
  }
}
.footer_tel::before {
  position: absolute;
  content: "";
  background-image: url(../img/header/icon-tel.png);
  width: 1.9375rem;
  height: 2.5625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 3.9375rem;
  top: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .footer_tel::before {
    left: -2.125rem;
    top: 0rem;
  }
}

.footer_tel-number {
  color: #274B66;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.075rem;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer_tel-number {
    margin-bottom: 0.125rem;
  }
}

.footer_tel-time {
  color: #274B66;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .footer_tel-time {
    padding-right: 0.3125rem;
  }
}

.footer__content-middle {
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (min-width: 768px) {
  .footer__content-middle {
    padding-bottom: 1.9375rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
  }
}
.footer__list a {
  position: relative;
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.035rem;
  text-decoration: none;
}
.footer__list a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  width: 0;
  height: 0.0625rem;
  background-color: #274B66;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__list a:hover::before {
  left: 0;
  width: 100%;
}

.footer__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.875rem;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    gap: 2.125rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer__sns {
    gap: 1.625rem;
  }
}

.instagram {
  position: relative;
}
.instagram::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 1.0625rem);
  left: 50%;
  background-color: #274B66;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .instagram::before {
    top: calc(50% + 0.125rem);
    left: calc(50% - 0.625rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.instagram svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%) translate(0, -1.0625rem);
          transform: translate(-50%, -50%) translate(0, -1.0625rem);
  z-index: 3;
  display: block;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .instagram svg {
    -webkit-transform: translate(-50%, -50%) translate(-0.625rem, 0.125rem);
            transform: translate(-50%, -50%) translate(-0.625rem, 0.125rem);
  }
}
@media screen and (min-width: 768px) {
  .instagram:hover::before {
    background-color: rgba(39, 75, 102, 0.7);
  }
}

.facebook {
  position: relative;
}
.facebook::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 1.0625rem);
  left: calc(50% + 1.25rem);
  background-color: #274B66;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .facebook::before {
    top: calc(50% + 0.125rem);
    left: calc(50% + 0rem);
  }
}
.facebook svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%) translate(1.25rem, -1.0625rem);
          transform: translate(-50%, -50%) translate(1.25rem, -1.0625rem);
  z-index: 3;
  display: block;
}
@media screen and (min-width: 768px) {
  .facebook svg {
    -webkit-transform: translate(-50%, -50%) translate(0rem, 0.125rem);
            transform: translate(-50%, -50%) translate(0rem, 0.125rem);
  }
}
@media screen and (min-width: 768px) {
  .facebook:hover::before {
    background-color: rgba(39, 75, 102, 0.7);
  }
}

.facebook {
  width: 2.5rem;
  height: 2.5rem;
}

.copyright {
  color: #274B66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0375rem;
}