.footer {
  background-color: #ecf6f9;
  padding-block: 63px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-inline: 10px;
  }
}

.footer__inner {
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1040px;
  }
}

.footer__wrap {
  width: 100%;
}

.footer__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__items {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 24px;
    row-gap: 18px;
  }
}

.footer__title {
  width: 225px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer__title {
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
}
.footer__title img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.footer .header__tel {
  margin-bottom: 39px;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .header__tel {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-items: flex-end;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .footer .header__tel-icon {
    width: 31px;
    height: 41px;
  }
  .footer .header__tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.footer .header__tel-wrap {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .header__tel-wrap {
    justify-content: flex-end;
  }
}

.footer .heeder__tel-number {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.footer .header__tel-hour {
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-left: 30px;
  margin-block-start: -4px;
}
@media screen and (min-width: 768px) {
  .footer .header__tel-hour {
    margin-block-start: -6px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .header__tel-hour.footer__hour {
    padding-right: 10px;
  }
}

.footer__lists {
  list-style: none;
  padding: 0;
  margin: 0 0 31px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-bottom: 8px;
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.footer__link {
  color: #274b66;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__link:hover {
    text-decoration: underline;
    text-decoration-color: #274b66;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

.footer__line {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #274b66;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .footer__line {
    grid-column: 1/-1;
    grid-row: 3;
    margin-bottom: 11px;
  }
}

.footer__sns {
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
    align-self: center;
  }
}
.footer__sns a {
  display: inline-flex;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .footer__sns a:hover {
    opacity: 0.7;
  }
}

.footer__icon {
  width: 40px;
  height: 40px;
  background: #274B66;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 9px;
}
.footer__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer__copylight {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #274b66;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__copylight {
    grid-column: 1;
    grid-row: 4;
    justify-self: start;
    align-self: center;
    margin-block-start: -20px;
  }
}

.fv {
  position: relative;
  isolation: isolate;
  padding-block: 40px;
  padding-left: 14px;
  padding-right: 20px;
  overflow: clip;
  max-width: 1440px;
  margin-inline: auto;
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 33 33'%3E%3Cpath d='M0 0.5H33M0.5 0V33' stroke='%23274B66' stroke-opacity='0.07' stroke-width='1'/%3E%3Cpath d='M16.5 0V33M0 16.5H33' stroke='%23274B66' stroke-opacity='0.07' stroke-width='1' stroke-dasharray='4 4'/%3E%3C/svg%3E");
  background-size: 52px 52px;
  background-repeat: repeat;
}
.fv > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-block-start: 46px;
    padding-inline: clamp(20px, 5vw, 52px) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .fv {
    padding-block-start: clamp(28px, 4vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .fv {
    padding-block-start: clamp(56px, 6vw, 80px);
    overflow: visible;
  }
}

.fv__inner {
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: none;
    margin-inline: 0;
    width: 100%;
  }
}

.fv__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__items .fv__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.fv__items .fv__title {
  margin: 0;
}
.fv__items .fv__title-sub-wrap {
  width: fit-content;
  transform: translateX(-25px);
  margin: 0;
}
.fv__items .fv__title-sub {
  margin: 0 0 40px;
}
.fv__items .fv__slider-container {
  margin: 0 0 41px;
  padding-left: 4px;
}
.fv__items .fv__messege {
  margin: 0 0 4px;
  padding-left: 8px;
}
.fv__items .fv__button {
  margin: 0;
  padding-block: 19px;
  padding-inline: 20px;
  gap: 13px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .fv__items {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, min(1000px, 58vw));
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: clamp(12px, 3vw, 32px);
    row-gap: 0;
    width: 100%;
  }
  .fv__items .fv__lead,
  .fv__items .fv__title,
  .fv__items .fv__title-sub,
  .fv__items .fv__slider-container,
  .fv__items .fv__messege,
  .fv__items .fv__button {
    margin: 0;
  }
  .fv__items .fv__lead {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 9vw;
    position: relative;
    z-index: 2;
    justify-self: start;
    width: auto;
  }
  .fv__items .fv__title {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .fv__items .fv__title-sub-wrap {
    position: relative;
    z-index: 2;
    margin-top: 0;
    transform: translateX(0px);
  }
  .fv__items .fv__slider-container {
    grid-column: 2;
    grid-row: 1/-1;
    justify-self: stretch;
    align-self: start;
    width: 100%;
    max-width: none;
    flex-shrink: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .fv__items .fv__slider-container {
    height: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .fv__items .fv__message-wrap {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: min(352px, 100%);
  }
  .fv__items .fv__messege {
    margin-top: clamp(32px, 8vw, 90px);
    width: 100%;
    text-align: center;
  }
  .fv__items .fv__button {
    margin-top: -1px;
    padding: 19px 32px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1179px) {
  .fv__items {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 52vw);
  }
  .fv__items .fv__slider-container {
    flex-shrink: 0;
    height: auto;
    min-height: 0;
    align-self: start;
  }
  .fv__items .fv__message-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: min(352px, 100%);
  }
  .fv__items .fv__messege {
    margin-top: clamp(24px, 5vw, 64px);
  }
  .fv__items .fv__button {
    flex: 0 0 auto;
    height: auto;
    padding-block: 16px;
    padding-inline: clamp(20px, 3vw, 28px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1250px) {
  .fv__items {
    column-gap: clamp(32px, 3vw, 56px);
    grid-template-columns: minmax(360px, min(480px, 38vw)) minmax(560px, 1fr);
  }
  .fv__items .fv__slider-container {
    justify-self: end;
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    margin-block-start: 37px;
  }
  .fv__items .fv__lead {
    padding-top: 190px;
  }
  .fv__items .fv__title {
    max-width: 100%;
  }
  .fv__items .fv__title-sub-wrap {
    position: relative;
    z-index: 2;
  }
  .fv__items .fv__title-sub {
    max-width: 100%;
  }
  .fv__items .fv__messege {
    margin-top: 55px;
    width: 100%;
    max-width: 352px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1439px) {
  .fv__items {
    grid-template-rows: auto auto;
    column-gap: clamp(8px, 1.5vw, 24px);
    grid-template-columns: minmax(0, 1fr) minmax(280px, min(1000px, 100% - clamp(8px, 1.5vw, 24px) - 300px));
  }
  .fv__items .fv__title {
    max-width: none;
    width: max-content;
    min-width: min-content;
    overflow: visible;
  }
  .fv__items .fv__title-sub-wrap {
    max-width: none;
    width: max-content;
    overflow-x: visible;
    overflow-y: hidden;
    margin-top: 0;
  }
  .fv__items .fv__title-sub {
    max-width: none;
    width: max-content;
    white-space: nowrap;
  }
  .fv__items .fv__slider-container {
    align-self: start;
    justify-self: end;
    margin-inline-start: clamp(-72px, 24vw - 180px, -16px);
  }
  .fv__items .fv__message-wrap {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: min(352px, 100%);
    margin-top: clamp(28px, 4.2vw, 80px);
    position: relative;
    z-index: 3;
  }
  .fv__items .fv__messege,
  .fv__items .fv__button {
    grid-column: unset;
    grid-row: unset;
  }
  .fv__items .fv__messege {
    margin-top: 0;
  }
  .fv__items .fv__button {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1439px) and (min-width: 769px) {
  .fv__items .fv__message-wrap {
    width: max-content;
    max-width: none;
  }
  .fv__items .fv__button {
    width: fit-content;
    max-width: none;
    flex-shrink: 0;
    padding-block: clamp(16px, 1.8vw, 19px);
    padding-inline: clamp(14px, 1.8vw, 32px);
    gap: clamp(10px, 1.2vw, 15px);
  }
  .fv__items .fv__button .header__button-text {
    white-space: nowrap;
    font-size: clamp(18px, 1.25vw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fv__items {
    grid-template-columns: minmax(0, 1fr) 1000px;
    column-gap: clamp(24px, 2vw, 40px);
  }
  .fv__items .fv__slider-container {
    max-width: 1000px;
  }
}

.fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.fv__title span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .fv__title {
    font-size: clamp(34px, 4.4vw, 44px);
    line-height: 1.45;
  }
}

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

.fv__title-wrap {
  overflow-x: visible;
  overflow-y: hidden;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .fv__title-wrap {
    white-space: nowrap;
    width: max-content;
    max-width: none;
  }
}
.fv__title-wrap span {
  display: inline-block;
  animation: 0.5s 0.5s ease forwards slideUp;
  translate: 0 100%;
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.fv__title-yellow {
  color: #e9c243;
}

.fv__title-blue {
  color: #274b66;
}

.fv__title-sub-wrap {
  overflow-x: visible;
  overflow-y: hidden;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .fv__title-sub-wrap {
    white-space: nowrap;
    width: max-content;
    max-width: none;
  }
}
.fv__title-sub-wrap span {
  display: inline-block;
  animation: 1s 1s ease forwards slideDown;
  translate: 0 -160%;
}
@keyframes slideDown {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}

.fv__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fv__title-sub {
    font-size: clamp(18px, 2.2vw, 24px);
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
  }
}

.fv__slider-container {
  position: relative;
  width: 100%;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  clip-path: circle(0 at 50% 50%);
  animation: 1s 0.1s ease forwards circle;
}
@keyframes circle {
  0% {
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@media screen and (min-width: 768px) {
  .fv__slider-container {
    gap: clamp(12px, 2vw, 24px);
    align-items: center;
    max-width: 100%;
    clip-path: circle(0 at 50% 50%);
    animation: 1s 0.1s ease forwards circle;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1179px) {
  .fv__slider-container {
    gap: clamp(8px, 1.2vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  @keyframes circle {
    0% {
      clip-path: circle(0 at 50% 50%);
    }
    100% {
      clip-path: circle(100% at 50% 50%);
    }
  }
}
.fv__slider-container .swiper1 {
  flex: 0 0 auto;
  width: 100%;
}
.fv__slider-container .swiper1__pagination.swiper-pagination {
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  flex: 0 0 auto;
  height: 10px;
  line-height: 10px;
  z-index: 2;
}
.fv__slider-container .swiper1__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: transparent;
  border: 1px solid #66b1c5;
  opacity: 1;
}
.fv__slider-container .swiper1__pagination .swiper-pagination-bullet-active {
  background: #66b1c5;
  border-color: #66b1c5;
}

.swiper1 {
  width: 100%;
  height: 230px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper1 {
    width: 100%;
    max-width: 100%;
    height: clamp(260px, 52vw, 650px);
    border-bottom-left-radius: clamp(10px, 2vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .swiper1 {
    height: clamp(280px, 42vw, 480px);
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1250px) {
  .swiper1 {
    width: 1000px;
    max-width: 1000px;
    height: 650px;
    border-bottom-left-radius: 20px;
    flex: 0 0 auto;
  }
}

.swiper1-slide {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .swiper1-slide {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1250px) {
  .swiper1-slide {
    width: 1000px !important;
    max-width: 1000px;
    box-sizing: border-box;
  }
}

picture.swiper1-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  picture.swiper1-slide img {
    object-position: 50% 38%;
  }
}

.fv__message-wrap {
  animation: 1s 1s ease forwards message;
  opacity: 0;
}
@keyframes message {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fv__messege {
  width: 100%;
  max-width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #274b66;
  padding-inline: 1px;
  animation: 3s 1.8s ease forwards infinite popup;
  opacity: 1;
}
@keyframes popup {
  0%, 20% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .fv__messege {
    max-width: none;
    font-size: clamp(16px, 1.8vw, 20px);
    letter-spacing: 0.05em;
  }
}

.fv__button {
  width: 100%;
  max-width: 303px;
  padding-block: 20px;
  padding-inline: 20px;
  gap: 12px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.fv__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  color: transparent;
  animation: 3s 2s ease forwards infinite shine;
}
@keyframes shine {
  40% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__button {
    max-width: min(352px, 100%);
    width: min(352px, 100%);
    padding-inline: clamp(20px, 3vw, 32px);
    gap: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 846px) {
  .fv__button {
    width: fit-content;
    max-width: 100%;
    padding-inline: 14px;
    gap: 10px;
  }
  .fv__button .header__button-text {
    white-space: nowrap;
    font-size: 18px;
  }
}
@media screen and (min-width: 1250px) {
  .fv__button {
    max-width: 352px;
    width: 352px;
    padding: 19px 32px;
  }
}
@media screen and (min-width: 1800px) {
  .fv__button {
    width: fit-content;
    max-width: none;
  }
  .fv__button .header__button-text {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.fv__button .header__button-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fv__button .header__button-text {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.fv__button .header__button-icon {
  width: 24px;
  height: 18px;
}
.fv__button .header__button-icon img {
  width: 100%;
  height: 100%;
}
.fv__button .header__button-arrow {
  width: 22px;
  height: 22px;
}
.fv__button .header__button-arrow img {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-block: 16px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 12px;
  }
}

.header__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 19px;
  padding-right: 26px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 40px;
    gap: clamp(12px, 3vw, 48px);
  }
}
@media screen and (min-width: 900px) {
  .header__inner {
    gap: clamp(24px, 4vw, 80px);
  }
}
@media screen and (min-width: 1250px) {
  .header__inner {
    gap: clamp(48px, 6vw, 120px);
  }
}

.header__logo {
  flex-shrink: 0;
  min-width: 0;
  max-width: min(52vw, 280px);
  aspect-ratio: 94/15;
  width: 188px;
  height: 30px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1250px) {
  .header__logo {
    aspect-ratio: 25/4;
    width: 225px;
    height: 36px;
    max-width: none;
  }
}

.header__icon {
  flex-shrink: 0;
}
.drawer-icon {
  width: 28px;
  height: 18px;
  position: relative;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  top: 10px;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1250px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  width: 28px;
  height: 3px;
  background: #023E78;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: -4px;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 1px;
  width: 28px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7.75px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 14.5px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header__nav {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 21px;
  }
}

.header__lists {
  display: flex;
  gap: 32px;
  flex-shrink: 1;
  min-width: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.header__link {
  color: #274b66;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media (hover: hover) {
  .header__link:hover {
    text-decoration: underline;
    text-decoration-color: #274b66;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

.header__tel {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 1250px) {
  .header__tel {
    margin-left: 0;
    margin-right: 0;
  }
}

.header__tel-wrap {
  display: flex;
  gap: 8px;
}

.header__tel-icon {
  width: 31px;
  height: 41px;
  margin-top: -1px;
}
.header__tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1250px) {
  .header__tel-icon {
    width: 22px;
    height: 27px;
  }
}

.heeder__tel-number {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
}

.header__tel-hour {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: 32px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .header__tel-hour {
    margin-left: 0px;
    margin-top: -2px;
  }
}

.header__nav .header__button {
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  padding: 12px 32px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1250px) {
  .header__nav .header__button {
    margin-left: 0;
    margin-right: 0;
  }
}

.button {
  background: #66B1C5;
  padding: 12px 28.5px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: fit-content;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .button:hover {
    background: #ffffff;
    color: #66B1C5;
    border-color: #66B1C5;
  }
  .button:hover .header__button-icon img {
    content: url("../img/header/mail-blue.webp");
  }
  .button:hover .header__button-arrow img {
    content: url("../img/header/arrow-blue.webp");
  }
}

.drawer-button {
  padding: 9px 32.5px;
}

.header__button-icon {
  width: 18px;
  height: 13px;
}
.header__button-icon img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.header__button-arrow {
  width: 18px;
  height: 18px;
}
.header__button-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drawer__content {
  position: fixed;
  width: 100%;
  left: 0;
  background: #ECF6F9;
  z-index: 10;
  top: 62px;
  transform: translateY(-101%);
  visibility: hidden;
  opacity: 0;
  height: calc(100vh - 62px);
  transition: 0.3s linear;
  padding: 60px clamp(20px, 5vw, 40px);
  text-align: center;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}
.drawer__content.is-checked {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .drawer__content {
    top: 49px;
  }
}

.drawer__content-menu {
  display: flex;
  flex-direction: column;
  gap: 37px;
  text-align: center;
}

.drawer__content-link {
  color: #274B66;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about {
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  padding-block: 80px 75px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 100px;
  }
}
@media screen and (min-width: 1250px) {
  .about {
    padding-block-start: 120px;
    padding-block-end: 114px;
  }
}

.about__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__inner {
    gap: 48px;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .about__inner {
    gap: 60px;
    padding-inline: 0;
  }
}

.about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__head {
    gap: 24px;
  }
}

.about__title-en,
.about__title-ja,
.about__text,
.about__item {
  opacity: 0;
}

.about.is-visible .about__title-en,
.about.is-visible .about__title-ja,
.about.is-visible .about__text,
.about.is-visible .about__item {
  animation: 0.5s ease forwards aboutFadeIn;
}
.about.is-visible .about__title-en {
  animation-delay: 0.2s;
}
.about.is-visible .about__title-ja {
  animation-delay: 0.4s;
}
.about.is-visible .about__text {
  animation-delay: 0.6s;
}
.about.is-visible .about__item:nth-child(1) {
  animation-delay: 0.8s;
}
.about.is-visible .about__item:nth-child(2) {
  animation-delay: 1s;
}
.about.is-visible .about__item:nth-child(3) {
  animation-delay: 1.2s;
}
.about.is-visible .about__item:nth-child(4) {
  animation-delay: 1.4s;
}

@keyframes aboutFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about__title-en,
  .about__title-ja,
  .about__text,
  .about__item {
    opacity: 1;
  }
  .about.is-visible .about__title-en,
  .about.is-visible .about__title-ja,
  .about.is-visible .about__text,
  .about.is-visible .about__item {
    animation: none;
  }
}
.about__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.about__title-en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #66b1c5;
  text-transform: uppercase;
}

.about__title-ja {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .about__title-ja {
    font-size: 31px;
  }
}
@media screen and (min-width: 1250px) {
  .about__title-ja {
    font-size: 35px;
  }
}

.about__text {
  width: 100%;
  max-width: 496px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #274b66;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}

.about__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.about__item {
  min-height: 306px;
  padding: 4px 20px 7px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #b4adad;
}
.about__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about__item {
    min-height: 313px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 900px) {
  .about__item {
    padding-inline: 24px;
  }
}

@media screen and (min-width: 768px) {
  .about__item.item2 {
    gap: 15px;
  }
}

.about__item.item3 {
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .about__item.item3 {
    padding-top: 0px;
    gap: 11px;
  }
}

.about__item.item4 {
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .about__item.item4 {
    padding-top: 0px;
    gap: 11px;
  }
}

.about__item-image {
  width: 240px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.about__item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .about__item-image {
    width: 260px;
    height: 148px;
  }
}

@media screen and (min-width: 768px) {
  .about__item-image.img2 {
    width: 250px;
    height: 138px;
  }
}

.about__item-text-main {
  margin: 0;
  width: 311px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .about__item-text-main {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .about__item-text-main {
    font-size: 22px;
  }
}

.about__item-text-sub {
  margin: 0;
  width: 100%;
  max-width: 311px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .about__item-text-sub {
    font-size: 16px;
  }
}

.about__item-text-sub.sub1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about__item {
    border-bottom: 1px dashed #b4adad;
    border-right: 1px dashed #b4adad;
  }
  .about__item:nth-child(2n) {
    border-right: 0;
  }
  .about__item:nth-last-child(-n+2) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .about__item {
    border-bottom: 0;
    border-right: 1px dashed #b4adad;
    padding-bottom: 0;
  }
  .about__item:last-child {
    border-right: 0;
  }
}
.cta1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-block-start: 80px;
  padding-block-end: 80px;
  padding-inline: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta1 {
    padding-block: 100px;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .cta1 {
    padding-block: 120px;
    padding-inline: 0;
  }
}

.cta1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("../img/cta/cta-sp.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 1250px) {
  .cta1__bg {
    background-image: url("../img/cta/cta@2x.webp");
  }
}

.cta1__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta1__text-main {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cta1__text-main {
    font-size: clamp(32px, 4vw, 42px);
  }
}
@media screen and (min-width: 1250px) {
  .cta1__text-main {
    font-size: 35px;
    letter-spacing: 0.05em;
  }
}

.cta1_text {
  margin: 19px 0 0;
  width: 100%;
  max-width: 820px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cta1_text {
    margin-top: 25px;
    font-size: 16px;
    max-width: 578px;
    letter-spacing: 0.05em;
  }
}

.cta1__button {
  margin-top: 33px;
  padding-block: 19px;
  padding-left: 30px;
  padding-right: 19px;
  gap: 12px;
  background: #66b1c5;
  align-items: center;
}
.cta1__button .header__button-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cta1__button {
    margin-top: 30px;
    padding-inline: 20px;
    gap: 16px;
  }
  .cta1__button .header__button-text {
    font-size: 20px;
  }
}

.cta1__icon,
.cta1__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta1__icon {
  width: 24px;
  height: 18px;
  min-width: 24px;
}
.cta1__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta1__icon {
    margin-left: 11px;
  }
}

.cta1__arrow {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 10px;
}
.cta1__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.reason {
  position: relative;
  isolation: isolate;
  padding-block: 83px 82px;
}
.reason::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 33 33'%3E%3Cpath d='M0 0.5H33M0.5 0V33' stroke='%23274B66' stroke-opacity='0.07' stroke-width='1'/%3E%3Cpath d='M16.5 0V33M0 16.5H33' stroke='%23274B66' stroke-opacity='0.07' stroke-width='1' stroke-dasharray='4 4'/%3E%3C/svg%3E");
  background-size: 52px 52px;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-block: 100px;
  }
}
@media screen and (min-width: 1250px) {
  .reason {
    padding-block: 120px;
  }
}

.reason__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    gap: 48px;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .reason__inner {
    display: grid;
    grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
    gap: 126px;
    align-items: start;
    padding-inline: 0;
  }
}

.reason__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-right: 15px;
}
@media screen and (min-width: 1250px) {
  .reason__head {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
    position: sticky;
    top: 96px;
    align-self: start;
  }
}

.reason__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.3;
  min-width: 0;
}

.reason__title-en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #66b1c5;
  text-transform: uppercase;
}

.reason__title-ja {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #274B66;
}
@media screen and (min-width: 768px) {
  .reason__title-ja {
    font-size: 31px;
  }
}
@media screen and (min-width: 1250px) {
  .reason__title-ja {
    font-size: 35px;
  }
}

.reason__icon {
  width: 56px;
  margin-block-start: -36px;
}
.reason__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .reason__icon img {
    width: clamp(56px, 10vw, 96px);
  }
}
@media screen and (min-width: 1250px) {
  .reason__icon {
    width: 85px;
    height: 148px;
    margin-block-start: 10px;
  }
  .reason__icon img {
    width: 100%;
  }
}

.reason__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .reason__cards {
    gap: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .reason__cards {
    grid-column: 2;
    gap: 44px;
  }
}

.reason__card {
  opacity: 0;
}

.reason__card.is-visible {
  animation: 0.6s ease forwards reasonFadeIn;
}

@keyframes reasonFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reason__card {
    opacity: 1;
  }
  .reason__card.is-visible {
    animation: none;
  }
}
.reason__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 19px 15px 17px;
  background: #F7F7F7;
  border-radius: 24px;
  border: none;
}
@media screen and (min-width: 768px) {
  .reason__card {
    padding: 36px 28px 28px;
    max-width: 704px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1250px) {
  .reason__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 44%);
    grid-template-rows: auto 1fr;
    column-gap: 28px;
    row-gap: 12px;
    align-items: start;
    padding: 64px 32px 22px 34px;
    max-width: 766px;
  }
}

.reason__card-icon {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 14px;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: #66b1c5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1250px) {
  .reason__card-icon {
    top: -10px;
    right: auto;
    left: -20px;
  }
}

.reason__card-icon-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}

.reason__card-icon-number {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reason__card-icon-number {
    font-size: 30px;
  }
}

.reason__card-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .reason__card-title {
    font-size: 19px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1250px) {
  .reason__card-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 22px;
  }
}

.reason__card-text {
  margin: 0 0 18px;
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .reason__card-text {
    margin-bottom: 22px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .reason__card-text {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    align-self: start;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.reason__card-image {
  width: 300px;
  height: 200px;
  margin-top: 0;
  border-radius: 5.0375943184px;
  aspect-ratio: 300/200;
  margin-inline: auto;
}
.reason__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1250px) {
  .reason__card-image {
    width: 306px;
    height: 228px;
    grid-column: 2;
    grid-row: 1/span 2;
    margin: 0;
    align-self: start;
    margin-top: -38px;
  }
  .reason__card-image img {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
}

.teacher {
  padding-block: 80px 80px;
  background: #f4f4f4;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .teacher {
    padding-block: 124px 121px;
  }
}

.teacher__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .teacher__inner {
    padding-inline: 41px;
  }
}

.teacher__title {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .teacher__title {
    margin-bottom: 62px;
  }
}

.teacher__title-en {
  margin: 0;
  color: #66b1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .teacher__title-en {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.teacher__title-ja {
  color: #274b66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .teacher__title-ja {
    margin-top: 0;
    font-size: 35px;
  }
}

.teacher__slider-container {
  position: relative;
  margin-left: -5px;
  --teacher-bleed: calc((100vw - 100%) / 2);
}
@media screen and (min-width: 768px) {
  .teacher__slider-container {
    margin-left: -23px;
  }
}

.teacher__swiper-clip {
  width: calc(100% + var(--teacher-bleed));
  overflow: hidden;
}

.teacher__swiper {
  overflow: hidden;
  width: calc(100% - var(--teacher-bleed));
  max-width: none;
}

.teacher__swiper .swiper-wrapper {
  align-items: stretch;
}

.teacher__swiper .swiper-slide {
  height: auto;
  width: 315px;
}
@media screen and (min-width: 768px) {
  .teacher__swiper .swiper-slide {
    width: 352px;
  }
}

.teacher__card {
  height: 100%;
  color: #274b66;
}

.teacher__card-image {
  overflow: hidden;
  border-radius: 18.6923065186px;
  aspect-ratio: 320/240;
  width: 320px;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .teacher__card-image {
    border-radius: 20px;
    aspect-ratio: 88/65;
    width: 352px;
    height: 260px;
  }
}

.teacher__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.teacher__card-tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .teacher__card-tags {
    margin-top: 14px;
    gap: 8px;
  }
}

.teacher__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 25px;
  padding: 4px 0;
  border-radius: 3px;
  background: #66b1c5;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.teacher__card-name {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .teacher__card-name {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}

.teacher__card-text {
  margin: 13px 0 0;
  color: #284b66;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .teacher__card-text {
    margin-top: 11px;
    font-size: 16px;
    max-width: 340px;
    letter-spacing: 0.06em;
  }
}

.teacher__paginations {
  position: relative;
  z-index: 2;
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 158px;
  gap: 20px;
  align-items: center;
  padding-right: 4px;
}
@media screen and (min-width: 768px) {
  .teacher__paginations {
    max-width: 1240px;
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-right: 0;
    margin-left: 20px;
  }
}

.teacher__pagination--progress {
  position: relative;
  --teacher-progress-ratio: 0;
  --teacher-thumb-w: clamp(30px, 8vw, 124px);
  width: 100%;
  height: 8px;
  background: #cbcbcb;
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .teacher__pagination--progress {
    flex: 1;
    max-width: 450px;
    --teacher-thumb-w: clamp(72px, 33%, 150px);
  }
}

.teacher__pagination--progress::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100% - var(--teacher-thumb-w)) * var(--teacher-progress-ratio, 0));
  width: var(--teacher-thumb-w);
  border-radius: inherit;
  background: #66b1c5;
  transition: left 700ms ease;
}

