/* =========================================================
   careerup — Gemini テイスト v2
   構成更新: eラーニング約12h(動画17本)＋集合研修Zoom 3h / オンライン完結
   申込: 専用申込サイト（Googleフォーム廃止）
   クラスプレフィックス: cu-
========================================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --g-blue:   #4F84F0;
  --g-purple: #8E63DE;
  --g-pink:   #C56CA8;
  --grad-text: linear-gradient(96deg, #4A82F2 0%, #8B5BD9 48%, #C95FA5 100%);
  --grad-cta:  linear-gradient(100deg, #5189F1 0%, #8268DE 50%, #BE6FAB 100%);
  --grad-soft: linear-gradient(135deg, #6E9BF3 0%, #A988E6 60%, #C98AC2 100%);

  --bg:          #F4F6FD;
  --surface:     #FFFFFF;
  --surface-soft:#F1F3FB;
  --lavender-bg: #EFF1FB;

  --text-primary:   #21263A;
  --text-secondary: #5C627B;
  --text-muted:     #9298AE;
  --white: #FFFFFF;
  --border-light: #E7E9F5;

  --gold: #E0A100;
  --osaka-accent: #d63752;

  --font-jp: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  --font-en: 'DM Sans', sans-serif;

  --shadow-sm: 0 4px 18px rgba(70, 84, 150, 0.06);
  --shadow-md: 0 14px 40px rgba(70, 84, 150, 0.10);
  --shadow-lg: 0 28px 64px rgba(70, 84, 150, 0.14);

  --radius: 18px;
  --radius-lg: 26px;
  --section-py: 104px;
  --max-w: 1100px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-jp); color: var(--text-primary); line-height: 1.8;
  background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(60% 50% at 12% 0%, rgba(99, 142, 240, 0.10) 0%, transparent 60%),
    radial-gradient(55% 45% at 92% 8%, rgba(197, 108, 168, 0.08) 0%, transparent 60%);
  background-attachment: fixed;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* HEADER */
.cu-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(248, 249, 254, 0.78);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(120, 130, 190, 0.08); transition: box-shadow 0.3s;
}
.cu-header.scrolled { box-shadow: var(--shadow-sm); }
.cu-header-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.cu-header-logo { position: relative; display: inline-block; padding-bottom: 6px; }
.cu-logo-text {
  font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 900; font-size: 22px; letter-spacing: 0.01em; line-height: 1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cu-header-nav { display: flex; align-items: center; gap: 24px; }
.cu-header-nav a { font-size: 13px; font-weight: 500; color: var(--text-secondary); transition: color 0.2s; letter-spacing: 0.02em; }
.cu-header-nav a:hover { color: var(--g-purple); }
.cu-header-cta {
  display: inline-flex; align-items: center; gap: 6px; background: var(--grad-cta); color: var(--white) !important;
  padding: 9px 22px; border-radius: 50px; font-size: 13px; font-weight: 700;
  box-shadow: 0 6px 18px rgba(120, 100, 220, 0.28); transition: transform 0.2s, box-shadow 0.2s;
}
.cu-header-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(120, 100, 220, 0.38); }
.cu-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; width: 28px; height: 20px; position: relative; z-index: 1001; }
.cu-hamburger span { display: block; height: 2px; background: var(--text-primary); border-radius: 2px; transition: 0.3s; }
.cu-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.cu-hamburger.open span:nth-child(2) { opacity: 0; }
.cu-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.cu-mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(248, 249, 254, 0.98); flex-direction: column; align-items: center; justify-content: center; gap: 30px; }
.cu-mobile-menu.open { display: flex; }
.cu-mobile-menu a { font-size: 18px; font-weight: 500; color: var(--text-primary); }
.cu-mobile-menu .cu-btn-gradient { color: #fff; }

/* HERO */
.cu-hero {
  position: relative; overflow: hidden; padding: 160px 0 88px;
  background:
    radial-gradient(70% 60% at 18% 12%, rgba(99, 142, 240, 0.16) 0%, transparent 58%),
    radial-gradient(60% 55% at 86% 18%, rgba(197, 108, 168, 0.13) 0%, transparent 58%),
    linear-gradient(180deg, #F7F8FE 0%, #F1F2FB 100%);
}
.cu-hero::after { content: ''; position: absolute; left: 50%; bottom: -180px; transform: translateX(-50%); width: 720px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(142, 99, 222, 0.10) 0%, transparent 70%); pointer-events: none; }
.cu-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.cu-hero-content { position: relative; z-index: 1; text-align: left; }
.cu-hero-org { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 18px; color: var(--g-purple); background: rgba(255,255,255,0.7); padding: 7px 20px; border-radius: 50px; border: 1px solid var(--border-light); box-shadow: var(--shadow-sm); }
.cu-hero-pretitle { font-size: 15px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 18px; color: var(--text-secondary); }
.cu-hero h1 { font-size: 44px; font-weight: 900; letter-spacing: 0.03em; line-height: 1.42; margin-bottom: 22px; color: var(--text-primary); }
.cu-hero h1 .em { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-hero-sub { font-size: 17px; line-height: 1.95; color: var(--text-secondary); max-width: 560px; margin: 0 0 36px; }
.cu-hero-badges { display: flex; gap: 12px; justify-content: flex-start; margin-top: 38px; flex-wrap: wrap; }
.cu-hero-badge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.82); backdrop-filter: blur(8px); padding: 10px 20px; border-radius: 50px; border: 1px solid var(--border-light); font-size: 13px; font-weight: 600; color: var(--text-primary); box-shadow: var(--shadow-sm); }
.cu-hero-badge .badge-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--grad-soft); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.cu-hero-badge.osaka { border-color: rgba(214, 55, 82, 0.3); }
.cu-hero-badge.osaka .badge-icon { background: linear-gradient(135deg, #e0556e, #d63752); }

/* HERO MEDIA (photo) */
.cu-hero-media { position: relative; }
.cu-hero-media::before { content: ''; position: absolute; inset: -10% -8% -8% -10%; z-index: 0; border-radius: 50%; background: radial-gradient(55% 55% at 70% 28%, rgba(99,142,240,0.24) 0%, transparent 70%), radial-gradient(55% 55% at 28% 82%, rgba(197,108,168,0.22) 0%, transparent 70%); filter: blur(8px); pointer-events: none; }
.cu-hero-photo { position: relative; z-index: 1; aspect-ratio: 5 / 6; border-radius: 28px; overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow-lg); background: var(--grad-soft); }
.cu-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cu-hero-float { position: absolute; z-index: 2; left: -18px; bottom: 26px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border: 1px solid var(--border-light); border-radius: 16px; padding: 12px 18px; box-shadow: var(--shadow-md); }
.cu-hero-float-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-cta); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cu-hero-float b { display: block; font-size: 16px; font-weight: 800; color: var(--text-primary); line-height: 1.2; }
.cu-hero-float small { font-size: 11px; color: var(--text-secondary); font-weight: 600; }

