/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.site-footer-copyright p:nth-child(2){display:none!important;}
.site-footer{background:#00345d!important;color:#fff!important;border:none;}
.site-body-bottom{border-top:none;}
footer .container{border:none!important;}

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");

.hero {
  position: relative;
  width: 100vw;
  min-height: min(56.25vw, 850px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: #00345d;
  font-family: 'Hiragino Sans', 'Yu Gothic', 'Noto Sans JP';
  background-image: url("https://www.nishiachi-wakaba-juku.com/wp-content/uploads/2026/06/top_wakaba.webp");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100% - 48px));
  padding: clamp(120px, 13vw, 206px) 0 0 clamp(24px, 4.2vw, 65px);
  box-sizing: border-box;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 17px;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #063b68;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 52, 93, 0.08);
  box-sizing: border-box;
}

.badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  padding: 0;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}

.badge__icon i,
.badge__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.badge__text {
  line-height: 1;
}

h2.hero__title {
  margin: 0;
  font-family: "Zen Maru Gothic"!important;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #00345d;
}

.hero__highlight {
  color: #e72b91;
  font-size: 1.15em;
}

.hero__text {
  margin: 28px 0 32px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #2a5578;
}

.hero__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  height: 56px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #ffffff;
  background: #0096e8;
  box-shadow: 0 14px 26px rgba(0, 150, 232, 0.24);
}

.button--secondary {
  color: #00345d;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe9f4;
}

.button__icon {
  font-size: 15px;
  color: inherit;
}

.button__text {
  line-height: 1;
}

@media (max-width: 1024px) {
  .hero {
    min-height: 760px;
    background-size: auto 100%;
    background-position: center center;
  }

  .hero__content {
    width: 100%;
    padding: 140px 24px 80px;
  }

  .pc-only {
    display: none;
  }

  .hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: min(100%, 340px);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 700px;
    background-image: url("https://www.nishiachi-wakaba-juku.com/wp-content/uploads/2026/06/top_wakaba-m.webp");
    background-size: cover;
    background-position: center top;
  }

  .hero__content {
    padding: 200px 20px 64px;
  }

  .badge {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .hero__title {
    font-size: clamp(22px, 5vw, 35px);
    line-height: 1.5;
  }

  .hero__text {
    margin: 24px 0 28px;
    font-size: 14px;
    line-height: 1.9;
  }

  .button {
    height: 54px;
    font-size: 13px;
  }
	
	.hero__content {
    width: 60%;
  }
}


.worries {
  padding: clamp(72px, 7vw, 110px) 24px;
  background: transparent;
  color: #00345d;
  font-family: 'Hiragino Sans', 'Yu Gothic', 'Noto Sans JP';
  box-sizing: border-box;
}

.worries__inner {
  width: min(100%, 1380px);
  margin: 0 auto;
  box-sizing: border-box;
}

.worries__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #55748c;
}

.worries__leaf {
  display: inline-block;
  font-size: 11px;
  color: #6ba85a;
  transform: rotate(18deg);
}

.worries__label-text {
  line-height: 1.5;
}

.worries__title {
  margin: 0 0 clamp(42px, 5vw, 62px);
  text-align: center;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #00345d;
}

.worries__layout {
  display: grid;
  grid-template-columns: minmax(360px, 580px) minmax(420px, 1fr);
  align-items: top;
  gap: clamp(40px, 5vw, 72px);
}

.worries__image-wrap {
  overflow: hidden;
  border-radius: 22px;
  box-sizing: border-box;
}

.worries__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: center;
}

.worries__content {
  box-sizing: border-box;
}

.worries__card {
  padding: clamp(30px, 3vw, 42px) clamp(28px, 4vw, 54px);
  background: #ffffff;
  border-radius: 22px;
  box-sizing: border-box;
}

.worries__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.worries__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00345d;
}

.worries__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: #e7f5ff;
  color: #0096e8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.worries__icon i,
.worries__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 13px;
  line-height: 1;
}

.worries__item-text {
  flex: 1;
}

.worries__message {
  margin: clamp(34px, 3vw, 48px) 0 0;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(15px, 1.25vw, 18px);
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #00345d;
}

.worries__note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 0;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #e72b91;
}

.worries__note-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e7f5ff;
  color: #0096e8;
  font-size: 15px;
  font-weight: 700;
}

.worries__note-icon i,
.worries__note-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 15px;
  line-height: 1;
}

.worries__note-text {
  flex: 0 1 auto;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .worries__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .worries__image-wrap {
    width: min(100%, 720px);
    margin: 0 auto;
  }

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

@media (max-width: 640px) {
  .worries {
    padding: 56px 18px;
  }

  .worries__title {
    text-align: left;
    font-size: clamp(23px, 7vw, 30px);
    letter-spacing: 0.04em;
  }

  .worries__label {
    justify-content: flex-start;
    font-size: 13px;
  }

  .worries__card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .worries__list {
    gap: 16px;
  }

  .worries__item {
    gap: 12px;
    font-size: 15px;
  }

  .worries__message {
    font-size: 15px;
  }

  .worries__note {
    gap: 10px;
    font-size: 14px;
  }

  .worries__note-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}


.reasons {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(72px, 7vw, 112px) 24px;
  background: #ffffff;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.reasons__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.reasons__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #6f8190;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.reasons__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.reasons__label-text {
  line-height: 1.5;
}

.reasons__title {
  margin: 0 0 clamp(40px, 5vw, 62px);
  text-align: center;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #00345d;
}

.reasons__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.4vw, 32px);
  margin-bottom: clamp(44px, 5vw, 64px);
}

.reason-card {
  min-height: 240px;
  padding: clamp(30px, 3vw, 42px);
  border-radius: 22px;
  box-sizing: border-box;
}

.reason-card--primary {
  color: #ffffff;
  background: #00345d;
  box-shadow: 0 22px 45px rgba(0, 52, 93, 0.2);
}

.reason-card--blue {
  color: #00345d;
  background: #e4f7fb;
}

.reason-card--pink {
  color: #00345d;
  background: #fde8ef;
}

.reason-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.reason-card__number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0.35;
}

.reason-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.reason-card__icon i,
.reason-card__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.reason-card--primary .reason-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.reason-card--blue .reason-card__icon,
.reason-card--pink .reason-card__icon {
  color: #0096e8;
  background: rgba(255, 255, 255, 0.55);
}