.teacher__pagination--bullets {
  display: flex;
  gap: 19.9px;
  justify-self: flex-end;
}
@media screen and (min-width: 768px) {
  .teacher__pagination--bullets {
    flex-shrink: 0;
    gap: 22px;
  }
}

.teacher__pagination--bullets .teacher__arrow {
  width: 39px;
  height: 39px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #274b66;
  background: #274b66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .teacher__pagination--bullets .teacher__arrow:hover:not(.swiper-button-disabled) {
    opacity: 0.7;
  }
}
.teacher__pagination--bullets .teacher__arrow:active {
  transform: scale(0.96);
}

.teacher__pagination--bullets .teacher__arrow.swiper-button-disabled {
  opacity: 0.55;
  cursor: default;
}

.cta2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-block: 80px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .cta2 {
    padding-block: 120px 229px;
    padding-inline: 24px;
  }
}

.cta2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("../img/cta/cta2-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cta2__bg {
    background-image: url("../img/cta/cta2.webp");
  }
}

.cta2__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}

.cta2__wrap {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 42px 17px 40px;
  color: #274b66;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta2__wrap {
    border-radius: 20px;
    padding: 48px 48px 41px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "contact aside";
    column-gap: 32px;
    row-gap: 0;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .cta2__wrap {
    padding: 39px 64px 41px;
    column-gap: 40px;
  }
}