/* BUTTONS */
.cu-btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--grad-cta); color: var(--white); padding: 17px 42px; border-radius: 50px; font-size: 16px; font-weight: 700; letter-spacing: 0.04em; box-shadow: 0 12px 30px rgba(120, 100, 220, 0.30); transition: transform 0.2s, box-shadow 0.2s; }
.cu-btn-primary::before { content: '✦'; font-size: 15px; line-height: 1; opacity: 0.95; }
.cu-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(120, 100, 220, 0.42); }
.cu-btn-primary .arrow { font-size: 18px; transition: transform 0.2s; }
.cu-btn-primary:hover .arrow { transform: translateX(4px); }
.cu-btn-gradient { display: inline-flex; align-items: center; gap: 8px; background: var(--grad-cta); color: var(--white); padding: 16px 40px; border-radius: 50px; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; box-shadow: 0 10px 26px rgba(120, 100, 220, 0.30); border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.cu-btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(120, 100, 220, 0.42); }
.cu-btn-large { font-size: 17px; padding: 19px 50px; }

/* SECTION COMMON */
.cu-section { padding: var(--section-py) 0; }
.cu-section-lavender { background: var(--lavender-bg); }
.cu-section-tint { background: radial-gradient(60% 70% at 15% 10%, rgba(99,142,240,0.14) 0%, transparent 60%), radial-gradient(60% 70% at 88% 90%, rgba(197,108,168,0.12) 0%, transparent 60%), linear-gradient(135deg, #EEF0FC 0%, #F3EEFA 100%); }
.cu-section-label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--g-purple); margin-bottom: 14px; }
.cu-section-label::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--grad-cta); display: inline-block; }
.cu-section-title { font-size: 33px; font-weight: 700; line-height: 1.5; letter-spacing: 0.03em; margin-bottom: 20px; }
.cu-section-desc { font-size: 17px; color: var(--text-secondary); line-height: 1.95; max-width: 760px; }
.cu-section-center { text-align: center; }
.cu-section-center .cu-section-label { justify-content: center; }
.cu-section-center .cu-section-desc { margin: 0 auto; }

/* ABOUT */
.cu-about-text { max-width: 760px; margin: 32px auto 0; text-align: center; font-size: 17px; line-height: 2.05; color: var(--text-secondary); }
.cu-about-text strong { color: var(--g-purple); }
.cu-about-keywords { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.cu-about-keyword { background: var(--white); border: 1px solid var(--border-light); border-radius: 50px; padding: 9px 22px; font-size: 13px; font-weight: 700; color: var(--g-purple); box-shadow: var(--shadow-sm); }

/* FORMAT STRIP (オンライン完結の要約) */
.cu-format { max-width: 820px; margin: 44px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: stretch; }
.cu-format-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px 24px; text-align: center; }
.cu-format-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-soft); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 14px; box-shadow: 0 8px 20px rgba(120,100,220,0.22); }
.cu-format-kind { font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--g-purple); margin-bottom: 6px; }
.cu-format-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.cu-format-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.cu-format-plus { display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; color: var(--g-purple); padding: 0 4px; }
.cu-format-total { max-width: 820px; margin: 12px auto 0; text-align: center; font-size: 14px; color: var(--text-secondary); }
.cu-format-total b { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: var(--font-en); font-size: 16px; }