.reason-card__title {
  margin: 0 0 14px;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.reason-card__text {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.reasons__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
}

.stat-card {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  background: #f6f3ec;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}

.stat-card__icon {
  margin-bottom: 10px;
  color: #0096e8;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.stat-card__icon i,
.stat-card__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.stat-card__number {
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.1;
  font-weight: 900;
}

.stat-card__text {
  margin-top: 8px;
  color: #55748c;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.wakaba-focus {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  background: #f9f7f0;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.wakaba-focus__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  box-sizing: border-box;
}

.wakaba-focus__header {
  max-width: 820px;
  margin: 0 auto clamp(42px, 5vw, 60px);
  text-align: center;
}

.wakaba-focus__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #55748c;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.wakaba-focus__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.wakaba-focus__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 26.525px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.wakaba-focus__lead {
  margin: 18px auto 0;
  color: #365d7d;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.wakaba-focus__sp-break {
  display: none;
}

.wakaba-focus__trouble {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
  margin-bottom: clamp(30px, 4vw, 46px);
}

.wakaba-focus-card {
  position: relative;
  min-height: 230px;
  padding: clamp(28px, 3vw, 38px);
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.wakaba-focus-card__number {
  display: block;
  margin-bottom: 22px;
  color: #0096e8;
  font-family: 'Zen Maru Gothic';
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  opacity: 0.38;
}

.wakaba-focus-card__title {
  margin: 0 0 12px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.wakaba-focus-card__text {
  margin: 0;
  color: #365d7d;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wakaba-focus__recommend {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
  padding: clamp(28px, 3.5vw, 42px);
  background: #e7f8fb;
  border-radius: 22px;
  box-sizing: border-box;
}

.wakaba-focus__recommend-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wakaba-focus__recommend-title {
  margin: 0 0 14px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(21px, 1.9vw, 27px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.wakaba-focus__recommend-text {
  margin: 0;
  color: #365d7d;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wakaba-focus__course-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wakaba-focus__course {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.wakaba-focus__course-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 13px;
  margin-bottom: 12px;
  color: #0096e8;
  background: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wakaba-focus__course-title {
  margin: 0 0 10px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.wakaba-focus__course-text {
  margin: 0;
  color: #365d7d;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .wakaba-focus__trouble {
    grid-template-columns: 1fr;
  }

  .wakaba-focus-card {
    min-height: auto;
  }

  .wakaba-focus__recommend {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wakaba-focus {
    padding: 56px 18px;
  }

  .wakaba-focus__header {
    text-align: left;
  }

  .wakaba-focus__label {
    justify-content: flex-start;
    font-size: 13px;
  }

  .wakaba-focus__title {
    font-size: 26.525px;
    letter-spacing: 0.04em;
  }

  .wakaba-focus__sp-break {
    display: block;
  }

  .wakaba-focus__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .wakaba-focus-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .wakaba-focus-card__number {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .wakaba-focus-card__title {
    font-size: 20px;
  }

  .wakaba-focus-card__text {
    font-size: 14px;
  }

  .wakaba-focus__recommend {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .wakaba-focus__course-list {
    grid-template-columns: 1fr;
  }

  .wakaba-focus__recommend-title {
    font-size: 21px;
  }

  .wakaba-focus__recommend-text {
    font-size: 14px;
    line-height: 1.9;
  }
}

@media (max-width: 1024px) {
  .reasons__cards {
    grid-template-columns: 1fr;
  }

  .reason-card {
    min-height: auto;
  }

  .reasons__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .reasons {
    padding: 56px 18px;
  }

  .reasons__label {
    justify-content: flex-start;
    font-size: 13px;
  }

  .reasons__title {
    text-align: left;
    font-size: clamp(23px, 7vw, 30px);
    letter-spacing: 0.04em;
  }

  .reason-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .reason-card__head {
    margin-bottom: 26px;
  }

  .reason-card__icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

  .reason-card__text {
    line-height: 1.9;
  }

  .reasons__stats {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 120px;
  }
}


.courses {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.courses__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.courses__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 60px);
}

.courses__heading {
  box-sizing: border-box;
}

.courses__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #55748c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.courses__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.courses__label-text {
  line-height: 1.5;
}

.courses__title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  font-size: 26.525px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #00345d;
}

.courses__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0096e8;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.courses__link:hover {
  opacity: 0.75;
  transform: translateX(3px);
}

.courses__link-arrow {
  font-size: 18px;
  line-height: 1;
}

.courses__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 32px);
}

.course-card {
  overflow: hidden;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.course-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.75 / 1;
  box-sizing: border-box;
}

.course-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.course-card--youji .course-card__image {
  object-position: center top;
}

.course-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 52, 93, 0.16) 0%,
    rgba(0, 52, 93, 0.04) 45%,
    rgba(0, 52, 93, 0.1) 100%
  );
  pointer-events: none;
}

.course-card__badge {
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 1;
  padding: 7px 15px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.course-card__body {
  padding: clamp(26px, 2.5vw, 34px) clamp(24px, 2.6vw, 34px) clamp(24px, 2.4vw, 32px);
  box-sizing: border-box;
}

.course-card__title {
  margin: 0 0 8px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.course-card__text {
  margin: 0 0 18px;
  color: #365d7d;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

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

.course-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 14px;
  color: #00345d;
  background: #dff1ff;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .courses__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .courses__link {
    margin-bottom: 0;
  }

  .courses__cards {
    grid-template-columns: 1fr;
  }

  .course-card__image-wrap {
    aspect-ratio: 2.3 / 1;
  }
}

@media (max-width: 640px) {
  .courses {
    padding: 56px 18px;
  }

  .courses__label {
    font-size: 13px;
  }

  .courses__title {
    font-size: 26.525px;
    letter-spacing: 0.04em;
  }

  .courses__link {
    font-size: 15px;
  }

  .course-card {
    border-radius: 18px;
  }

  .course-card__image-wrap {
    aspect-ratio: 1.65 / 1;
  }

  .course-card__badge {
    top: 14px;
    left: 16px;
    font-size: 12px;
  }

  .course-card__body {
    padding: 24px 20px;
  }

  .course-card__title {
    font-size: 22px;
  }

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

  .course-card__tag {
    font-size: 12px;
  }
}


.classrooms {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(72px, 7vw, 110px) 24px;
  background: #ffffff;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.classrooms__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.classrooms__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 60px);
}

.classrooms__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #55748c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.classrooms__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.classrooms__label-text {
  line-height: 1.5;
}

.classrooms__title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  font-size: 26.525px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #00345d;
}

.classrooms__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0096e8;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.classrooms__link:hover {
  opacity: 0.75;
  transform: translateX(3px);
}

.classrooms__link-arrow {
  font-size: 18px;
  line-height: 1;
}

.classrooms__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 32px);
}

.classroom-card {
  overflow: hidden;
  background: #f9f7f0;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.classroom-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3.1 / 1;
  box-sizing: border-box;
}

.classroom-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.classroom-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 52, 93, 0.12) 0%,
    rgba(0, 52, 93, 0.03) 48%,
    rgba(0, 52, 93, 0.1) 100%
  );
  pointer-events: none;
}

.classroom-card__badge {
  position: absolute;
  left: 24px;
  bottom: 18px;
  z-index: 1;
  padding: 7px 15px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.classroom-card__body {
  padding: clamp(26px, 2.4vw, 34px) clamp(24px, 2.6vw, 34px) clamp(24px, 2.4vw, 32px);
  box-sizing: border-box;
}

.classroom-card__title {
  margin: 0 0 10px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.classroom-card__days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.classroom-card__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 14px;
  color: #00345d;
  background: #dff1ff;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.classroom-card__text {
  margin: 0 0 16px;
  color: #365d7d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.classroom-card__address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #6d8192;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.classroom-card__address-icon {
  flex: 0 0 auto;
  color: #7d91a3;
  font-size: 13px;
  line-height: 1.8;
}

.classrooms__note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(28px, 3vw, 36px);
  padding: 28px 32px;
  background: #eefbfc;
  border-radius: 22px;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .classrooms__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .classrooms__link {
    margin-bottom: 0;
  }

  .classrooms__cards {
    grid-template-columns: 1fr;
  }

  .classroom-card__image-wrap {
    aspect-ratio: 2.4 / 1;
  }
}

