@charset "UTF-8";
@import url("top.css?v=20260729-desktop-header-balance-v2");

/* ============================================
   policy.css — 教育方針・園の特色（両園共通）
   ※ ヘッダー・フッター・幼稚園切り替え・波形などの共通パーツは
     top.css をそのまま利用する（他ページと共通）。
============================================= */

/* 固定ヘッダーぶんのオフセット */
.policy-page { padding-top: 180px; background: #f8f6f0; overflow-x: clip; }
.policy-page main { overflow: clip; }

/* グローバルナビ：現在表示中のページをロールオーバー時と同じ色にする */
.policy-page .global-nav__link[aria-current="page"] {
  color: var(--green-dark);
}

/* ============================================
   ページ見出し（イントロ）
============================================= */
.policy-intro {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 40px 0 44px;
  background: #f8f6f0;
}

.policy-intro__pattern {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
}
.policy-intro__pattern--dots { left: -46px; top: -34px; width: 360px; opacity: .95; }
.policy-intro__pattern--stripe { right: -30px; bottom: -6px; width: 292px; opacity: .8; }

.policy-intro__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: #687168;
  font-family: var(--font-round);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
}
.breadcrumb a:hover { color: var(--green-dark); }

.policy-intro__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 55px;
}

.policy-intro__copy { font-family: var(--font-round); }

.policy-intro__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px;
  color: #34483c;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .06em;
  transform: translateX(-15px);
}
.policy-intro__title img { width: 76px; height: 76px; object-fit: contain; }

.policy-intro__lead {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #b9b7aa;
  color: #34483c;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
}

.policy-intro__text {
  margin: 0;
  color: #5b6158;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.policy-intro__scene { position: relative; height: 320px; }
.policy-intro__rabbit { position: absolute; left: 10px; bottom: 42px; width: 120px; }
.policy-intro__tree { position: absolute; }
.policy-intro__tree--1 { right: 46px; bottom: 92px; width: 128px; }
.policy-intro__tree--2 { right: -18px; bottom: 88px; width: 84px; }
.policy-intro__flower { position: absolute; right: 92px; bottom: 22px; width: 31px; }
.policy-intro__grass { position: absolute; z-index: 2; width: 42px; }
.policy-intro__grass--1 { left: 150px; bottom: 26px; }
.policy-intro__grass--2 { right: 22px; bottom: 26px; width: 34px; }

.policy-intro__wave { display: none; }

/* ============================================
   目次（ページ内ナビ）
============================================= */
.policy-toc {
  position: sticky;
  top: 150px;
  z-index: 90;
  width: max-content;
  max-width: calc(100% - 80px);
  min-height: 70px;
  margin: 6px auto 0;
  padding: 8px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(61, 76, 44, .10);
}

.policy-toc__title { display: none; }
.policy-toc__select-wrap { display: none; }

.policy-toc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  gap: 6px 10px;
}

.policy-toc a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #4a5746;
  font-family: var(--font-round);
  font-size: 15.5px;
  font-weight: 700;
  white-space: nowrap;
}

.policy-toc a::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M2 2h6L5 6Z' fill='%23fff' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 6px;
}

.policy-toc a:hover,
.policy-toc a.is-active { color: var(--green-dark); }

/* 背景の境界を目次ボックスの中央に通し、目次自体の位置は維持する */
.policy-toc + .policy-feature {
  margin-top: -36px;
  padding-top: 120px;
}

/* ============================================
   本文セクション（テキスト＋写真 交互レイアウト）
============================================= */
.policy-feature {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: #fff;
  scroll-margin-top: 170px;
}
.policy-feature--cream { background: #f7f5ed; }

.policy-section-wave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 26px;
  pointer-events: none;
}

/* 本文セクションの余白を彩る背景パーツ */
.policy-feature::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

#prim::after {
  left: -54px;
  bottom: 38px;
  width: 270px;
  height: 270px;
  background-image: url("../images/common/bg-elements/pattern-dots-blue.svg");
  opacity: .13;
}

