/* =========================================================
   学校生活支援センター のびのば ページ専用CSS
   ※ W8テーマのリセット（全要素font-size:62.5% / body line-height:0）を
     打ち消すため、.nb 配下で基準値を再定義しています
   ========================================================= */
.nb, .nb *{
  font-size:16px; line-height:1.9; font-weight:500;
  font-family:"UDKakugo_LargePro-B","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Meiryo",sans-serif;
  box-sizing:border-box;
}
.nb{
  --brand:#817168;
  --text:#6b5f57;
  --green:#7fb069;
  --green-d:#5c9147;
  --green-p:#eef5e9;
  --blue:#6aa9c9;
  --cream:#fbf7f1;
  --line:#e8e0d5;
  color:var(--text);
  overflow:hidden;
}
/* インライン要素は親のサイズを継承させる */
.nb b, .nb strong, .nb em, .nb a{font-size:inherit;line-height:inherit}
.nb img{max-width:100%;height:auto;vertical-align:top}
.nb a{color:var(--text)}
.nb em{font-style:normal}

/* ---------- 共通レイアウト ---------- */
.nb-inner{max-width:1100px;margin:0 auto}
.nb-sec{padding:80px 0}
.nb-sec--cream{background:var(--cream)}
.nb-sec[id]{scroll-margin-top:24px}
.nb-sec--green{background:var(--green-p)}

.nb-ttl{text-align:center;margin-bottom:44px}
.nb-ttl span{
  display:block;font-size:13px;letter-spacing:.18em;line-height:1;
  color:var(--green-d);margin-bottom:14px;font-weight:bold;
}
.nb-ttl h2{
  font-size:30px;line-height:1.5;font-weight:bold;color:var(--brand);
  letter-spacing:.04em;
}
.nb-ttl h2::after{
  content:"";display:block;width:44px;height:3px;border-radius:2px;
  background:var(--green);margin:18px auto 0;
}
.nb-ttl.is-left{text-align:left}
.nb-ttl.is-left h2::after{margin-left:0}

/* ---------- メインビジュアル ---------- */
.nb-hero{position:relative;background:#dcd8d2;overflow:hidden}
.nb-hero__img{
  position:absolute;inset:0;
  /* 背景画像は各ページの HTML 側 inline style で指定する */
  background:center center / cover no-repeat #dcd8d2;
}
.nb-hero__img::after{
  content:"";position:absolute;inset:0;
  /* 上＝固定ヘッダーの文字を読みやすく／左＝キャッチコピーを読みやすく */
  background:
    linear-gradient(180deg,rgba(255,255,255,.88) 0,rgba(255,255,255,.5) 80px,rgba(255,255,255,0) 150px),
    linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 28%,rgba(255,255,255,.36) 52%,rgba(255,255,255,.12) 78%,rgba(255,255,255,.05) 100%);
}
.nb-hero__in{
  position:relative;z-index:2;width:94%;max-width:1100px;margin:0 auto;
  height:500px;padding:120px 0 50px;
  display:flex;flex-direction:column;justify-content:center;
}
.nb-hero__label{
  display:inline-block;align-self:flex-start;
  background:var(--green);color:#fff;font-size:14px;line-height:1;
  letter-spacing:.08em;padding:11px 20px;border-radius:100px;margin-bottom:26px;
  font-weight:bold;
}
.nb-hero__catch{
  font-size:46px;line-height:1.45;font-weight:bold;color:var(--brand);
  letter-spacing:.03em;text-shadow:0 2px 12px rgba(255,255,255,.9);
}
.nb-hero__name{
  margin-top:26px;font-size:20px;line-height:1.6;font-weight:bold;color:var(--brand);
  text-shadow:0 2px 10px rgba(255,255,255,.9);
}
.nb-hero__name small{display:block;font-size:14px;color:var(--green-d);margin-top:6px;letter-spacing:.1em}