.cta2__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-inline: 45px;
}
@media screen and (min-width: 768px) {
  .cta2__title {
    grid-area: title;
    padding-inline: 0;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 33px;
  }
}

.cta2__contact {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .cta2__contact {
    grid-area: contact;
    margin: 0;
    text-align: center;
  }
}

.cta2__text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cta2__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: -12px;
  }
}

.cta2__tel {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .cta2__tel {
    margin-top: 10px;
  }
}

.cta2__tel-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cta2__tel-icon {
  width: 22px;
  height: 33px;
  flex-shrink: 0;
  transform: translateY(-1px);
}
.cta2__tel-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cta2__tel-icon {
    width: 24px;
    height: auto;
    transform: none;
  }
}

.cta2__tel-number {
  margin: 0;
  text-decoration: none;
  color: #66b1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cta2__tel-number {
    margin-top: -6px;
  }
}

.cta2__tel-hour {
  margin: -2px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cta2__tel-hour {
    margin-top: -4px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .cta2__aside {
    grid-area: aside;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: -76px;
  }
}

.cta2__message {
  margin: 32px 0 0;
  max-width: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .cta2__message {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
  }
}

.cta2__button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 4px auto 0;
  width: fit-content;
  max-width: 100%;
  border-radius: 12px;
  padding: 21px 22px;
  background: #66b1c5;
  border: 1px solid transparent;
  color: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .cta2__button.button {
    margin: 0;
    min-width: 340px;
    padding: 23px 36px;
    border-radius: 10px;
    gap: 12px;
    justify-content: space-between;
    margin-top: -8px;
  }
  .cta2__button.button:hover {
    background: #ffffff;
    color: #66b1c5;
    border-color: #66b1c5;
  }
  .cta2__button.button:hover .header__button-icon img,
  .cta2__button.button:hover .cta2-icon img {
    content: url("../img/header/mail-blue.webp");
  }
  .cta2__button.button:hover .header__button-arrow img,
  .cta2__button.button:hover .cta2-arrow img {
    content: url("../img/header/arrow-blue.webp");
  }
}
.cta2__button.button .cta2-icon,
.cta2__button.button .cta2-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}
.cta2__button.button .cta2-icon {
  width: 22px;
  height: 16px;
}
.cta2__button.button .cta2-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: 0.3s;
}
.cta2__button.button .cta2-arrow {
  width: 20px;
  height: 20px;
}
.cta2__button.button .cta2-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: 0.3s;
}
.cta2__button.button .cta2-text {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cta2__button.button .cta2-text {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.faq {
  padding-block: 81px 81px;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-block: 121px 120px;
  }
}

.faq__inner {
  width: min(100%, 990px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding-inline: 52px;
  }
}

.faq__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  text-align: center;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .faq__head {
    justify-content: center;
    margin-bottom: 62px;
    position: relative;
    padding-left: 9px;
  }
}

