/* ===============================================
   Spotlight Academy / ともみん🍎 公式サイト
   ブランドルール: 白・きなり・ゴールド・ピンク＋赤アクセント
   イラスト中心・りんご控えめ・シンプル・読みやすさ優先
   =============================================== */
:root {
  --white: #ffffff;
  --kinari: #faf6ee;
  --kinari-deep: #f3ecdd;
  --gold: #b99a4e;
  --gold-light: #d9c48f;
  --pink: #f5dade;
  --pink-deep: #e8aab4;
  --apple-red: #c8332e;
  --ink: #3c3733;
  --ink-soft: #6f675f;
  --serif: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.04em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--kinari-deep);
}
.header-inner {
  max-width: 1080px; margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; letter-spacing: 0.12em; }
.brand small { display: block; font-size: 0.62rem; color: var(--gold); letter-spacing: 0.3em; font-weight: 500; }
.nav { display: flex; gap: 22px; font-size: 0.82rem; }
.nav a { color: var(--ink-soft); transition: color .2s; }
.nav a:hover, .nav a.current { color: var(--apple-red); }

/* mobile menu（CSSのみ・JS不要） */
.menu-toggle { display: none; }
.menu-btn { display: none; cursor: pointer; user-select: none; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }
@media (max-width: 820px) {
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid var(--kinari-deep);
    padding: 8px 0 14px;
  }
  .nav a { padding: 12px 28px; font-size: 0.95rem; }
  .menu-btn { display: block; }
  .menu-toggle:checked ~ .nav { display: flex; }
  .menu-toggle:checked ~ .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle:checked ~ .menu-btn span:nth-child(2) { opacity: 0; }
  .menu-toggle:checked ~ .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-inner { position: relative; }
}

/* ---------- buttons ---------- */
.btn-line {
  display: inline-block;
  background: linear-gradient(135deg, #d64545, var(--apple-red));
  color: #fff; font-weight: 700; font-size: 0.95rem;
  padding: 14px 34px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(200,51,46,0.28);
  transition: transform .2s, box-shadow .2s;
  text-align: center;
}
.btn-line:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(200,51,46,0.35); }
.btn-line small { display: block; font-size: 0.68rem; font-weight: 500; opacity: 0.9; }
.btn-line.compact { padding: 10px 22px; font-size: 0.8rem; white-space: nowrap; }
@media (max-width: 400px) { .btn-line.compact { padding: 8px 14px; font-size: 0.72rem; } }
.btn-ghost {
  display: inline-block;
  border: 1px solid var(--gold); color: var(--gold);
  font-size: 0.85rem; font-weight: 700;
  padding: 12px 32px; border-radius: 999px;
  transition: background .2s, color .2s;
}
.btn-ghost:hover { background: var(--gold); color: #fff; }
.cta-note { font-size: 0.72rem; color: var(--ink-soft); margin-top: 10px; }

/* ---------- hero（トップ） ---------- */
.hero { position: relative; overflow: hidden; background: var(--kinari); }
.hero-inner {
  max-width: 1080px; margin: 0 auto; padding: 72px 24px 64px;
  display: grid; gap: 40px; align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
}
.hero-copy .lead-question {
  font-family: var(--serif); color: var(--gold);
  font-size: 0.88rem; letter-spacing: 0.22em; margin-bottom: 18px;
}
.hero-copy h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 2; letter-spacing: 0.1em;
}
.hero-copy h1 .accent { color: var(--apple-red); }
.hero-copy h1 .u { display: inline-block; }
@media (max-width: 480px) { .hero-copy h1 { font-size: 1.32rem; letter-spacing: 0.06em; } .hero-copy h1 br { display: none; } }
.hero-copy .sub {
  margin-top: 22px; font-size: 0.92rem; color: var(--ink-soft); line-height: 2.2;
}
.hero-cta { margin-top: 30px; }
.hero-photo { position: relative; }
.hero-photo img {
  border-radius: 20px 120px 20px 20px;
  box-shadow: 0 18px 50px rgba(60,55,51,0.18);
  aspect-ratio: 4/5; object-fit: cover;
}
.hero-photo .apple-dot {
  position: absolute; bottom: -18px; left: -18px; width: 74px; height: 74px;
}
@media (max-width: 820px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo { max-width: 420px; margin: 0 auto; }
}

