@charset "UTF-8";
/*-----------------------------------------------
variables
-----------------------------------------------*/
:root {
  --color-brand: #000000;
  --color-brand-sub: #ffffff;
  --color-text: #333333;
  --color-text-sub: #666666;
  --color-nav: #000000;
  --color-required: #FF0000;
  --font-family-base: Noto Sans JP, sans-serif;
  --font-family-title: Noto Sans JP, sans-serif;
  --font-size-base: 1.6rem;
  --font-size-section-title--ja: 2rem;
  --font-size-section-title--en: 1.8rem;
  --font-size-page-title: 2.4rem;
  --line-height-base: 1.6;
  --container-max-width: 670px;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  overflow-x: hidden;
}

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

a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover, a:focus {
    opacity: 0.8;
  }
}

.container {
  width: 670px;
  margin-inline: auto;
}
.container__inner {
  padding: 80px 0;
}
@media (width < 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.section--white {
  color: var(--color-text-white);
}
.section--center {
  text-align: center;
}
.section__title {
  text-align: center;
}
.section__title .ja,
.section__title .en {
  display: block;
}
.section__title .ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #BB1A33;
}
.section__title .en {
  font-family: "Oswald", sans-serif;
  font-size: 96px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
@media (width < 768px) {
  .section__title .ja {
    font-size: 32px;
  }
  .section__title .en {
    font-size: 72px;
  }
}

.w-1204 {
  max-width: 1204px;
  margin-inline: auto;
  width: 100%;
}

.w-409 {
  max-width: 409px;
  margin-inline: auto;
  width: 100%;
}

.w-670 {
  max-width: 670px;
  margin-inline: auto;
  width: 100%;
}

.w-922 {
  max-width: 922px;
  margin-inline: auto;
  width: 100%;
}

.mb-80 {
  margin-bottom: 80px;
}

.sp-br {
  display: none;
}
@media (width < 768px) {
  .sp-br {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (width < 1050px) {
  .pc-only {
    display: none;
  }
}

.center {
  text-align: center;
}

.fsz-12 {
  font-size: 12px;
}

.fsz-14 {
  font-size: 14px;
}

.sp-only {
  display: none;
}
@media (width < 1050px) {
  .sp-only {
    display: block;
  }
}

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #BB1A33;
  color: #fff;
  padding: 22px 42px 23px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  line-height: 1.46;
}
.btn--left {
  text-align: left;
}
.btn:after {
  content: "";
  width: 33px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .btn:hover, .btn:focus {
    opacity: 0.8;
  }
}
@media (width < 768px) {
  .btn {
    padding: 13px;
    font-size: 16px;
  }
  .btn:after {
    width: 19px;
    right: 20px;
  }
}

.btn-wrap {
  max-width: 600px;
  margin-inline: auto;
}
@media (width < 768px) {
  .btn-wrap {
    max-width: 351px;
    margin-inline: auto;
  }
}

.news__slider {
  max-width: 915px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.news__slider .swiper_01 {
  flex: 1 1 auto;
}
.news__slider .swiper-button-prev,
.news__slider .swiper-button-next {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.news__slider .swiper-button-prev.is-hidden {
  display: none;
}
.news__slider .swiper-button-prev::after,
.news__slider .swiper-button-next::after {
  cursor: pointer;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.news__slider .swiper-button-prev::after {
  border-bottom: 53px solid transparent;
  border-right: 40px solid #000;
  border-top: 53px solid transparent;
}
.news__slider .swiper-button-next::after {
  border-bottom: 53px solid transparent;
  border-left: 40px solid #000;
  border-top: 53px solid transparent;
}
@media (width < 768px) {
  .news__slider {
    flex-direction: column;
    gap: 0;
  }
  .news__slider .swiper_01 {
    width: 100%;
    order: 1;
  }
  .news__slider .swiper-button-prev {
    display: none;
  }
  .news__slider > .swiper-button-next {
    display: none;
  }
}

.swiper_01 {
  max-width: 790px;
  margin-inline: auto;
  position: relative;
}
.swiper_01 .swiper-wrapper {
  display: flex;
}
.swiper_01 .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper_01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_01 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
@media (width < 768px) {
  .swiper_01 .swiper-pagination {
    display: none;
  }
}
.swiper_01 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #D9D9D9;
}
.swiper_01 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper_01__nav-container .swiper-button-next {
  display: none;
}
@media (width < 768px) {
  .swiper_01__nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: 60px;
  }
  .swiper_01__nav-container .swiper-pagination {
    margin: 0;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  .swiper_01__nav-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #D9D9D9;
  }
  .swiper_01__nav-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .swiper_01__nav-container .swiper-button-next {
    display: block !important;
    position: relative;
    width: 19px;
    height: 52px;
    margin: 0;
    margin-left: 20px;
    flex-shrink: 0;
  }
  .swiper_01__nav-container .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #000;
    border-top: 26px solid transparent;
    cursor: pointer;
  }
}

.yuru__slider {
  max-width: 915px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.yuru__slider .swiper_02 {
  flex: 1 1 auto;
}
.yuru__slider .swiper-button-prev-yuru,
.yuru__slider .swiper-button-next-yuru {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.yuru__slider .swiper-button-prev-yuru::after,
.yuru__slider .swiper-button-next-yuru::after {
  cursor: pointer;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.yuru__slider .swiper-button-prev-yuru::after {
  border-bottom: 53px solid transparent;
  border-right: 40px solid #000;
  border-top: 53px solid transparent;
}
.yuru__slider .swiper-button-next-yuru::after {
  border-bottom: 53px solid transparent;
  border-left: 40px solid #000;
  border-top: 53px solid transparent;
}
@media (width < 768px) {
  .yuru__slider {
    flex-direction: column;
    gap: 30px;
  }
  .yuru__slider .swiper-button-prev-yuru,
.yuru__slider .swiper-button-next-yuru {
    display: none;
  }
  .yuru__slider .swiper_02 {
    width: 100%;
  }
}

.swiper_02 {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 50px;
  position: relative;
}
.swiper_02 .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.swiper_02 .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper_02 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_02 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.swiper_02 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #D9D9D9;
}
.swiper_02 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
@media (width < 768px) {
  .swiper_02 {
    margin-bottom: 0;
  }
  .swiper_02 .swiper-wrapper {
    display: block;
  }
  .swiper_02 .swiper-slide {
    width: 100%;
    margin-bottom: 30px;
  }
  .swiper_02 .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .swiper_02 .swiper-pagination {
    display: none;
  }
  .swiper_02 p {
    font-size: 11px;
    padding: 7px 0;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.modal__img {
  width: 100%;
  height: 100%;
}
.modal__img img {
  width: 100%;
  height: auto;
  display: block;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.modal__close:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media (width < 768px) {
  .modal__inner {
    max-width: 95%;
    max-height: 95%;
  }
  .modal__close {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (width < 768px) {
  .modal.facility-modal.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
  }
  .modal.facility-modal .modal__inner {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    padding: 60px 20px 20px;
    min-height: 100vh;
  }
  .modal.facility-modal .modal__img {
    width: 100%;
    height: auto;
  }
  .modal.facility-modal .modal__img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  .modal.facility-modal .modal__close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }
  .modal.facility-modal .modal__close:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}

/*-----------------------------------------------
header
-----------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  font-size: var(--font-size-base);
  transition: 0.3s;
  background: #fff;
}
.header__logo {
  position: relative;
  z-index: 999;
  margin-left: 2.5694444444%;
  width: 319px;
  min-width: 319px;
  max-width: 319px;
  transition: 0.3s;
}
.header__inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 768px) {
  .header__logo {
    min-width: 222px;
    max-width: 222px;
    width: 222px;
  }
  .header__inner {
    align-items: center;
  }
}

.nav {
  width: 75vw;
  margin-right: 42px;
}
.nav__list {
  text-align: center;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.nav.is-active {
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
  color: #000000;
  background: #fff;
  text-align: center;
}
.nav__item {
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
  color: var(--color-nav);
  margin-left: 35px;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item:last-child {
  margin-right: 40px;
}
.nav__item a {
  display: block;
  width: 100%;
}
@media (width < 1050px) {
  .nav {
    margin-right: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 70px;
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav__item {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #00205c;
  }
  .nav__item:last-child, .nav__item:nth-last-child(2) {
    border-bottom: none;
  }
  .nav__item:nth-last-child(2) {
    width: auto;
    margin-right: auto;
  }
  .nav__item:last-child {
    margin: 0 auto;
  }
}
@media (width < 768px) {
  .nav__item:last-child {
    max-width: 238px;
  }
  .nav__item:last-child a {
    font-size: 10px;
  }
}

.sns__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sns__item img {
  width: 32px;
  height: 32px;
}

.burger {
  --opacity: 1;
  --rotate: 0;
  --translate: 0.6rem;
  position: fixed;
  top: 0;
  right: 47px;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  display: none;
}
.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
  position: fixed;
}
.burger span {
  width: 20px;
  height: 1px;
  border-radius: 4px;
  background-color: var(--color-text);
  grid-area: 1/1/-1/-1;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}
.burger span:nth-child(1) {
  opacity: var(--opacity);
}
.burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}
.burger__text {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  bottom: 4px;
}
@media (width < 1050px) {
  .burger {
    display: grid;
    right: 0;
  }
}

.cta-list {
  display: none;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  position: fixed;
  bottom: -1px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  margin-top: 58px;
  margin-bottom: 160px;
}
.fv__img {
  margin-bottom: 40px;
}
@media (width < 768px) {
  .fv {
    margin-bottom: 60px;
  }
}

/*-----------------------------------------------
plan
-----------------------------------------------*/
.plan {
  margin-bottom: 148px;
}
.plan__title {
  max-width: 690px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.plan__table {
  margin-bottom: 160px;
  margin-bottom: 80px;
}
.plan__flower {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  .plan {
    margin-bottom: 94px;
  }
  .plan__title {
    max-width: 355px;
    margin-bottom: 70px;
  }
  .plan__table {
    margin-bottom: 40px;
  }
  .plan__flower {
    margin-inline: auto;
    max-width: 82.0512820513%;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 70px;
  }
}

/*-----------------------------------------------
facility
-----------------------------------------------*/
.facility {
  margin-bottom: 150px;
}
.facility__title {
  margin-bottom: 80px;
}
.facility__detail {
  display: none;
}
@media (width < 768px) {
  .facility__detail {
    display: block;
    max-width: 100%;
    margin: 0 20px 40px;
    text-align: center;
  }
  .facility__detail-img {
    border-radius: 6px;
    overflow: hidden;
  }
  .facility__detail-img img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    transition: opacity 0.3s ease;
  }
}
.facility__inner {
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
}
.facility__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/180;
}
.facility__img a {
  position: relative;
  display: block;
  cursor: pointer;
}
.facility__img a::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width < 768px) {
  .facility {
    margin-bottom: 120px;
  }
  .facility__title {
    margin-bottom: 40px;
  }
  .facility__inner {
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
  }
  .facility__img {
    max-width: 69px;
    flex: 1 1 calc(25% - 6px);
    min-width: 69px;
  }
}

/*-----------------------------------------------
feature
-----------------------------------------------*/
.feature {
  margin-bottom: 123px;
}
.feature .marker {
  background: linear-gradient(transparent 83%, #BB1A33 17%);
}
.feature__list {
  margin-top: 106px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.feature__item .feature__flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 104px;
}
.feature__item:nth-child(even) .feature__flex {
  flex-direction: row-reverse;
}
.feature__img {
  max-width: 460px;
}
.feature__textbox {
  max-width: 509px;
}
.feature__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature__point {
  max-width: 200px;
}
.feature__main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.feature__main--sp {
  display: none;
}
.feature__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}
@media (width < 1050px) {
  .feature__item {
    width: 100%;
    margin-inline: auto;
  }
  .feature__item:nth-child(even) .feature__flex {
    flex-direction: column-reverse;
  }
  .feature__flex, .feature__flex--reverse {
    padding: 0 30px;
    flex-direction: column-reverse;
  }
  .feature__textbox, .feature__img {
    max-width: 100%;
  }
}
@media (width < 768px) {
  .feature {
    margin-bottom: 92px;
  }
  .feature__list {
    gap: 80px;
  }
  .feature__point {
    max-width: 137px;
  }
  .feature__main {
    font-size: 28px;
    line-height: 1.5714285714;
  }
  .feature__text {
    font-size: 14px;
    line-height: 2;
  }
  .feature__main--pc {
    display: none;
  }
  .feature__main--sp {
    display: block;
  }
  .feature__img02 img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 403/158;
  }
}

/*-----------------------------------------------
news
-----------------------------------------------*/
.news {
  position: relative;
  margin-bottom: 62px;
}
.news__inner {
  background-color: #F5F5F5;
  padding: 85px 0 120px;
  margin-bottom: 62px;
}
.news__title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.news__flex {
  margin-top: 5px;
  display: flex;
  gap: 40px;
}
.news__img {
  max-width: 254px;
}
.news__sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.news__name {
  font-size: 24px;
  margin-left: 14px;
}
.news__textbox {
  max-width: 499px;
}
.news__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
.news__text--01 {
  margin-bottom: 20px;
}
@media (width < 768px) {
  .news__title {
    top: -40px;
  }
  .news__flex {
    width: 80.2564102564%;
    margin-inline: auto;
    flex-direction: column;
  }
  .news__img {
    margin-inline: auto;
  }
  .news__sub-title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
  .news__name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .news__btn {
    font-size: 14px;
  }
}

/*-----------------------------------------------
yuru
-----------------------------------------------*/
.yuru {
  background: #5AC6E2;
  padding: 33px 0 130px;
}
.yuru__inner {
  max-width: 950px;
  margin-inline: auto;
}
.yuru__img {
  max-width: 950px;
  margin-bottom: 40px;
}
.yuru__text {
  max-width: 626px;
  margin-inline: auto;
  margin-bottom: 22px;
}
.yuru__last {
  max-width: 700px;
  margin-inline: auto;
}
@media (width < 768px) {
  .yuru__slider, .yuru__last {
    max-width: 330px;
    margin-inline: auto;
  }
  .yuru__slider {
    margin-bottom: 40px;
  }
  .yuru__text {
    max-width: 330px;
    margin-inline: auto;
    margin-bottom: 28px;
  }
}

/*-----------------------------------------------
lesson
-----------------------------------------------*/
.lesson__title {
  margin-top: -60px;
  margin-bottom: 50px;
}
.lesson__text {
  text-align: center;
  margin-bottom: 75px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
.lesson__inner {
  max-width: 1369px;
  padding: 0 20px;
  margin-inline: auto;
  margin-bottom: 160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lesson__inner img {
  height: revert-layer;
}
@media (width < 1050px) {
  .lesson__inner img {
    height: auto;
  }
}
@media (width < 768px) {
  .lesson__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*-----------------------------------------------
join
-----------------------------------------------*/
.join {
  margin-bottom: 120px;
}
.join__title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 10px solid #BB1A33;
  padding-bottom: 9px;
  margin-bottom: 62px;
}
.join__inner {
  max-width: 1037px;
  padding: 0 20px;
  margin-inline: auto;
}
.join__flex {
  display: flex;
  gap: 10px;
}
.join__item {
  color: #fff;
  background: #BB1A33;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 19px 24px;
  display: block;
}
.join__item--credit {
  background: #BCBCBC;
}
@media (hover: hover) {
  .join__item--credit:hover, .join__item--credit:focus {
    background: #BB1A33;
    opacity: 1;
  }
}
.join__img {
  margin-bottom: 37px;
}
.join__textbox {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.join__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (width < 768px) {
  .join {
    margin-bottom: 80px;
  }
  .join__item {
    font-size: 14px;
    line-height: 2.2857142857;
    padding: 7px 22px;
  }
  .join__text {
    font-size: 12px;
    line-height: 2.6666666667;
  }
}

/*-----------------------------------------------
instagram
-----------------------------------------------*/
.instagram {
  padding: 126px 0 116px;
  background-image: url(../img/instagram/instagram_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.instagram__inner {
  max-width: 697px;
  padding: 0 20px;
  margin-inline: auto;
}
.instagram__text {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.instagram__btn {
  max-width: 480px;
  margin-inline: auto;
}
@media (width < 768px) {
  .instagram__text {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
}

/*-----------------------------------------------
store
-----------------------------------------------*/
.store {
  padding: 128px 0 114px;
  background: #F1F2F4;
}
.store__title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 10px solid #BB1A33;
  padding-bottom: 9px;
  margin-bottom: 62px;
}
.store__flex {
  max-width: 922px;
  margin-inline: auto;
  display: flex;
  gap: 38px;
}
.store__map {
  max-width: 486px;
  width: 100%;
}
.store__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 484/404;
}
.store__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.store__item {
  display: flex;
  gap: 26px;
}
.store__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  width: 120px;
  min-width: 120px;
  height: 32px;
  background: #BB1A33;
  color: #fff;
}
.store__item dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.store__item dd > div {
  margin-bottom: 16px;
}
.store .sns {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media (width < 1050px) {
  .store {
    padding-inline: 20px;
  }
  .store__flex {
    flex-direction: column-reverse;
  }
  .store__map {
    max-width: 100%;
  }
}
@media (width < 768px) {
  .store__list {
    gap: 40px;
  }
  .store__item {
    gap: 20px;
  }
  .store__item dt {
    font-size: 12px;
    width: 82px;
    min-width: 82px;
  }
  .store__item dd {
    font-size: 14px;
  }
}

/*-----------------------------------------------
price
-----------------------------------------------*/
.price {
  padding: 128px 0 114px;
}
.price__title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 10px solid #BB1A33;
  padding-bottom: 9px;
  margin-bottom: 62px;
}
.price__inner {
  max-width: 1032px;
  padding: 0 20px;
  margin-inline: auto;
}

/*footer
-----------------------------------------------*/
.footer {
  background: #00205C;
  padding: 18px;
  color: #fff;
}
.footer__list {
  width: 100%;
  max-width: 402px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
.footer__item {
  text-align: center;
  font-size: 10.8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-right: 1px solid #fff;
  width: 33.3333333333%;
}
.footer__item:last-child {
  border-right: none;
}
.footer__item:hover {
  opacity: 0.8;
}
.footer a {
  display: block;
  width: 100%;
}
@media (width < 768px) {
  .footer {
    padding: 14px 0 20px;
    font-size: 9px;
  }
  .footer__list {
    max-width: 335px;
  }
  .footer__item {
    font-size: 9px;
  }
}
/*# sourceMappingURL=style.css.map */