.faq__title {
  margin: 0;
}

.faq__title-en {
  margin: 0;
  color: #66b1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .faq__title-en {
    text-align: center;
  }
}

.faq__title-ja {
  color: #274b66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq__title-ja {
    font-size: 35px;
    text-align: center;
  }
}

.faq__icon {
  width: 77px;
  height: 86px;
  flex-shrink: 0;
  margin-top: -10px;
}
.faq__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .faq__icon {
    display: none;
  }
}

.faq__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .faq__cards {
    gap: 29px;
  }
}

.faq__card {
  color: #274b66;
}

.card2 {
  margin-block-start: -2px;
}

.card3 {
  margin-block-start: 4px;
}

.card4 {
  margin-block-start: 4px;
}

.card5 {
  margin-block-start: 5px;
}
@media screen and (min-width: 768px) {
  .card5 {
    margin-block-start: 3px;
  }
}

.faq__q {
  width: 100%;
  border: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 17px 17px 16px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 17px;
  text-align: left;
  cursor: pointer;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .faq__q {
    border-radius: 10px;
    padding: 17px 26px;
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 31px;
  }
}

.faq__q.q1 {
  gap: 12px;
}

.faq__q-icon,
.faq__a-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-block-start: -19px;
}
@media screen and (min-width: 768px) {
  .faq__q-icon,
  .faq__a-icon {
    margin-block-start: -3px;
  }
}

