
/* ==================================================
   FV
================================================== */

/* FV YOYOGI */
.fv {
  --fv-color: #faf8e9;
}

.fv__main {
  background-image: url("../image/main/1st_yoyogi_bg.webp");
}

@media (max-width: 480px) {
  .fv__main {
    background-position: 65% center;
  }
}

/* ==================================================
   CONCEPT
================================================== */

.kids-concept {
position: relative;
  overflow: hidden;
  background: #faf8e9;
}

.kids-concept__inner {
position: relative;
  width: 100%;
  min-height: 710px;
  padding: 100px 20px 100px;
  box-sizing: border-box;
}

.kids-concept__content {
position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin: 0 auto;
}

.kids-concept__logo {
width: min(100%, 500px);
  margin: 0 auto 70px;
  text-align: center;
}

.kids-concept__logo img {
display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.kids-concept__text {
width: 100%;
}

.kids-concept__text p {
margin: 0 0 15px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.06em;
}

.kids-concept__text p:nth-child(3) {
margin-bottom: 20px;
}

.kids-concept__text p:nth-child(4) {
margin-bottom: 28px;
}

.kids-concept__text p:last-child {
margin-bottom: 0;
}

.kids-concept__deco {
position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.kids-concept__deco--left-top {
top: 35px;
  left: 0;
  width: 230px;
}

.kids-concept__deco--right-top {
top: 35px;
  right: 0;
  width: 220px;
}

.kids-concept__deco--left-bottom {
bottom: 20px;
  left: 0;
  width: 220px;
}

.kids-concept__deco--right-bottom {
right: 0;
  bottom: 15px;
  width: 230px;
}

@media (max-width: 900px) {

  .kids-concept__inner {
  min-height: auto;
      padding: 70px 30px;
  }

  .kids-concept__content {
  width: min(100%, 590px);
  }

  .kids-concept__logo {
  width: min(80%, 460px);
  }

  .kids-concept__deco--left-top,
  .kids-concept__deco--right-top,
  .kids-concept__deco--left-bottom,
  .kids-concept__deco--right-bottom {
  width: 170px;
  }
}

@media (max-width: 767px) {

  .kids-concept__inner {
  padding: 80px 24px 80px;
  }

  .kids-concept__content {
  width: 100%;
  }

  .kids-concept__logo {
  width: min(86%, 360px);
      margin-bottom: 46px;
  }

  .kids-concept__text {
  position: relative;
      z-index: 2;
  }

  .kids-concept__text p {
  font-size: 14px;
      line-height: 2;
      letter-spacing: 0.04em;
  }

  .kids-concept__deco--left-top {
  top: 18px;
      left: -15px;
      width: 105px;
  }

  .kids-concept__deco--right-top {
  top: 18px;
      right: -15px;
      width: 105px;
  }

  .kids-concept__deco--left-bottom {
  bottom: 10px;
      left: -20px;
      width: 110px;
  }

  .kids-concept__deco--right-bottom {
  right: -20px;
      bottom: 10px;
      width: 110px;
  }
}

@media (max-width: 400px) {

  .kids-concept__inner {
  padding-right: 20px;
      padding-left: 20px;
  }

  .kids-concept__logo {
  width: 82%;
  }

  .kids-concept__text p {
  font-size: 11px;
  }
}

/* ==================================================
   INFINITE SLIDER
================================================== */

.infinite-slider {
width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
background: linear-gradient(
  to bottom,
  #faf8e9 60%,
  #f9f9f9 60%
);
}

.slider-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: slide-left 35s linear infinite;
}

.slider-track img {
  display: block;
  height: 300px;
  width: auto;
  flex: 0 0 auto;
}


@keyframes slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 5px), 0, 0);
  }
}

@media (max-width: 768px) {

  .slider-track img {
  height: 170px;
  }
}

/* ==================================================
   LOCATION
================================================== */

.location {
padding: 80px 20px;
  background-image: url("../image/main/yoyogi_park_back.webp");
  background-size: cover;
}