/* ---------- 下層ページ共通ヒーロー ---------- */
.page-hero {
  background: linear-gradient(180deg, #fdfbf6 0%, var(--kinari) 100%);
  text-align: center; padding: 64px 24px 52px;
  border-bottom: 1px solid var(--kinari-deep);
}
.page-hero .en {
  color: var(--gold); font-size: 0.75rem; letter-spacing: 0.4em; margin-bottom: 8px;
}
.page-hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: 0.16em;
}
.page-hero .desc { margin-top: 14px; font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- section 共通 ---------- */
section { padding: 84px 24px; }
/* 固定ヘッダーの下に見出しが潜り込まないようにする */
section[id] { scroll-margin-top: 88px; }
.section-inner { max-width: 980px; margin: 0 auto; }
.section-label {
  text-align: center; color: var(--gold); font-size: 0.72rem;
  letter-spacing: 0.34em; margin-bottom: 10px;
}
.section-title {
  text-align: center; font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); letter-spacing: 0.14em; margin-bottom: 46px;
}
.section-title .apple-mark { color: var(--apple-red); font-size: 0.8em; }
.bg-kinari { background: var(--kinari); }
.bg-pink { background: linear-gradient(180deg, #fdf4f5, var(--pink) 140%); }
.more-link { text-align: center; margin-top: 42px; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text p { margin-bottom: 1.2em; font-size: 0.95rem; }
.about-text .name-line { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 0.4em; }
.about-text .name-line small { font-size: 0.7rem; color: var(--gold); display: block; letter-spacing: 0.2em; }
.profile-card {
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 16px; padding: 28px 30px; box-shadow: 0 10px 30px rgba(60,55,51,0.06);
}
.profile-card h3 {
  font-family: var(--serif); font-size: 0.95rem; color: var(--gold);
  letter-spacing: 0.2em; margin-bottom: 14px; border-bottom: 1px solid var(--kinari-deep); padding-bottom: 10px;
}
.profile-card ul { list-style: none; font-size: 0.85rem; }
.profile-card li { padding: 6px 0 6px 24px; position: relative; }
.profile-card li::before {
  content: ""; position: absolute; left: 2px; top: 15px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--pink-deep);
}
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- ストーリー（about下層） ---------- */
.story { max-width: 720px; margin: 0 auto; }
.story h3 {
  font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.1em;
  margin: 52px 0 18px; padding-left: 16px; border-left: 3px solid var(--gold-light);
}
.story h3:first-child { margin-top: 0; }
.story p { font-size: 0.95rem; margin-bottom: 1.3em; }
.story .pull {
  font-family: var(--serif); text-align: center; font-size: 1.1rem;
  color: var(--apple-red); letter-spacing: 0.12em; margin: 44px 0;
}
.timeline { list-style: none; max-width: 720px; margin: 0 auto; }
.timeline li {
  display: grid; grid-template-columns: 120px 1fr; gap: 22px;
  padding: 18px 0; border-bottom: 1px dashed var(--kinari-deep);
  font-size: 0.9rem;
}
.timeline .year { font-family: var(--serif); color: var(--gold); letter-spacing: 0.08em; }
@media (max-width: 560px) { .timeline li { grid-template-columns: 1fr; gap: 2px; } }

/* ---------- 数字ストリップ ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.stat {
  text-align: center; background: var(--white); border-radius: 14px;
  padding: 22px 10px; border: 1px solid var(--kinari-deep);
}
.stat .num { font-family: var(--serif); font-size: 1.6rem; color: var(--apple-red); }
.stat .num small { font-size: 0.8rem; color: var(--ink); }
.stat .label { font-size: 0.72rem; color: var(--ink-soft); margin-top: 4px; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- method ---------- */
.method-lead { text-align: center; max-width: 640px; margin: 0 auto 48px; font-size: 0.95rem; }
.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.method-card {
  background: var(--white); border-radius: 16px; padding: 34px 26px; text-align: center;
  border-top: 3px solid var(--gold-light); box-shadow: 0 10px 30px rgba(60,55,51,0.06);
}
.method-card .icon { width: 52px; height: 52px; margin: 0 auto 16px; }
.method-card h3 { font-family: var(--serif); font-size: 1.05rem; letter-spacing: 0.12em; margin-bottom: 12px; }
.method-card p { font-size: 0.85rem; color: var(--ink-soft); }
@media (max-width: 760px) { .method-cards { grid-template-columns: 1fr; } }

/* ---------- academy ---------- */
.acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 60px; }
.act {
  background: var(--white); border: 1px solid var(--kinari-deep); border-radius: 14px;
  padding: 24px 22px;
}
.act .act-no { font-family: var(--serif); color: var(--gold); font-size: 0.75rem; letter-spacing: 0.24em; }
.act h3 { font-family: var(--serif); font-size: 1rem; margin: 8px 0 8px; letter-spacing: 0.08em; }
.act p { font-size: 0.8rem; color: var(--ink-soft); line-height: 1.9; }
@media (max-width: 820px) { .acts { grid-template-columns: 1fr; } }

.courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course {
  border-radius: 18px; padding: 34px 28px; text-align: center; background: var(--white);
  border: 1px solid var(--kinari-deep); position: relative;
}
.course.featured {
  border: 2px solid var(--gold); box-shadow: 0 16px 40px rgba(185,154,78,0.18);
}
.course.featured::after {
  content: "いちばん人気"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff; font-size: 0.68rem; letter-spacing: 0.2em;
  padding: 4px 18px; border-radius: 999px; white-space: nowrap;
}
.course .apple-icon { width: 46px; height: 46px; margin: 0 auto 12px; }
.course h3 { font-family: var(--serif); font-size: 1.08rem; letter-spacing: 0.1em; }
.course .course-sub { color: var(--gold); font-size: 0.72rem; letter-spacing: 0.2em; margin-bottom: 14px; }
.course p { font-size: 0.83rem; color: var(--ink-soft); text-align: left; }
.course .includes {
  list-style: none; text-align: left; font-size: 0.8rem; color: var(--ink-soft);
  margin-top: 14px; border-top: 1px dashed var(--kinari-deep); padding-top: 14px;
}
.course .includes li { padding: 3px 0 3px 22px; position: relative; }
.course .includes li::before {
  content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700;
}
.course-note { text-align: center; font-size: 0.78rem; color: var(--ink-soft); margin-top: 26px; }
@media (max-width: 820px) { .courses { grid-template-columns: 1fr; } }

/* ---------- 特別プログラム ---------- */
.programs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.program {
  background: var(--white); border: 1px solid var(--kinari-deep); border-radius: 16px;
  padding: 30px 28px;
}
.program h3 { font-family: var(--serif); font-size: 1.02rem; letter-spacing: 0.08em; margin-bottom: 10px; }
.program h3 .mini { font-size: 0.7rem; color: var(--gold); display: block; letter-spacing: 0.2em; margin-bottom: 4px; }
.program p { font-size: 0.85rem; color: var(--ink-soft); }
@media (max-width: 760px) { .programs { grid-template-columns: 1fr; } }

/* ---------- voice ---------- */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice {
  background: var(--white); border-radius: 16px; padding: 28px 26px;
  border: 1px solid var(--pink-deep); font-size: 0.85rem; color: var(--ink-soft);
}
.voice.pending { border-style: dashed; }
.voice .voice-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.voice .voice-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--pink); display: grid; place-items: center;
  font-size: 1rem;
}
.voice .voice-name { font-size: 0.78rem; color: var(--ink); font-weight: 700; }
.voice .voice-name small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.68rem; }
.placeholder-note {
  max-width: 640px; margin: 28px auto 0; text-align: center;
  font-size: 0.75rem; color: var(--apple-red); background: #fdf1f0;
  border-radius: 10px; padding: 12px 18px;
}
@media (max-width: 820px) { .voices { grid-template-columns: 1fr; } }
/* 掲載可能な声が揃うまでの1枚構成 */
.voices.single { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
.voices.single .voice { text-align: center; padding: 34px 30px; }
.voices.single .voice p + p { margin-top: 0.8em; }
.voices.single .voice-link { margin-top: 22px; }

/* ---------- events ---------- */
.events { display: grid; gap: 16px; max-width: 720px; margin: 0 auto; }
.event {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center;
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 14px; padding: 22px 26px;
}
/* 「これまでの開催」は実績なので薄くしない。終了は灰色タグで示す */
.event.closed { opacity: 1; }
.event .date { font-family: var(--serif); text-align: center; color: var(--apple-red); }
.event .date .d { font-size: 1.4rem; }
/* 「2011〜2019」のような長い表記用 */
.event .date .d.long { font-size: 0.95rem; letter-spacing: 0.02em; }
.event .date .w { font-size: 0.7rem; color: var(--ink-soft); }
.event h3 { font-size: 0.95rem; margin-bottom: 4px; }
.event p { font-size: 0.78rem; color: var(--ink-soft); }
.event .tag {
  font-size: 0.68rem; background: var(--pink); color: var(--apple-red);
  padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.event .tag.gray { background: var(--kinari-deep); color: var(--ink-soft); }
@media (max-width: 640px) { .event { grid-template-columns: 1fr; text-align: left; } .event .date { text-align: left; } }

/* ---------- flow（受講の流れ） ---------- */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 860px; margin: 0 auto; }
.flow-step {
  background: var(--white); border: 1px solid var(--kinari-deep); border-radius: 14px;
  padding: 26px 22px; text-align: center; position: relative;
}
.flow-step .no {
  font-family: var(--serif); color: var(--gold); font-size: 0.75rem; letter-spacing: 0.3em;
}
.flow-step h3 { font-family: var(--serif); font-size: 0.98rem; margin: 8px 0; }
.flow-step p { font-size: 0.8rem; color: var(--ink-soft); }
@media (max-width: 760px) { .flow { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 12px; margin-bottom: 14px; overflow: hidden;
  transition: box-shadow .2s;
}
.faq-item[open] { box-shadow: 0 10px 30px rgba(60,55,51,0.07); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 56px 20px 24px;
  position: relative; font-family: var(--serif); font-size: 0.95rem;
  letter-spacing: 0.06em; line-height: 1.7;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q {
  color: var(--apple-red); font-weight: 600; margin-right: 12px;
}
.faq-item summary::after {
  content: ""; position: absolute; right: 26px; top: 26px;
  width: 9px; height: 9px; border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold); transform: rotate(45deg);
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(-135deg); top: 30px; }
.faq-item .faq-a {
  padding: 0 24px 22px 24px; font-size: 0.86rem; color: var(--ink-soft);
  line-height: 2.1;
}
.faq-item .faq-a a { color: var(--apple-red); border-bottom: 1px solid var(--pink-deep); }

/* ---------- 企業・法人 ---------- */
.biz-box {
  max-width: 760px; margin: 0 auto; background: var(--white);
  border: 1px solid var(--gold-light); border-radius: 18px;
  padding: 40px 36px; text-align: center;
}
.biz-box h3 { font-family: var(--serif); font-size: 1.1rem; letter-spacing: 0.12em; margin-bottom: 14px; }
.biz-box p { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 20px; }
.biz-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 24px; }
.biz-tags span {
  font-size: 0.75rem; border: 1px solid var(--gold-light); color: var(--gold);
  border-radius: 999px; padding: 4px 16px;
}

/* ---------- closing CTA ---------- */
.closing { text-align: center; }
.closing .gift-cards {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
  max-width: 720px; margin: 40px auto;
}
.gift {
  background: var(--white); border-radius: 16px; padding: 30px 26px;
  border: 1px solid var(--gold-light); text-align: left;
}
.gift .gift-no { font-family: var(--serif); color: var(--gold); font-size: 0.8rem; letter-spacing: 0.3em; }
.gift h3 { font-family: var(--serif); font-size: 1rem; margin: 8px 0; }
.gift p { font-size: 0.8rem; color: var(--ink-soft); }
@media (max-width: 640px) { .closing .gift-cards { grid-template-columns: 1fr; } }

/* ===============================================
   原稿v1.4 追加分（FV=B案／一人にしない仕組み）
   =============================================== */

/* ---------- hero: 問いかけ型ファーストビュー ---------- */
/* 「一人で、がんばりすぎていませんか。」は17文字。
   スマホでも1行に収まるよう vw ベースで字送りを詰めています */
.hero-copy h1.hero-ask {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.05rem, 4.35vw, 1.85rem);
  letter-spacing: 0.01em; line-height: 1.7;
}
/* 既存の .hero-copy h1 ルール（480px以下で1.32rem）を上書きし、1行を維持する。
   小さな画面ではヒーローの左右余白を詰めて、見出しを大きいまま1行に収める */