/* PAIN POINTS */
.cu-pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }
.cu-pain-card { background: var(--white); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border-light); display: flex; gap: 20px; align-items: flex-start; transition: transform 0.2s, box-shadow 0.2s; }
.cu-pain-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cu-pain-icon { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--white); }
.cu-pain-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--g-purple); }
.cu-pain-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.75; }

/* FEATURES */
.cu-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 50px; }
.cu-feature-card { background: var(--white); border-radius: var(--radius-lg); padding: 42px 28px; text-align: center; border: 1px solid var(--border-light); box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s; }
.cu-feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cu-feature-num { font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; margin-bottom: 18px; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-feature-icon { width: 68px; height: 68px; border-radius: 20px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 30px; color: var(--white); box-shadow: 0 10px 24px rgba(120,100,220,0.25); }
.cu-feature-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 16px; line-height: 1.5; }
.cu-feature-card p { font-size: 15px; color: var(--text-secondary); text-align: left; }

/* CURRICULUM (official structure) */
.cu-cur-list { max-width: 880px; margin: 50px auto 0; display: flex; flex-direction: column; gap: 16px; }
.cu-cur-cat { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.cu-cur-cat-head { display: flex; align-items: center; gap: 16px; padding: 18px 26px; background: var(--surface-soft); border-bottom: 1px solid var(--border-light); }
.cu-cur-cat-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: var(--grad-cta); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-en); font-weight: 700; font-size: 18px; box-shadow: 0 6px 16px rgba(120,100,220,0.28); }
.cu-cur-cat-title { flex: 1; font-size: 17px; font-weight: 700; color: var(--text-primary); line-height: 1.45; }
.cu-cur-cat-badge { flex-shrink: 0; font-family: var(--font-en); font-size: 12px; font-weight: 700; color: var(--g-purple); background: var(--white); border: 1px solid var(--border-light); padding: 5px 12px; border-radius: 50px; white-space: nowrap; }
.cu-cur-topics { padding: 6px 26px 16px; }
.cu-cur-topic { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px dashed var(--border-light); }
.cu-cur-topic:last-child { border-bottom: none; }
.cu-cur-topic-name { flex: 1; font-size: 15px; color: var(--text-primary); line-height: 1.6; }
.cu-cur-topic-name::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--grad-cta); margin-right: 10px; vertical-align: middle; }
.cu-cur-dur { flex-shrink: 0; font-family: var(--font-en); font-size: 12px; font-weight: 700; color: var(--text-secondary); background: var(--surface-soft); padding: 4px 11px; border-radius: 50px; white-space: nowrap; }
.cu-cur-live { position: relative; overflow: hidden; max-width: 880px; margin: 0 auto; display: flex; gap: 20px; align-items: flex-start; background: linear-gradient(135deg, #EEF0FC 0%, #F3EEFA 100%); border: 1.5px solid rgba(142,99,222,0.32); border-radius: var(--radius-lg); padding: 26px 28px; box-shadow: var(--shadow-md); }
.cu-cur-live-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: var(--grad-cta); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 8px 20px rgba(120,100,220,0.3); }
.cu-cur-live-body { flex: 1; min-width: 0; }
.cu-cur-live-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: #fff; background: var(--grad-cta); padding: 4px 12px; border-radius: 50px; margin-bottom: 10px; }
.cu-cur-live-body h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; line-height: 1.5; }
.cu-cur-live-body p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
.cu-cur-live-dur { font-family: var(--font-en); font-weight: 700; color: var(--g-purple); }

/* PROGRAM CONTENTS (PR pick) */
.cu-program-intro { max-width: 760px; margin: 0 auto; }
.cu-program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 50px; }
.cu-program-card { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-light); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; text-align: left; }
.cu-program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cu-program-thumb { position: relative; aspect-ratio: 16/9; background: var(--grad-soft); overflow: hidden; }
.cu-program-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cu-program-duration { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px; background: rgba(33, 38, 58, 0.78); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 50px; font-family: var(--font-en); backdrop-filter: blur(4px); }
.cu-program-duration.is-live { background: var(--grad-cta); }
.cu-program-duration svg { display: block; flex-shrink: 0; }
.cu-program-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.cu-program-tag { display: inline-flex; align-self: flex-start; font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--g-purple); background: var(--surface-soft); padding: 5px 13px; border-radius: 50px; margin-bottom: 12px; }
.cu-program-tag.is-live { background: var(--grad-cta); color: #fff; }
.cu-program-card h3 { font-size: 17px; font-weight: 700; line-height: 1.55; color: var(--text-primary); margin-bottom: 10px; }
.cu-program-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.85; }