.faq__q-icon {
  background: #66b1c5;
}

.faq__a-icon {
  background: #e9c243;
  align-self: flex-start;
  margin-block-start: 1px;
}

.faq__q-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .faq__q-text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.faq__q-text.q-text1 {
  margin-left: 8px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .faq__q-text.q-text1 {
    margin-left: 22px;
  }
}

.faq__toggle {
  width: 16px;
  height: 16px;
  position: relative;
  justify-self: end;
}

.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #66b1c5;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__card.is-open .faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq__box-body {
  padding: 21px 6px 3px 3px;
}
@media screen and (min-width: 768px) {
  .faq__box-body {
    padding: 22px 8px 8px 7px;
  }
}

.faq__card:not(.is-open) .faq__box-body {
  display: none;
}

.faq__a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .faq__a {
    gap: 30px;
    padding-inline: 20px;
  }
}

.faq__a-text {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq__a-text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-block-start: 2px;
  }
}

.contact {
  padding-block: 86px 76px;
  padding-inline: 20px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .contact {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    padding-block: 126px 119px;
    padding-inline: 40px;
  }
}

.contact__inner {
  width: min(100%, 720px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: min(100%, 640px);
  }
}

.contact__title {
  margin-bottom: 43px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 62px;
  }
}

.contact__title-en {
  margin: 0;
  color: #66b1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.contact__title-ja {
  margin: 3px 0 0;
  color: #274b66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .contact__title-ja {
    font-size: 35px;
  }
}

.contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.contact__fields {
  display: grid;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 25px;
  }
  .contact__fields .contact__field {
    grid-column: 1/-1;
  }
  .contact__fields .contact__field:nth-child(4) {
    grid-column: 1;
  }
  .contact__fields .contact__field:nth-child(5) {
    grid-column: 2;
  }
}

.contact__field {
  margin: 0;
}

.form-field {
  width: 100%;
}

fieldset.form-field {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend.form-field__label {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  padding: 0;
  float: none;
}
@media screen and (min-width: 768px) {
  legend.form-field__label {
    margin-bottom: 8px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-prefecture {
  margin-block-start: 16px;
}
@media screen and (min-width: 768px) {
  .field-prefecture {
    margin-block-start: -1px;
    margin-left: 7px;
  }
}

.field-id {
  margin-block-start: 2px;
}

.form-field__head {
  margin-bottom: 8px;
}

.form-field__label {
  display: inline-block;
  color: #274b66;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    letter-spacing: 0.1em;
  }
}

.asterisk {
  margin-left: 2px;
  color: #e53935;
  font-weight: 700;
}

.form__field-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .form__field-items {
    gap: 38px;
  }
}
.form__field-items .form-field__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.form-field__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-field__item:has(.form-select) {
  position: relative;
}
.form-field__item:has(.form-select)::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #274b66;
  border-bottom: 2px solid #274b66;
  transform: rotate(45deg);
  pointer-events: none;
}

@keyframes form-error-fade {
  from {
    background-color: #f7f7f7;
    border-color: transparent;
  }
  to {
    background-color: #f4d9d9;
    border-color: #dc5d5c;
  }
}
@keyframes form-error-msg-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-text,
.form-select,
.form-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f7f7f7;
  color: #274b66;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.form-text::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: #a8b4bf;
}
.form-text:focus:not(.error),
.form-select:focus:not(.error),
.form-textarea:focus:not(.error) {
  outline: none;
  border-color: #66b1c5;
  background: #f7f7f7;
}
.form-text.error,
.form-select.error,
.form-textarea.error {
  border: 1px solid #dc5d5c;
  background-color: #f4d9d9;
  animation: form-error-fade 0.35s ease forwards;
}
.form-text.error:focus,
.form-select.error:focus,
.form-textarea.error:focus {
  outline: none;
  border: 1px solid #dc5d5c;
  background-color: #f4d9d9;
}