@media (max-width: 480px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero-inner { padding-left: 16px; padding-right: 16px; }
  .hero-copy h1.hero-ask { font-size: 4.6vw; letter-spacing: 0.01em; }
}
.hero-confession {
  margin-top: 26px; color: var(--ink-soft);
  font-size: 0.88rem; line-height: 2.4;
}
.hero-confession p + p { margin-top: 0.6em; }
.hero-tagline {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid var(--gold-light);
  font-family: var(--serif); color: var(--gold);
  font-size: clamp(0.95rem, 2.2vw, 1.15rem); letter-spacing: 0.14em;
}
@media (max-width: 820px) { .hero-confession br { display: none; } }
@media (max-width: 560px) {
  .hero-tagline { letter-spacing: 0.04em; font-size: clamp(0.82rem, 3.6vw, 1.15rem); }
}

/* ---------- 「一人で、がんばりすぎていた」 ---------- */
.alone { max-width: 680px; margin: 0 auto; }
.alone p { font-size: 0.95rem; margin-bottom: 1.5em; }
.alone .alone-lead {
  font-family: var(--serif); font-size: 1.05rem;
  letter-spacing: 0.08em; line-height: 2.2; margin-bottom: 1.8em;
}
.alone .alone-turn {
  font-family: var(--serif); font-size: 1.02rem;
  color: var(--apple-red); letter-spacing: 0.1em; margin-bottom: 1.2em;
}
/* 羅列部分は詰めて息苦しさを出し、直後に大きく余白を取る */
.alone .alone-cram {
  line-height: 1.75; letter-spacing: 0;
  margin-bottom: 2.8em; color: var(--ink-soft);
}
.alone .pull {
  font-family: var(--serif); text-align: center;
  color: var(--apple-red); letter-spacing: 0.12em; line-height: 2.1;
  font-size: clamp(1.05rem, 2.8vw, 1.32rem);
  margin: 2.4em 0;
}
@media (max-width: 560px) { .alone .alone-lead br { display: none; } }