#exp::after {
  right: -42px;
  top: 76px;
  width: 300px;
  height: 300px;
  background-image: url("../images/common/bg-elements/pattern-stripes-beige.svg");
  opacity: .24;
}

#nonacd::after {
  left: -34px;
  bottom: 54px;
  width: 245px;
  height: 245px;
  background-image: url("../images/common/bg-elements/pattern-triangles-olive.svg");
  opacity: .16;
}

#kodomoen::after {
  right: -28px;
  bottom: 42px;
  width: 280px;
  height: 280px;
  background-image: url("../images/common/bg-elements/pattern-blocks-white-right.svg");
  opacity: .7;
}

#trust::after {
  right: -58px;
  top: 72px;
  width: 265px;
  height: 265px;
  background-image: url("../images/common/bg-elements/pattern-dots-blue.svg");
  opacity: .12;
}

.policy-feature__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 58px;
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-feature--rev .policy-feature__photo { order: -1; }

.policy-feature__body { font-family: var(--font-round); }

.policy-feature__label {
  margin-bottom: 10px;
  color: #67bd66;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.policy-feature__title {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #c9d3bd;
  color: #34483c;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

.policy-feature__text {
  margin: 0 0 18px;
  color: #4d5a51;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: .02em;
}
.policy-feature__text:last-child { margin-bottom: 0; }

/* チェック付きリスト */
.policy-check {
  margin: 0 0 20px;
  padding: 22px 26px;
  border-radius: 18px;
  background: #f4f8ea;
}
.policy-feature--cream .policy-check { background: #fff; }

.policy-check li {
  position: relative;
  padding: 5px 0 5px 32px;
  color: #3f4b42;
  font-family: var(--font-round);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.85;
}

.policy-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8ecb7a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1.5 5.2 4.3 8 10.5 1.6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.policy-feature__photo { position: relative; }

.policy-feature__photo > img:not(.policy-feature__illust) {
  width: 100%;
  height: 400px;
  border-radius: 26px;
  object-fit: cover;
}

.policy-feature__illust {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.policy-feature__illust--rabbit { left: -34px; bottom: -30px; width: 96px; }
.policy-feature__illust--squirrel { right: -26px; top: -34px; width: 78px; }
.policy-feature__illust--bird { left: -30px; top: -30px; width: 82px; }
.policy-feature__illust--lion { left: -52px; top: -60px; width: 136px; }
.policy-feature__illust--alligator { right: -52px; bottom: -42px; width: 146px; }

/* ============================================
   行事を通して育つ、大きな自信と成長
============================================= */
.policy-events {
  position: relative;
  overflow: hidden;
  padding: 18px 0 92px;
  background: #f7f5ed;
}

/* 直前の体験セクションとの間隔を詰める */
#exp {
  padding-bottom: 34px;
}

.policy-events::before,
.policy-events::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 270px;
  height: 270px;
  background: url("../images/common/bg-elements/pattern-blocks-white-left.svg") center / contain no-repeat;
  opacity: .52;
  pointer-events: none;
}
.policy-events::before { left: -30px; top: 25px; }
.policy-events::after { right: 80px; bottom: -55px; transform: rotate(180deg); }

.policy-events__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-events__title {
  width: fit-content;
  margin: 0 auto 48px;
  padding: 0 6px 13px;
  border-bottom: 2px dotted #89958a;
  color: #34483c;
  font-family: var(--font-round);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .06em;
}

.policy-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  padding: 42px 36px 38px;
  border-radius: 28px;
  background: #fff;
}