@media (max-width: 640px) {
  .classrooms {
    padding: 56px 18px;
  }

  .classrooms__label {
    font-size: 13px;
  }

  .classrooms__title {
    font-size: 26.525px;
    letter-spacing: 0.04em;
  }

  .classrooms__link {
    font-size: 15px;
  }

  .classroom-card {
    border-radius: 18px;
  }

  .classroom-card__image-wrap {
    aspect-ratio: 1.7 / 1;
  }

  .classroom-card__badge {
    left: 16px;
    bottom: 14px;
    font-size: 12px;
  }

  .classroom-card__body {
    padding: 24px 20px;
  }

  .classroom-card__title {
    font-size: 22px;
  }

  .classroom-card__day {
    font-size: 12px;
  }

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

  .classrooms__note {
    align-items: flex-start;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .classrooms__note-icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .classrooms__note-text {
    font-size: 14px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700;900&family=Zen+Maru+Gothic:wght@700;900&display=swap");

.voices {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(72px, 7vw, 110px) 24px;
  background: #eaf6fb;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.voices__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.voices__header {
  margin-bottom: clamp(48px, 5.2vw, 70px);
  text-align: center;
}

.voices__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #55748c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.voices__label-icon {
  color: #f7cbd8;
  font-size: 13px;
  line-height: 1;
}

.voices__label-text {
  line-height: 1.5;
}

.voices__title {
  margin: 0;
  color: #00345d;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 900;
}

.voices__lead {
  margin: 16px 0 0;
  color: #55748c;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.voices__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 32px);
}

.voice-card {
  padding: clamp(26px, 2.6vw, 36px);
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.voice-card__rating {
  display: flex;
  gap: 1px;
  margin-bottom: 18px;
  color: #f7dce5;
  font-size: 14px;
  line-height: 1;
}

.voice-card__text {
  min-height: 126px;
  margin: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #dceaf2;
  color: #143f63;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.voice-card__profile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
}

.voice-card__avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.voice-card__avatar i,
.voice-card__avatar svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.voice-card__profile-text {
  display: grid;
  gap: 3px;
}

.voice-card__name {
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.voice-card__grade {
  color: #7b91a3;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1080px) {
  .voices__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-card__text {
    min-height: 150px;
  }
}

@media (max-width: 720px) {
  .voices {
    padding: 56px 18px;
  }

  .voices__header {
    text-align: left;
  }

  .voices__label {
    justify-content: flex-start;
    font-size: 13px;
  }

  .voices__title {
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  .voices__lead {
    font-size: 14px;
  }

  .voices__lead-break {
    display: none;
  }

  .voices__cards {
    grid-template-columns: 1fr;
  }

  .voice-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .voice-card__text {
    min-height: auto;
    font-size: 14px;
  }

  .voice-card__avatar {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}


.news {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(72px, 7vw, 110px) 24px;
  background: #ffffff;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.news__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.news__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 60px);
}

.news__heading {
  box-sizing: border-box;
}

.news__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #55748c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.news__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.news__label-text {
  line-height: 1.5;
}

.news__title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  font-size: 26.525px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #00345d;
}

.news__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0096e8;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.news__link:hover {
  opacity: 0.75;
  transform: translateX(3px);
}

.news__link-arrow {
  font-size: 18px;
  line-height: 1;
}

.news__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 32px);
}

.news-card {
  overflow: hidden;
  background: #f9f7f0;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.news-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.45 / 1;
  box-sizing: border-box;
}

.news-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.news-card__link:hover .news-card__image {
  transform: scale(1.04);
}

.news-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 52, 93, 0.14) 0%,
    rgba(0, 52, 93, 0.03) 48%,
    rgba(0, 52, 93, 0.1) 100%
  );
  pointer-events: none;
}