/* ---------- 証拠セクション（仲間がいます／一人にしない仕組み） ---------- */
.proofs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.proof {
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 14px; padding: 26px 26px;
}
.proof .proof-no {
  font-family: var(--serif); color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.3em; margin-bottom: 4px;
}
.proof h3 {
  font-family: var(--serif); font-size: 1rem;
  letter-spacing: 0.08em; margin-bottom: 8px;
}
.proof p { font-size: 0.85rem; color: var(--ink-soft); }
.proof.featured {
  grid-column: 1 / -1;
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #fffdf8, var(--white));
  box-shadow: 0 14px 36px rgba(185,154,78,0.16);
}
.proof.featured h3 { font-size: 1.1rem; }
.proof.featured p { font-size: 0.9rem; }
@media (max-width: 760px) { .proofs { grid-template-columns: 1fr; } }

/* ---------- リード強調 ---------- */
.lead-strong {
  text-align: center; max-width: 640px; margin: 0 auto 28px;
  font-family: var(--serif); font-size: 1.02rem;
  letter-spacing: 0.08em; line-height: 2.1;
}

/* ---------- 圧倒的な自分軸フロー ---------- */
.axis-flow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  max-width: 860px; margin: 0 auto;
}
.axis-step {
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 14px; padding: 24px 16px; text-align: center; position: relative;
}
.axis-step .axis-no {
  display: block; font-family: var(--serif); color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.3em; margin-bottom: 8px;
}
.axis-step p { font-size: 0.85rem; line-height: 1.9; }
.axis-step.goal { border-color: var(--gold); background: var(--kinari); }
.axis-step:not(:last-child)::after {
  content: ""; position: absolute; right: -9px; top: 50%;
  width: 7px; height: 7px; border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: translateY(-50%) rotate(-45deg);
}
.axis-note {
  max-width: 680px; margin: 34px auto 0;
  font-size: 0.88rem; color: var(--ink-soft);
}
@media (max-width: 760px) {
  .axis-flow { grid-template-columns: 1fr; }
  .axis-step:not(:last-child)::after {
    right: 50%; top: auto; bottom: -9px;
    transform: translateX(50%) rotate(45deg);
  }
}