.policy-event-card { font-family: var(--font-round); }
.policy-event-card__figure { position: relative; }
.policy-event-card__photo {
  display: block;
  width: 100%;
  aspect-ratio: 351 / 238;
  overflow: hidden;
  clip-path: path("M 22,0 L 281,0 A 16 16 0 0 1 297,16 L 297,88 A 16 16 0 0 0 313,104 L 335,104 A 16 16 0 0 1 351,120 L 351,216 A 22 22 0 0 1 329,238 L 22,238 A 22 22 0 0 1 0,216 L 0,22 A 22 22 0 0 1 22,0 Z");
}
.policy-event-card__figure--long .policy-event-card__photo {
  clip-path: path("M 22,0 L 281,0 A 16 16 0 0 1 297,16 L 297,116 A 16 16 0 0 0 313,132 L 335,132 A 16 16 0 0 1 351,148 L 351,216 A 22 22 0 0 1 329,238 L 22,238 A 22 22 0 0 1 0,216 L 0,22 A 22 22 0 0 1 22,0 Z");
}
.policy-event-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.policy-event-card__label {
  position: absolute;
  top: -2px;
  right: 13px;
  z-index: 4;
  margin: 0;
  color: #34483c;
  font-family: var(--font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.policy-event-card__place {
  margin: 20px 0 10px;
  color: #34483c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
}
.policy-event-card__text {
  margin: 0;
  color: #4d5a51;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .02em;
}

.policy-events__deco { position: absolute; z-index: 3; pointer-events: none; }
.policy-events__deco--leaf { left: max(54px, calc(50% - 520px)); top: 116px; width: 38px; }
.policy-events__deco--bird {
  right: max(36px, calc(50% - 665px));
  top: 2px;
  width: 118px;
}
.policy-events__deco--flower { left: max(45px, calc(50% - 650px)); bottom: 42px; width: 42px; }

/* ============================================
   ⑦ 当園ならではの強み（3カード）
============================================= */
.policy-strength {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: #f1eadb;
  scroll-margin-top: 170px;
}

.policy-strength__pattern {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
}
.policy-strength__pattern--triangles { left: -50px; bottom: 30px; width: 240px; opacity: .5; }

.policy-strength__inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-strength__head {
  margin-bottom: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: var(--font-round);
}

.policy-strength__label {
  margin-bottom: 10px;
  color: #67bd66;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.policy-strength__title {
  margin: 0 0 34px;
  color: #34483c;
}

.policy-strength__catch {
  margin: 0 0 24px;
}

.policy-strength__lead {
  margin: 0 auto;
  max-width: 760px;
  color: #4d5a51;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
}

.policy-strength__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.policy-strength__card {
  position: relative;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0;
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 7px 8px 0 rgba(199, 192, 172, .55);
}

.policy-strength__card[id] {
  scroll-margin-top: 275px;
}

@media (max-width: 1024px) {
  .policy-strength__card[id] {
    scroll-margin-top: 150px;
  }
}

.policy-strength__card--hl {
  order: -1;
}

.policy-strength__card-deco {
  position: absolute;
  z-index: 2;
  top: -44px;
  left: 4px;
  width: 92px;
  pointer-events: none;
}

.policy-strength__photo {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 14px;
  object-fit: cover;
}

.policy-strength__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 26px 26px 26px 46px;
  font-family: var(--font-round);
}

.policy-strength__badge {
  display: none;
}

.policy-strength__card-title {
  margin: 0;
  color: #34483c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
}

.policy-strength__bar {
  display: block;
  width: 56px;
  height: 5px;
  margin: 16px 0 18px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-yellow) 0 50%, var(--green) 50% 100%);
}

.policy-strength__desc {
  margin: 0 0 16px;
  color: #4d5a51;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.95;
}

.policy-strength__list { margin-top: 20px; }

.policy-strength__list li {
  position: relative;
  padding: 4px 0 4px 26px;
  color: #3f4b42;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.policy-strength__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #8ecb7a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1.5 5.2 4.3 8 10.5 1.6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 9px;
}

/* ============================================
   ⑧ 専門講師による多彩な教育活動（sample.jpg 準拠）
============================================= */
.policy-lessons {
  position: relative;
  overflow: hidden;
  padding: 80px 0 120px;
  background: #8dd2e6;
  scroll-margin-top: 130px;
}

.policy-lessons__wave {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
}