.location__header {
text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.location__header img {
width: 130px;
}

.location__heading {
position: relative;
  margin-top: 5px;
}

.location__heading h2 {
font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 10;
  position: relative;
  margin: 0;
  padding-top: 10px;
  color: #222;
}

.location__heading .en {
font-size: 72px;
  font-weight: 900;
  color: #ffe84b;
  margin: 0;
  letter-spacing: -1px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.location__content {
display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.location__info {
background: #fff;
  border-radius: 27px;
  padding: 40px 60px;
  position: relative;
  z-index: 2;
  box-shadow: 4px 4px 0 #ffe84b;
  max-width: 460px;
}

.location__info_chara {
position: absolute;
  margin: 0;
  max-width: 130px;
  top: -57px;
  left: -20px;
}

.location__park-title {
width: 100%;
  margin: 0 0 30px;
  text-align: center;
  color: #111;
}

.location__park-kana {
margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.location__park-name {
margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.location__park-by {
margin: 13px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {

  .location__park-title {
  margin-bottom: 24px;
  }

  .location__park-kana {
  margin-bottom: 7px;
      font-size: 10px;
  }

  .location__park-name {
  font-size: clamp(27px, 9vw, 38px);
      letter-spacing: -0.045em;
  }

  .location__park-by {
  margin-top: 10px;
      font-size: 9px;
  }
}

.location__detail {
line-height: 1.5;
}

.location__detail dl {
display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
}

.location__detail dt {
font-weight: bold;
}

.location__detail dd {
margin: 0;
}

.location__detail dd {
grid-column: 2;
}

.location__link {
display: block;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 31px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  width: 180px;
  margin: 40px auto 0;
}

.location__image {
position: relative;
}

.location__image_img {
width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 5px 5px 0 #ffe84b;
}

.location__image_chara {
position: absolute;
  right: 30px;
  top: -45px;
  max-width: 75px;
}

.location__info {
margin-right: -80px;
}

@media (max-width: 1024px) {

  .location__content {
  gap: 0;
  }

  .location__info {
  width: 48%;padding: 34px 40px;
  }

  .location__image {
  width: 58%;
  }
}

@media (max-width: 768px) {

  .location__header {
  margin-bottom: 48px;
  }

  .location__header img {
  width: 78px;
  }

  .location__heading .en {
  font-size: clamp(36px, 11vw, 50px); line-height: 1;
  }

  .location__heading h2 {
  padding-top: 8px; font-size: 16px; letter-spacing: .25em;
  }

  .location {
  padding: 64px 16px;
  }

  .location__content {
  flex-direction: column-reverse; gap: 0; padding: 0 0 30px;
  }

  .location__info,
  .location__image {
  width: 100%; max-width: 560px;
  }

  .location__image_img {
  border-radius: 14px 14px 0 0; box-shadow: none;
  }

  .location__info {
  margin: 0;
      padding: 32px 20px 26px;
      border-radius: 0 0 14px 14px;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .location__detail dl {
  grid-template-columns: 76px minmax(0, 1fr); gap: 10px 8px; font-size: 12px;
  }

  .location__link {
  width: min(100%, 220px); margin-top: 28px;
  }

  .location__info_chara {
  width: 82px; top: -36px; left: -4px;
  }

  .location__image_chara {
  right: 10px; top: -27px; width: 46px; z-index: 3;
  }
}

@media (max-width: 480px) {

  .location__heading .en {
  font-size: 35px;
  }

  .location__heading h2 {
  font-size: 14px;
  }
}

/* ==================================================
   GOOGLE MAP
================================================== */

@media (max-width: 768px) {

  .kis-gmap-wrap iframe {
  display: block; height: 320px !important;
  }
}

/* ==================================================
   MOTTO
================================================== */

.motto {
position: relative;
  padding: 110px 20px 120px;
  overflow: hidden;
  background: #faf8f0;
}

.motto__inner {
width: min(100%, 1100px);
  margin: 0 auto;
}

.motto__heading-line {
display: block;
  width: 55px;
  height: 3px;
  margin: 28px auto 0;
  background: #ffd600;
}

.motto__cards {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.motto-card {
position: relative;
  min-height: 500px;
  padding: 44px 34px 42px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
  z-index: 10;
}

.motto-card__number {
position: absolute;
  top: 30px;
  left: 30px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #111;
  background: #ffd600;
  border-radius: 50%;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.motto-card__visual {
display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin: 20px auto 25px;
}

.motto-card__visual img {
display: block;
  max-width: 150px;
  max-height: 134px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.motto-card__title {margin: 0;color: #111;font-family: "Archivo Black", sans-serif;font-size: 34px;line-height: 1.2;letter-spacing: -0.02em;}

.motto-card__jp {
margin: 9px 0 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.motto-card__line {
display: block;
  width: 34px;
  height: 3px;
  margin: 25px auto;
  background: #ffd600;
}

.motto-card__text {
margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {

  .motto__cards {
  gap: 20px;
  }

  .motto-card {
  padding-right: 24px;
      padding-left: 24px;
  }

  .motto-card__title {
  font-size: 26px;
  }

  .motto-card__text {
  font-size: 14px;
  }
}

@media (max-width: 767px) {

  .motto {
  padding: 75px 16px 85px;
  }

  .motto__heading-line {
  width: 45px;
      margin-top: 22px;
  }

  .motto__cards {
  grid-template-columns: 1fr;
      gap: 22px;
  }

  .motto-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  grid-template-areas:
  "visual title"
  "visual jp"
  "visual line"
  "visual text";
  align-items: center;
  min-height: 0;
  padding: 43px 24px 37px;
  text-align: left;
  }

  .motto-card__number {
  top: 22px;
      left: 22px;
      width: 40px;
      height: 40px;
      font-size: 16px;
  }

  .motto-card__visual {
  grid-area: visual;
      width: 115px;
      height: 150px;
      margin: 18px 15px 0 0;
  }

  .motto-card__visual img {
  max-width: 110px;
      max-height: 125px;
  }

  .motto-card__title {
  grid-area: title;
      align-self: end;
      font-size: 29px;
  }

  .motto-card__jp {
  grid-area: jp;
      align-self: start;
      margin-top: 5px;
      font-size: 14px;
  }

  .motto-card__line {
  grid-area: line;
      width: 32px;
      margin: 18px 0;
  }

  .motto-card__text {
  grid-area: text;
      align-self: start;
      font-size: 13px;
      line-height: 1.9;
  }
}

@media (max-width: 420px) {

  .motto-card {
  grid-template-columns: 120px minmax(0, 1fr);
      padding-right: 18px;
      padding-left: 18px;
  }

  .motto-card__visual {
  width: 95px;
  }

  .motto-card__visual img {
  max-width: 100px;
  }

  .motto-card__title {
  font-size: 29px;
  }

  .motto-card__text {
  font-size: 13px;
  }
}

.price__dot {
position: absolute;
  z-index: 1;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: radial-gradient(#ffd900 3px, transparent 3px);
  background-size: 16px 16px;
  opacity: 0.65;
  pointer-events: none;
}

.price__dot--1 {
top: 70px;
  left: -70px;
}

.price__dot--2 {
top: 300px;
  right: -85px;
  transform: scale(0.8);
}

.price__dot--3 {
bottom: 320px;
  left: -90px;
  transform: scale(0.7);
}

.price__dot--4 {
right: -60px;
  bottom: 70px;
  transform: scale(0.95);
}

@media (max-width: 768px) {

  .price__dot {
  width: 150px;
      height: 150px;
      background-size: 13px 13px;
      opacity: 0.45;
  }

  .price__dot--1 {
  top: 35px;
      left: -65px;
  }

  .price__dot--2 {
  top: 420px;
      right: -70px;
  }

  .price__dot--3 {
  bottom: 350px;
      left: -75px;
  }

  .price__dot--4 {
  right: -70px;
      bottom: 40px;
  }
}

/* ==================================================
   LESSON GUIDE
================================================== */

.lesson-guide {
padding: 110px 20px 250px;
  position: relative;
  overflow: hidden;
  background: white;
}

.lesson-guide__inner {
width: min(100%, 1100px);
  margin: 0 auto;
}

.lesson-guide__features {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 120px;
}

.lesson-feature {
min-height: 255px;
  box-sizing: border-box;
}

.lesson-feature__number {
position: relative;
  display: inline-block;
  margin: 0 0 24px;
  color: #ffc900;
  font-family: "Archivo Black", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.lesson-feature__number::after {
content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #ffc900;
}

.lesson-feature__title {margin: 0 0 24px;color: #111;font-size: 30px;font-weight: 700;line-height: 1.45;}

.lesson-feature__text {color: #111;font-size: 14px;line-height: 2;}

.lesson-feature__text p {
margin: 0 0 16px;
}

.lesson-feature__text p:last-child {
margin-bottom: 0;
}

.lesson-classes__heading {
align-items: center;
  margin-bottom: 40px;
}

.lesson-classes__title {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  white-space: nowrap;
}

.lesson-classes__title::before,
.lesson-classes__title::after {
content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.lesson-classes__title::before {
margin-right: 10px;
}

.lesson-classes__title::after {
margin-left: 10px;
}

.lesson-classes__title span {color: #111;font-size: 23px;font-weight: 700;}

.lesson-classes__title strong {color: #f5bd00;font-size: 26px;font-weight: 700;}

.lesson-classes {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 15px;margin-bottom: 90px;}

.lesson-class {
display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid;
  border-radius: 7px;
}

.lesson-class--preschool {
border-color: #ee747c;
}

.lesson-class--elementary {
border-color: #1484db;
}

.lesson-class__body {
position: relative;
  padding: 40px 30px 35px;
  box-sizing: border-box;
}

.lesson-class__label {width: 85%;margin: 0 auto 30px;padding: 7px 10px;border-radius: 999px;color: #fff;font-size: 18px;font-weight: 700;text-align: center;}

.lesson-class--preschool .lesson-class__label {
background: #ee747c;
}

.lesson-class--elementary .lesson-class__label {
background: #0580d8;
}

.lesson-class__details {
display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 26px;
}

.lesson-class__details > div {
min-width: 0;
  padding: 0 14px;
}

.lesson-class__details > div + div {
border-left: 1px solid #ddd;
}

.lesson-class__small {
margin: 0 0 10px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lesson-class__age-main {margin: 0;color: #111;font-size: 18px;font-weight: 600;line-height: 1.4;}

.lesson-class__note {
margin: 6px 0 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.lesson-class__minutes {
display: flex;
  align-items: flex-end;
  margin: 0;
  line-height: 1;
}

.lesson-class__minutes strong {font-size: 42px;font-weight: 700;}

.lesson-class__minutes span {
margin: 0 0 5px 3px;
  font-size: 13px;
  font-weight: 900;
}

.lesson-class--preschool .lesson-class__minutes {
color: #eb5e6b;
}

.lesson-class--elementary .lesson-class__minutes {
color: #087fcf;
}

.lesson-class__schedule {
margin: 10px 0 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.lesson-class__price-main {margin: 18px 0 0;color: #111;font-size: 28px;font-weight: 600;white-space: nowrap;letter-spacing: -1px;}

.lesson-class__price-main span {
margin-right: 2px;
  font-size: 16px;
}

.lesson-class__description {
margin: 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.lesson-info {
margin-top: 20px;
  z-index: 10;
  position: relative;
}

.lesson-info__heading {
display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.lesson-info__heading span {
height: 1px;
  background: #ccc;
}

.lesson-info__heading h3 {margin: 0;color: #111;font-size: 21px;font-weight: 700;letter-spacing: 0.08em;}

.lesson-info__list {
margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
}

.lesson-info__row {
display: grid;
  grid-template-columns: 220px 1fr;
}

.lesson-info__row + .lesson-info__row {
border-top: 1px solid #ddd;
}

.lesson-info__row dt,
.lesson-info__row dd {
margin: 0;
  padding: 20px 32px;
  box-sizing: border-box;
}

.lesson-info__row dt {display: flex;align-items: center;justify-content: center;border-right: 1px solid #ddd;color: #111;font-size: 17px;font-weight: 600;text-align: center;}

.lesson-info__row dd {color: #111;font-size: 14px;line-height: 1.6;}

.lesson-info__row dd small {
display: block;
  margin-top: 5px;
  color: #555;
  font-size: 12px;
}

@media (max-width: 960px) {

  .lesson-feature {
  padding: 0 30px;
  }

  .lesson-class {
  grid-template-columns: 40% 60%;
  }

  .lesson-class__body {
  padding-right: 18px;
      padding-left: 18px;
  }

  .lesson-class__details > div {
  padding: 0 8px;
  }
}

@media (max-width: 767px) {

  .lesson-guide {
  padding: 75px 16px 170px;
  }

  .lesson-guide__features {
  display: block;
      margin-bottom: 45px;
  }

  .lesson-feature {
  min-height: auto;
  padding: 30px 0;
  }

  .lesson-feature + .lesson-feature {
  border-top: 1px solid #ddd;
      padding: 25px 0;
      border-left: 0;
  }

  .lesson-feature__number {
  margin-bottom: 20px;
      font-size: 28px;
  }

  .lesson-feature__title {
  margin-bottom: 15px;
      font-size: 25px;
  }

  .lesson-feature__text {
  font-size: 14px;
      line-height: 1.9;
  }

  .lesson-classes__heading {
  display: block;
      margin-bottom: 35px;
  }

  .lesson-classes__title {
  justify-content: center;
  }

  .lesson-classes__title span,
  .lesson-classes__title strong {
  font-size: 21px;
  }

  .lesson-classes {
  grid-template-columns: 1fr;
      gap: 24px;
      margin-bottom: 65px;
  }

  .lesson-class {
  grid-template-columns: 1fr;
  }

  .lesson-class__body {
  padding: 22px 13px 20px;
  }

  .lesson-class__label {
  width: 90%;
      margin-bottom: 27px;
      font-size: 16px;
  }

  .lesson-class__details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-bottom: 20px;
  }

  .lesson-class__details > div {
  padding: 0 8px;
  }

  .lesson-class__small {
  font-size: 13px;
  }

  .lesson-class__age-main {
  font-size: 15px;
  }

  .lesson-class__note {
  font-size: 10px;
  }

  .lesson-class__minutes strong {
  font-size: 38px;
  }

  .lesson-class__schedule {
  font-size: 13px;
  }

  .lesson-class__price-main {
  font-size: 25px;
  }

  .lesson-class__description {
  font-size: 14px;
      padding: 15px 10px 0;
  }

  .lesson-info__heading {
  gap: 15px;
      margin-bottom: 25px;
  }

  .lesson-info__heading h3 {
  font-size: 21px;
      white-space: nowrap;
  }

  .lesson-info__row {
  grid-template-columns: 105px 1fr;
  }

  .lesson-info__row dt,
  .lesson-info__row dd {
  padding: 18px 8px;
  }

  .lesson-info__row dt {
  font-size: 14px;
  }

  .lesson-info__row dd {
  font-size: 13px;
  }

  .lesson-info__row dd small {
  font-size: 10px;
  }
}

/* ==================================================
   SCHEDULE
================================================== */

.schedule__inner {
max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 90px;
}

.schedule__lead {
text-align: center;
  margin-bottom: 60px;
}

.schedule__lead-main {
font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.schedule__lead-sub {
font-size: 16px;
  color: #333;
}

.schedule__calendar {
background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.schedule__calendar iframe {
width: 100%;
  height: 600px;
  border: none;
  display: block;
}

.schedule {
background: #f6f1db;
  padding-top: 85px;
  
  position: relative;
}

.schedule__half-circle {
position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 160px;
  background: #f6f1db;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.schedule__visual {
position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

.schedule__chara {
width: 190px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {

  .schedule {
  padding-top: 72px;
  }

  .schedule__half-circle {
  top: -55px; width: 150px; height: 110px;
  }

  .schedule__visual {
  top: -105px;
  }

  .schedule__chara {
  width: 130px;
  }

  .schedule__inner {
  padding: 0 16px 70px;
  }

  .schedule__lead {
  margin-bottom: 32px;
  }

  .schedule__lead-main {
  margin-bottom: 16px;font-size: 16px;line-height: 1.65;
  }

  .schedule__lead-sub {
  font-size: 12px; line-height: 1.7;
  }

  .schedule__calendar {
  padding: 8px; border-radius: 10px;
  }

  .schedule__calendar > div {
  width: 100% !important;
  }

  .schedule__calendar iframe {
  height: 680px !important;
  }
}

@media (max-width: 480px) {

  .schedule__calendar iframe {
  height: 620px !important;
  }
}

/* ==================================================
   Q & A
================================================== */

.school-faq {
--faq-bg: #f8f8f8;
  --faq-yellow: #f6d847;
  --faq-black: #111;
  --faq-text: #333;
  --faq-border: rgba(17, 17, 17, 0.18);
  position: relative;
  padding: 110px 20px 120px;
  overflow: hidden;
  background: var(--faq-bg);
}

.school-faq::before {
top: 60px;
  left: -45px;
}

.school-faq::after {
right: -45px;
  bottom: 60px;
}

.school-faq__inner {
position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin: 0 auto;
}

.school-faq__heading {
margin-bottom: 60px;
}

.school-faq__heading-visual {
display: grid;
  grid-template-columns: minmax(100px, 180px) minmax(0, 1fr) minmax(100px, 180px);
  align-items: end;
  gap: 25px;
}

.school-faq__heading-content {
text-align: center;
}

.school-faq__lead {
margin: 0;
  color: var(--faq-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.school-faq__character {
margin: 0;
}

.school-faq__character img {
display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.school-faq__character--left {
transform: rotate(-3deg);
}

.school-faq__character--right {
transform: rotate(3deg);
}

.school-faq__list {
display: grid;
  gap: 12px;
}

.school-faq__item {
overflow: hidden;
  background: #fff;
  border: 1px solid var(--faq-border);
  border-radius: 12px;
  box-shadow: 0 5px 13px rgba(17, 17, 17, 0.08);
}

.school-faq__question {
margin: 0;
}

.school-faq__button {
display: grid;
  grid-template-columns: auto minmax(0, 1fr) 30px;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 68px;
  padding: 14px 20px;
  color: var(--faq-black);
  background: #fff;
  border: 0;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  transition: background 0.25s ease;
}

.school-faq__button:hover {
background: #fffdf3;
}

.school-faq__button:focus-visible {
outline: 3px solid var(--faq-black);
  outline-offset: -3px;
}

.school-faq__q {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 42px;
  color: var(--faq-yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.school-faq__q img {
display: none;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.school-faq__q:has(img[src]:not([src=""])) img {
display: block;
}

.school-faq__q:has(img[src]:not([src=""])) span {
display: none;
}

.school-faq__question-text {font-size: 15px;font-weight: 600;line-height: 1.65;letter-spacing: 0.025em;}

.school-faq__toggle {
position: relative;
  display: block;
  width: 25px;
  height: 25px;
  justify-self: end;
}

.school-faq__toggle::before,
.school-faq__toggle::after {
content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: var(--faq-black);
  border-radius: 99px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

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

.school-faq__button[aria-expanded="true"] {
background: var(--faq-yellow);
}

.school-faq__button[aria-expanded="true"] .school-faq__toggle::after {
transform: translate(-50%, -50%) rotate(0);
}

.school-faq__answer {
overflow: hidden;
}

.school-faq__answer-inner {
display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 25px 26px 27px 20px;
  border-top: 1px dashed var(--faq-border);
  background: #fff;
}

.school-faq__a {
color: var(--faq-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.school-faq__answer p {
margin: 0;
  color: var(--faq-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}

@media (max-width: 800px) {

  .school-faq {
  padding: 90px 24px 100px;
  }

  .school-faq__heading-visual {
  grid-template-columns: 120px minmax(0, 1fr) 120px;
      gap: 15px;
  }
}

@media (max-width: 767px) {

  .school-faq {
  padding: 72px 16px 82px;
  }

  .school-faq::before,
  .school-faq::after {
  width: 90px;
      height: 140px;
      background-size: 11px 11px;
  }

  .school-faq__heading {
  margin-bottom: 35px;
  }

  .school-faq__heading-visual {
  display: block;
  }

  .school-faq__character {
  display: none;
  }

  .school-faq__lead {
  font-size: 12px;
      line-height: 1.8;
  }

  .school-faq__lead br {
  display: none;
  }

  .school-faq__list {
  gap: 9px;
  }

  .school-faq__item {
  border-radius: 10px;
      box-shadow: 0 4px 10px rgba(17, 17, 17, 0.07);
  }

  .school-faq__button {
  grid-template-columns: 32px minmax(0, 1fr) 25px;
      gap: 10px;
      min-height: 62px;
      padding: 13px 14px;
  }

  .school-faq__q {
  min-width: 32px;
      font-size: 17px;
  }

  .school-faq__q img {
  width: 26px;
      height: 26px;
  }

  .school-faq__question-text {
  font-size: 13px;
      line-height: 1.6;
  }

  .school-faq__toggle {
  width: 22px;
      height: 22px;
  }

  .school-faq__toggle::before,
  .school-faq__toggle::after {
  width: 14px;
  }

  .school-faq__answer-inner {
  grid-template-columns: 30px minmax(0, 1fr);
      gap: 9px;
      padding: 20px 17px 22px 14px;
  }

  .school-faq__a {
  font-size: 17px;
  }

  .school-faq__answer p {
  font-size: 13px;
      line-height: 1.9;
  }
}

/* ==================================================
   ANIMATION / UTILITIES
================================================== */

.js-pop {
opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.2, 1.5, 0.5, 1);
}

.js-pop.is-active {
opacity: 1;
  transform: translateY(0);
}

.js-pop:nth-child(1) {
transition-delay: 0.3s;
}

.js-pop:nth-child(2) {
transition-delay: 0.6s;
}

.js-pop:nth-child(3) {
transition-delay: 0.5s;
}

.js-pop:nth-child(4) {
transition-delay: 0.6s;
}

.js-pop:nth-child(5) {
transition-delay: 0.7s;
}