.form-text {
  min-height: 49px;
  padding: 13px 13px 12px 13px;
}
@media screen and (min-width: 768px) {
  .form-text {
    min-height: 52px;
    padding: 12px 16px;
  }
}

.form-select {
  min-height: 52px;
  padding: 14px 40px 14px 16px;
  appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-select {
    min-height: 48px;
    padding: 12px 40px 12px 16px;
  }
}

.form-textarea {
  min-height: 237px;
  padding: 11px 13px 13px 13px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    min-height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .field__message .form-textarea {
    min-height: 240px;
  }
}

.form-field__item-r {
  width: 100%;
  margin-block-start: -6px;
}
@media screen and (min-width: 768px) {
  .form-field__item-r {
    margin-block-start: -11px;
  }
}

.contact__field.field__radio {
  margin-block-start: 5px;
}
@media screen and (min-width: 768px) {
  .contact__field.field__radio {
    margin-block-start: 6px;
  }
}

.form-field__radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form-field__radios {
    flex-flow: row wrap;
    gap: 12px 36px;
  }
}

.form-field__radios-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 43px;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .form-field__radios-row {
    display: contents;
  }
}

.form-field__radio.form-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  min-height: 32px;
}
@media screen and (min-width: 768px) {
  .form-field__radio.form-radio {
    min-height: 44px;
  }
}

.form-radio__input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1.5px solid #c8d3dc;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.form-radio__input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 5px;
  height: 9px;
  border: solid #66b1c5;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.form-radio__input:checked {
  border-color: #66b1c5;
  background-color: #f7f7f7;
}
.form-radio__input:checked::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.form-radio__input.error {
  border: 1px solid #dc5d5c;
  background-color: #f4d9d9;
  animation: form-error-fade 0.35s ease forwards;
}
.form-radio__input:focus-visible {
  outline: 2px solid rgba(102, 177, 197, 0.45);
  outline-offset: 2px;
}

.field__message {
  margin-block-start: -3px;
}
@media screen and (min-width: 768px) {
  .field__message {
    margin-block-start: -12px;
  }
}

.form-radio__text {
  font-size: clamp(14px, 3.6vw, 15px);
  font-weight: 500;
  line-height: 1.5;
  color: #274b66;
}

.form-field__error {
  margin: 6px 0 0;
  color: #dc5d5c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  animation: form-error-msg-in 0.3s ease;
}
.form-field__error.form-field__error--center {
  text-align: center;
}

.contact__privacy {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 21px;
    align-items: flex-start;
  }
}

.form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    gap: 13px;
  }
}

.form-checkbox__input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1.5px solid #c8d3dc;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.form-checkbox__input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 5px;
  height: 9px;
  border: solid #66b1c5;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.form-checkbox__input:checked {
  border-color: #66b1c5;
  background-color: #f7f7f7;
}
.form-checkbox__input:checked::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.form-checkbox__input.error {
  border: 1px solid #dc5d5c;
  background-color: #f4d9d9;
  animation: form-error-fade 0.35s ease forwards;
}
.form-checkbox__input:focus-visible {
  outline: 2px solid rgba(102, 177, 197, 0.45);
  outline-offset: 2px;
}

.form-checkbox__text {
  font-size: 15px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #274b66;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button {
  margin-top: 15px;
  align-self: center;
  display: inline-flex;
  justify-content: center;
  gap: 11px;
  padding: 11px 20px 11px;
  background: #66b1c5;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 29px;
    padding: 11px 21px 11px;
    gap: 10px;
  }
  .contact__button:hover {
    background: #ffffff;
    color: #66B1C5;
    border-color: #66B1C5;
  }
  .contact__button:hover .button__contact {
    color: #66B1C5;
  }
  .contact__button .button__contact {
    transition: 0.3s;
  }
}

.button__contact {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  align-items: center;
}
.button__contact:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .button__contact {
    font-size: 16px;
  }
}

.contact__button .button__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.contact__button .button__arrow img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact__button .button__arrow {
    width: 18px;
    height: 18px;
  }
  .contact__button .button__arrow img {
    width: 100%;
    height: 100%;
  }
}

.contact-arrow {
  margin-block-start: -5px;
}

.course {
  background: #eef9fc;
  padding-block: 80px 77px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .course {
    padding-block: 119px 120px;
  }
}

.course__inner {
  width: min(100%, 990px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .course__inner {
    padding-inline: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1118px) {
  .course__inner {
    padding-left: max(52px, min(125px, 125px - (100vw - min(100vw, 990px)) / 2));
    padding-right: 52px;
  }
}

.course__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 49px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course__head {
    position: relative;
    justify-content: center;
    margin-bottom: 70px;
  }
}

.course__head .course__title {
  margin: 0;
}

.course__title-en {
  margin: 0;
  color: #66b1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .course__title-en {
    text-align: center;
  }
}

.course__title-ja {
  color: #274b66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .course__title-ja {
    text-align: center;
    font-size: 35px;
  }
}

.course__icon {
  width: 73px;
  flex-shrink: 0;
  position: absolute;
  top: -10px;
  left: calc(100% - 83px);
}
.course__icon img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .course__icon {
    position: absolute;
    left: -113px;
    top: calc(100% + 346px);
    width: 118px;
    z-index: 1;
  }
}

.course-tabs__inner {
  position: relative;
  border-radius: 16px;
  background: #fff;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(26, 68, 99, 0.04);
}

.course-tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  background: #fbfbfb;
  border-radius: 16px 16px 0 0;
}

.course-tabs__item {
  position: relative;
  appearance: none;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  color: #c3beba;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 16px 14px 13px 14px;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 10px 10px 0 0;
}
.course-tabs__item[aria-selected=true] {
  color: #66b1c5;
  background: #fff;
  z-index: 1;
  padding: 12px 14px 17px 14px;
}
@media screen and (min-width: 768px) {
  .course-tabs__item[aria-selected=true] {
    padding: 9px 10px 32px 10px;
  }
}
.course-tabs__item[aria-selected=true]::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 9px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .course-tabs__item {
    font-size: 16px;
    padding-block: 15px;
  }
}