.policy-lessons__pattern {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
}
.policy-lessons__pattern--stripe {
  left: max(-40px, calc(50% - 720px));
  top: 165px;
  width: 410px;
  opacity: .28;
}
.policy-lessons__pattern--dots { right: 20px; bottom: 40px; width: 320px; opacity: .8; }

.policy-lessons__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.policy-lessons__deco--right {
  right: max(30px, calc(50% - 690px));
  top: 95px;
  width: 230px;
}
.policy-lessons__deco--left { left: max(90px, calc(50% - 560px)); bottom: 145px; width: 175px; }

.policy-lessons__inner {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-lessons__heading {
  margin: 54px 0 125px;
  text-align: center;
  font-family: var(--font-round);
}

.policy-lessons__title {
  display: inline-block;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px dashed #fff;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .08em;
}

.policy-lessons__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 100px 28px;
  max-width: 1160px;
  margin: 0 auto;
}

.policy-lessons__grid .policy-lesson { grid-column: span 2; }
.policy-lessons__grid .policy-lesson:nth-child(4) { grid-column: 2 / span 2; }
.policy-lessons__grid .policy-lesson:nth-child(5) { grid-column: 4 / span 2; }

.policy-lesson {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 340px;
  padding: 156px 30px 34px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  font-family: var(--font-round);
}

.policy-lesson__photo {
  position: absolute;
  top: -88px;
  left: 50%;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateX(-50%);
}

.policy-lesson__title {
  margin: 0;
  color: #34483c;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .48em;
  text-indent: .48em;
}

.policy-lesson__bar {
  display: block;
  width: 46px;
  height: 5px;
  margin: 12px 0 16px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-yellow) 0 50%, var(--green) 50% 100%);
}

.policy-lesson__desc {
  margin: 0;
  color: #5b6158;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

/* ============================================
   スクロール表示アニメーション
============================================= */
.scroll-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.scroll-reveal.is-visible { opacity: 1; transform: none; }

/* フッターの見学CTAバンドの見出しをこのページ用に調整 */
.policy-page .fcontact__title { letter-spacing: .04em; }
.policy-page .fcontact__illust--butterfly { left: -32px; }
.policy-page .fcontact__illust--bee { right: -32px; }

/* ============================================
   タブレット
============================================= */
@media (max-width: 1024px) {
  .policy-page { padding-top: 124px; }

  /* 直前の専門講師セクションと同じブルーで境界をつなぐ */
  .policy-page .fcontact__wave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%238dd2e6' d='M0,0 H240 V22 C220,18 200,18 180,22 C160,26 140,26 120,22 C100,18 80,18 60,22 C40,26 20,26 0,22 Z'/%3E%3C/svg%3E");
  }
  .policy-page .fcontact__illust--butterfly,
  .policy-page .fcontact__illust--bee { display: none; }

  .policy-intro { min-height: 0; padding: 26px 0 34px; }
  .policy-intro__inner { width: min(100% - 36px, 720px); }
  .breadcrumb { margin-bottom: 34px; }
  .policy-intro__content { grid-template-columns: 1fr; gap: 0; }
  .policy-intro__title { font-size: 36px; transform: none; }
  .policy-intro__title img { width: 60px; height: 60px; }
  .policy-intro__lead { font-size: 20px; }
  .policy-intro__scene { display: none; }
  .policy-intro__pattern { opacity: .5; }

  .policy-toc {
    top: 130px;
    width: 100%;
    overflow-x: auto;
    border-radius: 0;
  }

  .policy-feature { padding: 66px 0; }
  .policy-toc + .policy-feature {
    margin-top: -45px;
    padding-top: 111px;
  }
  .policy-feature__inner { gap: 40px; }
  .policy-feature__title { font-size: 27px; }
  .policy-feature__photo > img:not(.policy-feature__illust) { height: 340px; }
  .policy-feature__illust { display: none; }
  .policy-feature::after { opacity: .09; }

  .policy-events__title { font-size: 28px; }
  .policy-events__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-event-card:last-child { grid-column: 1 / -1; width: calc(50% - 19px); justify-self: center; }
  .policy-events__deco--bird { width: 90px; }

  .policy-event-card__figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H70V120C70 111 63 104 54 104H32C23 104 16 97 16 88V16C16 7 9 0 0 0Z'/%3E%3C/svg%3E") top right / 100% 100% no-repeat;
    pointer-events: none;
  }
  .policy-event-card__figure--long::after {
    height: 148px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 148' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H70V148C70 139 63 132 54 132H32C23 132 16 125 16 116V16C16 7 9 0 0 0Z'/%3E%3C/svg%3E");
  }
  .policy-event-card__photo,
  .policy-event-card__figure--long .policy-event-card__photo { border-radius: 20px; clip-path: none; }

  .policy-strength__grid { grid-template-columns: 1fr; max-width: none; margin: 0 auto; gap: 24px; }
  .policy-strength__card { grid-template-columns: minmax(280px, 42%) 1fr; gap: 30px; padding: 24px; }
  .policy-strength__photo { height: 100%; min-height: 320px; }

  .policy-lessons__deco--right { top: 105px; width: 175px; }
  .policy-lessons__deco--left { width: 145px; bottom: 100px; }
  .policy-lessons__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 100px 28px; max-width: 720px; }
  .policy-lessons__grid .policy-lesson,
  .policy-lessons__grid .policy-lesson:nth-child(4),
  .policy-lessons__grid .policy-lesson:nth-child(5) { grid-column: auto; }
  .policy-lessons__grid .policy-lesson:last-child { grid-column: 1 / -1; width: calc(50% - 14px); justify-self: center; }
}