/* FLOW (受講の流れ) */
.cu-flow { max-width: 780px; margin: 50px auto 0; display: flex; flex-direction: column; gap: 16px; }
.cu-step { display: flex; gap: 22px; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px 30px; text-align: left; align-items: flex-start; }
.cu-step.is-finish { background: linear-gradient(135deg, #EEF0FC 0%, #F3EEFA 100%); border-color: rgba(142,99,222,0.3); }
.cu-step-num { flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px; background: var(--grad-cta); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(120,100,220,0.28); font-family: var(--font-en); }
.cu-step.is-finish .cu-step-num { background: linear-gradient(135deg, #4F84F0, #C98AC2); }
.cu-step-num small { font-size: 9px; letter-spacing: 0.12em; opacity: 0.9; }
.cu-step-num b { font-size: 22px; font-weight: 700; line-height: 1; }
.cu-step-body { flex: 1; min-width: 0; }
.cu-step-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--g-purple); background: var(--surface-soft); padding: 4px 12px; border-radius: 50px; margin-bottom: 10px; }
.cu-step.is-finish .cu-step-tag { background: rgba(255,255,255,0.7); }
.cu-step-body h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; line-height: 1.45; }
.cu-step-body > p { font-size: 15px; color: var(--text-secondary); line-height: 1.85; }
.cu-step-dates { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.cu-step-date { display: flex; align-items: center; gap: 12px; font-size: 14px; background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 11px 16px; }
.cu-step-date .r { font-family: var(--font-en); font-weight: 700; color: var(--g-purple); font-size: 12px; flex-shrink: 0; }
.cu-flow-note { max-width: 780px; margin: 18px auto 0; font-size: 13px; color: var(--text-secondary); line-height: 1.85; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 16px 22px; text-align: left; }

/* TARGET */
.cu-target-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 50px auto 0; max-width: 780px; }
.cu-target-card { position: relative; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border-light); padding: 42px 28px 34px; display: flex; flex-direction: column; align-items: center; box-shadow: var(--shadow-md); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.cu-target-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cu-target-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; }
.cu-target-card.is-osaka::before { background: var(--grad-cta); }
.cu-target-card.is-nationwide::before { background: linear-gradient(135deg, #4F84F0 0%, #79A0F4 100%); }
.cu-target-icon { font-size: 46px; line-height: 1; margin-bottom: 16px; }
.cu-target-badge { display: inline-flex; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: #fff; padding: 7px 20px; border-radius: 50px; margin-bottom: 16px; }
.cu-target-card.is-osaka .cu-target-badge { background: var(--grad-cta); }
.cu-target-card.is-nationwide .cu-target-badge { background: linear-gradient(135deg, #4F84F0 0%, #79A0F4 100%); }
.cu-target-name { font-size: 24px; font-weight: 900; letter-spacing: 0.03em; color: var(--text-primary); margin-bottom: 12px; line-height: 1.4; }
.cu-target-desc { font-size: 17px; line-height: 1.8; color: var(--text-secondary); }
.cu-target-note { max-width: 700px; margin: 28px auto 0; font-size: 15px; line-height: 1.8; color: var(--text-secondary); background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 18px 24px; text-align: left; }

/* PRICING */
.cu-pricing-single { max-width: 520px; margin: 50px auto 0; }
.cu-pricing-card { background: var(--white); border-radius: var(--radius-lg); padding: 44px 32px; text-align: center; border: 1px solid var(--border-light); box-shadow: var(--shadow-md); position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.cu-pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cu-pricing-card.featured { border: 1.5px solid rgba(142, 99, 222, 0.4); }
.cu-pricing-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--grad-cta); }
.cu-pricing-tag { display: inline-block; background: var(--grad-cta); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; padding: 5px 15px; border-radius: 50px; margin-bottom: 18px; }
.cu-pricing-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 20px; color: var(--text-primary); }
.cu-pricing-amount { font-family: var(--font-en); font-size: 56px; font-weight: 700; line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-pricing-unit { font-size: 15px; color: var(--text-secondary); margin-top: 6px; }
.cu-pricing-note { font-size: 13px; color: var(--text-secondary); margin-top: 8px; line-height: 1.6; }
.cu-pricing-includes { margin-top: 28px; text-align: left; border-top: 1px solid var(--border-light); padding-top: 24px; }
.cu-pricing-includes h4 { font-size: 14px; font-weight: 700; margin-bottom: 14px; text-align: center; color: var(--text-secondary); }
.cu-pricing-includes li { font-size: 15px; padding: 7px 0 7px 28px; position: relative; color: var(--text-primary); }
.cu-pricing-includes li::before { content: '✓'; position: absolute; left: 0; top: 7px; color: var(--g-purple); font-weight: 700; }

/* PROFILE (light tint) */
.cu-profile-grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; margin: 50px auto 0; max-width: 820px; }
.cu-profile-img { width: 280px; height: 320px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.cu-profile-name { font-size: 14px; color: var(--g-purple); font-weight: 700; margin-bottom: 8px; }
.cu-profile-name strong { display: block; font-size: 22px; color: var(--text-primary); margin-top: 4px; }
.cu-profile-quote { font-size: 16px; line-height: 1.85; color: var(--text-secondary); margin-top: 16px; padding-left: 18px; border-left: 3px solid var(--g-purple); }
.cu-profile-list { margin-top: 20px; }
.cu-profile-item { font-size: 15px; color: var(--text-primary); padding: 6px 0 6px 22px; position: relative; }
.cu-profile-item::before { content: ''; position: absolute; left: 0; top: 13px; width: 9px; height: 9px; border-radius: 50%; background: var(--grad-cta); }

/* VOICES */
.cu-voice-list { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cu-voice-item { background: var(--white); padding: 28px; border-radius: var(--radius); border: 1px solid var(--border-light); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.cu-voice-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad-cta); }
.cu-voice-item p { font-size: 16px; line-height: 1.85; color: var(--text-primary); margin-bottom: 16px; }
.cu-voice-meta { font-size: 13px; color: var(--text-secondary); padding-top: 12px; border-top: 1px solid var(--border-light); }

/* PARTNER */
.cu-partner { padding: 84px 0; }
.cu-partner .container { display: flex; flex-direction: column; gap: 24px; }
.cu-partner-card { position: relative; max-width: 1000px; margin: 0 auto; width: 100%; border-radius: 24px; overflow: hidden; background: var(--white); border: 1px solid var(--border-light); box-shadow: var(--shadow-md); }
.cu-partner-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: radial-gradient(circle at 18% 25%, rgba(142, 99, 222, 0.08) 0%, transparent 52%), radial-gradient(circle at 88% 82%, rgba(224, 161, 0, 0.07) 0%, transparent 55%); }
.cu-partner-glow { position: absolute; top: -100px; right: -100px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(224,161,0,0.10) 0%, rgba(142,99,222,0.05) 45%, transparent 70%); pointer-events: none; z-index: 1; }
.cu-partner-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 190px 1fr auto; gap: 36px; align-items: center; padding: 36px 44px; }
.cu-partner-logo { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px 16px; background: var(--surface-soft); border-radius: 16px; border: 1px solid var(--border-light); }
.cu-partner-logo img { width: 100%; max-width: 130px; height: auto; display: block; }
.cu-partner-ribbon { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #5A3A00; background: linear-gradient(135deg, #FFD86B 0%, #F6B800 50%, #D49600 100%); padding: 5px 16px; border-radius: 12px; box-shadow: 0 2px 8px rgba(214,150,0,0.35), inset 0 1px 0 rgba(255,255,255,0.5); }
.cu-partner-content { min-width: 0; }
.cu-partner-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.cu-partner-date { font-family: var(--font-en); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: var(--text-muted); }
.cu-partner-divider { width: 1px; height: 12px; background: var(--border-light); }
.cu-partner-tag { font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #B07E00; background: rgba(224,161,0,0.10); border: 1px solid rgba(224,161,0,0.35); padding: 3px 10px; border-radius: 10px; }
.cu-partner-title { font-size: 23px; font-weight: 700; color: var(--text-primary); line-height: 1.5; letter-spacing: 0.02em; margin-bottom: 12px; }
.cu-partner-title em { font-style: normal; font-weight: 800; background: linear-gradient(135deg, #E0A100 0%, #C98A00 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-partner-sub { font-size: 15px; color: var(--text-secondary); line-height: 1.85; }
.cu-partner-sub strong { color: var(--text-primary); font-weight: 700; }
.cu-partner-ctas { display: flex; flex-direction: column; gap: 10px; min-width: 170px; }
.cu-partner-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 24px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; }
.cu-partner-cta-primary { background: var(--grad-cta); color: #fff; box-shadow: 0 8px 20px rgba(120,100,220,0.32); }
.cu-partner-cta-primary svg path { stroke: #fff; }
.cu-partner-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(120,100,220,0.44); }
.cu-partner-cta-secondary { background: transparent; color: var(--g-purple); border: 1.5px solid rgba(142,99,222,0.4); }
.cu-partner-cta-secondary:hover { background: rgba(142,99,222,0.06); border-color: var(--g-purple); }
.cu-media-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; max-width: 1000px; margin: 0 auto; width: 100%; padding: 22px 28px; background: #fff; border: 1px solid var(--border-light); border-radius: 18px; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.cu-media-card:hover { transform: translateY(-3px); border-color: rgba(142,99,222,0.4); box-shadow: var(--shadow-md); }
.cu-media-thumb { position: relative; width: 80px; height: 80px; border-radius: 16px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 20px rgba(120,100,220,0.28); }
.cu-media-play { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.96); color: var(--g-purple); box-shadow: 0 2px 8px rgba(0,0,0,0.12); transition: transform 0.25s; }
.cu-media-play svg { margin-left: 2px; }
.cu-media-card:hover .cu-media-play { transform: scale(1.08); }
.cu-media-body { min-width: 0; }
.cu-media-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.cu-media-source { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--g-purple); }
.cu-media-tag { font-family: var(--font-en); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--g-purple); background: var(--surface-soft); border: 1px solid var(--border-light); padding: 2px 8px; border-radius: 8px; }
.cu-media-title { font-size: 17px; font-weight: 700; color: var(--text-primary); line-height: 1.55; margin-bottom: 6px; }
.cu-media-title strong { color: var(--g-purple); }
.cu-media-sub { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.cu-media-cta { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; font-size: 13px; font-weight: 700; color: var(--g-purple); padding: 10px 18px; border-radius: 22px; background: var(--surface-soft); border: 1px solid var(--border-light); transition: background 0.2s, color 0.2s, transform 0.2s; }
.cu-media-card:hover .cu-media-cta { background: var(--grad-cta); color: #fff; border-color: transparent; transform: translateX(2px); }

/* CTA SECTION (APPLY) */
.cu-cta-section { padding: 96px 0; text-align: center; position: relative; overflow: hidden; background: radial-gradient(60% 70% at 15% 15%, rgba(99,142,240,0.16) 0%, transparent 60%), radial-gradient(60% 70% at 88% 85%, rgba(197,108,168,0.14) 0%, transparent 60%), linear-gradient(135deg, #EEF0FC 0%, #F4EEFA 100%); }
.cu-cta-section .container { position: relative; z-index: 1; max-width: 740px; }
.cu-cta-section h2 { font-size: 32px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.04em; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-cta-section > .container > p { font-size: 17px; color: var(--text-secondary); margin-bottom: 26px; line-height: 1.9; }
.cu-cta-flow { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 0 auto 30px; max-width: 660px; }
.cu-cta-flow-step { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--text-primary); background: var(--white); border: 1px solid var(--border-light); border-radius: 50px; padding: 9px 16px; box-shadow: var(--shadow-sm); }
.cu-cta-flow-step span { width: 20px; height: 20px; border-radius: 50%; background: var(--grad-cta); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-en); font-size: 11px; }
.cu-cta-flow-arrow { color: var(--text-muted); font-size: 14px; }
.cu-cta-features { display: flex; justify-content: center; gap: 24px; margin-bottom: 34px; flex-wrap: wrap; }
.cu-cta-feature { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--text-secondary); }
.cu-cta-feature::before { content: '✓'; width: 22px; height: 22px; border-radius: 50%; background: var(--grad-cta); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.cu-cta-note { font-size: 12px; color: var(--text-muted); margin-top: 18px; line-height: 1.85; }

/* FAQ */
.cu-faq-list { margin: 50px auto 0; max-width: 760px; }
.cu-faq-item { background: var(--white); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border-light); }
.cu-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-size: 17px; font-weight: 600; transition: background 0.2s; gap: 16px; }
.cu-faq-q:hover { background: var(--surface-soft); }
.cu-faq-q .tag { flex-shrink: 0; font-family: var(--font-en); font-size: 13px; font-weight: 700; width: 24px; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-faq-q .text { flex: 1; }
.cu-faq-q .toggle { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--surface-soft); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--g-purple); transition: transform 0.3s; }
.cu-faq-item.open .cu-faq-q .toggle { transform: rotate(45deg); background: var(--grad-cta); color: #fff; }
.cu-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 24px; font-size: 16px; color: var(--text-secondary); line-height: 1.85; }
.cu-faq-item.open .cu-faq-a { max-height: 700px; padding: 0 24px 24px; }

/* RELATED LINKS */
.cu-links-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }
.cu-link-card { display: flex; align-items: flex-start; gap: 16px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border-light); padding: 24px 26px; box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; text-align: left; }
.cu-link-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(142,99,222,0.4); }
.cu-link-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; }
.cu-link-body { min-width: 0; flex: 1; }
.cu-link-kind { font-family: var(--font-en); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: var(--g-purple); margin-bottom: 4px; }
.cu-link-card h3 { font-size: 16px; font-weight: 700; line-height: 1.5; margin-bottom: 4px; color: var(--text-primary); }
.cu-link-card h3 .ext { display: inline-block; font-size: 11px; color: var(--text-muted); margin-left: 4px; }
.cu-link-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.cu-link-arrow { flex-shrink: 0; align-self: center; color: var(--g-purple); font-size: 18px; transition: transform 0.2s; }
.cu-link-card:hover .cu-link-arrow { transform: translateX(3px); }