/* ---------- パンくず ---------- */
.nb-bread{border-bottom:1px solid var(--line)}
.nb-bread ul{width:94%;max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;padding:14px 0}
.nb-bread li{font-size:12px;line-height:1.8;color:#a2968c}
.nb-bread li a{color:#a2968c}
.nb-bread li+li::before{content:"›";margin:0 10px;color:#c9bfb4}

/* ---------- リード ---------- */
.nb-lead{display:flex;gap:60px;align-items:center}
.nb-lead__txt{flex:1}
.nb-lead__txt h2{
  font-size:26px;line-height:1.7;font-weight:bold;color:var(--brand);margin-bottom:26px;
}
.nb-lead__txt p{font-size:16px;line-height:2.1}
.nb-lead__img{width:460px;flex-shrink:0}
.nb-lead__img img{border-radius:8px}

/* ---------- 大切にしていること ---------- */
.nb-value__catch{
  text-align:center;font-size:24px;line-height:1.8;font-weight:bold;color:var(--green-d);
  margin-bottom:36px;
}
.nb-value__catch b{
  font-weight:bold;background:linear-gradient(transparent 62%,rgba(127,176,105,.28) 62%);padding:0 2px;
}
.nb-box{
  background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:38px 48px;
}
.nb-box>p{font-size:16px;line-height:2}
.nb-box>p+p{margin-top:16px}

.nb-reason{display:flex;gap:20px;margin:22px 0}
.nb-reason li{
  flex:1;text-align:center;background:var(--cream);border-radius:8px;
  padding:16px 10px;font-size:17px;line-height:1.6;font-weight:bold;color:var(--brand);
}
.nb-box>p.nb-arrow{text-align:center;margin:2px 0 14px;font-size:13px;line-height:1.6;letter-spacing:.1em;color:var(--green-d)}
.nb-arrow::before{content:"";display:block;width:1px;height:18px;background:var(--green);margin:0 auto 8px}

.nb-hidden{display:flex;gap:20px;margin-bottom:22px}
.nb-hidden li{
  flex:1;border:2px dashed rgba(127,176,105,.55);border-radius:8px;background:#fff;
  padding:16px 16px;font-size:15px;line-height:1.75;color:var(--green-d);font-weight:bold;text-align:center;
}

/* ---------- 5つの支援 ---------- */
.nb-support{display:flex;flex-direction:column;gap:48px}
.nb-support__item{display:flex;gap:44px;align-items:center}
.nb-support__item:nth-child(even){flex-direction:row-reverse}
.nb-support__img{width:360px;flex-shrink:0}
.nb-support__img img{border-radius:8px}
.nb-support__body{flex:1}
.nb-support__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;
  font-size:19px;line-height:1;font-weight:bold;margin-bottom:12px;
}
/* 1緑 2黄 3青 4ピンク 5紫 */
.nb-support__item:nth-child(2) .nb-support__num{background:#e2a34a}
.nb-support__item:nth-child(3) .nb-support__num{background:var(--blue)}
.nb-support__item:nth-child(4) .nb-support__num{background:#c98f9b}
.nb-support__item:nth-child(5) .nb-support__num{background:#8f9ecb}
.nb-support__body h3{
  font-size:22px;line-height:1.6;font-weight:bold;color:var(--brand);margin-bottom:14px;
}
.nb-support__body p{font-size:16px;line-height:1.95}
.nb-support__body p+p{margin-top:16px}
.nb-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.nb-tags li{
  font-size:14px;line-height:1;padding:10px 16px;border-radius:100px;
  background:var(--green-p);color:var(--green-d);font-weight:bold;
}
.nb-support__item:nth-child(2) .nb-tags li{background:#faf1e2;color:#b57e2c}
.nb-support__item:nth-child(3) .nb-tags li{background:#e9f2f7;color:#417f9d}
.nb-support__item:nth-child(4) .nb-tags li{background:#f8eef0;color:#a76b78}
.nb-support__item:nth-child(5) .nb-tags li{background:#eef0f8;color:#6a79a8}
.nb-support__body p.nb-support__note{
  margin-top:14px;padding:15px 20px;background:var(--cream);border-radius:8px;
  font-size:15px;line-height:1.9;
}

/* ---------- こんなお子さん ---------- */
.nb-check{display:flex;flex-wrap:wrap;gap:16px}
.nb-check li{
  width:calc((100% - 32px) / 3);
  background:#fff;border:1px solid var(--line);border-radius:8px;
  padding:17px 20px 17px 54px;position:relative;
  font-size:16px;line-height:1.7;
}
.nb-check li::before{
  content:"";position:absolute;left:20px;top:20px;
  width:22px;height:22px;border-radius:4px;border:2px solid var(--green);
}
.nb-check li::after{
  content:"";position:absolute;left:26px;top:25px;
  width:11px;height:6px;border-left:2.5px solid var(--green);border-bottom:2.5px solid var(--green);
  transform:rotate(-45deg);
}
.nb-check__note{text-align:center;margin-top:30px;font-size:16px;line-height:2}

/* ---------- 連携 ---------- */
.nb-net__lead{text-align:center;font-size:17px;line-height:2;margin-bottom:32px}
.nb-net{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.nb-net li{
  background:#fff;border:1px solid var(--line);border-radius:100px;
  padding:13px 28px;font-size:16px;line-height:1;font-weight:bold;color:var(--brand);
}
.nb-net__foot{
  text-align:center;margin-top:32px;font-size:18px;line-height:1.9;
  font-weight:bold;color:var(--green-d);
}

/* ---------- 使命 ---------- */
.nb-mission{text-align:center}
.nb-mission>p.nb-mission__catch{
  font-size:32px;line-height:1.6;font-weight:bold;color:var(--brand);margin-bottom:30px;letter-spacing:.03em;
}
.nb-mission>p{font-size:16px;line-height:2}
.nb-kids{display:flex;gap:18px;margin:32px 0}
.nb-kids li{
  flex:1;background:#fff;border-radius:10px;padding:24px 12px;
  font-size:16px;line-height:1.7;font-weight:bold;color:var(--brand);
  border-bottom:4px solid var(--green);
}
.nb-kids li:nth-child(2){border-bottom-color:#e2a34a}
.nb-kids li:nth-child(3){border-bottom-color:var(--blue)}
.nb-kids li:nth-child(4){border-bottom-color:#c98f9b}

/* ---------- お問い合わせ ---------- */
.nb-contact{
  background:#fff;border:2px solid var(--green);border-radius:12px;
  padding:48px 60px;text-align:center;
  max-width:760px;margin:0 auto;
}
.nb-contact>p{font-size:16px;line-height:2;margin-bottom:34px}
.nb-contact dl{display:inline-block;text-align:left}
.nb-contact dt{
  font-size:20px;line-height:1.6;font-weight:bold;color:var(--brand);
  padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line);
}
.nb-contact dd{font-size:16px;line-height:2.1}
.nb-contact dd a{color:var(--green-d);font-weight:bold;text-decoration:underline}
.nb-contact dd span{display:inline-block;width:5.5em;color:#a2968c;font-size:14px}

/* ---------- ページ内ガイド（下層コンテンツへの導線） ---------- */
.nb-guide{display:flex;gap:24px;margin-top:64px}
.nb-guide a{
  flex:1;display:flex;align-items:center;gap:20px;
  background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:26px 30px;transition:.3s;
}
.nb-guide a:hover{border-color:var(--green);opacity:1}
.nb-guide__ic{
  width:52px;height:52px;flex-shrink:0;border-radius:50%;background:var(--green-p);
  display:flex;align-items:center;justify-content:center;
  font-size:17px;line-height:1;color:var(--green-d);font-weight:bold;letter-spacing:.04em;
}
.nb-guide a:nth-child(2) .nb-guide__ic{background:#faf1e2;color:#b57e2c}
.nb-guide__tx{flex:1}
.nb-guide__tx strong{
  display:block;font-size:18px;line-height:1.5;font-weight:bold;color:var(--brand);
}
.nb-guide__tx span{display:block;font-size:13px;line-height:1.6;color:#a2968c;margin-top:4px}
.nb-guide__ar{font-size:15px;line-height:1;color:var(--green)}

/* ---------- コンセプト帯 ---------- */
.nb-concept{text-align:center;margin-bottom:70px}
.nb-concept__ssl{
  font-size:26px;line-height:1.4;font-weight:bold;color:var(--green-d);
  letter-spacing:.12em;margin-bottom:20px;
}
.nb-concept__ssl em{color:var(--brand);font-size:20px;margin:0 6px}
.nb-concept h3{font-size:24px;line-height:1.6;font-weight:bold;color:var(--brand);margin-bottom:14px}
.nb-concept>p{font-size:16px;line-height:2}
.nb-concept__q{
  display:inline-block;margin-top:24px;padding:14px 28px;border-radius:100px;
  background:#fff;border:1px solid var(--green);color:var(--green-d);
  font-size:17px;line-height:1.6;font-weight:bold;
}

/* ---------- プログラム ---------- */
.nb-prog{background:#fff;border:1px solid var(--line);border-radius:12px;padding:56px 60px;margin-bottom:70px}
.nb-prog__head{text-align:center;padding-bottom:34px;margin-bottom:38px;border-bottom:1px solid var(--line)}
.nb-prog__head span{
  display:inline-block;background:var(--green);color:#fff;border-radius:100px;
  font-size:13px;line-height:1;font-weight:bold;letter-spacing:.08em;padding:10px 20px;margin-bottom:18px;
}
.nb-prog__head h3{font-size:28px;line-height:1.5;font-weight:bold;color:var(--brand)}
.nb-prog__head p{font-size:17px;line-height:1.9;color:var(--green-d);font-weight:bold;margin-top:12px}
.nb-prog__head small{display:block;font-size:15px;line-height:1.9;margin-top:14px;color:var(--text)}

.nb-sub{
  font-size:19px;line-height:1.6;font-weight:bold;color:var(--brand);
  padding-left:16px;border-left:4px solid var(--green);margin-bottom:22px;
}
.nb-block+.nb-block{margin-top:44px}
.nb-list{display:flex;flex-wrap:wrap;gap:10px 26px}
.nb-list li{
  font-size:16px;line-height:1.8;position:relative;padding-left:20px;
}
.nb-list li::before{
  content:"";position:absolute;left:2px;top:12px;width:8px;height:8px;border-radius:50%;background:var(--green);
}

/* School / Sports / Learning */
.nb-ssl{display:flex;gap:22px}
.nb-ssl>li{flex:1;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#fff}
.nb-ssl__hd{padding:20px 16px;text-align:center;background:var(--green-p)}
.nb-ssl__hd b{display:block;font-size:19px;line-height:1.2;font-weight:bold;color:var(--green-d);letter-spacing:.06em}
.nb-ssl__hd span{display:block;font-size:14px;line-height:1.6;color:var(--brand);margin-top:6px;font-weight:bold}
.nb-ssl>li:nth-child(2) .nb-ssl__hd{background:#faf1e2}
.nb-ssl>li:nth-child(2) .nb-ssl__hd b{color:#b57e2c}
.nb-ssl>li:nth-child(3) .nb-ssl__hd{background:#e9f2f7}
.nb-ssl>li:nth-child(3) .nb-ssl__hd b{color:#417f9d}
.nb-ssl__bd{padding:22px 22px 26px}
.nb-ssl__bd>p{font-size:15px;line-height:1.9;margin-bottom:12px}
.nb-ssl__bd ul li{
  font-size:15px;line-height:1.9;padding-left:16px;position:relative;
}
.nb-ssl__bd ul li::before{
  content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--green);
}
.nb-ssl>li:nth-child(2) .nb-ssl__bd ul li::before{background:#e2a34a}
.nb-ssl>li:nth-child(3) .nb-ssl__bd ul li::before{background:var(--blue)}

/* 90分の流れ */
.nb-flow{max-width:640px;margin:0 auto}
.nb-flow li{display:flex;align-items:center;gap:20px}
.nb-flow li .t{
  width:74px;flex-shrink:0;text-align:center;background:var(--cream);border-radius:6px;
  font-size:15px;line-height:1;font-weight:bold;color:var(--brand);padding:12px 0;
}
.nb-flow li .c{flex:1;font-size:16px;line-height:1.7}
.nb-flow li .c b{font-weight:bold;color:var(--green-d)}
.nb-flow__ar{height:22px;position:relative}
.nb-flow__ar::before{content:"";position:absolute;left:36px;top:0;bottom:0;width:2px;background:#e3ded6}
.nb-flow__note{margin-top:22px;font-size:14px;line-height:1.9;color:#a2968c;text-align:center}

/* 料金 */
.nb-price{display:flex;gap:20px;align-items:stretch}
.nb-price li{
  flex:1;background:var(--cream);border-radius:10px;padding:26px 20px;text-align:center;
}
.nb-price li.is-main{background:var(--green-p);border:1px solid rgba(127,176,105,.5)}
.nb-price li b{display:block;font-size:15px;line-height:1.5;font-weight:bold;color:var(--brand);margin-bottom:10px}
.nb-price li em{display:block;font-size:26px;line-height:1.3;font-weight:bold;color:var(--green-d)}
.nb-price li em small{font-size:15px;font-weight:bold;margin-left:2px}
.nb-price li span{display:block;font-size:13px;line-height:1.6;color:#a2968c;margin-top:6px}

/* 専門コース */
.nb-course{display:flex;flex-wrap:wrap;gap:24px}
.nb-course>li{
  width:calc((100% - 24px) / 2);background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:34px 36px;
}
.nb-course__ttl{margin-bottom:16px}
.nb-course__ttl b{display:block;font-size:21px;line-height:1.4;font-weight:bold;color:var(--brand)}
.nb-course__ttl span{display:block;font-size:14px;line-height:1.6;color:var(--green-d);font-weight:bold;margin-top:4px}
.nb-course>li:nth-child(2) .nb-course__ttl span{color:#b57e2c}
.nb-course>li:nth-child(3) .nb-course__ttl span{color:#417f9d}
.nb-course>li:nth-child(4) .nb-course__ttl span{color:#a76b78}
.nb-course__bd{font-size:15px;line-height:1.95;margin-bottom:16px}
.nb-course__fee{border-top:1px dashed var(--line);padding-top:16px;margin-top:auto}
.nb-course__fee dl{display:flex;flex-wrap:wrap;gap:6px 22px}
.nb-course__fee dt{font-size:14px;line-height:1.7;color:#a2968c}
.nb-course__fee dd{font-size:16px;line-height:1.7;font-weight:bold;color:var(--brand)}

.nb-info{display:flex;gap:24px}
.nb-info li{
  flex:1;background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px 30px;
}
.nb-info li b{display:block;font-size:17px;line-height:1.5;font-weight:bold;color:var(--brand);margin-bottom:10px}
.nb-info li p{font-size:15px;line-height:1.95}
.nb-info li p.note{font-size:13px;color:#a2968c;margin-top:6px}

/* ---------- 先生プロフィール ---------- */
.nb-prof{background:#fff;border:1px solid var(--line);border-radius:12px;padding:50px 56px}
.nb-prof+.nb-prof{margin-top:40px}
.nb-prof__head{display:flex;gap:44px;align-items:flex-start;padding-bottom:36px;border-bottom:1px solid var(--line);margin-bottom:36px}
.nb-prof__img{width:280px;flex-shrink:0}
.nb-prof__img img{border-radius:8px}
.nb-prof__name{flex:1}
.nb-prof__name span{display:block;font-size:13px;line-height:1;color:#a2968c;letter-spacing:.1em;margin-bottom:10px}
.nb-prof__name h3{font-size:32px;line-height:1.3;font-weight:bold;color:var(--brand)}
.nb-prof__name h3 small{font-size:15px;font-weight:500;color:#a2968c;margin-left:14px}
.nb-prof__role{
  display:inline-block;margin-top:16px;background:var(--green-p);color:var(--green-d);
  font-size:14px;line-height:1;font-weight:bold;border-radius:100px;padding:11px 20px;
}
.nb-prof__catch{
  font-size:20px;line-height:1.8;font-weight:bold;color:var(--green-d);margin-top:22px;
}
.nb-prof__head p.nb-prof__lead{font-size:15px;line-height:2;margin-top:16px}
.nb-prof__body .nb-block p{font-size:16px;line-height:2.05}
.nb-prof__body .nb-block p+p{margin-top:14px}
.nb-prof__body .nb-block p.nb-note{
  margin-top:16px;padding:18px 22px;background:var(--cream);border-radius:8px;font-size:15px;line-height:1.95;
}
.nb-career{margin-top:16px;border-left:2px solid var(--green-p);padding-left:22px}
.nb-career li+li{margin-top:16px}
.nb-career li b{display:block;font-size:16px;line-height:1.6;font-weight:bold;color:var(--brand)}
.nb-career li span{display:block;font-size:13px;line-height:1.6;color:var(--green-d);font-weight:bold;margin-bottom:2px}
.nb-career li p{font-size:15px;line-height:1.9}
.nb-strength{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.nb-strength li{
  font-size:15px;line-height:1;font-weight:bold;color:var(--green-d);
  background:var(--green-p);border-radius:100px;padding:12px 18px;
}

/* ---------- 共通ヘッダー／フッター（メニュー1項目追加分の微調整） ---------- */
@media screen and (min-width:738px){
  .header > dl > dd > ul > li{margin-right:40px}
}

/* =========================================================
   スマートフォン
   ========================================================= */
@media screen and (max-width:737px){
  .nb-sec{padding:50px 0}
  .nb-ttl{margin-bottom:30px}
  .nb-ttl span{font-size:11px;margin-bottom:10px}
  .nb-ttl h2{font-size:21px}
  .nb-ttl h2::after{margin-top:16px;width:36px}

  .nb-hero__in{width:100%;height:auto;min-height:400px;padding:44px 3% 40px}
  .nb-hero__img{background-size:cover;background-position:35% center}
  .nb-hero__img::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.9) 0,rgba(255,255,255,.45) 60px,rgba(255,255,255,0) 120px),
      linear-gradient(95deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.82) 42%,rgba(255,255,255,.45) 72%,rgba(255,255,255,.12) 100%);
  }
  .nb-hero__label{font-size:12px;padding:9px 16px;margin-bottom:18px}
  .nb-hero__catch{font-size:29px;line-height:1.5}
  .nb-hero__name{font-size:16px;margin-top:18px}
  .nb-hero__name small{font-size:12px}

  .nb-bread{display:none}

  .nb-lead{display:block}
  .nb-lead__txt h2{font-size:19px;margin-bottom:18px}
  .nb-lead__txt p{font-size:15px;line-height:2}
  .nb-lead__img{width:100%;margin-top:26px}

  .nb-value__catch{font-size:17px;margin-bottom:24px}
  .nb-box{padding:22px 18px;border-radius:8px}
  .nb-box>p{font-size:15px;line-height:2}
  .nb-box>p.nb-arrow{font-size:12px;margin:4px 0 16px}
  .nb-reason{flex-direction:column;gap:8px;margin:18px 0}
  .nb-reason li{font-size:15px;padding:12px 10px}
  .nb-hidden{flex-direction:column;gap:8px;margin-bottom:18px}
  .nb-hidden li{font-size:14px;padding:13px 14px}

  .nb-support{gap:34px}
  .nb-support__item,
  .nb-support__item:nth-child(even){display:block}
  .nb-support__img{width:100%;margin-bottom:16px}
  .nb-support__num{width:38px;height:38px;font-size:17px;margin-bottom:10px}
  .nb-support__body h3{font-size:18px;margin-bottom:12px}
  .nb-support__body p{font-size:15px;line-height:2}
  .nb-tags li{font-size:13px;padding:8px 13px}
  .nb-support__body p.nb-support__note{font-size:14px;line-height:1.9;padding:14px 16px}

  .nb-check{gap:10px}
  .nb-check li{width:100%;font-size:15px;padding:13px 14px 13px 48px}
  .nb-check li::before{left:15px;top:15px}
  .nb-check li::after{left:21px;top:20px}
  .nb-check__note{font-size:15px;margin-top:26px;text-align:left}

  .nb-net__lead{font-size:15px;margin-bottom:26px;text-align:left}
  .nb-net{justify-content:flex-start;gap:8px}
  .nb-net li{font-size:14px;padding:11px 18px}
  .nb-net__foot{font-size:15px;margin-top:26px}

  .nb-mission>p.nb-mission__catch{font-size:22px;line-height:1.55;margin-bottom:24px}
  .nb-mission>p{font-size:15px;line-height:2;text-align:left}
  .nb-kids{flex-wrap:wrap;gap:10px;margin:22px 0}
  .nb-kids li{flex:0 0 calc(50% - 5px);font-size:14px;padding:15px 6px}

  .nb-contact{padding:26px 20px;max-width:none}
  .nb-contact>p{font-size:15px;margin-bottom:22px;text-align:left}
  .nb-contact dl{display:block}
  .nb-contact dt{font-size:16px;padding-bottom:12px;margin-bottom:12px}
  .nb-contact dd{font-size:14px;line-height:2}
  .nb-contact dd span{width:5em;font-size:13px}

  .nb-guide{flex-direction:column;gap:12px;margin-top:34px}
  .nb-guide a{padding:18px 20px;gap:14px}
  .nb-guide__ic{width:42px;height:42px;font-size:15px}
  .nb-sec[id]{scroll-margin-top:64px}
  .nb-guide__tx strong{font-size:16px}
  .nb-guide__tx span{font-size:12px}

  .nb-concept{margin-bottom:40px}
  .nb-concept__ssl{font-size:19px;letter-spacing:.06em;margin-bottom:14px}
  .nb-concept__ssl em{font-size:15px;margin:0 3px}
  .nb-concept h3{font-size:19px;margin-bottom:10px}
  .nb-concept>p{font-size:15px;line-height:2;text-align:left}
  .nb-concept__q{font-size:15px;padding:12px 18px;margin-top:18px}

  .nb-prog{padding:24px 18px;margin-bottom:40px;border-radius:8px}
  .nb-prog__head{padding-bottom:22px;margin-bottom:26px}
  .nb-prog__head span{font-size:11px;padding:8px 15px;margin-bottom:14px}
  .nb-prog__head h3{font-size:20px}
  .nb-prog__head p{font-size:15px;margin-top:10px}
  .nb-prog__head small{font-size:14px;margin-top:12px;text-align:left}
  .nb-sub{font-size:17px;margin-bottom:16px;padding-left:12px}
  .nb-block+.nb-block{margin-top:32px}
  .nb-list{gap:4px 16px}
  .nb-list li{font-size:15px}
  .nb-ssl{flex-direction:column;gap:12px}
  .nb-ssl__hd{padding:15px 12px}
  .nb-ssl__hd b{font-size:17px}
  .nb-ssl__bd{padding:18px 18px 20px}

  .nb-flow li{gap:14px}
  .nb-flow li .t{width:62px;font-size:13px;padding:10px 0}
  .nb-flow li .c{font-size:15px}
  .nb-flow__ar{height:18px}
  .nb-flow__ar::before{left:30px}
  .nb-flow__note{font-size:13px;text-align:left;margin-top:16px}

  .nb-price{flex-direction:column;gap:10px}
  .nb-price li{padding:20px 16px}
  .nb-price li em{font-size:22px}

  .nb-course{gap:12px}
  .nb-course>li{width:100%;padding:24px 20px}
  .nb-course__ttl b{font-size:19px}
  .nb-course__bd{font-size:14px}
  .nb-course__fee dl{display:grid;grid-template-columns:auto 1fr;gap:4px 14px}
  .nb-info{flex-direction:column;gap:12px}
  .nb-info li{padding:20px 18px}
  .nb-info li b{font-size:16px}
  .nb-info li p{font-size:14px}

  .nb-prof{padding:24px 18px}
  .nb-prof+.nb-prof{margin-top:24px}
  .nb-prof__head{display:block;padding-bottom:22px;margin-bottom:24px}
  .nb-prof__img{width:60%;max-width:220px;margin:0 auto 20px}
  .nb-prof__name h3{font-size:24px}
  .nb-prof__name h3 small{font-size:13px;margin-left:10px}
  .nb-prof__catch{font-size:17px;margin-top:16px}
  .nb-prof__head p.nb-prof__lead{font-size:14px}
  .nb-prof__body .nb-block p{font-size:15px;line-height:2}
  .nb-prof__body .nb-block p.nb-note{font-size:14px;padding:14px 16px}
  .nb-career{padding-left:16px}
  .nb-career li b{font-size:15px}
  .nb-career li p{font-size:14px}
  .nb-strength li{font-size:14px;padding:10px 14px}
}

/* =========================================================
   3ページ共通：ステップフロー（①→②→…）
   ========================================================= */
.nb-steps{counter-reset:st;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:22px}
.nb-steps>li{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:22px 26px 22px 78px;
}
.nb-steps>li::before{
  counter-increment:st;content:counter(st,decimal-leading-zero);
  position:absolute;left:22px;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;font-weight:bold;letter-spacing:.03em;
}
/* ステップ間をつなぐ縦線＋下向き矢印（丸の中心に合わせる） */
.nb-steps>li:not(:last-child)::after{
  content:"";position:absolute;left:40px;top:100%;height:22px;width:2px;background:#d8e3cf;
}
.nb-steps>li b{display:block;font-size:18px;line-height:1.5;font-weight:bold;color:var(--brand)}
.nb-steps>li p{font-size:15px;line-height:1.85;margin-top:4px}

/* =========================================================
   3ページ共通：外部サイトへの導線ボタン
   ========================================================= */
.nb-extlink{text-align:center;margin-top:40px}
.nb-extlink a{
  display:inline-flex;align-items:center;gap:12px;
  background:var(--green);color:#fff !important;font-weight:bold;
  font-size:17px;line-height:1.4;padding:18px 40px;border-radius:100px;
  box-shadow:0 8px 20px rgba(127,176,105,.35);transition:.3s;
}
.nb-extlink a:hover{background:var(--green-d);opacity:1;transform:translateY(-2px)}
.nb-extlink a::after{content:"↗";font-size:16px}
.nb-extlink small{display:block;margin-top:12px;font-size:13px;color:#a2968c}

/* =========================================================
   3ページ共通：番号つきカラム（大切にすること / 支援内容）
   ========================================================= */
.nb-cards{display:flex;gap:24px}
.nb-cards>li{
  flex:1;background:#fff;border:1px solid var(--line);border-radius:10px;padding:32px 30px;
}
.nb-cards__no{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;
  font-size:19px;line-height:1;font-weight:bold;margin-bottom:14px;
}
.nb-cards>li:nth-child(2) .nb-cards__no{background:#e2a34a}
.nb-cards>li:nth-child(3) .nb-cards__no{background:var(--blue)}
.nb-cards__ttl{font-size:19px;line-height:1.5;font-weight:bold;color:var(--brand);margin-bottom:12px}
.nb-cards p{font-size:15px;line-height:1.9}

/* 番号とサブタイトルを横並び（3枚の高さを揃える） */
.nb-cards--row>li{display:flex;flex-direction:column}
.nb-cards__hd{
  display:flex;align-items:center;gap:14px;
  min-height:60px;margin-bottom:16px;
}
.nb-cards__hd .nb-cards__no{margin-bottom:0;flex-shrink:0}
.nb-cards__hd .nb-cards__ttl{margin-bottom:0;font-size:18px;line-height:1.4}
.nb-cards .nb-list{margin-top:10px}

/* 系列施設リンク */
.nb-brand{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:8px}
.nb-brand a,.nb-brand span{
  display:block;background:#fff;border:1px solid var(--line);border-radius:8px;
  padding:16px 24px;font-size:15px;line-height:1.5;font-weight:bold;color:var(--brand);
  min-width:200px;text-align:center;transition:.2s;
}
.nb-brand a:hover{border-color:var(--green);color:var(--green-d);opacity:1}
.nb-brand a span{border:0;padding:0;min-width:0;display:inline;font-size:12px;color:#a2968c;font-weight:500}
.nb-brand em{display:block;font-size:12px;color:var(--green-d);margin-bottom:4px;font-weight:bold}

@media screen and (max-width:737px){
  .nb-steps>li{padding:16px 18px 16px 62px}
  .nb-steps>li::before{width:32px;height:32px;font-size:13px;left:16px}
  .nb-steps>li b{font-size:16px}
  .nb-steps>li:not(:last-child)::after{left:32px}
  .nb-extlink a{font-size:15px;padding:15px 26px;width:100%;justify-content:center}
  .nb-cards{flex-direction:column;gap:14px}
  .nb-cards>li{padding:22px 20px}
  .nb-cards__ttl{font-size:17px}
  .nb-brand a,.nb-brand span{width:100%;min-width:0}
}
