/* コーチ募集LP スタイル（プロトタイプから移植、nav/logo ブロックは削除済み） */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
                 "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    line-height: 1.7;
    font-feature-settings: "palt";
    overflow-x: hidden;
    /* 日本語を文節（ワード）の切れ目で改行する。Chrome/Edge 119+ で有効。
       非対応ブラウザ（Safari/Firefox）は従来の任意改行にフォールバック */
    word-break: auto-phrase;
    line-break: strict;
  }
  .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
  }
  /* ===== セクション共通 ===== */
  section { padding: 100px 0; position: relative; }
  .section-eyebrow {
    display: inline-block;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }
  .section-subtitle {
    font-size: 18px;
    color: var(--text-dim);
    max-width: 720px;
    margin-bottom: 48px;
  }
  .accent { color: var(--accent); }
  /* ===== ヒーロー ===== */
  .hero {
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(132, 204, 22, 0.07) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-inner { position: relative; z-index: 2; text-align: center; }
  .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 32px;
  }
  .hero-badge {
    background: var(--accent-dim);
    color: var(--accent);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(132, 204, 22, 0.3);
  }
  .hero h1 {
    font-size: clamp(36px, 6vw, 68px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .hero h1 .accent,
  .hero-lead .accent {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-lead {
    font-size: clamp(18px, 2.6vw, 28px);
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.5;
    color: var(--text);
    max-width: 720px;
    margin: -8px auto 30px;
  }
  .hero-sub {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--text-dim);
    max-width: 760px;
    margin: 0 auto 40px;
  }
  .hero-cta-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #000;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(132, 204, 22, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 48px rgba(132, 204, 22, 0.4);
  }
  .btn-primary .small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
    color: rgba(0,0,0,0.7);
  }
  .btn-secondary {
    background: transparent;
    color: var(--text);
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid var(--border);
    display: inline-block;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover {
    border-color: var(--accent);
    background: var(--accent-dim);
  }
  .btn-secondary .small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
    color: var(--text-faint);
  }
  /* ===== 動画埋め込み ===== */
  .video-section {
    padding: 0 0 80px;
  }
  /* 動画ブロック（バナー＋動画）をひと回り小さく中央寄せ */
  .video-frame {
    max-width: 820px;
    margin: 0 auto;
  }
  .video-banner {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #000;
    padding: 20px 28px;
    border-radius: 18px 18px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.5;
  }
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background: #000;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* クリックで再生（軽量化＋Error 153 対策） */
  .video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
  }
  .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s, filter 0.3s;
  }
  .video-thumb:hover img {
    transform: scale(1.03);
    filter: brightness(0.85);
  }
  .video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 62px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
  }
  .video-thumb:hover .play-icon {
    background: #FF0000;
    transform: translate(-50%, -50%) scale(1.08);
  }
  .video-thumb .play-icon::before {
    content: "";
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #fff;
    margin-left: 6px;
  }
  @media (max-width: 640px) {
    .video-thumb .play-icon { width: 64px; height: 46px; }
    .video-thumb .play-icon::before { border-width: 10px 0 10px 16px; }
  }
  .video-caption {
    text-align: center;
    color: var(--text-dim);
    font-size: 14px;
    margin-top: 16px;
  }
  /* ===== ミッションセクション ===== */
  .mission-wrap {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .mission-card {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
  }
  .mission-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
  }
  .mission-card .ic { font-size: 36px; margin-bottom: 16px; }
  .mission-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .mission-card p {
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.7;
  }
  .mission-quote {
    margin-top: 48px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(132, 204, 22, 0.08) 0%, rgba(132, 204, 22, 0.02) 100%);
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    text-align: center;
  }
  .mission-quote .title {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .mission-quote .body {
    font-size: 15px;
    color: var(--text-dim);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
  }
  /* ===== 問題提起・課題羅列 ===== */
  .problem-quotes {
    border-top: 1px solid var(--border);
    margin-bottom: 48px;
  }
  .problem-row {
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 22px 4px;
    border-bottom: 1px solid var(--border);
  }
  .problem-num {
    flex: none;
    width: 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--accent);
    font-variant-numeric: tabular-nums;
  }
  .problem-text {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.6;
  }
  .problem-text b { color: var(--accent-2); font-weight: 700; }
  @media (max-width: 640px) {
    .problem-row { gap: 16px; padding: 18px 2px; }
    .problem-num { width: 26px; font-size: 14px; }
    .problem-text { font-size: 17px; }
  }
  .pain-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
  }
  .pain-list li {
    padding: 20px;
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    display: flex;
    align-items: start;
    gap: 12px;
  }
  .pain-list li::before {
    content: "✕";
    color: var(--danger);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
  }
  /* ===== サービス紹介 ===== */
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 32px;
  }
  .feature-card {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s, transform 0.2s;
  }
  .feature-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
  }
  .feature-icon {
    width: 40px;
    height: 40px;
    background: var(--accent-dim);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--accent);
  }
  .feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .feature-card p { font-size: 14px; color: var(--text-dim); }
  /* ===== 3つの活用シーン ===== */
  .use-cases { display: grid; gap: 32px; margin-top: 40px; }
  .use-case {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 48px;
    position: relative;
    overflow: hidden;
  }
  .use-case::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(132, 204, 22, 0.035) 0%, transparent 72%);
  }
  .uc-headline {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 2;
  }
  .uc-pill {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    max-width: 100%;
  }
  .uc-num {
    flex: none;
    font-size: 96px;
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -4px;
    color: var(--danger);
  }
  .uc-num .d {
    font-size: 26px;
    font-weight: 800;
    color: var(--danger-2);
    letter-spacing: -1px;
  }
  .uc-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding-bottom: 8px;
  }
  .uc-eb {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--danger);
    margin-bottom: 8px;
  }
  .uc-eb b {
    font-size: 22px;
    font-weight: 900;
    color: var(--danger);
    letter-spacing: 1.5px;
  }
  .uc-name {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #000;
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.3;
    padding: 8px 18px;
    border-radius: 12px;
  }
  @media (max-width: 640px) {
    .uc-pill { gap: 14px; }
    .uc-num { font-size: 64px; }
    .uc-num .d { font-size: 20px; }
    .uc-eb, .uc-eb b { font-size: 16px; letter-spacing: 1px; }
    .uc-name { font-size: 16px; padding: 7px 14px; }
  }
  /* 決済・振込セクション */
  .payment-section {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
  }
  .payment-section h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .payment-section .sub {
    font-size: 14px;
    color: var(--text-dim);
    margin-bottom: 32px;
  }
  .payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }
  .payment-item {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
  }
  .payment-item .ic { font-size: 28px; margin-bottom: 8px; }
  .payment-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
  .payment-item p { font-size: 13px; color: var(--text-dim); line-height: 1.6; }
  .stripe-callout {
    margin-top: 32px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(132, 204, 22, 0.08) 0%, rgba(132, 204, 22, 0.02) 100%);
    border: 1px solid var(--accent);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .icon-chip.icon-chip--lg {
    width: 64px; height: 64px; border-radius: 16px;
    flex-shrink: 0; margin-bottom: 0;
  }
  .icon-chip.icon-chip--lg .ico { width: 32px; height: 32px; }
  .stripe-callout h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--accent);
  }
  .stripe-callout p {
    font-size: 15px;
    color: var(--text);
    line-height: 1.7;
  }
  @media (max-width: 640px) {
    .stripe-callout { flex-direction: column; text-align: center; padding: 24px; }
  }
  .use-case h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .use-case .lead { font-size: 16px; color: var(--text-dim); margin-bottom: 24px; }
  .uc-callout {
    background: rgba(132, 204, 22, 0.08);
    border-left: 3px solid var(--accent);
    padding: 20px;
    border-radius: 8px;
    margin: 24px 0;
    font-size: 16px;
  }
  .uc-callout strong { color: var(--accent); font-size: 20px; }
  /* コールアウト先頭の「モデルケース」ラベル（試算であることを明示） */
  .uc-callout-tag {
    display: block;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    border-radius: 999px;
    padding: 3px 11px;
    margin-bottom: 12px;
  }
  .uc-list { list-style: none; margin-top: 20px; }
  .uc-list li {
    padding: 8px 0;
    color: var(--text-dim);
    font-size: 15px;
    padding-left: 24px;
    position: relative;
  }
  .uc-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 700;
  }
  /* ===== 3つの理由 ===== */
  .reasons { display: grid; gap: 24px; margin-top: 40px; }
  .reason {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    align-items: start;
  }
  .reason-num {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #000;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
  }
  .reason h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
  .reason p { color: var(--text-dim); font-size: 15px; }
  /* テーブル */
  table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 14px; }
  th, td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
  th { color: var(--text-dim); font-weight: 600; font-size: 13px; }
  td.accent-cell { color: var(--accent); font-weight: 700; }
  /* ===== AIMASエディタ機能紹介 ===== */
  .editor-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 40px;
  }
  .editor-feature {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.2s, border-color 0.2s;
  }
  .editor-feature:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
  }
  .editor-feature .ic {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .editor-feature h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .editor-feature p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
  }
  .editor-callout {
    margin-top: 32px;
    padding: 24px 28px;
    background: var(--accent-dim);
    border: 1px solid var(--accent);
    border-radius: 14px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
  }
  .editor-callout strong { color: var(--accent); }
  /* ===== オンコート vs オンライン比較 ===== */
  .compare-wrap {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
  }
  .compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }
  .compare-table thead th {
    padding: 24px 16px;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid var(--border);
  }
  .compare-table thead th:nth-child(1) { width: 30%; }
  .compare-table thead th:nth-child(2) {
    color: var(--text-dim);
    background: rgba(239, 68, 68, 0.05);
  }
  .compare-table thead th:nth-child(3) {
    color: var(--accent);
    background: rgba(132, 204, 22, 0.05);
  }
  .compare-table tbody td {
    padding: 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }
  .compare-table tbody td:nth-child(1) {
    color: var(--text-dim);
    font-weight: 600;
    font-size: 13px;
  }
  .compare-table tbody td:nth-child(2) {
    color: var(--text);
    background: rgba(239, 68, 68, 0.03);
  }
  .compare-table tbody td:nth-child(3) {
    color: var(--accent);
    background: rgba(132, 204, 22, 0.04);
    font-weight: 600;
  }
  .lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 32px;
  }
  .lifestyle-card {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
  }
  .lifestyle-card .ic { font-size: 36px; margin-bottom: 12px; }
  .lifestyle-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
  .lifestyle-card p { font-size: 13px; color: var(--text-dim); }
  .impact-box {
    margin-top: 32px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(132, 204, 22, 0.1) 0%, rgba(132, 204, 22, 0.03) 100%);
    border: 1px solid var(--accent);
    border-radius: 16px;
    text-align: center;
  }
  .impact-box .big {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    margin: 12px 0;
  }
  .impact-box .lead { font-size: 14px; color: var(--text-dim); letter-spacing: 1px; }
  .impact-box .sub { font-size: 14px; color: var(--text-dim); margin-top: 12px; }
  /* ===== コネスポ認定コーチ紹介 ===== */
  .certified-coaches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }
  .coach-card {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s;
  }
  .coach-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
  }
  .coach-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #0F0F18;
    overflow: hidden;
  }
  .coach-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
  }
  /* 縦長の写真用：全体を表示（トリミングなし） */
  .coach-photo.portrait {
    aspect-ratio: 3 / 4;
    background: radial-gradient(ellipse at center, #1A1A28 0%, #0F0F18 100%);
  }
  .coach-photo.portrait img {
    object-fit: contain;
    object-position: center;
  }
  /* 被写体がフレーム一杯の写真用：上下インセットを古橋カードの自然余白と揃える */
  .coach-photo.portrait.compact img {
    top: 8%;
    bottom: 8%;
    height: 84%;
  }
  .coach-photo .photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    text-align: center;
    padding: 20px;
    border: 2px dashed var(--border);
    font-size: 12px;
    line-height: 1.6;
    z-index: 1;
  }
  .coach-photo .photo-placeholder .ic { width: 40px; height: 40px; margin-bottom: 12px; opacity: 0.6; }
  .coach-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
  }
  .coach-badge .ico-inline { width: 1.15em; height: 1.15em; }
  .coach-info {
    padding: 24px 28px 28px;
  }
  .coach-name {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
  }
  .coach-title {
    font-size: 13px;
    color: var(--accent);
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .coach-bio {
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .coach-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .coach-tag {
    background: var(--accent-dim);
    color: var(--accent);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(132, 204, 22, 0.3);
  }
  /* ===== 推薦（駒田監督） ===== */
  .endorsement-wrap {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0;
  }
  .endorsement-photo {
    position: relative;
    min-height: 400px;
    background: #0F0F18;
  }
  .endorsement-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
  }
  /* 二人の写真の注釈（komada.php の coach-photo-cap に倣う／カード内のため写真下部にオーバーレイ） */
  .endorsement-photo-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    padding: 18px 14px 12px;
    font-size: 12.5px;
    line-height: 1.5;
    text-align: center;
    color: #E8E8F0;
    background: linear-gradient(to top, rgba(10,10,15,0.85) 0%, rgba(10,10,15,0.5) 55%, rgba(10,10,15,0) 100%);
  }
  .photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    text-align: center;
    padding: 20px;
    border: 2px dashed var(--border);
    font-size: 13px;
    line-height: 1.6;
    z-index: 1;
  }
  .photo-placeholder .ic { width: 48px; height: 48px; margin-bottom: 16px; opacity: 0.6; }
  .endorsement-text {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .endorsement-eyebrow {
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .endorsement-quote {
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 800;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 24px;
    padding-left: 20px;
    border-left: 4px solid var(--accent);
  }
  .endorsement-body {
    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .endorsement-meta {
    border-top: 1px solid var(--border);
    padding-top: 20px;
    margin-bottom: 24px;
  }
  .endorsement-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
  }
  .endorsement-affiliation {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
  }
  .endorsement-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--accent);
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid var(--accent);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s;
  }
  .endorsement-btn:hover {
    background: var(--accent-dim);
  }
  @media (max-width: 900px) {
    .endorsement-wrap { grid-template-columns: 1fr; }
    .endorsement-photo { min-height: 300px; }
    .endorsement-text { padding: 32px 24px; }
  }
  /* ===== 事例 ===== */
  .cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }
  .case-card {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    transition: transform 0.2s, border-color 0.2s;
  }
  .case-card:hover { transform: translateY(-4px); border-color: var(--accent); }
  .case-emoji { font-size: 32px; margin-bottom: 12px; }
  .case-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* RESULTS カードヘッダー：アイコン＋「モデルケースN」緑ピルを横並び */
  .case-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
  .case-head .icon-chip { margin-bottom: 0; }
  .case-num-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    border-radius: 999px;
    padding: 3px 11px;
  }
  .case-type { font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 0.04em; margin-bottom: 6px; }
  .case-title { font-size: 22px; font-weight: 800; margin-bottom: 16px; line-height: 1.35; }
  .case-income {
    font-size: 32px;
    font-weight: 900;
    color: var(--accent);
    margin: 16px 0 8px;
    line-height: 1;
  }
  .case-income .yen { font-size: 18px; }
  .case-income .label {
    display: block;
    font-size: 12px;
    color: var(--text-dim);
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 1px;
  }
  .case-detail { font-size: 13px; color: var(--text-dim); margin-top: 12px; }
  .case-voice {
    font-size: 13px;
    color: var(--text);
    font-style: italic;
    margin-top: 16px;
    padding: 12px;
    background: rgba(132, 204, 22, 0.05);
    border-left: 2px solid var(--accent);
    border-radius: 4px;
  }
  .case-highlight { border: 2px solid var(--accent); position: relative; }
  .case-highlight::before {
    content: "上振れ事例";
    position: absolute;
    top: -12px;
    left: 16px;
    background: var(--accent);
    color: #000;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
  }
  /* ===== 料金プラン ===== */
  .pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
    margin-top: 40px;
  }
  .pricing-card {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
  }
  .pricing-zero {
    border: 2px solid var(--accent);
    box-shadow: 0 0 80px rgba(132, 204, 22, 0.1);
  }
  .pricing-zero h3 { font-size: 20px; margin-bottom: 24px; }
  .price-table {
    width: 100%;
    border-collapse: collapse;
  }
  .price-table td {
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
  }
  .price-table td:last-child {
    text-align: right;
    font-weight: 800;
    font-size: 20px;
    color: var(--accent);
  }
  .price-table .zero { font-size: 32px; }
  .price-row-final td { border-bottom: none; padding-top: 20px; font-size: 18px; }
  /* ===== 認定コーチ制度 ===== */
  .career-path {
    background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 48px;
    margin-top: 40px;
  }
  .career-stages {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    margin: 40px 0;
  }
  .career-stage {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
  }
  .career-stage.elite { border-color: var(--accent); position: relative; }
  .career-stage.elite .elite-badge {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.45);
  }
  .career-stage.elite .elite-badge .ico-inline { width: 23px; height: 23px; }
  .career-stage h4 { font-size: 18px; margin-bottom: 16px; }
  .career-stage ul { list-style: none; }
  .career-stage li { padding: 4px 0; font-size: 14px; color: var(--text-dim); }
  .career-stage.elite li { color: var(--text); }
  .career-arrow {
    font-size: 32px;
    color: var(--accent);
    text-align: center;
  }
  .career-arrow-ico { width: 32px; height: 32px; display: inline-block; transition: transform 0.2s; }
  .career-arrow .label {
    display: block;
    font-size: 12px;
    color: var(--text-dim);
    margin-top: 8px;
    letter-spacing: 1px;
  }
  /* ===== 説明動画 ===== */
  .videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-top: 32px;
  }
  .video-card {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s;
  }
  .video-card:hover { border-color: var(--accent); }
  .video-icon { font-size: 32px; margin-bottom: 12px; }
  .video-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
  .video-card p { font-size: 13px; color: var(--text-dim); }
  /* ===== 登録ステップ ===== */
  .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }
  /* 数字の横にタイトル（届く/作る/返す）、説明は下に全幅 */
  .step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    row-gap: 10px;
    align-items: center;
    padding: 28px 24px;
    text-align: left;
  }
  .step-num {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
  }
  .step h4 { font-size: 26px; font-weight: 800; margin: 0; }
  .step p { font-size: 14px; color: var(--text-dim); grid-column: 1 / -1; }
  /* ===== コールアウト（強調ボックス） ===== */
  .callout {
    background: var(--accent-dim);
    border: 1px solid rgba(132, 204, 22, 0.32);
    border-radius: 16px;
    padding: 24px 28px;
    text-align: center;
  }
  .callout p { font-size: 15px; line-height: 1.8; color: var(--text); }
  /* モバイルでは callout 本文（見出し strong を除く）を少し小さく */
  @media (max-width: 640px) {
    .callout .callout-body { font-size: 13px; }
  }
  /* ===== FAQ ===== */
  .faq { margin-top: 40px; }
  .faq-item {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .faq-q {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    user-select: none;
  }
  .faq-q::after {
    content: "+";
    color: var(--accent);
    font-size: 24px;
    transition: transform 0.2s;
  }
  .faq-item.open .faq-q::after { transform: rotate(45deg); }
  .faq-a {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    color: var(--text-dim);
    font-size: 14px;
    transition: max-height 0.3s, padding 0.3s;
  }
  .faq-item.open .faq-a {
    max-height: 300px;
    padding: 0 24px 20px;
  }
  /* ===== 最終CTA ===== */
  .final-cta {
    padding: 120px 0;
    text-align: center;
    background: radial-gradient(circle at center, rgba(132, 204, 22, 0.06) 0%, transparent 62%);
  }
  .final-cta h2 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .final-cta p { color: var(--text-dim); font-size: 18px; max-width: 640px; margin: 0 auto 40px; }
  /* ===== フッター ===== */
  footer {
    border-top: 1px solid var(--border);
    padding: 40px 0;
    text-align: center;
    color: var(--text-faint);
    font-size: 13px;
  }
  /* ===== 画像統合（AI生成画像13枚） ===== */
  /* ヒーロー画像（メイン） */
  .hero-image-wrap {
    margin-top: 56px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 0 24px;
  }
  .hero-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px var(--border);
    display: block;
  }
  /* ヒーロー背景: neural network */
  .hero {
    background-image:
      linear-gradient(rgba(10, 10, 15, 0.85), rgba(10, 10, 15, 0.92)),
      url('/lp/assets/images/coach/bg_neural_network.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* セクション共通：背景バリエーション */
  .section-bg-particle {
    background-image:
      linear-gradient(rgba(20, 20, 28, 0.88), rgba(20, 20, 28, 0.92)),
      url('/lp/assets/images/coach/bg_particle_flow.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .section-bg-data-grid {
    background-image:
      linear-gradient(rgba(20, 20, 28, 0.90), rgba(20, 20, 28, 0.94)),
      url('/lp/assets/images/coach/bg_data_grid.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .section-bg-pose-skeleton {
    background-image:
      linear-gradient(rgba(20, 20, 28, 0.92), rgba(20, 20, 28, 0.95)),
      url('/lp/assets/images/coach/bg_pose_skeleton.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .section-bg-soft {
    background:
      radial-gradient(1100px 420px at 50% -12%, rgba(132, 204, 22, 0.07), transparent 70%),
      linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  }
  /* USE CASE バナー画像 */
  .uc-banner {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 28px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
    display: block;
  }
  /* AIMAS EDITOR メイン画像 */
  .editor-hero-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto 40px;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  }
  /* COMPARE ライフスタイル画像 */
  .compare-hero-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
    margin: 0 auto 40px;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  }
  /* IMPACT BOX 背景強化 */
  .impact-box-with-bg {
    background-image:
      linear-gradient(135deg, rgba(132, 204, 22, 0.18) 0%, rgba(132, 204, 22, 0.04) 100%),
      url('/lp/assets/images/coach/bg_ball_trajectory.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* FINAL CTA 背景 */
  .final-cta {
    position: relative;
    overflow: hidden;
    background-image:
      linear-gradient(rgba(10, 10, 15, 0.72), rgba(10, 10, 15, 0.88)),
      url('/lp/assets/images/coach/cta_final.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/lp/assets/images/coach/bg_particle_flow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .final-cta > * { position: relative; z-index: 2; }
  /* ===== レスポンシブ ===== */
  @media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .career-stages { grid-template-columns: 1fr; }
    .career-arrow-ico { transform: rotate(90deg); }
    .reason { grid-template-columns: 1fr; gap: 16px; }
    .use-case { padding: 32px 24px; }
    .hero-image-wrap { margin-top: 32px; padding: 0 16px; }
    .uc-banner { aspect-ratio: 4 / 3; }
  }
  /* 改行出し分けユーティリティ */
  .br-sp { display: none; }
  /* モバイル固定CTAバー（PCでは非表示） */
  .mobile-cta-bar { display: none; }
  /* ===== モバイル集約（〜640px） ===== */
  @media (max-width: 640px) {
    /* --- Task2: 改行出し分け --- */
    .br-pc { display: none; }
    .br-sp { display: inline; }
    /* --- Task1: 基盤（余白・フォント） --- */
    .container { padding: 0 16px; }
    section { padding: 56px 0; }
    .hero { padding: 88px 0 64px; }
    .final-cta { padding: 72px 0; }

    .section-title { font-size: 26px; line-height: 1.35; margin-bottom: 16px; }
    .section-subtitle { font-size: 15px; margin-bottom: 32px; }
    .section-eyebrow { margin-bottom: 12px; }

    .use-case { padding: 28px 20px; }
    .mission-card { padding: 24px 20px; }
    .mission-quote { padding: 28px 20px; margin-top: 32px; }
    .payment-section { padding: 28px 20px; }
    .pricing-card { padding: 28px 20px; }
    .career-path { padding: 28px 20px; }
    .reason { padding: 28px 20px; }
    .case-card { padding: 24px 20px; }
    .coach-info { padding: 20px 20px 24px; }
    .editor-callout { padding: 20px; }
    .uc-callout { padding: 16px; font-size: 14px; }

    /* --- Task3: ヒーロー（バッジ・CTA） --- */
    /* バッジは主張を抑えて洗練：透明地＋ライムのヘアライン＋やわらげたライム文字、小さめ・余白タイト */
    .hero-badges { gap: 6px; margin-bottom: 28px; max-width: 340px; margin-left: auto; margin-right: auto; }
    .hero-badge {
      font-size: 10.5px;
      font-weight: 500;
      padding: 4px 10px;
      background: transparent;
      color: rgba(163, 230, 53, 0.82);
      border-color: rgba(132, 204, 22, 0.22);
      letter-spacing: 0.01em;
    }
    .hero h1 { font-size: 32px; line-height: 1.2; margin-bottom: 18px; }
    .hero-lead { font-size: 16px; margin: -4px auto 22px; line-height: 1.6; }
    .hero-sub { font-size: 15px; margin-bottom: 28px; line-height: 1.8; }
    .hero-cta-row { flex-direction: column; gap: 12px; }
    .hero-cta-row .btn-secondary {
      width: 100%; box-sizing: border-box;
      padding: 15px 18px; font-size: 15px;
    }
    .hero-cta-row .btn-secondary .small { font-size: 11px; }
    /* モバイルは下部固定バーに申し込みを集約 → ページ内の登録ボタンは非表示（事例ボタンは残す） */
    .hero-cta-row .btn-primary,
    #register .btn-primary,
    .final-cta .btn-primary { display: none; }

    /* --- Task4: モバイル固定CTAバー --- */
    .mobile-cta-bar {
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 200;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
      color: #000; text-decoration: none;
      font-weight: 800; font-size: 16px; line-height: 1.3;
      padding: 13px 16px; border-radius: 14px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.45), 0 0 0 1px rgba(132,204,22,0.4);
      transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    }
    /* 固定バーは常時表示（モバイルの申し込み導線を一本化） */
    .mobile-cta-bar span {
      font-size: 11px; font-weight: 600;
      color: rgba(0,0,0,0.7); margin-top: 2px;
    }
    /* 固定バーに最終コンテンツが隠れないよう余白確保 */
    footer { padding-bottom: 96px; }

    /* --- Task5: 比較表（対面 vs オンライン）→ カード化 --- */
    .compare-wrap { border-radius: 16px; }
    .compare-table thead { display: none; }
    .compare-table,
    .compare-table tbody,
    .compare-table tr,
    .compare-table td { display: block; width: 100%; }
    .compare-table tr {
      border-bottom: 1px solid var(--border);
      padding: 14px 16px;
    }
    .compare-table tbody td {
      padding: 0; border: none; font-size: 14px;
      background: none !important;
    }
    .compare-table tbody td:nth-child(1) {
      color: var(--text); font-weight: 700;
      font-size: 14px; margin-bottom: 10px;
    }
    .compare-table tbody td:nth-child(2),
    .compare-table tbody td:nth-child(3) {
      position: relative;
      padding: 10px 12px 10px 88px;
      border-radius: 8px; margin-bottom: 8px;
    }
    .compare-table tbody td:nth-child(2) { background: rgba(239,68,68,0.07) !important; }
    .compare-table tbody td:nth-child(3) { background: rgba(132,204,22,0.09) !important; }
    .compare-table tbody td:nth-child(2)::before,
    .compare-table tbody td:nth-child(3)::before {
      position: absolute; left: 12px; top: 10px;
      width: 66px; font-size: 11px; font-weight: 700;
    }
    .compare-table tbody td:nth-child(2)::before { content: "対面"; color: var(--text-dim); }
    .compare-table tbody td:nth-child(3)::before { content: "オンライン"; color: var(--accent); }

    /* --- Task6: 料金 価格例テーブル（4列）→ カード化 --- */
    .pricing-grid { gap: 20px; }
    .pricing-card:not(.pricing-zero) table thead { display: none; }
    .pricing-card:not(.pricing-zero) table,
    .pricing-card:not(.pricing-zero) table tbody,
    .pricing-card:not(.pricing-zero) table tr,
    .pricing-card:not(.pricing-zero) table td { display: block; width: 100%; }
    .pricing-card:not(.pricing-zero) table tr {
      border: 1px solid var(--border); border-radius: 10px;
      padding: 14px; margin-bottom: 12px; background: var(--bg);
    }
    .pricing-card:not(.pricing-zero) table td { border: none; padding: 3px 0; font-size: 14px; }
    .pricing-card:not(.pricing-zero) table td:nth-child(1) {
      font-weight: 700; font-size: 15px; margin-bottom: 6px;
    }
    .pricing-card:not(.pricing-zero) table td:nth-child(2)::before { content: "支払: "; color: var(--text-dim); }
    .pricing-card:not(.pricing-zero) table td:nth-child(3)::before { content: "手取り(70%): "; color: var(--text-dim); }
    .pricing-card:not(.pricing-zero) table td:nth-child(4)::before { content: "時間: "; color: var(--text-dim); }

    /* --- Task6: reason01 エディタ機能比較表（3列）→ カード化 --- */
    .reason table thead { display: none; }
    .reason table,
    .reason table tbody,
    .reason table tr,
    .reason table td { display: block; width: 100%; }
    .reason table tr {
      border: 1px solid var(--border); border-radius: 10px;
      padding: 12px 14px; margin-bottom: 10px; background: var(--bg);
    }
    .reason table td { border: none; padding: 3px 0; font-size: 14px; }
    .reason table td:nth-child(1) { font-weight: 700; margin-bottom: 4px; }
    .reason table td:nth-child(2)::before { content: "通常: "; color: var(--text-dim); }
    .reason table td:nth-child(3)::before { content: "コーチ枠: "; color: var(--text-dim); }
    /* 機能比較カードをモバイルで2列に */
    .reason table tbody { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .reason table tr { margin-bottom: 0; padding: 12px; }
    .reason table td { font-size: 13px; }

    /* --- Task7: グリッド・カード間隔をモバイル向けに --- */
    .mission-wrap { gap: 12px; margin-top: 28px; }
    /* MISSION カードはアイコンの横にタイトル（縦の面積を削減、説明は下に全幅） */
    .mission-card {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 14px;
      row-gap: 10px;
      align-items: center;
      padding: 20px;
    }
    .mission-card .icon-chip { margin-bottom: 0; }
    .mission-card h3 { margin-bottom: 0; }
    .mission-card p { grid-column: 1 / -1; }
    /* 同じ「アイコン横にタイトル」を 提供機能 / 手数料 / 動画ガイド カードにも適用 */
    .feature-card,
    .payment-item,
    .video-card {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 14px;
      row-gap: 10px;
      align-items: center;
      text-align: left;
      padding: 20px;
    }
    .feature-card .icon-chip,
    .payment-item .icon-chip,
    .video-card .icon-chip { margin-bottom: 0; }
    .feature-card h3,
    .payment-item h4,
    .video-card h4 { margin-bottom: 0; }
    .feature-card p,
    .payment-item p,
    .video-card p { grid-column: 1 / -1; }
    .feature-grid,
    .editor-features,
    .lifestyle-grid,
    .payment-grid,
    .videos,
    .cases { gap: 12px; }
    /* AIMAS EDITOR フィーチャーはモバイルで2列に（パネルが大きすぎるため） */
    .editor-features { grid-template-columns: repeat(2, 1fr); }
    .editor-feature { padding: 16px; }
    /* スイング指導/バーチャル帯同の2枚カードもモバイルで2列に */
    .lifestyle-grid--2col-sp { grid-template-columns: repeat(2, 1fr); }
    .lifestyle-grid--2col-sp .lifestyle-card { padding: 16px; }
    .use-cases { gap: 20px; }
    .reasons { gap: 16px; }
    .certified-coaches { gap: 16px; }
    .steps { gap: 16px; margin-top: 28px; }
    /* ステップは数字の横にタイトルを置いて縦の面積を削減（説明文は下に全幅） */
    .step {
      text-align: left;
      padding: 18px 20px;
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 14px;
      row-gap: 6px;
      align-items: center;
    }
    .step-num { width: 40px; height: 40px; font-size: 18px; margin: 0; }
    .step h4 { margin: 0; }
    .step p { grid-column: 1 / -1; }
    .career-stages { margin: 28px 0; }
    .video-banner { padding: 16px 18px; }
  /* @@MOBILE-BLOCK-END@@ */
  }
  /* ===== 統一ラインアイコン ===== */
  .ico { width: 22px; height: 22px; display: block; flex: none; }
  .icon-chip {
    width: 44px; height: 44px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--accent-dim); color: var(--accent);
    margin-bottom: 16px; flex: none;
  }
  .icon-chip .ico { width: 22px; height: 22px; }
  .icon-chip--sm {
    width: 24px; height: 24px; border-radius: 7px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(0, 0, 0, 0.18); color: inherit; flex: none;
  }
  .icon-chip--sm .ico { width: 14px; height: 14px; }
  .ico-inline {
    width: 1em; height: 1em; display: inline-block;
    vertical-align: -0.12em; flex: none;
  }