/* COMPANY */
.cu-company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin: 50px auto 0; max-width: 900px; }
.cu-company-profile { display: flex; gap: 16px; align-items: flex-start; }
.cu-company-profile img { width: 100px; height: 100px; border-radius: var(--radius); object-fit: cover; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.cu-company-profile > div { min-width: 0; flex: 1; }
.cu-company-heading { font-size: 17px; font-weight: 700; margin-bottom: 20px; color: var(--g-purple); }
.cu-dl { margin: 0; padding: 0; }
.cu-dl-row { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-light); }
.cu-dl-row dt { flex-shrink: 0; width: 80px; font-size: 14px; font-weight: 700; color: var(--g-purple); white-space: nowrap; }
.cu-dl-row dd { flex: 1; min-width: 0; font-size: 15px; line-height: 1.6; color: var(--text-primary); margin: 0; }

/* FOOTER (light) */
.cu-footer { background: linear-gradient(180deg, #F1F2FB 0%, #ECEDF7 100%); border-top: 1px solid var(--border-light); color: var(--text-secondary); padding: 64px 0 32px; }
.cu-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: flex-start; }
.cu-footer-logo { margin-bottom: 16px; }
.cu-logo-text-footer { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 18px; font-weight: 900; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-footer-desc { font-size: 13px; line-height: 1.7; max-width: 300px; color: var(--text-secondary); }
.cu-footer-links { display: grid; grid-template-columns: auto auto; gap: 12px 48px; }
.cu-footer-links a { font-size: 13px; transition: color 0.2s; color: var(--text-secondary); }
.cu-footer-links a:hover { color: var(--g-purple); }
.cu-footer-copy { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border-light); font-size: 12px; text-align: center; color: var(--text-muted); }

/* STICKY APPLY BAR */
.cu-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(248,249,254,0.95); backdrop-filter: blur(16px); border-top: 1px solid var(--border-light); padding: 12px 16px; display: none; z-index: 998; box-shadow: 0 -6px 24px rgba(70,84,150,0.08); }
.cu-sticky-cta-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cu-sticky-cta-text { font-size: 12px; font-weight: 700; color: var(--text-primary); line-height: 1.4; }
.cu-sticky-cta-text small { display: block; font-weight: 400; color: var(--text-muted); font-size: 11px; }
.cu-sticky-cta a { background: var(--grad-cta); color: var(--white); padding: 12px 24px; border-radius: 50px; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; }