/* ---------- 個別相談ボックス ---------- */
.consult-box {
  max-width: 720px; margin: 46px auto 0; text-align: center;
  background: var(--white); border: 1px solid var(--gold-light);
  border-radius: 18px; padding: 38px 34px;
}
.consult-box .consult-label {
  color: var(--gold); font-size: 0.72rem; letter-spacing: 0.3em; margin-bottom: 6px;
}
.consult-box h3 {
  font-family: var(--serif); font-size: 1.18rem;
  letter-spacing: 0.1em; margin-bottom: 16px;
}
.consult-box p {
  font-size: 0.88rem; color: var(--ink-soft);
  max-width: 560px; margin: 0 auto 24px;
}

/* ---------- 特別プログラム（1枚のとき） ---------- */
.programs.single { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }

/* ---------- お問い合わせ：連絡先カード ---------- */
/* メール窓口は未設定のあいだ非表示になるため、表示中のカード数に合わせて自動で列を組む */
.contact-routes {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 18px;
  max-width: 820px; margin: 0 auto;
}
.contact-route {
  background: var(--white); border: 1px solid var(--kinari-deep);
  border-radius: 16px; padding: 30px 28px; text-align: center;
}
.contact-route .route-label {
  color: var(--gold); font-size: 0.7rem; letter-spacing: 0.22em; margin-bottom: 6px;
}
.contact-route h3 {
  font-family: var(--serif); font-size: 1.05rem;
  letter-spacing: 0.08em; margin-bottom: 12px;
}
.contact-route p { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 20px; }
.contact-route { display: flex; flex-direction: column; }
.contact-route p:last-of-type { flex: 1; }
/* display:flex が hidden 属性の既定スタイルに勝ってしまうため、明示的に打ち消す */
.contact-route[hidden] { display: none; }
@media (max-width: 760px) { .contact-routes { grid-template-columns: 1fr; } }

/* ---------- 年ラベル（開催レポート） ---------- */
.year-label {
  max-width: 720px; margin: 40px auto 16px;
  font-family: var(--serif); color: var(--gold);
  font-size: 0.86rem; letter-spacing: 0.3em;
  padding-bottom: 8px; border-bottom: 1px solid var(--gold-light);
}
.year-label:first-of-type { margin-top: 8px; }

/* ---------- コラボ成功ロードマップ ---------- */
.roadmap {
  max-width: 680px; margin: 0 auto; list-style: none; counter-reset: rm;
}
.roadmap li {
  counter-increment: rm; position: relative;
  padding: 16px 0 16px 58px;
  border-bottom: 1px dashed var(--kinari-deep);
  font-size: 0.92rem;
}
.roadmap li::before {
  content: counter(rm, decimal-leading-zero);
  position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  font-family: var(--serif); color: var(--gold);
  font-size: 0.9rem; letter-spacing: 0.12em;
}
.roadmap-note {
  max-width: 680px; margin: 36px auto 0;
  background: var(--kinari); border-radius: 16px; padding: 30px 32px;
}
.roadmap-note h3 {
  font-family: var(--serif); font-size: 1.02rem;
  letter-spacing: 0.08em; margin-bottom: 12px;
}
.roadmap-note p { font-size: 0.88rem; color: var(--ink-soft); }
.roadmap-note p + p { margin-top: 1em; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #cfc8c0; padding: 56px 24px 32px; }
.footer-inner { max-width: 980px; margin: 0 auto; text-align: center; }
.footer .brand { color: #fff; margin-bottom: 18px; }
.footer-nav {
  display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center;
  font-size: 0.78rem; margin-bottom: 24px;
}
.footer-nav a:hover { color: #fff; }
.footer .sns { display: flex; gap: 24px; justify-content: center; font-size: 0.8rem; margin-bottom: 24px; }
.footer .sns a:hover { color: #fff; }
.footer .copy { font-size: 0.68rem; color: #948c83; }