/* ============================================
   スマホ
============================================= */
@media (max-width: 600px) {
  .policy-page { padding-top: 103px; }

  .policy-intro { padding: 22px 0 12px; }
  .policy-intro__wave {
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    background: #fff;
    pointer-events: none;
  }
  .policy-intro__wave path { fill: #f8f6f0; }
  .policy-intro__inner { width: calc(100% - 40px); }
  .breadcrumb { margin-bottom: 26px; font-size: 11.5px; }
  .policy-intro__title { gap: 12px; font-size: 28px; }
  .policy-intro__title img { width: 46px; height: 46px; }
  .policy-intro__lead { font-size: 17px; }
  .policy-intro__text { font-size: 14px; }
  .policy-intro__text br { display: none; }
  .policy-intro__pattern { display: none; }
  .policy-feature::after { display: none; }

  .policy-events { padding: 42px 0 30px; }
  .policy-events::before,
  .policy-events::after,
  .policy-events__deco { display: none; }
  .policy-events__inner { width: calc(100% - 40px); }
  .policy-events__grid { grid-template-columns: 1fr; gap: 34px; padding: 24px 20px 28px; }
  .policy-event-card:last-child { grid-column: auto; width: 100%; }
  .policy-event-card__label {
    right: 10px;
    font-size: 18px;
    letter-spacing: .12em;
  }
  .policy-event-card__figure::after {
    width: 54px;
    height: 94px;
  }
  .policy-event-card__figure--long::after {
    height: 112px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 145' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H70V145C70 136 63 129 54 129H32C23 129 16 122 16 113V16C16 7 9 0 0 0Z'/%3E%3C/svg%3E");
  }

  .policy-toc {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 34px 20px 40px;
    border-radius: 0;
    box-shadow: none;
  }
  .policy-toc__title { display: block; margin: 0 0 18px; color: #31483a; font-family: var(--font-round); font-size: 21px; font-weight: 700; text-align: center; }
  .policy-toc__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; width: 100%; min-height: 0; }
  .policy-toc a { justify-content: flex-start; min-height: 48px; padding: 8px 12px; border-radius: 8px; background: #f7f5ed; font-size: 12px; line-height: 1.45; white-space: normal; }
  .policy-toc a::before { width: 18px; height: 18px; flex-basis: 18px; margin: 0 7px 0 0; }

  .policy-feature { padding: 48px 0; }
  .policy-toc + .policy-feature {
    margin-top: 0;
    padding-top: 48px;
  }
  .policy-feature__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100% - 40px);
  }
  .policy-feature--rev .policy-feature__photo { order: 0; }
  .policy-feature__title { font-size: 23px; margin-bottom: 18px; }
  .policy-feature__text { font-size: 14.5px; line-height: 1.95; }
  .policy-check { padding: 18px 20px; }
  .policy-check li { font-size: 14px; padding-left: 28px; }
  .policy-feature__photo img { height: 240px; border-radius: 18px; }

  .policy-strength { padding: 62px 0 68px; }
  .policy-strength__inner { width: calc(100% - 40px); }
  .policy-strength__lead { font-size: 14.5px; }
  .policy-strength__catch { font-size: 27px; }
  .policy-strength__card { grid-template-columns: 1fr; }
  .policy-strength__photo { height: 210px; min-height: 0; }
  .policy-strength__card { gap: 0; padding: 18px; }
  .policy-strength__card-body { padding: 24px 8px 12px; }
  .policy-strength__card-deco { top: -36px; left: -26px; width: 72px; }
  .policy-strength__card-title { margin-bottom: 0; font-size: 21px; }
  .policy-strength__bar { width: 56px; height: 5px; margin: 14px 0 16px; }

  .policy-lessons { padding: 56px 0 72px; }
  .policy-lessons__inner { width: calc(100% - 40px); }
  .policy-lessons__title { font-size: 24px; }
  .policy-lessons__heading { margin: 42px 0 110px; }
  .policy-lessons__grid { grid-template-columns: 1fr; gap: 22px; max-width: 320px; }
  .policy-lessons__grid .policy-lesson:nth-child(4),
  .policy-lessons__grid .policy-lesson:nth-child(5) { grid-column: auto; justify-self: center; }
  .policy-lessons__grid .policy-lesson:last-child { width: 100%; }
  .policy-lesson { width: 100%; padding-top: 132px; }
  .policy-lesson__photo { top: -72px; width: 184px; height: 184px; }
  .policy-lessons__deco--right { width: 84px; top: 60px; }
  .policy-lessons__deco--left { display: none; }
  .policy-lessons__pattern { display: none; }
}