/* MAIN CURRICULUM (condensed) */
.cu-cur-cat-summary { padding: 14px 26px 18px; font-size: 15px; color: var(--text-secondary); line-height: 1.85; text-align: left; }
.cu-cur-cat-summary strong { color: var(--g-purple); }
.cu-cur-note { max-width: 880px; margin: 16px auto 0; font-size: 13px; color: var(--text-muted); text-align: center; }

/* COHORTS (開催回) */
.cu-cohort-intro { max-width: 760px; margin: 0 auto; }
.cu-cohort-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.cu-cohort-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 30px 26px 26px; display: flex; flex-direction: column; text-align: left; transition: transform 0.2s, box-shadow 0.2s; }
.cu-cohort-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cu-cohort-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--grad-cta); }
.cu-cohort-card.is-soon { opacity: 0.92; }
.cu-cohort-card.is-soon::before { background: linear-gradient(135deg,#A8AECB,#C7BEDD); }
.cu-cohort-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.cu-cohort-term { font-family: var(--font-en); font-size: 22px; font-weight: 700; line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-cohort-term b { font-family: var(--font-jp); font-size: 14px; display: block; color: var(--text-secondary); -webkit-text-fill-color: var(--text-secondary); font-weight: 700; margin-top: 4px; }
.cu-cohort-status { flex-shrink: 0; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 50px; }
.cu-cohort-status.open { background: var(--grad-cta); color: #fff; }
.cu-cohort-status.soon { background: var(--surface-soft); color: var(--text-secondary); border: 1px solid var(--border-light); }
.cu-cohort-rows { display: flex; flex-direction: column; margin-bottom: 22px; }
.cu-cohort-row { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px dashed var(--border-light); }
.cu-cohort-row:first-child { padding-top: 0; }
.cu-cohort-row:last-child { border-bottom: none; }
.cu-cohort-row .ic { flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px; background: var(--surface-soft); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.cu-cohort-row .meta { min-width: 0; }
.cu-cohort-row .lb { font-size: 11px; font-weight: 700; color: var(--g-purple); letter-spacing: 0.02em; margin-bottom: 1px; }
.cu-cohort-row .vl { font-size: 14px; color: var(--text-primary); line-height: 1.5; font-weight: 700; font-family: var(--font-en); }
.cu-cohort-row .vl small { display: block; font-weight: 500; font-size: 12px; color: var(--text-secondary); }
.cu-cohort-btn { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--grad-cta); color: #fff; padding: 14px 20px; border-radius: 50px; font-size: 14px; font-weight: 700; box-shadow: 0 8px 20px rgba(120,100,220,0.28); transition: transform 0.2s, box-shadow 0.2s; }
.cu-cohort-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(120,100,220,0.4); }
.cu-cohort-card.is-soon .cu-cohort-btn { background: var(--surface-soft); color: var(--text-muted); box-shadow: none; cursor: default; pointer-events: none; }
.cu-cohort-note { max-width: 880px; margin: 24px auto 0; font-size: 13px; color: var(--text-secondary); line-height: 1.85; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 16px 22px; text-align: left; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .cu-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .cu-hero-content { text-align: center; }
  .cu-hero h1 { font-size: 40px; }
  .cu-hero-sub { margin-left: auto; margin-right: auto; }
  .cu-hero-badges { justify-content: center; }
  .cu-hero-media { max-width: 420px; width: 100%; margin: 0 auto; }
  .cu-hero-float { left: 0; }
}
@media (max-width: 768px) {
  :root { --section-py: 66px; }
  .cu-header-nav { display: none; }
  .cu-hamburger { display: flex; }
  .cu-hero { padding: 130px 0 70px; }
  .cu-hero h1 { font-size: 31px; line-height: 1.5; letter-spacing: 0.02em; }
  .cu-hero-sub { font-size: 15px; }
  .cu-hero-photo { aspect-ratio: 4 / 3; }
  .cu-hero-float { left: 12px; bottom: 12px; padding: 10px 14px; }
  .cu-hero-badges { gap: 8px; }
  .cu-hero-badge { font-size: 11px; padding: 8px 13px; }
  .cu-hero-badge .badge-icon { width: 22px; height: 22px; font-size: 12px; }
  .cu-section-title { font-size: 26px; }
  .cu-pain-grid, .cu-features-grid, .cu-program-grid, .cu-target-grid, .cu-voice-list, .cu-links-grid, .cu-cohort-grid { grid-template-columns: 1fr; }
  .cu-format { grid-template-columns: 1fr; }
  .cu-format-plus { padding: 4px 0; }
  .cu-profile-grid { grid-template-columns: 1fr; text-align: center; }
  .cu-profile-img { margin: 0 auto; width: 220px; height: 260px; }
  .cu-profile-list, .cu-profile-quote { text-align: left; }
  .cu-company-grid { grid-template-columns: 1fr; gap: 32px; }
  .cu-company-profile { flex-direction: column; align-items: center; }
  .cu-footer-inner { grid-template-columns: 1fr; }
  .cu-cur-cat-head { flex-wrap: wrap; gap: 12px; }
  .cu-cur-topic { flex-wrap: wrap; gap: 8px; }
  .cu-cur-live { flex-direction: column; gap: 14px; }
  .cu-step { gap: 16px; padding: 22px 20px; }
  .cu-step-num { width: 48px; height: 48px; }
  .cu-step-num b { font-size: 18px; }
  .cu-cta-section { padding: 60px 0; }
  .cu-cta-section h2 { font-size: 24px; }
  .cu-cta-features { gap: 14px; }
  .cu-cta-flow-step { font-size: 12px; padding: 8px 12px; }
  .cu-btn-large { font-size: 15px; padding: 17px 38px; }
  .cu-sticky-cta { display: block; }
  body { padding-bottom: 72px; }
  .container { padding: 0 16px; }
  .cu-partner { padding: 60px 0; }
  .cu-partner .container { gap: 18px; }
  .cu-partner-inner { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; text-align: center; }
  .cu-partner-logo { max-width: 220px; margin: 0 auto; flex-direction: row; justify-content: center; gap: 14px; padding: 16px 14px; }
  .cu-partner-logo img { max-width: 90px; }
  .cu-partner-eyebrow { justify-content: center; }
  .cu-partner-title { font-size: 19px; line-height: 1.55; }
  .cu-partner-sub { font-size: 14px; }
  .cu-partner-ctas { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .cu-partner-cta { flex: 1; min-width: 140px; padding: 11px 16px; }
  .cu-media-card { grid-template-columns: auto 1fr; gap: 16px; padding: 20px; align-items: flex-start; }
  .cu-media-thumb { width: 56px; height: 56px; border-radius: 12px; }
  .cu-media-play { width: 32px; height: 32px; }
  .cu-media-play svg { width: 16px; height: 16px; }
  .cu-media-title { font-size: 15px; }
  .cu-media-cta { grid-column: 1 / -1; justify-content: center; }
}


/* ========================================
   COCOON 干渉対策
======================================== */
.coconova-careerup-page #content,
.coconova-careerup-page .content,
.coconova-careerup-page .content-in,
.coconova-careerup-page .wrap {
  margin: 0 !important; padding: 0 !important; max-width: none !important; width: 100% !important;
}
.coconova-careerup-page #main,
.coconova-careerup-page .main { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.coconova-careerup-page {
  overflow-x: hidden;
  background: var(--bg);
  background-image:
    radial-gradient(60% 50% at 12% 0%, rgba(99,142,240,0.10) 0%, transparent 60%),
    radial-gradient(55% 45% at 92% 8%, rgba(197,108,168,0.08) 0%, transparent 60%);
  background-attachment: fixed;
}
/* 明るいフッターのリンク色（Cocoon干渉対策） */
.coconova-careerup-page .cu-footer-links a { color: var(--text-secondary) !important; }
.coconova-careerup-page .cu-footer-links a:hover { color: var(--g-purple) !important; }
.coconova-careerup-page .cu-footer-desc { color: var(--text-secondary) !important; }
.coconova-careerup-page .cu-footer-copy { color: var(--text-muted) !important; }
@media (max-width: 768px) {
  .coconova-careerup-page #content,
  .coconova-careerup-page .content,
  .coconova-careerup-page .content-in,
  .coconova-careerup-page .wrap { padding: 0 !important; margin: 0 !important; }
}