.news-card__category {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 1;
  padding: 7px 15px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-card__body {
  padding: clamp(24px, 2.4vw, 30px) clamp(22px, 2.4vw, 28px) clamp(26px, 2.5vw, 32px);
  box-sizing: border-box;
}

.news-card__date {
  display: block;
  margin-bottom: 10px;
  color: #6d8192;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.news-card__title {
  margin: 0 0 12px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.news-card__text {
  margin: 0;
  color: #365d7d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .news__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .news {
    padding: 56px 18px;
  }

  .news__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .news__label {
    font-size: 13px;
  }

  .news__title {
    font-size: 26.525px;
    letter-spacing: 0.04em;
  }

  .news__link {
    margin-bottom: 0;
    font-size: 15px;
  }

  .news__cards {
    grid-template-columns: 1fr;
  }

  .news-card {
    border-radius: 18px;
  }

  .news-card__image-wrap {
    aspect-ratio: 1.8 / 1;
  }

  .news-card__category {
    top: 14px;
    left: 16px;
    font-size: 12px;
  }

  .news-card__body {
    padding: 24px 20px;
  }

  .news-card__date {
    font-size: 13px;
  }

  .news-card__title {
    font-size: 19px;
  }

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


.cta {
  position: relative;
  width: 100vw;
  min-height: 405px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-image: url("https://www.nishiachi-wakaba-juku.com/wp-content/uploads/2026/06/kyoshitsu-fukei.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  z-index: 0;
}

.cta__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  min-height: 405px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 86px) 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  margin-bottom: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(4px);
  box-sizing: border-box;
}

.cta__badge-icon {
  color: #0096e8;
  font-size: 14px;
  line-height: 1;
}

.cta__badge-text {
  line-height: 1;
}

.cta__title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.cta__text {
  margin: 18px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.cta-button--primary {
  color: #00345d;
  background: #ffffff;
}

.cta-button--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.cta-button__icon {
  font-size: 15px;
  line-height: 1;
  color: inherit;
}

.cta-button__text {
  line-height: 1;
}

@media (max-width: 768px) {
  .cta {
    min-height: 520px;
    background-position: center center;
  }

  .cta__inner {
    min-height: 520px;
    padding: 64px 20px;
  }

  .cta__title {
    font-size: clamp(30px, 8.5vw, 38px);
    letter-spacing: 0.05em;
  }

  .cta__text {
    margin: 18px 0 30px;
    font-size: 14px;
  }

  .cta__text-break {
    display: none;
  }

  .cta__buttons {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .cta-button {
    width: min(100%, 340px);
    min-width: 0;
    height: 56px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cta {
    min-height: 560px;
  }

  .cta__inner {
    min-height: 560px;
    padding: 56px 18px;
  }

  .cta__badge {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .cta__title {
    line-height: 1.45;
  }
}


.course-detail {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.course-detail__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.course-detail__intro {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  margin-bottom: clamp(58px, 7vw, 82px);
}

.course-detail__image-wrap {
  overflow: hidden;
  border-radius: 18px;
  box-sizing: border-box;
}

.course-detail__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  object-position: center top;
}

.course-detail__content {
  box-sizing: border-box;
}

.course-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.course-detail__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.course-detail__badge-icon i,
.course-detail__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.course-detail__title {
  margin: 0 0 8px;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #00345d;
}

.course-detail__target {
  margin: 0 0 20px;
  color: #55748c;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.course-detail__text {
  margin: 0 0 24px;
  color: #365d7d;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.course-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.course-detail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 16px;
  color: #00345d;
  background: #ffffff80;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.course-detail__block {
  margin-top: clamp(34px, 4vw, 48px);
}

.course-detail__block-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.course-detail__block-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.course-detail__block-icon i,
.course-detail__block-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 15px;
  line-height: 1;
}

.course-detail__block-title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  color: #00345d;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.course-detail__price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  padding-top: 12px;
}

.course-detail__price-grid--single {
  grid-template-columns: minmax(0, 260px);
}

.price-card {
  position: relative;
  min-height: 170px;
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.price-card--active {
  background: #f1fbff;
  border-color: #9ed9ff;
}

.price-card__label {
  position: absolute;
  top: -12px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  color: #ffffff;
  background: #e72b91;
  border-radius: 999px;
  font-family: 'Zen Maru Gothic';
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(231, 43, 145, 0.22);
}

.price-card__title {
  margin: 0 0 18px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 17px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.price-card__sub {
  font-size: 0.95em;
}

.price-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 4px;
}

.price-card__number {
  color: #0096e8;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.price-card__unit {
  color: #55748c;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.price-card__note {
  margin: 0;
  color: #55748c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .course-detail__intro {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .course-detail__image-wrap {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .course-detail__price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-detail__price-grid--single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .course-detail {
    padding: 56px 18px;
  }

  .course-detail__intro {
    margin-bottom: 52px;
  }

  .course-detail__image {
    aspect-ratio: 1.45 / 1;
  }

  .course-detail__badge {
    font-size: 12px;
  }

  .course-detail__title {
    font-size: clamp(27px, 8vw, 34px);
    letter-spacing: 0.05em;
  }

  .course-detail__target {
    font-size: 15px;
  }

  .course-detail__text {
    font-size: 14px;
  }

  .course-detail__tag {
    font-size: 12px;
  }

  .course-detail__block-heading {
    align-items: flex-start;
  }

  .course-detail__block-title {
    font-size: 20px;
  }

  .course-detail__price-grid,
  .course-detail__price-grid--single {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .price-card__label {
    top: -11px;
    left: 16px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .price-card__title {
    font-size: 16px;
  }

  .price-card__number {
    font-size: 32px;
  }
}


.elementary-course {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.elementary-course__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.elementary-course__intro {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  margin-bottom: clamp(58px, 7vw, 82px);
}

.elementary-course__content {
  box-sizing: border-box;
}

.elementary-course__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.elementary-course__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.elementary-course__badge-icon i,
.elementary-course__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.elementary-course__title {
  margin: 0 0 8px;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #00345d;
}

.elementary-course__target {
  margin: 0 0 20px;
  color: #55748c;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.elementary-course__text {
  margin: 0 0 24px;
  color: #365d7d;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.elementary-course__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.elementary-course__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 16px;
  color: #00345d;
  background: #ffffff80;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.elementary-course__image-wrap {
  overflow: hidden;
  border-radius: 18px;
  box-sizing: border-box;
}

.elementary-course__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  object-position: center;
}

.elementary-course__block {
  margin-top: clamp(34px, 4vw, 48px);
}

.elementary-course__block-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.elementary-course__block-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.elementary-course__block-icon i,
.elementary-course__block-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 15px;
  line-height: 1;
}

.elementary-course__block-title {
  margin: 0;
  font-family: 'Zen Maru Gothic';
  color: #00345d;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.elementary-course__price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

.elementary-course__price-grid--single {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  position: relative;
  min-height: 170px;
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.price-card--active {
  background: #f1fbff;
  border-color: #9ed9ff;
}

.price-card__label {
  position: absolute;
  top: -12px;
  left: 18px;
  padding: 5px 14px;
  color: #ffffff;
  background: #e72b91;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.price-card__title {
  margin: 0 0 18px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 17px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.price-card__sub {
  font-size: 0.95em;
}

.price-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 4px;
}

.price-card__number {
  color: #0096e8;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.price-card__unit {
  color: #55748c;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.price-card__note {
  margin: 0;
  color: #55748c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .elementary-course__intro {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .elementary-course__image-wrap {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .elementary-course__price-grid,
  .elementary-course__price-grid--single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .elementary-course {
    padding: 56px 18px;
  }

  .elementary-course__intro {
    margin-bottom: 52px;
  }

  .elementary-course__image {
    aspect-ratio: 1.45 / 1;
  }

  .elementary-course__badge {
    font-size: 12px;
  }

  .elementary-course__title {
    font-size: clamp(27px, 8vw, 34px);
    letter-spacing: 0.05em;
  }

  .elementary-course__target {
    font-size: 15px;
  }

  .elementary-course__text {
    font-size: 14px;
  }

  .elementary-course__tag {
    font-size: 12px;
  }

  .elementary-course__block-heading {
    align-items: flex-start;
  }

  .elementary-course__block-title {
    font-size: 20px;
  }

  .elementary-course__price-grid,
  .elementary-course__price-grid--single {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .price-card__title {
    font-size: 16px;
  }

  .price-card__number {
    font-size: 32px;
  }
}


.word-park-note {
  padding: clamp(64px, 7vw, 96px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.word-park-note__inner {
  width: min(100%, 960px);
  margin: 0 auto;
  box-sizing: border-box;
}

.word-park-note__card {
  padding: clamp(34px, 4vw, 46px) clamp(28px, 4.5vw, 46px);
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.word-park-note__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.word-park-note__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: #00345d;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.word-park-note__icon i,
.word-park-note__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.word-park-note__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.word-park-note__body {
  color: #143f63;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.word-park-note__text {
  margin: 0 0 12px;
}

.word-park-note__list {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.word-park-note__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.word-park-note__item-icon {
  flex: 0 0 auto;
  color: #0096e8;
  font-size: 16px;
  line-height: 1.95;
}

.word-park-note__item strong {
  font-weight: 800;
}

.word-park-note__subtext {
  margin: 0;
  color: #55748c;
  font-size: 15px;
}

.word-park-note__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #dceaf2;
}

.word-park-note__footer-text {
  margin: 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.word-park-note__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-width: 190px;
  height: 46px;
  padding: 0 24px;
  color: #ffffff;
  background: #e72b91;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.word-park-note__button:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}

.word-park-note__button-icon,
.word-park-note__button-text {
  line-height: 1;
}

@media (max-width: 720px) {
  .word-park-note {
    padding: 56px 18px;
  }

  .word-park-note__card {
    padding: 30px 22px;
    border-radius: 16px;
  }

  .word-park-note__heading {
    align-items: flex-start;
    gap: 12px;
  }

  .word-park-note__icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .word-park-note__title {
    font-size: 20px;
  }

  .word-park-note__body {
    font-size: 14px;
  }

  .word-park-note__subtext,
  .word-park-note__footer-text {
    font-size: 14px;
  }

  .word-park-note__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .word-park-note__button {
    width: 100%;
    min-width: 0;
  }
}


.learning-flow {
  padding: clamp(64px, 7vw, 96px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.learning-flow__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  box-sizing: border-box;
}

.learning-flow__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 48px);
}

.learning-flow__heading-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: #00345d;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.learning-flow__heading-icon i,
.learning-flow__heading-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.learning-flow__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(22px, 2.1vw, 27px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.learning-flow__card {
  padding: clamp(38px, 5vw, 52px) clamp(28px, 5vw, 48px) clamp(30px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.learning-flow__list {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 54px;
  list-style: none;
}

.learning-flow__list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 24px;
  width: 2px;
  background: #cce9ff;
}

.learning-flow__item {
  position: relative;
  min-height: 58px;
  padding: 4px 0 16px;
  box-sizing: border-box;
}

.learning-flow__number {
  position: absolute;
  top: 0;
  left: -54px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-family: 'Zen Maru Gothic';
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.learning-flow__content {
  padding-top: 3px;
}

.learning-flow__text {
  margin: 0;
  color: #244b6d;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.learning-flow__memo {
  margin: 4px 0 0;
  color: #e72b91;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.7;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.learning-flow__note {
  margin: 20px 0 0;
  padding-top: 22px;
  border-top: 1px solid #dceaf2;
  color: #55748c;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .learning-flow {
    padding: 56px 18px;
  }

  .learning-flow__heading {
    justify-content: flex-start;
    gap: 12px;
  }

  .learning-flow__heading-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .learning-flow__title {
    font-size: 21px;
  }

  .learning-flow__card {
    padding: 32px 22px 28px;
    border-radius: 16px;
  }

  .learning-flow__list {
    padding-left: 48px;
  }

  .learning-flow__list::before {
    left: 20px;
  }

  .learning-flow__number {
    left: -48px;
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .learning-flow__item {
    min-height: 54px;
    padding-bottom: 15px;
  }

  .learning-flow__text {
    font-size: 14px;
  }

  .learning-flow__memo {
    font-size: 13px;
  }

  .learning-flow__note {
    font-size: 13px;
  }
}


.classroom-choice {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.classroom-choice__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.classroom-choice__header {
  margin-bottom: clamp(48px, 5vw, 64px);
  text-align: center;
}

.classroom-choice__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.classroom-choice__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.classroom-choice__badge-icon i,
.classroom-choice__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.classroom-choice__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(28px, 3vw, 35px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.classroom-choice__lead {
  margin: 18px 0 0;
  color: #365d7d;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.classroom-choice__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 36px);
}

.choice-card {
  overflow: hidden;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.choice-card__image-wrap {
  overflow: hidden;
  border-radius: 14px;
  box-sizing: border-box;
}

.choice-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  object-position: center;
}

.choice-card__body {
  padding: 20px 2px 4px;
  box-sizing: border-box;
}

.choice-card__tag {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 6px 14px;
  margin: 0 0 16px;
  color: #00345d;
  background: #f9f7f0;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.choice-card__title {
  margin: 0 0 12px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.choice-card__schedule {
  margin: 0;
  color: #55748c;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.classroom-choice__days {
  margin-top: clamp(42px, 5vw, 56px);
  text-align: center;
}

.classroom-choice__days-title {
  margin: 0 0 16px;
  color: #55748c;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.classroom-choice__day-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.classroom-choice__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 34px;
  padding: 7px 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 52, 93, 0.05);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .classroom-choice__cards {
    grid-template-columns: 1fr;
  }

  .choice-card {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .classroom-choice {
    padding: 56px 18px;
  }

  .classroom-choice__header {
    text-align: left;
  }

  .classroom-choice__badge {
    font-size: 12px;
  }

  .classroom-choice__title {
    font-size: clamp(26px, 8vw, 34px);
    letter-spacing: 0.05em;
  }

  .classroom-choice__lead {
    font-size: 14px;
  }

  .classroom-choice__lead-break {
    display: none;
  }

  .choice-card {
    padding: 16px;
    border-radius: 16px;
  }

  .choice-card__image {
    aspect-ratio: 1.45 / 1;
  }

  .choice-card__body {
    padding: 18px 2px 4px;
  }

  .choice-card__tag {
    font-size: 12px;
  }

  .choice-card__title {
    font-size: 21px;
  }

  .choice-card__schedule {
    font-size: 13px;
  }

  .classroom-choice__days {
    text-align: left;
  }

  .classroom-choice__day-list {
    justify-content: flex-start;
    gap: 10px;
  }

  .classroom-choice__day {
    min-width: auto;
    font-size: 13px;
  }
}


.home-classroom {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.home-classroom__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.home-classroom__main {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 520px);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
  margin-bottom: clamp(42px, 5vw, 58px);
}

.home-classroom__content {
  box-sizing: border-box;
}

.home-classroom__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-classroom__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.home-classroom__badge-icon i,
.home-classroom__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.home-classroom__title {
  margin: 0 0 10px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(30px, 3.2vw, 35px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-classroom__schedule {
  margin: 0 0 20px;
  color: #55748c;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0em;
}

.home-classroom__text {
  margin: 0 0 24px;
  color: #365d7d;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home-classroom__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-classroom__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 17px;
  color: #00345d;
  background: #ffffff80;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(0, 52, 93, 0.04);
}

.home-classroom__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.home-classroom__photo-wrap {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.home-classroom__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center;
}

.home-classroom__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

.home-classroom-info {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.home-classroom-info__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.home-classroom-info__icon i,
.home-classroom-info__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.home-classroom-info__title {
  margin: 0 0 6px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.home-classroom-info__text {
  margin: 0;
  color: #55748c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .home-classroom__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-classroom__photos {
    width: min(100%, 620px);
  }
}

@media (max-width: 640px) {
  .home-classroom {
    padding: 56px 18px;
  }

  .home-classroom__badge {
    font-size: 12px;
  }

  .home-classroom__title {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: 0.05em;
  }

  .home-classroom__schedule,
  .home-classroom__text {
    font-size: 14px;
  }

  .home-classroom__tag {
    font-size: 12px;
  }

  .home-classroom__photos {
    grid-template-columns: 1fr;
  }

  .home-classroom__photo {
    aspect-ratio: 1.65 / 1;
  }

  .home-classroom__info {
    grid-template-columns: 1fr;
  }

  .home-classroom-info {
    align-items: flex-start;
    padding: 20px;
  }
}


.classroom-detail {
  padding: clamp(72px, 7vw, 110px) 24px;
  background: transparent;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.classroom-detail__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.classroom-detail__main {
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
  margin-bottom: clamp(42px, 5vw, 58px);
}

.classroom-detail__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.classroom-detail__photo-wrap {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.classroom-detail__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center;
}

.classroom-detail__content {
  box-sizing: border-box;
}

.classroom-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.classroom-detail__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.classroom-detail__badge-icon i,
.classroom-detail__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.classroom-detail__badge-text {
  line-height: 1;
}

.classroom-detail__title {
  margin: 0 0 10px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.classroom-detail__schedule {
  margin: 0 0 20px;
  color: #55748c;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0em;
}

.classroom-detail__text {
  margin: 0 0 24px;
  color: #365d7d;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.classroom-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.classroom-detail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 17px;
  color: #00345d;
  background: #ffffff80;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(0, 52, 93, 0.04);
}

.classroom-detail__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

.classroom-info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.classroom-info-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.classroom-info-card__icon i,
.classroom-info-card__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.classroom-info-card__title {
  margin: 0 0 6px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.classroom-info-card__text {
  margin: 0;
  color: #55748c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .classroom-detail__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .classroom-detail__photos {
    width: min(100%, 620px);
  }
}

@media (max-width: 640px) {
  .classroom-detail {
    padding: 56px 18px;
  }

  .classroom-detail__photos {
    grid-template-columns: 1fr;
  }

  .classroom-detail__photo {
    aspect-ratio: 1.65 / 1;
  }

  .classroom-detail__badge {
    font-size: 12px;
  }

  .classroom-detail__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .classroom-detail__schedule,
  .classroom-detail__text {
    font-size: 14px;
  }

  .classroom-detail__tag {
    font-size: 12px;
  }

  .classroom-detail__info {
    grid-template-columns: 1fr;
  }

  .classroom-info-card {
    align-items: flex-start;
    padding: 20px;
  }
}


.access-map {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.access-map__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.access-map__header {
  margin-bottom: clamp(44px, 5vw, 58px);
  text-align: center;
}

.access-map__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 16px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.access-map__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.access-map__badge-icon i,
.access-map__badge-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.access-map__badge-text {
  line-height: 1;
}

.access-map__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.access-map__lead {
  margin: 10px 0 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.access-map__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 32px);
  margin-bottom: clamp(44px, 5vw, 56px);
}

.access-map__photo-card {
  margin: 0;
  text-align: center;
}

.access-map__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.06);
}

.access-map__photo-title {
  margin-top: 14px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.access-map__map-card {
  padding: clamp(22px, 3vw, 28px);
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.access-map__map-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.access-map__map-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.access-map__map-icon i,
.access-map__map-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

.access-map__map-title {
  margin: 0 0 8px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.access-map__map-address {
  margin: 0;
  color: #55748c;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.access-map__iframe-wrap {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.9 / 1;
  border-radius: 12px;
  background: #f3f7fa;
  box-sizing: border-box;
}

.access-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .access-map__photos {
    grid-template-columns: 1fr;
    width: min(100%, 620px);
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .access-map__iframe-wrap {
    aspect-ratio: 1.8 / 1;
  }
}

@media (max-width: 640px) {
  .access-map {
    padding: 56px 18px;
  }

  .access-map__header {
    text-align: left;
  }

  .access-map__badge {
    font-size: 12px;
  }

  .access-map__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .access-map__lead {
    font-size: 14px;
  }

  .access-map__photo {
    aspect-ratio: 1.45 / 1;
    border-radius: 14px;
  }

  .access-map__map-card {
    padding: 20px;
    border-radius: 16px;
  }

  .access-map__map-heading {
    gap: 12px;
  }

  .access-map__map-title {
    font-size: 18px;
  }

  .access-map__map-address {
    font-size: 12px;
  }

  .access-map__iframe-wrap {
    aspect-ratio: 1.1 / 1;
  }
}

.teacher-profile {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.teacher-profile__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  box-sizing: border-box;
}

.teacher-profile__header {
  margin-bottom: clamp(44px, 5vw, 58px);
  text-align: center;
}

.teacher-profile__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 16px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.teacher-profile__label-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.teacher-profile__label-icon i,
.teacher-profile__label-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

.teacher-profile__label-text {
  line-height: 1;
}

.teacher-profile__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.teacher-profile__lead {
  margin: 12px 0 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.teacher-profile__card {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 4vw, 52px);
  padding: clamp(34px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.teacher-profile__image-wrap {
  overflow: hidden;
  border-radius: 16px;
  box-sizing: border-box;
}

.teacher-profile__picture {
  display: block;
  width: 100%;
}

.teacher-profile__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.36;
  object-fit: cover;
  object-position: center;
}

.teacher-profile__mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #55748c;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.teacher-profile__mini-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.teacher-profile__mini-icon i,
.teacher-profile__mini-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 13px;
  line-height: 1;
}

.teacher-profile__name {
  margin: 0 0 20px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.teacher-profile__text {
  margin: 0 0 18px;
  color: #143f63;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.teacher-profile__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dceaf2;
  text-align: center;
}

.teacher-profile__stat-number {
  display: block;
  color: #0096e8;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.teacher-profile__stat-text {
  display: block;
  margin-top: 6px;
  color: #55748c;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.teacher-profile__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(28px, 4vw, 52px);
  margin-top: clamp(44px, 5vw, 58px);
  align-items: stretch;
}

.teacher-profile__policy,
.teacher-profile__message {
  padding: clamp(30px, 3.5vw, 40px);
  border-radius: 18px;
  box-sizing: border-box;
}

.teacher-profile__policy {
  background: transparent;
}

.teacher-profile__message {
  background: #e5f9fb;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
}

.teacher-profile__bottom-title,
.teacher-profile__message-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.teacher-profile__bottom-icon,
.teacher-profile__message-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}

.teacher-profile__bottom-icon i,
.teacher-profile__message-icon i {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.teacher-profile__message-icon {
  background: rgba(255, 255, 255, 0.6);
}

.teacher-profile__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.teacher-profile__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #244b6d;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.teacher-profile__item-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.teacher-profile__item-icon i,
.teacher-profile__item-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 12px;
  line-height: 1;
}

.teacher-profile__message-text {
  margin: 0 0 16px;
  color: #244b6d;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.teacher-profile__message-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .teacher-profile__card {
    grid-template-columns: 1fr;
  }

  .teacher-profile__image-wrap {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .teacher-profile__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .teacher-profile {
    padding: 56px 18px;
  }

  .teacher-profile__header {
    text-align: left;
  }

  .teacher-profile__label {
    font-size: 12px;
  }

  .teacher-profile__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .teacher-profile__lead {
    font-size: 14px;
  }

  .teacher-profile__card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .teacher-profile__image {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    object-position: center;
  }

  .teacher-profile__name {
    font-size: 22px;
  }

  .teacher-profile__text {
    font-size: 14px;
  }

  .teacher-profile__stats {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .teacher-profile__policy,
  .teacher-profile__message {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .teacher-profile__bottom-title,
  .teacher-profile__message-title {
    align-items: flex-start;
    font-size: 20px;
  }

  .teacher-profile__item,
  .teacher-profile__message-text {
    font-size: 14px;
  }
}


.faq {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.faq__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  box-sizing: border-box;
}

.faq__header {
  margin-bottom: clamp(44px, 5vw, 58px);
  text-align: center;
}

.faq__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 16px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.faq__label-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.faq__label-text {
  line-height: 1;
}

.faq__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.faq__lead {
  margin: 12px 0 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.faq__list {
  display: grid;
  gap: 14px;
}

.faq__item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 52, 93, 0.04);
  box-sizing: border-box;
}

.faq__item[open] {
  border-color: #a9dcff;
}

.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 22px 58px 22px 26px;
  color: #00345d;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 28px;
  color: #55748c;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.faq__item[open] .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__q-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #0096e8;
  border-radius: 50%;
  font-family: 'Zen Maru Gothic';
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.faq__question-text {
  font-family: 'Zen Maru Gothic';
  font-size: 17px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 58px 28px 74px;
  box-sizing: border-box;
}

.faq__a-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #00345d;
  background: #f9f7f0;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.faq__answer-text {
  margin: 2px 0 0;
  color: #244b6d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.faq__footer {
  margin-top: clamp(42px, 5vw, 56px);
  text-align: center;
}

.faq__footer-text {
  margin: 0 0 18px;
  color: #55748c;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 270px;
  height: 46px;
  padding: 0 24px;
  color: #ffffff;
  background: #e72b91;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq__button:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}

.faq__button-icon,
.faq__button-text {
  line-height: 1;
}

@media (max-width: 640px) {
  .faq {
    padding: 56px 18px;
  }

  .faq__header {
    text-align: left;
  }

  .faq__label {
    font-size: 12px;
  }

  .faq__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .faq__lead {
    font-size: 14px;
  }

  .faq__lead-break {
    display: none;
  }

  .faq__question {
    min-height: 68px;
    gap: 12px;
    padding: 20px 48px 20px 20px;
  }

  .faq__question::after {
    right: 20px;
  }

  .faq__q-icon,
  .faq__a-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .faq__question-text {
    font-size: 15px;
  }

  .faq__answer {
    gap: 12px;
    padding: 0 20px 24px 20px;
  }

  .faq__answer-text {
    font-size: 14px;
  }

  .faq__button {
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }
}


.news-heading {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.news-heading__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.news-heading__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  margin-bottom: 16px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-heading__badge-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #0096e8;
  font-size: 12px;
  line-height: 1;
}

.news-heading__badge-text {
  line-height: 1;
}

.news-heading__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.news-heading__lead {
  margin: 12px 0 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .news-heading {
    padding: 56px 18px;
  }

  .news-heading__inner {
    text-align: center;
  }

  .news-heading__badge {
    font-size: 12px;
  }

  .news-heading__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .news-heading__lead {
    font-size: 14px;
  }
}


.trial-section {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.trial-section__inner {
  width: min(100%, 960px);
  margin: 0 auto;
  box-sizing: border-box;
}

.trial-section__header {
  margin-bottom: clamp(44px, 5vw, 58px);
  text-align: center;
}

.trial-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  margin-bottom: 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.trial-section__badge-icon {
  color: #0096e8;
  font-size: 14px;
  line-height: 1;
}

.trial-section__badge-text {
  line-height: 1;
}

.trial-section__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.trial-section__lead {
  width: min(100%, 720px);
  margin: 18px auto 0;
  color: #365d7d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.trial-section__lead strong {
  color: #00345d;
  font-weight: 800;
}

.trial-section__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 30px);
}

.trial-card {
  min-height: 170px;
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #e5eef5;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
  box-sizing: border-box;
}

.trial-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.trial-card__icon i,
.trial-card__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.trial-card__title {
  margin: 0 0 10px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.trial-card__text {
  margin: 0;
  color: #365d7d;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .trial-section__cards {
    grid-template-columns: 1fr;
    width: min(100%, 520px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .trial-section {
    padding: 56px 18px;
  }

  .trial-section__header {
    text-align: left;
  }

  .trial-section__badge {
    font-size: 12px;
  }

  .trial-section__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .trial-section__lead {
    font-size: 14px;
  }

  .trial-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .trial-card__title {
    font-size: 18px;
  }

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


.trial-flow {
  padding: clamp(72px, 7vw, 110px) 24px 5px;
  color: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.trial-flow__inner {
  width: min(100%, 960px);
  margin: 0 auto;
  box-sizing: border-box;
}

.trial-flow__header {
  margin-bottom: clamp(44px, 5vw, 58px);
  text-align: center;
}

.trial-flow__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  margin-bottom: 18px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.trial-flow__badge-icon {
  color: #0096e8;
  font-size: 14px;
  line-height: 1;
}

.trial-flow__badge-text {
  line-height: 1;
}

.trial-flow__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.trial-flow__lead {
  margin: 12px 0 0;
  color: #55748c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.trial-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.flow-card {
  position: relative;
  min-height: 280px;
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}

.flow-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -18px;
  color: #0096e8;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 2;
}

.flow-card--primary {
  color: #ffffff;
  background: #00345d;
  box-shadow: 0 20px 46px rgba(0, 52, 93, 0.18);
}

.flow-card--white {
  background: #ffffff;
  border: 1px solid #e5eef5;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
}

.flow-card--blue {
  background: #e5f9fb;
}

.flow-card--pink {
  background: #fde8ef;
}

.flow-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  color: #0096e8;
  background: #e7f5ff;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.flow-card__icon i,
.flow-card__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 23px;
  line-height: 1;
}

.flow-card--primary .flow-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.flow-card__step {
  margin: 0 0 10px;
  color: #0096e8;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flow-card--primary .flow-card__step {
  color: rgba(255, 255, 255, 0.75);
}

.flow-card__title {
  margin: 0 0 14px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.flow-card--primary .flow-card__title {
  color: #ffffff;
}

.flow-card__text {
  margin: 0;
  color: #365d7d;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.flow-card--primary .flow-card__text {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1024px) {
  .trial-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .trial-flow {
    padding: 56px 18px;
  }

  .trial-flow__header {
    text-align: left;
  }

  .trial-flow__badge {
    font-size: 12px;
  }

  .trial-flow__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .trial-flow__lead {
    font-size: 14px;
  }

  .trial-flow__steps {
    grid-template-columns: 1fr;
  }

  .flow-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .flow-card__title {
    font-size: 17px;
  }

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


.wakaba-news {
  padding: clamp(72px, 7vw, 110px) 24px;
  color: #00345d;
  background: transparent;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.wakaba-news__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.wakaba-news__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 60px);
}

.wakaba-news__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #55748c;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.wakaba-news__label-icon {
  color: #6ba85a;
  font-size: 11px;
  line-height: 1;
  transform: rotate(18deg);
}

.wakaba-news__title {
  margin: 0;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 35px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wakaba-news__archive-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0096e8;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wakaba-news__archive-link:hover {
  opacity: 0.75;
  transform: translateX(3px);
}

.wakaba-news__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 32px);
}

.wakaba-news-card {
  overflow: hidden;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.06);
  box-sizing: border-box;
}

.wakaba-news-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.wakaba-news-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.45 / 1;
  background: #e7f5ff;
  box-sizing: border-box;
}

.wakaba-news-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.wakaba-news-card__link:hover .wakaba-news-card__image {
  transform: scale(1.04);
}

.wakaba-news-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 52, 93, 0.14) 0%,
    rgba(0, 52, 93, 0.03) 48%,
    rgba(0, 52, 93, 0.1) 100%
  );
  pointer-events: none;
}

.wakaba-news-card__category {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 1;
  padding: 7px 15px;
  color: #00345d;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wakaba-news-card__body {
  padding: clamp(24px, 2.4vw, 30px) clamp(22px, 2.4vw, 28px) clamp(26px, 2.5vw, 32px);
  box-sizing: border-box;
}

.wakaba-news-card__date {
  display: block;
  margin-bottom: 10px;
  color: #6d8192;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.wakaba-news-card__title {
  margin: 0 0 12px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.wakaba-news-card__excerpt {
  margin: 0;
  color: #365d7d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .wakaba-news__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wakaba-news {
    padding: 56px 18px;
  }

  .wakaba-news__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .wakaba-news__label {
    font-size: 13px;
  }

  .wakaba-news__title {
    font-size: clamp(28px, 8vw, 35px);
    letter-spacing: 0.05em;
  }

  .wakaba-news__archive-link {
    margin-bottom: 0;
    font-size: 15px;
  }

  .wakaba-news__cards {
    grid-template-columns: 1fr;
  }

  .wakaba-news-card {
    border-radius: 18px;
  }

  .wakaba-news-card__image-wrap {
    aspect-ratio: 1.8 / 1;
  }

  .wakaba-news-card__category {
    top: 14px;
    left: 16px;
    font-size: 12px;
  }

  .wakaba-news-card__body {
    padding: 24px 20px;
  }

  .wakaba-news-card__date {
    font-size: 13px;
  }

  .wakaba-news-card__title {
    font-size: 19px;
  }

  .wakaba-news-card__excerpt {
    font-size: 14px;
  }
}


.phone-contact {
  padding: 40px 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.phone-contact__card {
  width: min(100%);
  margin: 0 auto;
  padding: 34px 24px 30px;
  color: #ffffff;
  background: #00345d;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.16);
  box-sizing: border-box;
}

.phone-contact__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  color: #0096e8;
  background: rgba(0, 150, 232, 0.12);
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
}

.phone-contact__icon i,
.phone-contact__icon svg,
.phone-contact__button i,
.phone-contact__button svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  line-height: 1;
}

.phone-contact__icon i {
  font-size: 18px;
}

.phone-contact__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Zen Maru Gothic';
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.phone-contact__text {
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.phone-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  height: 42px;
  padding: 0 22px;
  color: #00345d;
  background: #ffffff;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.phone-contact__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.phone-contact__button i {
  font-size: 13px;
  color: #00345d;
}

.phone-contact__time {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mail-contact {
  padding: 40px 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.mail-contact__card {
  width: min(100%);
  margin: 0 auto;
  padding: 34px 24px 30px;
  color: #00345d;
  background: #E5F9FB;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.16);
  box-sizing: border-box;
}

.mail-contact__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  color: #0096e8;
  background: rgba(0, 150, 232, 0.12);
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
}

.mail-contact__icon i,
.mail-contact__icon svg,
.mail-contact__button i,
.mail-contact__button svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  line-height: 1;
}

.mail-contact__icon i {
  font-size: 18px;
}

.mail-contact__title {
  margin: 0 0 12px;
  color: #00345d;
  font-family: 'Zen Maru Gothic';
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.mail-contact__text {
  margin: 0 auto 18px;
  color: #365D7D;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mail-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  height: 42px;
  padding: 0 22px;
  color: #ffffff;
  background: #00345d;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mail-contact__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.mail-contact__button i {
  font-size: 13px;
  color: #ffffff;
}

.mail-contact__time {
  margin: 14px 0 0;
  color: #365D7D;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 480px) {
  .phone-contact {
    padding: 32px 18px;
  }

  .phone-contact__card {
    width: 100%;
    padding: 32px 22px 28px;
  }

  .phone-contact__title {
    font-size: 20px;
  }

  .phone-contact__text {
    font-size: 13px;
  }
}

.wakaba-contact-form,
.wakaba-contact-form * {
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.wakaba-contact-form {
  width: 100%;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 42px);
  color: #00345d;
  background: #ffffff;
  border: 1px solid #dcecf8;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 52, 93, 0.05);
}

.wakaba-contact-form p {
  margin: 0;
}

.wakaba-contact-form__field br {
  display: none;
}

.wakaba-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.wakaba-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 18px;
}

.wakaba-contact-form__row--single {
  grid-template-columns: 1fr;
}

.wakaba-contact-form__field {
  margin-bottom: 18px;
}

.wakaba-contact-form__row .wakaba-contact-form__field {
  margin-bottom: 0;
}

.wakaba-contact-form__label {
  display: block;
  margin-bottom: 1px;
  color: #00345d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wakaba-contact-form__required {
  color: #e72b91;
}

.wakaba-contact-form__input,
.wakaba-contact-form__select,
.wakaba-contact-form__textarea {
  width: 100%;
  color: #00345d;
  background: #ffffff;
  border: 1px solid #cfe3f3;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.wakaba-contact-form__input,
.wakaba-contact-form__select {
  height: 45px;
  padding: 0 15px;
}

.wakaba-contact-form__textarea {
  min-height: 126px;
  padding: 14px 15px;
  line-height: 1.8;
  resize: vertical;
}

.wakaba-contact-form__input::placeholder,
.wakaba-contact-form__textarea::placeholder {
  color: #91a8ba;
}

.wakaba-contact-form__input:focus,
.wakaba-contact-form__select:focus,
.wakaba-contact-form__textarea:focus {
  outline: none;
  border-color: #0096e8;
  box-shadow: 0 0 0 3px rgba(0, 150, 232, 0.12);
}

.wakaba-contact-form__days .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wakaba-contact-form__days .wpcf7-list-item {
  display: inline-flex;
  margin: 0;
}

.wakaba-contact-form__days .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 17px;
  color: #55748c;
  background: #ffffff;
  border: 1px solid #dcecf8;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 52, 93, 0.04);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.wakaba-contact-form__days .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wakaba-contact-form__days .wpcf7-list-item-label {
  color: inherit;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wakaba-contact-form__days .wpcf7-list-item label:has(input:checked) {
  color: #00345d;
  background: #e7f5ff;
  border-color: #0096e8;
}

.wakaba-contact-form__note {
  margin: 8px 0 0;
  color: #91a8ba;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.04em;
}

.wakaba-contact-form__submit-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 38px auto 0;
  text-align: center;
}

.wakaba-contact-form__submit-wrap::before {
  content: "➢";
  position: absolute !important;
  top: calc(50% - 1px) !important;
  left: calc(50% - 50px);
  z-index: 2;
  color: #ffffff;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.wakaba-contact-form input[type="submit"].wakaba-contact-form__submit,
.wakaba-contact-form .wpcf7-submit.wakaba-contact-form__submit {
  display: inline-block;
  width: auto;
  min-width: 154px;
  height: 52px;
  padding: 0 34px 0 56px;
  color: #ffffff;
  background: #e72b91;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  line-height: 52px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(231, 43, 145, 0.22);
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wakaba-contact-form input[type="submit"].wakaba-contact-form__submit:hover,
.wakaba-contact-form .wpcf7-submit.wakaba-contact-form__submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.wakaba-contact-form__submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: calc(50% - 120px);
  margin: 0;
  transform: translateY(-50%);
}

.wakaba-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e72b91;
  font-size: 12px;
  font-weight: 600;
}

.wakaba-contact-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .wakaba-contact-form {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .wakaba-contact-form__row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .wakaba-contact-form__field {
    margin-bottom: 18px;
  }

  .wakaba-contact-form__label {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.25;
  }

  .wakaba-contact-form__input,
  .wakaba-contact-form__select {
    height: 44px;
  }

  .wakaba-contact-form__days .wpcf7-checkbox {
    gap: 9px;
  }

  .wakaba-contact-form__days .wpcf7-list-item label {
    min-height: 34px;
    padding: 8px 14px;
  }

  .wakaba-contact-form__days .wpcf7-list-item-label {
    font-size: 12px;
  }

  .wakaba-contact-form__submit-wrap {
    width: 100%;
    justify-content: center;
  }

  .wakaba-contact-form__submit-wrap::before {
    top: calc(50% - 4px) !important;
    left: calc(50% - 50px);
    transform: translateY(-50%) !important;
  }

  .wakaba-contact-form input[type="submit"].wakaba-contact-form__submit,
  .wakaba-contact-form .wpcf7-submit.wakaba-contact-form__submit {
    width: auto;
    min-width: 154px;
  }

  .wakaba-contact-form__submit-wrap .wpcf7-spinner {
    right: calc(50% - 118px);
  }
}


body .wakaba-news-archive,
body .wakaba-news-archive * {
  box-sizing: border-box;
}

body .wakaba-news-archive {
  width: 100% !important;
  padding: clamp(72px, 7vw, 110px) 24px !important;
  margin: 0 !important;
  color: #00345d !important;
  background: transparent !important;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif !important;
}

body .wakaba-news-archive__inner {
  width: min(100%, 960px) !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .wakaba-news-archive__header {
  margin: 0 0 clamp(44px, 5vw, 58px) !important;
  padding: 0 !important;
  text-align: center !important;
}

body .wakaba-news-archive__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 7px 18px !important;
  margin: 0 0 16px !important;
  color: #00345d !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(0, 52, 93, 0.08) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

body .wakaba-news-archive__badge-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0096e8 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body .wakaba-news-archive__badge-icon i,
body .wakaba-news-archive__badge-icon svg {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  line-height: 1 !important;
}

body .wakaba-news-archive__badge-icon i.fa-newspaper::before {
  content: "\f1ea" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

body .wakaba-news-archive__badge-text {
  color: #00345d !important;
  line-height: 1 !important;
}

body .wakaba-news-archive__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #00345d !important;
  font-family: 'Zen Maru Gothic' !important;
  font-size: 35px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  border: none !important;
}

body .wakaba-news-archive__lead {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  color: #55748c !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

body .wakaba-news-archive__list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .wakaba-news-item {
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e5eef5 !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 38px rgba(0, 52, 93, 0.04) !important;
}

body .wakaba-news-item__link {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 158px !important;
  color: inherit !important;
  background: transparent !important;
  text-decoration: none !important;
  border: none !important;
}

body .wakaba-news-item__link:hover {
  color: inherit !important;
  text-decoration: none !important;
}

body .wakaba-news-item__image-wrap {
  display: block !important;
  overflow: hidden !important;
  width: 210px !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 158px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #e7f5ff !important;
}

body .wakaba-news-item__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 158px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 0.35s ease !important;
}

body .wakaba-news-item__link:hover .wakaba-news-item__image {
  transform: scale(1.04) !important;
}

body .wakaba-news-item__body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 158px !important;
  padding: 18px 30px 18px !important;
  margin: 0 !important;
  background: transparent !important;
}

body .wakaba-news-item__date {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #6d8192 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

body .wakaba-news-item__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: #00345d !important;
  font-family: 'Zen Maru Gothic' !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  border: none !important;
}

body .wakaba-news-item__excerpt {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #365d7d !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

body .wakaba-news-item__more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #0096e8 !important;
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
}

body .wakaba-news-archive__pagination {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: clamp(38px, 5vw, 56px) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body .wakaba-news-archive__pagination ul,
body .wakaba-news-archive__pagination li {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body .wakaba-news-archive__pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 12px !important;
  color: #00345d !important;
  background: #ffffff !important;
  border: 1px solid #dcecf8 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 52, 93, 0.04) !important;
}

body .wakaba-news-archive__pagination .page-numbers.current {
  color: #ffffff !important;
  background: #0096e8 !important;
  border-color: #0096e8 !important;
}

body .wakaba-news-archive__empty {
  padding: 36px 24px !important;
  margin: 0 !important;
  color: #55748c !important;
  background: #ffffff !important;
  border: 1px solid #e5eef5 !important;
  border-radius: 14px !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
}

@media (max-width: 760px) {
  body .wakaba-news-archive {
    padding: 56px 18px !important;
  }

  body .wakaba-news-archive__header {
    text-align: center !important;
  }

  body .wakaba-news-archive__badge {
    font-size: 12px !important;
  }

  body .wakaba-news-archive__title {
    font-size: clamp(28px, 8vw, 35px) !important;
    letter-spacing: 0.05em !important;
  }

  body .wakaba-news-archive__lead {
    font-size: 14px !important;
  }

  body .wakaba-news-item {
    border-radius: 16px !important;
  }

  body .wakaba-news-item__link {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  body .wakaba-news-item__image-wrap {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }

  body .wakaba-news-item__image {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }

  body .wakaba-news-item__body {
    min-height: 0 !important;
    padding: 22px 20px 24px !important;
  }

  body .wakaba-news-item__date {
    font-size: 12px !important;
  }

  body .wakaba-news-item__title {
    font-size: 19px !important;
  }

  body .wakaba-news-item__excerpt {
    font-size: 14px !important;
  }
}


.wakaba-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(56px, 6vw, 78px) 24px;
  color: #ffffff;
  background: #00345d;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.wakaba-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(180px, 0.7fr) minmax(340px, 1.2fr);
  gap: clamp(42px, 7vw, 96px);
  width: min(100%, 1400px);
  margin: 0 auto;
  box-sizing: border-box;
}

.wakaba-footer__brand-area,
.wakaba-footer__nav,
.wakaba-footer__info {
  box-sizing: border-box;
}

.wakaba-footer__logo-link {
  display: inline-block;
  margin-bottom: 24px;
  text-decoration: none;
}

.wakaba-footer__logo {
  display: block;
  width: min(100%, 190px);
  height: auto;
}

.wakaba-footer__description {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.wakaba-footer__heading {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: 'Zen Maru Gothic';
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wakaba-footer__menu {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wakaba-footer__menu-item {
  margin: 0;
  padding: 0;
}

.wakaba-footer__menu-item a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.wakaba-footer__menu-item a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.wakaba-footer__classroom {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  box-sizing: border-box;
}

.wakaba-footer__classroom + .wakaba-footer__classroom {
  margin-top: 18px;
}

.wakaba-footer__classroom-title {
  margin: 0 0 8px;
  color: #0096e8;
  font-family: 'Zen Maru Gothic';
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.wakaba-footer__classroom-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wakaba-footer__contact {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wakaba-footer__contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .wakaba-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .wakaba-footer__info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .wakaba-footer {
    padding: 48px 20px;
  }

  .wakaba-footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wakaba-footer__logo {
    width: 180px;
  }

  .wakaba-footer__description {
    max-width: none;
    font-size: 14px;
    line-height: 1.9;
  }

  .wakaba-footer__heading {
    margin-bottom: 16px;
  }

  .wakaba-footer__menu {
    gap: 10px;
  }

  .wakaba-footer__menu-item a {
    font-size: 14px;
  }

  .wakaba-footer__classroom {
    padding: 18px 18px;
    border-radius: 14px;
  }

  .wakaba-footer__classroom-title {
    font-size: 15px;
  }

  .wakaba-footer__classroom-text,
  .wakaba-footer__contact p {
    font-size: 12px;
  }
}

h2, h3, h4{border:none;font-family:'Zen Maru Gothic'!important;font-style: normal;}
h3::after{border:none;}
h4{background:none;}


@media(max-width:400px){
	.hero__title {
        font-size: clamp(19px, 4vw, 30px);
    }
}