/* スマホ：ページ内目次を共通のセレクトメニューへ統一 */
@media (max-width: 600px) {
  .policy-toc {
    position: sticky;
    top: 96px;
    z-index: 90;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 18px 16px 7px;
    overflow: visible;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .policy-toc__title,
  .policy-toc__list {
    display: none;
  }

  .policy-toc__select-wrap {
    position: relative;
    display: block;
    width: 100%;
  }

  .policy-toc__select-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #70bf45;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .policy-toc__select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }

  .policy-toc__select {
    width: 100%;
    height: 48px;
    padding: 0 52px 0 18px;
    border: 2px solid #70bf45;
    border-radius: 10px;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    color: #34413a;
    font-family: var(--font-round);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
  }

  .policy-page section[id] {
    scroll-margin-top: 170px;
  }

  .policy-toc + .policy-feature {
    margin-top: 0;
    padding-top: 20px;
  }

  .policy-toc + .policy-feature > .policy-section-wave {
    display: none;
  }
}

/* スマホ：ページ内メニューは一旦非表示 */
@media (max-width: 600px) {
  .policy-page .policy-toc {
    display: none;
  }
}

/* 教育方針ページ：説明本文とチェック項目の可読性調整 */
.policy-intro__text,
.policy-feature__text,
.policy-event-card__text,
.policy-strength__lead,
.policy-strength__desc,
.policy-strength__card-text,
.policy-lesson__desc,
.policy-check li,
.policy-strength__checks li {
  font-size: 16.5px;
}

@media (max-width: 600px) {
  .policy-intro__lead,
  .policy-intro__text,
  .policy-feature__text,
  .policy-event-card__text,
  .policy-strength__lead,
  .policy-strength__desc,
  .policy-strength__card-text,
  .policy-lesson__desc,
  .policy-check li,
  .policy-strength__checks li {
    font-size: var(--font-body-mobile);
  }
}

/* スマホ：教育方針ページの長い見出しを読みやすくコンパクトにする */
@media (max-width: 600px) {
  .policy-intro__title {
    font-size: 24px;
  }

  .policy-feature__title {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: .02em;
  }

  .policy-events__title,
  .policy-strength__title,
  .policy-lessons__title {
    font-size: 20px;
    line-height: 1.55;
  }

  .policy-strength__card-title {
    font-size: 18px;
    line-height: 1.55;
  }

  .policy-feature__title {
    position: relative;
    display: block;
    padding: 0 0 0 24px;
    border-bottom: 0;
  }

  .policy-feature__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(#64c66e 0 50%, #aade89 50%);
  }
}

/* スマホ：特色セクションは見出し前を広く、セクション末尾を短くする */
@media (max-width: 600px) {
  .policy-feature {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .policy-toc + .policy-feature {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .policy-check li {
    padding-left: 24px;
  }

  .policy-check li::before {
    top: 10px;
    width: 15px;
    height: 15px;
    background-size: 9px 7px;
  }

  .policy-strength__list li {
    padding-left: 24px;
    font-size: var(--font-body-mobile);
  }

  .policy-strength__list li::before {
    top: 9px;
    width: 15px;
    height: 15px;
    background-size: 9px 7px;
  }

  .policy-strength__title.hero__badge {
    width: auto;
    max-width: calc(100% - 24px);
    overflow: visible;
  }

  .policy-strength__title .hero__badge-body {
    flex: 0 0 auto;
    padding: 5px 16px;
    font-size: 14px;
  }

  .policy-strength__title .hero__badge-end {
    width: auto;
    height: 28px;
    min-height: 0;
    flex: 0 0 auto;
  }

  .policy-strength__title .hero__badge-end--left {
    margin-right: -10px;
    transform: translateY(10px);
  }

  .policy-strength__title .hero__badge-end--right {
    margin-left: -10px;
    transform: translateY(10px);
  }

  .policy-strength__catch {
    font-size: 22px;
    line-height: 1.55;
  }

  .policy-lessons {
    padding-top: 32px;
  }

  .policy-lessons__heading {
    margin-top: 20px;
  }

  .policy-lessons__deco--right {
    top: 16px;
  }

  .policy-lessons__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: none;
  }

  .policy-lessons__grid .policy-lesson,
  .policy-lessons__grid .policy-lesson:nth-child(4),
  .policy-lessons__grid .policy-lesson:nth-child(5),
  .policy-lessons__grid .policy-lesson:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .policy-lesson {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    min-height: 132px;
    padding: 0;
    overflow: hidden;
    text-align: left;
  }

  .policy-lesson__photo {
    position: static;
    grid-column: 1;
    grid-row: 1 / 4;
    width: 112px;
    height: 100%;
    min-height: 132px;
    border-radius: 0;
    transform: none;
  }

  .policy-lesson__title {
    grid-column: 2;
    margin: 14px 16px 0;
    font-size: 17px;
    letter-spacing: .18em;
    text-indent: 0;
  }

  .policy-lesson__bar {
    grid-column: 2;
    width: 38px;
    height: 4px;
    margin: 7px 16px 9px;
  }

  .policy-lesson__desc {
    grid-column: 2;
    margin: 0;
    padding: 0 16px 14px;
    font-size: 12px;
    line-height: 1.7;
  }

  .policy-lesson__desc br {
    display: none;
  }

}

/* スマホ：専門講師セクションの見出し周辺を整える */
@media (max-width: 600px) {
  .policy-lessons {
    z-index: 2;
    overflow: visible;
    padding-top: 42px;
  }

  .policy-lessons__heading {
    margin: 28px 0 30px;
  }

  .policy-lessons__deco--right {
    top: -26px;
    z-index: 10;
  }

  .policy-intro__title {
    gap: 8px;
    font-size: 21px;
    transform: translateX(-14px);
  }

  .policy-intro__title img {
    transform: translateX(5px);
  }
}