.course-tabs__contents {
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}

.course-tabs__content-wrap {
  display: none;
  padding: 34px 16px;
}
.course-tabs__content-wrap.js-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .course-tabs__content-wrap {
    padding: 30px 152px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1118px) {
  .course-tabs__content-wrap {
    padding: 30px clamp(24px, 6vw, 80px) 40px;
  }
}

.course-tabs__content {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .course-tabs__content {
    gap: 26px;
  }
}

.course__text-wrap > .course__title {
  margin: 0;
  color: #274b66;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course__text-wrap > .course__title {
    text-align: left;
    font-size: 22px;
  }
}

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

.course__text {
  margin: 13px 0 0;
  color: #274b66;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .course__text {
    margin-top: 11px;
    font-size: 16px;
  }
}

.course-tabs__content .js-modal-open {
  align-self: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #66b1c5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 53.5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .course-tabs__content .js-modal-open {
    min-width: 190px;
    border-radius: 8px;
    padding: 10px 55px;
    margin-top: 8px;
  }
  .course-tabs__content .js-modal-open:hover {
    background: #ffffff;
    color: #66B1C5;
    border-color: #66B1C5;
  }
  .course-tabs__content .js-modal-open:hover .button__arrow img {
    content: url("../img/header/arrow-blue.webp");
  }
}

.tabs-button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .tabs-button-text {
    font-size: 16px;
  }
}

.course-tabs__content .button__arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.course-tabs__content .button__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .course-tabs__content .button__arrow {
    width: 18px;
    height: 18px;
  }
  .course-tabs__content .button__arrow img {
    width: 100%;
    height: 100%;
  }
}

html.is-scroll-locked,
body.is-scroll-locked {
  overflow: hidden;
}

body.is-scroll-locked {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.course-modal {
  width: min(100%, 964px);
  border: none;
  border-radius: 30px;
  padding: 46px 20px 36px;
  color: #274b66;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-modal {
    width: min(100%, 905px);
    padding: 80px 120px;
  }
}

.course-modal::backdrop {
  background: rgba(56, 72, 81, 0.56);
}

.course-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #1f4d74;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .course-modal__close {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: 36px;
    right: 36px;
  }
}

.course-modal__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .course-modal__body {
    gap: 40px;
  }
}

.course-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course-modal__title {
    display: inline-block;
    font-size: 22px;
    margin-right: 12px;
  }
}

.course-modal__wrap > .course-modal__text {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0px 16px;
}
@media screen and (min-width: 768px) {
  .course-modal__wrap > .course-modal__text {
    margin: 0;
    display: inline;
    font-size: 16px;
    font-family: "Noto Sans JP";
  }
}

.course-modal__items {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 8px;
}
@media screen and (min-width: 768px) {
  .course-modal__items {
    margin-top: 20px;
    gap: 10px 24px;
  }
}

.course-modal__item {
  min-width: 0;
}

.course-modal__tab {
  display: block;
  text-align: center;
  background: #66b1c5;
  color: #fff;
  border-radius: 4px;
  padding: 10px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .course-modal__tab {
    padding: 5px 8px;
    font-size: 16px;
    border-radius: 4px;
  }
}

.course-modal__item > .course-modal__text {
  margin-top: 10px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .course-modal__item > .course-modal__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.45;
  }
}

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

.content-wrap2 {
  padding: 34px 11px 37px 16px;
}
@media screen and (min-width: 768px) {
  .content-wrap2 {
    padding: 30px 152px 40px;
  }
}

.course__text-wrap.wrap2 {
  margin-left: 1px;
}

.wrap2 .course__text {
  margin-block-start: 13px;
}

.content2 {
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .content2 {
    gap: 27px;
  }
}

.floating-contact {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #66b1c5;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(39, 75, 102, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
@media screen and (min-width: 768px) {
  .floating-contact {
    right: 24px;
    bottom: 24px;
  }
}
.floating-contact.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .floating-contact {
    transform: none;
    transition: opacity 0.15s ease, visibility 0.15s;
  }
  .floating-contact.is-visible {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .floating-contact:hover {
    background: #5aa3b6;
  }
}

.floating-contact__icon {
  display: block;
  width: 27px;
  height: 21px;
}
.floating-contact__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floating-contact__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 374px) {
  .reason__inner {
    padding-inline: 16px;
  }
  .reason__head {
    padding-right: 0;
  }
  .reason__card-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .reason__card-image img {
    height: auto;
  }
  .cta2 {
    padding-inline: 16px;
  }
  .cta2__wrap {
    padding-inline: 16px;
  }
  .cta2__title {
    font-size: 22px;
    line-height: 1.5;
    padding-inline: 4px;
    letter-spacing: 0.04em;
  }
  .cta2__message {
    font-size: 16px;
  }
  .cta2__tel-number {
    font-size: 30px;
  }
  .cta2__button.button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-block: 18px;
    padding-inline: 14px;
    gap: 8px;
  }
  .cta2__button.button .cta2-text {
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
  }
  .fv {
    padding-inline: 12px 16px;
  }
  .fv__inner,
  .fv__slider-container {
    max-width: 100%;
  }
  .fv__items .fv__title-sub-wrap {
    transform: translateX(-10px);
  }
  .fv__items .fv__button,
  .fv__button {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding-block: 18px;
  }
  .fv__items .fv__button .header__button-text,
  .fv__button .header__button-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .cta1__button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-block: 18px;
    padding-inline: 14px;
    gap: 8px;
  }
  .cta1__button .header__button-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact {
    padding-inline: 16px;
  }
  .contact__button .button__contact {
    white-space: nowrap;
  }
  .course__inner,
  .faq__inner {
    padding-inline: 16px;
  }
  .course-tabs__content .js-modal-open .tabs-button-text {
    white-space: nowrap;
  }
  .about__inner {
    padding-inline: 12px;
  }
  .about__item-text-main {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
  }
  .about__item-image {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  .header__inner {
    padding-inline: 12px 16px;
  }
  .header__logo {
    width: min(160px, 48vw);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #274B66;
  padding-top: 62px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */