/* ============================================================
   みやぎAI経営未来塾 lp_v2 — style.css
   米倉標準テンプレ（:root変数駆動・mobile-first）
   ワイヤー段階はモノクロ（案件トークンがグレー）＝着色は変数ブロックの差し替えのみ。
   画像は全てグレーのプレースホルダ／UIアイコンのみモノクロSVG。
   確定トークン（navy #242f95 / CTAグラデ #a314e8→#2834c7→#242f95 等）は
   proj memory「デザイントークン」節が正。着色時にここへ反映する。
   ============================================================ */
:root{
  --main: #8a8a8a; --main-deep: #5f5f5f; --accent: #4a4a4a;
  /* FV〜解決バンドのトーンに全セクションを合わせる（2026-07-31）:
     背景グレー=#f2f3f5 / カード枠=5px #e6e9f4 / 画像プレースホルダ=淡い青グレー */
  --bg-soft: #f2f3f5; --img: #dfe4f2; --card-line: #e6e9f4;
  --ink: #0a1743; --ink-2: #666666; --line: #d9d9d9; --white: #ffffff;
  /* ==== ブランドカラー（KVトーン・FV/ヘッダー着色に使用。proj memoryデザイントークン準拠） ==== */
  --navy: #242f95; --navy-deep: #1b2a63;
  --en-blue: #2834c7; /* 英語セクションラベル用の鮮やかなインディゴ（CTAグラデ中間色） */
  --grad: linear-gradient(90deg, #a314e8 0%, #2834c7 55%, #242f95 100%);
  /* ==== Figma ver2 追加トークン（2026-07-31 実測） ==== */
  --orange: #ec903a;          /* ヘッダーCTA・追従CTAバー */
  --chip-navy: #0c2f9e;       /* FVチップ・募集締切円の濃青 */
  --band-grad: linear-gradient(127.6deg, #7bdaff 1.26%, #352aaa 25.87%); /* 解決バンド */
  --grad-light: linear-gradient(90deg, #b06bff 0%, #6f8cff 55%, #7bdaff 100%); /* 暗背景用の明るいゴール系グラデ（OUTCOME系で共通使用） */
  --ink-fv: #0a1743;          /* FV見出し・サブコピーの濃紺 */
  --font-din: "din-2014", "DIN 2014", "D-DIN", "Barlow", sans-serif; /* 締切日付・PROBLEM用 */
  --fv-tint: #f4f3fb;
  --maxw: 1080px; --header-inner: 1400px;
  --sec-pad: 60px; --gutter: 20px;
  /* 角丸: ボタン等のUI=4px（FVボタン実測）／カード=16px（PROBLEMカード実測）／画像枠=10px */
  --radius-s: 4px; --radius-m: 12px; --radius-img: 10px;
  --font-ja: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --header-h: 59px;
}
@media (min-width: 768px){ :root{ --sec-pad: 150px; --header-h: 76px; } }

/* ==== リセット・ベース ==== */
*{ margin: 0; padding: 0; box-sizing: border-box; }
/* ヘッダーは fixed でFVに重なるため、アンカー着地はヘッダー高＋外周パディング分を逃がす */
html{ scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body{
  font-family: var(--font-ja); font-size: 16px; line-height: 1.8; letter-spacing: .02em;
  color: var(--ink); background: var(--white); font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; padding-bottom: 72px;
}
img{ max-width: 100%; height: auto; display: block; }
a{ color: inherit; text-decoration: none; }
ul, ol{ list-style: none; }
strong{ font-weight: 900; }
.container{ width: min(100% - var(--gutter) * 2, var(--maxw)); margin-inline: auto; }
/* 日本語の改行を文節単位にする（語中で割れるのを防ぐ）。inline-block なので中では折り返さない */
.nb{ display: inline-block; }
/* Chrome 119+ は自動で文節折り返し。非対応ブラウザ（Safari等）は上の .nb が効く */
body{ word-break: auto-phrase; }

/* 画像プレースホルダ共通（斜線で"画像枠"を明示） */
.fv-bg, .worry-people{
  background: repeating-linear-gradient(-45deg, transparent 0 11px, rgba(0,0,0,.03) 11px 12px), var(--img);
  color: var(--ink-2);
}

/* ==== セクション共通 ==== */
.sec{ padding: var(--sec-pad) 0; }
.sec--soft{ background: var(--bg-soft); }
/* ==== 見出しの英字ウォーターマーク（PROBLEM型で全セクション統一・2026-07-31） ====
   .en を見出しの背後に大きく敷く。色は背景ごとに --wm で切り替える */
.sec{ --wm: #f1f2f6; }                                   /* 白背景セクション */
.sec--soft, .sec--why, .sec--strengths, .sec--pale, .sec--gray{ --wm: #ffffff; } /* 淡色背景セクション */
.sec--gray{ background: var(--bg-soft); } /* 薄いグレー（FOR WHOM） */
.sec--pale{ background: #ebf0fe; } /* ABOUT・FOR WHOM系の淡い青 */
/* ブランドブルー地のセクション（講師紹介） */
.sec--brand{ background: linear-gradient(135deg, #7bdaff 0%, #343fc3 45%, #6f8cff 100%); color: var(--white); --wm: rgba(255,255,255,.12); }
.sec--brand .sec-head h2{ color: var(--white); }
.sec--brand .sec-head .lead, .sec--brand .note{ color: rgba(255,255,255,.78); }
.sec--dark{ --wm: rgba(255,255,255,.09); }
.entry-box{ --wm: rgba(255,255,255,.13); }
.en{
  position: absolute; top: 0; left: 0; right: 0; transform: translateY(-60%);
  font-family: var(--font-din); font-weight: 700; text-transform: uppercase;
  font-size: 55px; line-height: 1; letter-spacing: .026em; color: var(--wm);
  z-index: 0; pointer-events: none; white-space: nowrap; margin: 0;
}
.sec-head, .feature-txt, .entry-box{ position: relative; }
.sec-head{ margin-bottom: 40px; }
.sec-head h2, .sec-head .lead, .feature-txt h2, .feature-txt .lead-strong, .feature-txt .lead, .entry-box h2, .entry-box .entry-desc{ position: relative; z-index: 1; }
.sec-head h2{ font-size: 22px; font-weight: 900; line-height: 1.5; letter-spacing: .04em; }
.sec-head .lead{ margin-top: 14px; color: var(--ink-2); font-size: 15px; }
.sec-head--center{ text-align: center; }
.sec-head--center .en{ text-align: center; }
.sec-head--center .lead{ margin-inline: auto; }
.big-num{ font-size: 1.7em; color: var(--main); line-height: 1; vertical-align: -.06em; margin: 0 .04em; }
/* 濃色セクション（OUTCOME）＝黒のグラデーション */
.sec--dark{ background: linear-gradient(135deg, #14141c 0%, #262638 52%, #0c0c12 100%); color: var(--white); }
.sec--dark .sec-head h2{ color: var(--white); }
/* 暗背景用の明るいブランドグラデ文字 */
.hl-light{
  font-style: normal;
  background: var(--grad-light);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.sec--dark .change-catch{ color: var(--white); }
@media (min-width: 768px){
  .sec-head{ margin-bottom: 48px; }
  .sec-head h2{ font-size: 30px; }
  .sec-head .lead{ font-size: 16px; }
  .en{ font-size: 100px; transform: translateY(-58%); }
}

/* ==== ヘッダー＋SPドロワー ==== */
/* Figma ver2：ヘッダーは白いカードを5px(SP)/10px(PC)内側に浮かせ、FVの上に重ねる（＝FVはページ最上部から始まる） */
.site-header{ position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 5px; }
.header-inner{
  width: 100%; max-width: none; height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--white); border-bottom: 1px solid var(--line); border-radius: 4px; padding: 0 15px;
}
.logo{ display: inline-flex; align-items: center; }
.logo img{ height: 45px; width: auto; display: block; }
@media (min-width: 768px){
  .site-header{ padding: 10px; }
  .header-inner{ padding: 0 10px; }
  .logo img{ height: 44px; }
}
.gnav{ display: none; }
.header-inner .hdr-cta{ display: none; }
.hamburger{ width: 30px; height: 25px; border: 0; background: none; cursor: pointer; display: grid; place-items: center; margin-left: auto; }
.hamburger span{ display: block; width: 24px; height: 2px; border-radius: 10px; background: var(--ink); margin: 2.5px 0; }
/* 真ん中の1本だけCTAグラデ（Figma ver2） */
.hamburger span:nth-child(2){ background: var(--grad); }
.drawer{ position: fixed; inset: 0; z-index: 1000; background: var(--white); padding: 24px var(--gutter); transform: translateX(100%); transition: transform .3s ease; }
.drawer.is-open{ transform: translateX(0); }
.drawer-close{ position: absolute; top: 14px; right: var(--gutter); width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 18px; line-height: 1; }
.drawer nav{ margin-top: 72px; display: flex; flex-direction: column; }
.drawer nav a:not(.btn){ display: block; padding: 16px 4px; font-weight: 700; border-bottom: 1px solid var(--line); }
.drawer nav .btn{ margin-top: 20px; }
.drawer-deadline{ margin: 20px 4px 0; font-size: 13px; font-weight: 700; color: var(--ink-2); letter-spacing: .02em; }
@media (min-width: 1024px){
  .hamburger, .drawer{ display: none; }
  /* ナビ：文字間隔を広げ、項目の間に薄いグレーの縦線を入れる */
  .gnav{ display: flex; align-items: center; gap: 0; font-size: 14.5px; font-weight: 600; letter-spacing: .06em; }
  .gnav a{ position: relative; padding: 0 26px; }
  .gnav a + a::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: #d5d5df; }
  .gnav a:hover{ color: var(--navy); }
  .header-inner .hdr-cta{ display: inline-block; }
}

/* ==== ボタン・CTA ==== */
.btn{ display: inline-block; padding: 14px 32px; background: var(--accent); color: var(--white); border-radius: var(--radius-s); font-weight: 700; font-size: 15px; border: 2px solid transparent; text-align: center; transition: background-color .25s, color .25s, border-color .25s, opacity .25s; }
.btn:hover{ opacity: .85; }
.btn--sm{ padding: 9px 20px; font-size: 13px; }
.btn--lg{ padding: 18px 44px; font-size: 17px; }
.btn--block{ display: block; width: 100%; }
.btn--ghost{ background: transparent; color: var(--ink); border-color: var(--line); }
.btn--onImg{ background: rgba(255,255,255,.85); color: var(--ink); border-color: var(--white); }
/* ブランドグラデCTA（KVトーン） */
.btn--grad{ background: var(--grad); color: var(--white); border-color: transparent; }
.btn--grad:hover{ background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; color: var(--navy); opacity: 1; }
/* ヘッダーCTA（Figma ver2＝オレンジ） */
.btn--orange{ background: var(--orange); color: var(--white); border-color: var(--orange); padding: 11px 22px; font-size: 13px; letter-spacing: .0246em; }
.btn--orange:hover{ background: var(--white); color: var(--orange); border-color: var(--orange); opacity: 1; }
.btn--outline{ background: var(--white); color: var(--navy); border-color: var(--navy); }
.btn--outline:hover{ background: var(--navy); color: var(--white); opacity: 1; }

/* ============================================================ ① FV：Figma ver2 実装（PC=74:7057 / SP=74:8375・2026-07-31 実測）
   キャンバス方式：デザイン原寸(PC 1440×800 / SP 390×790)の座標をそのまま px で書き、
   単位変数 --u（1デザインpx分の長さ）でビューポートに比例スケールさせる。
   ＝どの幅でもレイアウトが崩れず、設計幅でピクセル一致する。
   ============================================================ */
.fv{
  /* --u: デザイン1pxぶんの実寸。1440超は1.25px上限（=最大高さ1000px）で肥大を止める */
  --u: min(calc(100vw / 1440), 1.25px);
  position: relative; overflow: hidden; background: var(--white);
  height: calc(800 * var(--u));
}
/* --- 背景デコ（Figmaのフラット書き出し。キャンバスでクリップ済みなので座標＝実測値そのまま） --- */
.fv-deco{ position: absolute; inset: 0; z-index: 0; pointer-events: none; user-select: none; }
.dc{ position: absolute; display: block; max-width: none; }
.dc--sp{ display: none; }
.dc-wedge{ left: calc(156 * var(--u)); top: calc(-148 * var(--u)); width: calc(1214 * var(--u)); height: calc(766 * var(--u)); }
.dc-tr{ right: 0; top: calc(.92 * var(--u)); width: calc(617 * var(--u)); height: calc(531.5 * var(--u)); }
.dc-btm{ right: 0; top: calc(422.5 * var(--u)); width: calc(763 * var(--u)); height: calc(376.5 * var(--u)); }
.dc-tri{ left: calc(755.67 * var(--u)); top: 0; width: calc(399 * var(--u)); height: calc(298.5 * var(--u)); }

/* --- 左側テキストブロック（すべてキャンバス座標で絶対配置） --- */
.fv-main{ position: absolute; inset: 0; z-index: 2; }
/* ロゴ2点（宮城県はFigma同様に左右をクロップして表示） */
.fv-logos{ position: absolute; left: calc(74 * var(--u)); top: calc(115.4 * var(--u)); height: calc(57.16 * var(--u)); display: flex; align-items: stretch; gap: calc(9.22 * var(--u)); }
.fv-logo{ display: block; height: 100%; }
.fv-logo img{ height: 100%; width: auto; max-width: none; }
.fv-logo--miyagi{ width: calc(134.5 * var(--u)); overflow: hidden; position: relative; }
.fv-logo--miyagi img{ width: 142.95%; height: 100%; margin-left: -21.86%; }
.fv-logo--df{ width: calc(192.28 * var(--u)); }
/* 「経営層向け」リボン（右端が斜めにカットされたグラデ帯＝SVG背景） */
.fv-ribbon{
  position: absolute; left: calc(81 * var(--u)); top: calc(197 * var(--u));
  width: calc(256 * var(--u)); height: calc(55 * var(--u));
  background: url("../images/fv_ribbon.svg") no-repeat 0 0 / 100% 100%;
  color: var(--white); font-size: calc(28 * var(--u)); font-weight: 700; line-height: calc(44 * var(--u));
  letter-spacing: .0114em; padding: calc(4 * var(--u)) 0 0 calc(51 * var(--u));
}
/* 大見出し（明朝／強調字「差」はCTAと同じ横グラデ） */
.fv-head{
  position: absolute; left: calc(74 * var(--u)); top: calc(265 * var(--u));
  font-family: "Noto Serif JP", serif; font-weight: 700; color: var(--ink-fv);
  font-size: calc(96.283 * var(--u)); letter-spacing: .01em; white-space: nowrap;
  /* 行高は px 固定（数値だと大きい「差」の行ボックスが行間を押し広げ、カンプの123px間隔から崩れる） */
  line-height: calc(99.06 * var(--u));
}
.fv-head-l{ display: block; }
/* 文字の大小メリハリ（実測）：差＝1.14em ／ の・は・だ・句読点＝0.62em */
.fv-head em{ font-size: 1.14em; font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.fv-head .fv-s{ font-size: .62em; }
.fv-lead{
  position: absolute; left: calc(74 * var(--u)); top: calc(510 * var(--u));
  font-size: calc(22 * var(--u)); font-weight: 700; line-height: 2; color: var(--ink-fv); letter-spacing: .0145em;
}
.br-sp{ display: none; } /* SPのみ改行 */

/* --- FVボタン2つ（340×80・テキスト枠250固定＋右に丸矢印38） --- */
.fv-cta{ position: absolute; left: calc(70 * var(--u)); top: calc(628 * var(--u)); display: flex; gap: calc(11 * var(--u)); }
.btn-fv{
  display: inline-flex; align-items: center; justify-content: center; gap: calc(5 * var(--u));
  width: calc(340 * var(--u)); height: calc(80 * var(--u));
  border: calc(2 * var(--u)) solid transparent; border-radius: calc(4 * var(--u));
  font-weight: 700; letter-spacing: .0178em;
  transition: background .25s, color .25s, border-color .25s;
}
.btn-fv--grad{ background: var(--grad); color: var(--white); font-size: calc(18 * var(--u)); }
.btn-fv--white{ background: var(--white); border-color: #a314e8; color: var(--navy); font-size: calc(17 * var(--u)); }
/* ホバーで色反転：グラデ地×白字 ⇄ 白地×navy字＋グラデ枠 */
.btn-fv--grad:hover{ background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; color: var(--navy); }
.btn-fv--grad:hover .btn-fv-arw{ color: var(--navy); }
.btn-fv--white:hover{ background: var(--grad); border-color: transparent; color: var(--white); }
.btn-fv--white:hover .btn-fv-arw circle{ fill: #fff; stroke: #fff; }
.btn-fv--white:hover .btn-fv-arw path{ stroke: var(--navy); }
.btn-fv-txt{ width: calc(250 * var(--u)); text-align: center; }
.btn-fv-arw{ width: calc(38 * var(--u)); height: calc(38 * var(--u)); flex: none; color: var(--white); }
.btn-fv-arw svg{ width: 100%; height: 100%; display: block; }

/* --- 写真の上の募集情報（参加費/定員チップ＋募集締切 8.19） --- */
.fv-info{ position: absolute; right: calc(57.5 * var(--u)); bottom: calc(60 * var(--u)); z-index: 2; text-align: right; }
.fv-chips{ display: flex; justify-content: flex-end; gap: calc(7.5 * var(--u)); margin-bottom: calc(40 * var(--u)); }
.fv-chip{
  display: inline-flex; align-items: center; gap: calc(9.64 * var(--u));
  background: var(--white); border-radius: calc(4.28 * var(--u)); padding: calc(9.64 * var(--u));
}
.fv-chip b{
  display: grid; place-items: center; height: calc(36.41 * var(--u)); padding: 0 calc(11 * var(--u));
  background: var(--chip-navy); color: var(--white); border-radius: calc(4.28 * var(--u));
  font-size: calc(19.28 * var(--u)); font-weight: 500; letter-spacing: .0178em;
}
.fv-chip i{ font-style: normal; color: var(--chip-navy); font-size: calc(21.42 * var(--u)); font-weight: 700; letter-spacing: .0178em; }
.fv-deadline{ display: flex; align-items: center; justify-content: flex-end; }
.fv-dl-circle{
  width: calc(93 * var(--u)); height: calc(93 * var(--u)); flex: none;
  border-radius: 50%; background: var(--white); color: var(--chip-navy);
  display: grid; place-items: center; text-align: center;
  font-size: calc(25.4 * var(--u)); font-weight: 900; line-height: calc(28.8 * var(--u)); letter-spacing: .0107em;
}
.fv-dl-date{
  font-family: var(--font-din); font-weight: 700; color: var(--white);
  font-size: calc(126 * var(--u)); line-height: .78; letter-spacing: .0016em;
  margin-left: calc(6 * var(--u));
}
.fv-dl-date .tight{ letter-spacing: -.0984em; }
.fv-dl-date{ letter-spacing: -.02em; }
.fv-dl-sub{ display: flex; flex-direction: column; align-items: flex-start; font-family: var(--font-ja); font-weight: 900; color: var(--white); line-height: 1.1; letter-spacing: .01em; margin-left: calc(8 * var(--u)); }
.fv-dl-time{ font-size: calc(32 * var(--u)); }
.fv-dl-wed{ font-size: calc(36 * var(--u)); margin-top: calc(6 * var(--u)); white-space: nowrap; }

/* ---------- SP（≤767px）：SPカンプ 390×790 のキャンバスに切り替え ---------- */
@media (max-width: 767px){
  .fv{ --u: min(calc(100vw / 390), 1.15px); height: calc(790 * var(--u)); }
  .br-sp{ display: inline; }
  .dc--pc{ display: none; }
  .dc--sp{ display: block; }
  .dc-sp-tr{ right: 0; top: 0; width: calc(191.61 * var(--u)); height: calc(163.76 * var(--u)); }
  /* グレー三角は元SVGを回転配置（Figmaはflipped rotate。見えるのは左端の淡い斜面のみ） */
  .dc-sp-wedge{ position: absolute; left: calc(-257.21 * var(--u)); top: calc(337.21 * var(--u)); width: calc(563.5 * var(--u)); height: calc(465.78 * var(--u)); display: grid; place-items: center; overflow: hidden; }
  .dc-sp-wedge img{ width: calc(483.96 * var(--u)); height: calc(305.17 * var(--u)); max-width: none; transform: rotate(-157.74deg) scaleY(-1); }
  .dc-sp-tl{ left: 0; top: 0; width: calc(245 * var(--u)); height: calc(199.1 * var(--u)); }
  /* img は width:auto が固有幅になるため、全幅は 100% で明示する */
  .dc-sp-btm{ left: 0; top: calc(454 * var(--u)); width: 100%; height: calc(335 * var(--u)); }

  .fv-logos{ left: calc(89.86 * var(--u)); top: calc(86.39 * var(--u)); height: calc(35.61 * var(--u)); gap: calc(5.74 * var(--u)); }
  .fv-logo--miyagi{ width: calc(83.78 * var(--u)); }
  .fv-logo--df{ width: calc(119.76 * var(--u)); }
  .fv-ribbon{ left: calc(127 * var(--u)); top: calc(126.47 * var(--u)); width: calc(137 * var(--u)); height: calc(29.43 * var(--u)); font-size: calc(14.98 * var(--u)); line-height: calc(23.55 * var(--u)); padding: calc(2.14 * var(--u)) 0 0 calc(27.29 * var(--u)); }
  .fv-head{ left: 0; right: 0; top: calc(170 * var(--u)); font-size: calc(47.4 * var(--u)); line-height: calc(51.57 * var(--u)); text-align: center; white-space: normal; }
  .fv-head em{ font-size: 1.14em; }
  .fv-lead{ left: 0; right: 0; top: calc(296 * var(--u)); font-size: calc(15 * var(--u)); text-align: center; letter-spacing: .0213em; }
  .fv-lead-hl{ color: var(--en-blue); }
  .fv-cta{ left: calc(22 * var(--u)); top: calc(412 * var(--u)); flex-direction: column; gap: calc(5 * var(--u)); }
  .btn-fv--grad{ border-color: var(--white); }

  .fv-info{ left: 0; right: 0; bottom: calc(68.7 * var(--u)); text-align: center; }
  /* チップの左右に伸びる細い白線（Figma Group 25） */
  .fv-chips{ position: relative; justify-content: center; gap: calc(4.53 * var(--u)); margin-bottom: calc(25 * var(--u)); }
  .fv-chips::before, .fv-chips::after{ content: ""; position: absolute; top: calc(15.5 * var(--u)); height: 1px; width: calc(59.5 * var(--u)); background: rgba(255,255,255,.9); }
  .fv-chips::before{ left: calc(26.5 * var(--u)); }
  .fv-chips::after{ right: calc(28.5 * var(--u)); }
  .fv-chip{ gap: calc(5.82 * var(--u)); border-radius: calc(2.59 * var(--u)); padding: calc(5.82 * var(--u)); }
  .fv-chip b{ height: calc(22 * var(--u)); padding: 0 calc(6.6 * var(--u)); border-radius: calc(2.59 * var(--u)); font-size: calc(11.65 * var(--u)); }
  .fv-chip i{ font-size: calc(12.94 * var(--u)); }
  .fv-deadline{ justify-content: center; }
  .fv-dl-circle{ width: calc(55 * var(--u)); height: calc(55 * var(--u)); font-size: calc(15 * var(--u)); line-height: calc(17 * var(--u)); }
  .fv-dl-date{ font-size: calc(74.5 * var(--u)); margin-left: calc(3.9 * var(--u)); }
  .fv-dl-sub{ margin-left: calc(2.5 * var(--u)); }
  .fv-dl-time{ font-size: calc(18.5 * var(--u)); }
  .fv-dl-wed{ font-size: calc(21.6 * var(--u)); margin-top: calc(4 * var(--u)); }
}

/* ============================================================ ② WHY NOW（3カード＋番号ピル＋ブロブ付きイラスト・支給カンプ参照 2026-07-24） ============================================================ */
.sec--why{ background: #f2f3f5; padding: 97px 0 61px; }
.why-head h2{ font-size: 22px; font-weight: 900; line-height: 1.5; letter-spacing: .04em; color: var(--ink); }
.why-head .lead{ margin-top: 14px; font-size: 15px; font-weight: 400; color: var(--ink-2); line-height: 1.8; }
/* 見出し内の強調（PROBLEMの「AI/DX」・ABOUTの「みやぎAI経営未来塾」）。SPはnavy一色、PCはCTAグラデ文字 */
.hl{ color: var(--navy); font-style: normal; }
@media (min-width: 860px){
  .hl{ background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
}
.why-cards{ display: grid; gap: 20px; justify-items: center; }
/* Figma ver2：白カード＋淡い水色5pxボーダー／見出しnavy／イラストは水色地込みで書き出し済 */
.why-card{
  width: 100%; max-width: 341.34px;
  background: var(--white); border: 5px solid var(--card-line); border-radius: var(--radius-m); padding: 35px 5px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.why-card-title{ font-size: 20px; font-weight: 900; line-height: 1.5; color: var(--navy); margin-bottom: 22px; }
.why-card-ill{ width: 100%; max-width: 280px; border-radius: var(--radius-img); overflow: hidden; }
.why-card-ill img{ width: 100%; height: auto; display: block; }
@media (min-width: 860px){
  .sec--why{ padding: var(--sec-pad) 0; }
  .why-head h2{ font-size: 30px; letter-spacing: .04em; }
  /* PROBLEMの AI/DX だけは40px相当に大きくする（カンプ実測） */
  .why-head h2 .hl{ font-size: 1.333em; }
  .why-head .lead{ font-size: 16px; font-weight: 500; }
  .why-cards{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
}
/* 解決＝全幅カラーバンド（Figma ver2：水色→青紫グラデ＋写真テクスチャ10%／経営判断=#fffb86＋下線／下に吹き出しの尻尾） */
.solve-band{
  /* overflow:hidden は付けない（下の尻尾が消えるため）。テクスチャはinset:0でバンド内に収まる */
  position: relative; color: var(--white); text-align: center;
  padding: 53px 0 53px;
  background: var(--band-grad);
}
.solve-tex{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .1; pointer-events: none; }
.solve-band .container{ position: relative; z-index: 1; }
/* リード＝白い丸ピル（navy文字） */
.solve-eyebrow{ display: inline-block; background: var(--white); color: var(--navy); font-size: 12.5px; font-weight: 900; letter-spacing: .06em; line-height: 1.8; padding: 8px 18px; border-radius: 48px; margin-bottom: 22px; }
.solve-text{ font-size: 16px; font-weight: 700; line-height: 1.7; margin-inline: auto; color: var(--white); letter-spacing: .02em; }
/* 経営判断＝黄色＋同色の下線バー（実測 #fffb86） */
.solve-text strong{
  position: relative; display: inline-block; font-size: 1.75em; font-weight: 900; line-height: 1.35; color: #fffb86;
}
.solve-text strong::after{
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -.12em;
  width: 97%; height: 4px; border-radius: 2px; background: #fffb86;
  box-shadow: 0 0 12px rgba(160,140,255,.65);
}
.solve-tail{ position: absolute; left: 50%; top: 100%; transform: translateX(-50%); width: 53.7px; height: 36.75px; z-index: 2; }
@media (max-width: 767px){
  .solve-text{ overflow-wrap: anywhere; }
  .solve-text br{ display: none; }
}
@media (min-width: 768px){
  .solve-band{ padding: var(--sec-pad) 0; }
  .solve-eyebrow{ font-size: 20px; padding: 10px 26px; margin-bottom: 30px; letter-spacing: .054em; line-height: 1.62; }
  .solve-text{ font-size: clamp(22px, 2.64vw, 38px); line-height: 1.75; }
  .solve-text strong{ font-size: 1.9em; }
  .solve-tail{ width: 60px; height: 37px; }
}

/* ============================================================ ③ ABOUT ============================================================ */
.feature{ display: grid; gap: 24px; align-items: center; }
.feature-txt h2{ font-size: 22px; font-weight: 900; line-height: 1.5; letter-spacing: .04em; }
.feature-img{ border-radius: var(--radius-img); aspect-ratio: 4 / 3; overflow: hidden; background: none; }
.feature-img img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.lead-strong{ margin-top: 12px; font-size: 18px; font-weight: 700; letter-spacing: .02em; }
.lead-strong strong{ font-weight: 900; }
.lead{ margin-top: 12px; color: var(--ink-2); font-size: 15px; }
.about-steps{ margin-top: 40px; }
@media (min-width: 768px){
  .feature{ grid-template-columns: 1fr 1fr; gap: 48px; }
  .feature-txt h2{ font-size: 30px; }
  .lead-strong{ font-size: 22px; }
  .lead{ font-size: 16px; }
  .about-steps{ margin-top: 56px; }
}

/* ==== カードグリッド（ABOUT 4ステップ） ==== */
.card-grid{ display: grid; gap: 16px; }
.card{ background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-m); padding: 24px 22px; }
.card .num{ display: block; font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--accent); margin-bottom: 8px; }
/* ABOUT「こんなことができる」4カード：イラストがカード上辺からはみ出す（画像は支給待ち） */
.about-steps{ display: grid; gap: 56px 20px; margin-top: 96px; }
/* padding-top＝はみ出した画像の下端(148×56%≈83px)＋見出しとの余白 */
.step{ position: relative; background: var(--white); border-radius: var(--radius-m); padding: 106px 20px 28px; text-align: center; }
.step-img{
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -44%);
  width: 148px; aspect-ratio: 1 / 1;
  display: grid; place-items: center; background: none;
}
.step-img img{ width: 100%; height: 100%; object-fit: contain; display: block; }
.step h3{ font-size: 17px; font-weight: 900; line-height: 1.5; letter-spacing: .02em; color: var(--navy); margin-bottom: 10px; }
.step p{ font-size: 13px; color: var(--ink-2); line-height: 1.85; }
@media (min-width: 768px){
  .about-steps{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 132px; }
  .step{ padding: 118px 22px 34px; }
  .step-img{ width: 160px; }
  .step h3{ font-size: 18px; }
  .step p{ font-size: 13.5px; }
}
.card h3{ font-size: 17px; font-weight: 700; margin: 2px 0 8px; letter-spacing: .02em; line-height: 1.5; }
.card p{ font-size: 14px; color: var(--ink-2); }
@media (min-width: 768px){
  .card-grid{ grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .card-grid--4{ grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================ ④ STRENGTHS（青枠の中に白カード3枚・2026-07-31） ============================================================ */
.sec--strengths{ background: #ebf0fe; }
/* 見出しの「3」は青 */
.sec--strengths .big-num{ background: linear-gradient(135deg, #242f95 0%, #2834c7 45%, #3f9ae8 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
/* 3枚をまとめる青い枠 */
.feat-frame{ background: linear-gradient(135deg, #7bdaff 0%, #343fc3 45%, #6f8cff 100%); border-radius: var(--radius-m); padding: 20px; display: grid; gap: 20px; }
/* 白カード：うすい水色のリング付き */
.feat{
  background: var(--white); border: 5px solid var(--card-line); border-radius: var(--radius-m); padding: 26px 22px;
  display: grid; gap: 20px; align-items: center;
}
/* 番号は大きな淡い水色。見出しが番号の下半分に重なる */
.feat-txt{ position: relative; padding-top: 40px; }
.feat-no{
  position: absolute; left: 0; top: 0; z-index: 0;
  font-family: var(--font-din); font-size: 58px; font-weight: 700; line-height: 1; color: #e4ebfd; letter-spacing: .02em;
}
.feat-txt h3{ position: relative; z-index: 1; font-size: 22px; font-weight: 900; letter-spacing: .02em; line-height: 1.5; color: var(--ink); }
.feat-txt p{ margin-top: 14px; font-size: 14px; color: var(--ink-2); line-height: 2; }
.feat-img{ border-radius: var(--radius-img); aspect-ratio: 16 / 10; overflow: hidden; background: none; }
.feat-img img{ width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 768px){
  .feat-frame{ padding: 36px; gap: 28px; }
  .feat{ grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 44px; padding: 40px 44px; }
  /* 02のみ左右反転（画像＝左／テキスト＝右） */
  .feat--rev .feat-txt{ order: 2; }
  .feat--rev .feat-img{ order: 1; }
  .feat-txt{ padding-top: 52px; }
  .feat-no{ font-size: 76px; }
  .feat-txt h3{ font-size: 30px; }
  .feat-txt p{ margin-top: 18px; font-size: 16px; }
}

/* ============================================================ ⑤ OUTCOME（番号つき横フロー・2026-07-31 指定） ============================================================ */
.change-catch{ font-size: 19px; font-weight: 900; line-height: 1.6; letter-spacing: .02em; text-align: center; margin-bottom: 34px; }
.flow-list{ position: relative; display: grid; gap: 26px; }
/* 丸番号をつなぐグラデーションのライン（SP=縦／PC=横） */
.flow-list::before{
  content: ""; position: absolute; z-index: 0;
  left: 21px; top: 22px; bottom: 22px; width: 2px;
  background: linear-gradient(180deg, #b06bff 0%, #6f8cff 55%, #7bdaff 100%);
}
.flow-item{ position: relative; z-index: 1; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; }
.flow-num{
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-din); font-weight: 700; font-size: 16px; color: var(--white); letter-spacing: .04em;
}
/* 丸は左（紫）から右（水色）へ、ライン上の位置に合わせて色が進行する */
.flow-item:nth-child(1) .flow-num{ background: #b06bff; }
.flow-item:nth-child(2) .flow-num{ background: #8c80ff; }
.flow-item:nth-child(3) .flow-num{ background: #6f9cff; }
.flow-item:nth-child(4) .flow-num{ background: #7bdaff; color: #0c2f9e; }
.flow-card{ background: var(--white); border-radius: var(--radius-m); padding: 18px; text-align: center; }
/* イラスト（支給待ちプレースホルダ） */
.flow-img{ display: block; width: 100%; aspect-ratio: 4 / 3; margin-bottom: 14px; }
.flow-img img{ width: 100%; height: 100%; object-fit: contain; display: block; }
.flow-card h3{ font-size: 16px; font-weight: 900; line-height: 1.5; color: var(--en-blue); margin-bottom: 8px; }
.flow-card p{ font-size: 13px; color: var(--ink-2); line-height: 1.8; }
/* 04＝ゴールはボックス自体をグラデ背景に */
.flow-item--goal .flow-card{ background: linear-gradient(135deg, #7bdaff 0%, #343fc3 45%, #6f8cff 100%); }
.flow-item--goal .flow-card h3, .flow-item--goal .flow-card p{ color: var(--white); }

.outcome-note{ margin-top: 30px; color: rgba(255,255,255,.72); font-size: 14px; max-width: 44em; margin-inline: auto; text-align: center; }
@media (min-width: 768px){
  .change-catch{ font-size: 26px; margin-bottom: 46px; }
  .flow-list{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
  /* 横線は先頭の丸の中心から最後の丸の中心まで */
  .flow-list::before{ left: 12.5%; right: 12.5%; top: 22px; bottom: auto; width: auto; height: 2px;
    background: var(--grad-light); }
  /* 4枚の高さを揃える（見出しの行数差でカード丈が変わらないように） */
  .flow-item{ display: flex; flex-direction: column; align-items: center; gap: 20px; height: 100%; text-align: center; }
  .flow-card{ width: 100%; flex: 1; padding: 22px 18px; }
  .flow-card h3{ font-size: 17px; }
  .flow-card p{ font-size: 13.5px; }
}

/* ============================================================ ⑥ FOR WHOM（画像付きカード） ============================================================ */
/* 左に正方形画像／右にテキストの横並びカード（2026-07-31 指定） */
.whom-grid{ display: grid; gap: 16px; grid-template-columns: 1fr; }
.whom-card{
  background: var(--white); border: 0; border-radius: var(--radius-m); padding: 20px;
  display: flex; align-items: center; gap: 18px;
}
.whom-img{ flex: none; width: 100px; aspect-ratio: 1 / 1; border-radius: var(--radius-img); overflow: hidden; background: #ebf0fe; }
.whom-img img{ width: 100%; height: 100%; object-fit: contain; object-position: bottom; display: block; }
.whom-card p{ padding: 0; font-weight: 700; font-size: 15px; line-height: 1.75; letter-spacing: .01em; color: var(--navy); }
@media (min-width: 768px){
  .whom-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .whom-card{ padding: 26px; gap: 24px; }
  .whom-img{ width: 120px; }
  .whom-card p{ font-size: 16px; }
}

/* ============================================================ ⑦ SCHEDULE（時間軸ガント＋勉強会カード） ============================================================ */

.gantt-hint{ font-size: 11px; color: var(--ink-2); text-align: center; margin-bottom: 10px; }
.gantt-scroll{ overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
.gantt{ min-width: 720px; }
/* ガント：青のヘッダー＋淡いラベンダーのバー。勉強会と最終月（決意表明）はオレンジ（2026-07-31 指定） */
.gantt-months{ display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid #323c9c; border-bottom: 0; border-radius: var(--radius-m) var(--radius-m) 0 0; overflow: hidden; }
.gantt-months span{ text-align: center; font-weight: 900; font-size: 14px; color: var(--white); background: #323c9c; padding: 11px 0; border-right: 1px solid rgba(255,255,255,.5); }
.gantt-months span:last-child{ border-right: 0; }
.gantt-months .is-goal{ background: var(--navy); }
.gantt-grid{ display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(56px, auto); gap: 10px 0; padding: 10px 0; border: 1px solid #323c9c; border-top: 0; border-radius: 0 0 var(--radius-m) var(--radius-m);
  /* 月を区切るグレーの縦線 */
  background-image: linear-gradient(to right, #dcdfe8 1px, transparent 1px); background-size: calc(100% / 6) 100%; }
.gbar{ margin: 0 6px; background: #e8ecfb; border: 0; border-radius: var(--radius-s); padding: 12px 16px; min-width: 0; }
.gbar b{ display: block; font-size: 13px; font-weight: 900; color: var(--navy); }
.gbar span{ display: block; font-size: 11px; color: #555b6e; line-height: 1.6; margin-top: 4px; }
/* チラシのサブ見出し（例：小さく試し、効果を検証する） */
.gb-sub{ display: block; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--navy); margin-top: 3px; }
.gbar--line{ background: #e8f4fb; display: flex; flex-direction: column; justify-content: center; }
.gbar--line b{ color: var(--navy); }
.gbar--goal{ background: linear-gradient(135deg, #7bdaff 0%, #343fc3 45%, #6f8cff 100%); color: var(--white); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.gbar--goal b, .gbar--goal span, .gbar--goal .gb-sub{ color: var(--white); }
@media (min-width: 768px){
  .gantt-hint{ display: none; }
  .gantt{ min-width: 0; }
  .gantt-months span{ font-size: 15px; padding: 11px 0; }
}
/* 勉強会：枠付きボックスに4行（グラデの第N回ピル＋テーマ＋講師＋日時）2026-07-31 指定 */
.study{ margin-top: 44px; }
.study-h{ font-size: 18px; font-weight: 900; margin-bottom: 6px; }
.study-note{ font-size: 13px; color: var(--ink-2); margin-bottom: 20px; }
.study-list{ border: 1px solid #d7ddf7; border-radius: var(--radius-m); background: var(--white); padding: 4px 20px; }
.study-row{ display: grid; grid-template-columns: 1fr; gap: 6px; padding: 18px 0; align-items: center; }
.study-row + .study-row{ border-top: 1px solid #eef0f6; }
.study-no{
  justify-self: start; display: inline-block; background: var(--navy); color: var(--white);
  font-size: 13px; font-weight: 700; letter-spacing: .04em; padding: 7px 20px;
  border-radius: var(--radius-s);
}
.study-row h4{ font-size: 16px; font-weight: 900; line-height: 1.45; letter-spacing: .02em; color: var(--navy); }
.study-lec{ font-size: 14px; color: #555b6e; }
.study-date{ font-size: 14px; color: #555b6e; }
@media (min-width: 900px){
  .study-list{ padding: 6px 30px; }
  .study-row{ grid-template-columns: 96px minmax(190px, auto) minmax(150px, auto) 1fr; gap: 28px; padding: 24px 0; }
  .study-row h4{ font-size: 17px; }
  .study-no{ justify-self: stretch; text-align: center; padding: 8px 0 8px 0; }
  .study-lec, .study-date{ font-size: 15px; }
}

/* ============================================================ ⑧ 講師（2列×2行・写真左/テキスト右の横並び） ============================================================ */
/* 白カード：上段＝チップ/肩書き/氏名＋右に顔写真、下段＝淡いブルーグレーの経歴ボックス（2026-07-31 指定） */
.lec-grid{ display: grid; gap: 20px; }
.lecturer{ background: var(--white); border-radius: var(--radius-m); padding: 22px; color: var(--ink); }
.lec-head{ display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.lec-head-txt{ min-width: 0; }
.lecturer .portrait{ aspect-ratio: 4 / 3; border-radius: var(--radius-img); overflow: hidden; }
.lecturer .portrait img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.lec-theme{ display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .03em; color: var(--white); background: var(--en-blue); padding: 7px 18px; border-radius: var(--radius-s); }
.lec-tag{ font-size: 13.5px; font-weight: 700; color: var(--ink); margin: 14px 0 6px; }
.lecturer h3{ font-size: 22px; font-weight: 900; letter-spacing: .03em; }
/* 経歴ボックス */
.lec-note{ margin-top: 18px; background: #eef1fa; border-radius: var(--radius-img); padding: 18px 20px; }
.lec-org{ font-size: 12.5px; line-height: 1.9; color: #555b6e; }
.lec-bio{ font-size: 12.5px; line-height: 1.9; color: #555b6e; margin-top: 16px; }
.note{ margin-top: 16px; font-size: 12px; color: var(--ink-2); }
@media (min-width: 768px){
  .lec-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .lecturer{ padding: 28px; }
  .lec-head{ grid-template-columns: minmax(0, 1fr) 47%; gap: 20px; }
  .lecturer h3{ font-size: 26px; }
  .lec-note{ margin-top: 22px; padding: 20px 24px; }
}

/* ============================================================ ⑨ 募集概要 ============================================================ */
.spec{ border-top: 1px solid #e4e9fa; max-width: 760px; margin-inline: auto; }
.spec > div{ display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 14px; padding: 18px 4px; border-bottom: 1px solid #e4e9fa; text-align: left; }
.spec dd{ overflow-wrap: anywhere; }
.spec dt{ font-weight: 700; color: var(--navy); font-size: 14px; }
.spec dd{ font-weight: 500; }
@media (min-width: 768px){ .spec > div{ grid-template-columns: 200px minmax(0, 1fr); gap: 16px; } }

/* ============================================================ ⑩ ENTRY（全幅の色帯＋白カード・2026-07-31） ============================================================ */
/* 帯：ブランドグラデ＋うっすら斜めストライプ */
.entry-sec{
  position: relative; padding: 64px 0 56px;
  background: var(--band-grad); /* 解決バンドと同一（＋写真テクスチャは.solve-tex） */
}
.entry-sec .container{ position: relative; z-index: 1; }
.entry-box{
  position: relative; background: var(--white); color: var(--ink);
  border: 5px solid rgba(255,255,255,.5); border-radius: var(--radius-m);
  padding: 58px 20px 40px; text-align: center;
}
/* 左上に重なる丸バッジ（下向きの吹き出しの尻尾つき） */
.entry-badge{
  position: absolute; top: 0; left: 20px; transform: translateY(-42%);
  width: 124px; height: 124px; border-radius: 50%; background: var(--orange); color: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; line-height: 1.35; letter-spacing: .04em; z-index: 3;
}
.entry-badge b{ font-size: 28px; font-weight: 900; letter-spacing: -.01em; }
/* リード：波線アンダーライン */
.entry-eyebrow{
  font-size: 14px; font-weight: 700; color: var(--en-blue); letter-spacing: .04em;
  text-decoration: underline wavy var(--en-blue); text-underline-offset: 7px; text-decoration-thickness: 1.5px;
}
.entry-box h2{ margin-top: 0; font-size: 24px; font-weight: 900; line-height: 1.45; letter-spacing: .03em; }
/* 見出し内の強調＝黄色マーカー */
.entry-box h2 em{ font-style: normal; background: linear-gradient(transparent 62%, #fffb86 62%); padding: 0 2px; }
.entry-desc{ margin-top: 16px; color: var(--ink-2); font-size: 14px; line-height: 1.9; }
.entry-cta{ display: grid; gap: 30px; margin-top: 34px; }
.entry-act{ position: relative; padding-top: 22px; }
/* ボタン上の小さな吹き出しラベル */
.entry-bubble{
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  display: inline-block; white-space: nowrap;
  background: #eef1ff; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .02em;
  padding: 5px 14px; border-radius: 999px;
}
.entry-bubble::after{
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid #eef1ff;
}
/* ボタン＝FVと同じ意匠（角丸4px・テキスト＋丸矢印） */
.entry-btn{
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 72px; border: 2px solid transparent; border-radius: 4px;
  font-size: 16px; font-weight: 700; letter-spacing: .018em;
  transition: background .25s, color .25s, border-color .25s;
}
.entry-btn--primary{ background: var(--grad); color: var(--white); }
.entry-btn--primary:hover{ background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; color: var(--navy); }
.entry-btn--primary:hover .entry-btn-arw{ color: var(--navy); }
.entry-btn--sub{ background: var(--white); border-color: #a314e8; color: var(--navy); }
.entry-btn-arw{ width: 34px; height: 34px; flex: none; color: var(--white); }
.entry-btn-arw svg{ width: 100%; height: 100%; display: block; }
@media (min-width: 768px){
  .entry-sec{ padding: var(--sec-pad) 0; }
  .entry-box{ padding: 70px 48px 56px; }
  .entry-badge{ left: 56px; width: 158px; height: 158px; font-size: 17px; }
  .entry-badge b{ font-size: 36px; }
  .entry-eyebrow{ font-size: 16px; }
  .entry-box h2{ font-size: 34px; margin-top: 0; }
  .entry-desc{ font-size: 15px; }
  .entry-cta{ justify-items: center; margin-top: 40px; }
  .entry-act{ width: min(100%, 460px); }
  .entry-act{ padding-top: 26px; }
  .entry-bubble{ font-size: 13px; padding: 6px 18px; }
  .entry-btn{ height: 80px; font-size: 17px; }
}

/* ==== フッター ==== */
.site-footer{ background: #0a1743; color: var(--white); padding: 48px 0 56px; font-size: 13px; }
.foot-name{ font-weight: 900; font-size: 16px; letter-spacing: .04em; }
.foot-note{ margin-top: 14px; opacity: .8; line-height: 1.9; }
.site-footer .copy{ opacity: .5; margin-top: 20px; }

/* ==== 下部固定CTA（Figma ver2＝オレンジ帯＋上に締切の白ピル。SP〜タブレット。PC=1024でヘッダーCTAに引き継ぐ） ==== */
.fixed-cta{ position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; }
/* 締切ピル：下向きの吹き出しノッチ入りSVGを背景に敷く（258×28） */
.fixed-cta-deadline{
  position: absolute; left: 50%; bottom: 46px; transform: translateX(-50%);
  width: 258px; height: 28px; padding-top: 2px;
  background: url("../images/cta_pill.svg") no-repeat 0 0 / 100% 100%;
  text-align: center; font-size: 12px; font-weight: 700; line-height: 20.7px;
  color: var(--orange); letter-spacing: .0192em; white-space: nowrap;
}
.fixed-cta-btn{
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 60px; padding: 0 29px; background: var(--orange); color: var(--white);
  transition: background .25s, color .25s;
}
.fixed-cta-btn:hover{ background: var(--white); color: var(--orange); }
.fixed-cta-btn:hover .fc-pill{ border-color: var(--orange); }
.fixed-cta-btn:hover .fc-arw path{ stroke: var(--orange); }
.fc-pill{ flex: none; display: grid; place-items: center; width: 86px; height: 30px; border: 1px solid var(--white); border-radius: 23px; font-size: 13px; font-weight: 700; letter-spacing: .0177em; }
.fc-txt{ font-size: 16px; font-weight: 700; letter-spacing: .02em; }
.fc-arw{ flex: none; width: 18px; height: 18px; }
.fc-arw svg{ width: 100%; height: 100%; display: block; }
@media (max-width: 379px){
  .fixed-cta-btn{ gap: 7px; padding: 0 12px; }
  .fc-txt{ font-size: 14px; }
}
/* 極小幅（iPhone SE 1st 等）の調整 */
@media (max-width: 359px){
  /* .nb は文節を inline-block で括るため、長い文節が狭幅で溢れる。極小幅では解除して通常折り返しに */
  .nb{ display: inline; }
  /* 英字ウォーターマーク（STRENGTHS/LECTURERS＝9文字）が nowrap で溢れるため縮める */
  .en{ font-size: 46px; }
}
@media (max-width: 344px){
  .fc-pill{ display: none; }
  .fc-txt{ font-size: 13.5px; }
  .fixed-cta-deadline{ width: min(258px, calc(100vw - 24px)); font-size: 11.5px; }
}
@media (min-width: 1024px){ body{ padding-bottom: 0; } .fixed-cta{ display: none; } }

/* ============================================================ アニメーション（2026-08-04）
   ・ページ読み込み時：FVの右側デコがふわっと、左のテキストが左からスライドイン
   ・スクロール時：各カード・見出しが下からふわっと表示（IntersectionObserverで .is-in 付与）
   ・prefers-reduced-motion では全て無効化
   ============================================================ */
:root{ --ease-out: cubic-bezier(.16, 1, .3, 1); }

/* ---- スクロール表示 ---- */
[data-anim]{ opacity: 0; transform: translateY(26px); }
.js-anim [data-anim]{ transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d, 0s); }
[data-anim].is-in{ opacity: 1; transform: none; }
/* JS未実行・非対応時は必ず見えるようにする */
html:not(.js-anim) [data-anim]{ opacity: 1; transform: none; }

/* ---- FV：読み込み時 ---- */
.js-anim .fv-deco .dc{ opacity: 0; transform: scale(1.04); }
.js-anim .fv.is-ready .fv-deco .dc{ opacity: 1; transform: none; transition: opacity 1.1s var(--ease-out), transform 1.4s var(--ease-out); }
.js-anim .fv.is-ready .dc-tr{ transition-delay: .05s; }
.js-anim .fv.is-ready .dc-btm, .js-anim .fv.is-ready .dc-sp-btm{ transition-delay: .18s; }
.js-anim .fv.is-ready .dc-tri, .js-anim .fv.is-ready .dc-sp-tl{ transition-delay: .3s; }

.js-anim .fv-logos, .js-anim .fv-ribbon, .js-anim .fv-head, .js-anim .fv-lead, .js-anim .fv-cta{
  opacity: 0; transform: translateX(-34px);
}
.js-anim .fv.is-ready .fv-logos, .js-anim .fv.is-ready .fv-ribbon, .js-anim .fv.is-ready .fv-head,
.js-anim .fv.is-ready .fv-lead, .js-anim .fv.is-ready .fv-cta{
  opacity: 1; transform: none; transition: opacity .8s var(--ease-out), transform .9s var(--ease-out);
}
.js-anim .fv.is-ready .fv-logos{ transition-delay: .10s; }
.js-anim .fv.is-ready .fv-ribbon{ transition-delay: .18s; }
.js-anim .fv.is-ready .fv-head{ transition-delay: .26s; }
.js-anim .fv.is-ready .fv-lead{ transition-delay: .40s; }
.js-anim .fv.is-ready .fv-cta{ transition-delay: .50s; }
/* 右下の募集情報はふわっと下から */
.js-anim .fv-info{ opacity: 0; transform: translateY(18px); }
.js-anim .fv.is-ready .fv-info{ opacity: 1; transform: none; transition: opacity .9s var(--ease-out) .6s, transform .9s var(--ease-out) .6s; }
/* SPは左スライドではなく素直に下から */
@media (max-width: 767px){
  .js-anim .fv-logos, .js-anim .fv-ribbon, .js-anim .fv-head, .js-anim .fv-lead, .js-anim .fv-cta{ transform: translateY(20px); }
}

@media (prefers-reduced-motion: reduce){
  [data-anim], .js-anim [data-anim],
  .js-anim .fv-deco .dc, .js-anim .fv-logos, .js-anim .fv-ribbon,
  .js-anim .fv-head, .js-anim .fv-lead, .js-anim .fv-cta, .js-anim .fv-info{
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

/* ---- 解決バンド：表示時にグラデの光が左から右へ走る ---- */
.solve-band{ isolation: isolate; }
.solve-band::before{
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  /* バンドの水色(#7bdaff)を帯にして左→右へ流す */
  background: linear-gradient(100deg,
    rgba(123,218,255,0) 30%, rgba(123,218,255,.22) 40%,
    rgba(123,218,255,.55) 48%, rgba(160,232,255,.75) 52%, rgba(123,218,255,.55) 56%,
    rgba(123,218,255,.22) 64%, rgba(123,218,255,0) 74%);
  background-size: 260% 100%; background-position: -80% 0; opacity: 0;
}
/* .solve-band は data-anim のフェード対象から外し、スイープだけ発火させる */
.js-anim .solve-band[data-anim]{ opacity: 1; transform: none; }
.js-anim .solve-band.is-in::before{ animation: bandSweep 1.9s cubic-bezier(.3,.7,.3,1) .15s 1 both; }
@keyframes bandSweep{
  0%{ background-position: -80% 0; opacity: 0; }
  12%{ opacity: 1; }
  88%{ opacity: 1; }
  100%{ background-position: 180% 0; opacity: 0; }
}
@media (prefers-reduced-motion: reduce){ .solve-band::before{ display: none; } }
