/* =========================================================
   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-head::after { content: ''; flex-shrink: 0; width: 40px; }
.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; }
}


/* ========================================
   PROGRAM: LMS風カタログ（研修内容ピックアップ）
======================================== */
.cu-lms-list { max-width: 920px; margin: 50px auto 0; display: flex; flex-direction: column; gap: 18px; }
.cu-lms-card { display: grid; grid-template-columns: 264px 1fr; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; text-align: left; }
.cu-lms-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cu-lms-card:hover .cu-lms-play { transform: scale(1.08); }
.cu-lms-thumb { position: relative; aspect-ratio: 16 / 10; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 20px 22px; overflow: hidden; color: #fff; }
/* ==== 研修ピックアップ: サムネイルに写真を敷く + 文字の視認性確保 ==== */
.cu-lms-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cu-lms-thumb.has-photo::after {
  background:
    linear-gradient(95deg, rgba(12,16,34,0.74) 0%, rgba(12,16,34,0.42) 42%, rgba(12,16,34,0.14) 100%),
    linear-gradient(180deg, rgba(12,16,34,0.00) 38%, rgba(12,16,34,0.50) 100%);
}
.cu-lms-thumb.has-photo .cu-lms-eyebrow { background: rgba(0,0,0,0.34); }
.cu-lms-thumb.has-photo .cu-lms-keyword { text-shadow: 0 2px 12px rgba(0,0,0,0.60), 0 0 2px rgba(0,0,0,0.4); }
.cu-lms-thumb.has-photo .cu-lms-sub { text-shadow: 0 1px 8px rgba(0,0,0,0.55); }
.cu-lms-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,14,30,0.05) 0%, rgba(10,14,30,0.28) 100%); z-index: 0; }
.cu-lms-eyebrow { position: relative; z-index: 1; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; opacity: 0.95; margin-bottom: 6px; background: rgba(255,255,255,0.18); padding: 3px 10px; border-radius: 50px; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.cu-lms-keyword { position: relative; z-index: 1; font-size: 34px; font-weight: 900; letter-spacing: 0.04em; line-height: 1.15; text-shadow: 0 2px 12px rgba(0,0,0,0.22); }
.cu-lms-sub { position: relative; z-index: 1; font-size: 12px; font-weight: 700; margin-top: 6px; opacity: 0.95; }
.cu-lms-play { position: absolute; z-index: 2; right: 14px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--g-purple); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,0.18); transition: transform 0.25s; }
.cu-lms-play svg { margin-left: 3px; }
.cu-hue1 { background: linear-gradient(135deg, #4F84F0, #7B6BE6); }
.cu-hue2 { background: linear-gradient(135deg, #6E7BEA, #9B63DA); }
.cu-hue3 { background: linear-gradient(135deg, #8E63DE, #B466C6); }
.cu-hue4 { background: linear-gradient(135deg, #5A8CF0, #8268DE); }
.cu-hue5 { background: linear-gradient(135deg, #C56CA8, #8E63DE); }
.cu-hue6 { background: linear-gradient(135deg, #4F84F0, #5FB0E6); }
.cu-hue7 { background: linear-gradient(135deg, #7E6BE6, #C56CA8); }
.cu-hue8 { background: linear-gradient(135deg, #6E9BF3, #A988E6); }
.cu-lms-body { padding: 22px 26px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.cu-lms-item { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--g-purple); background: var(--surface-soft); border: 1px solid var(--border-light); padding: 4px 13px; border-radius: 50px; margin-bottom: 11px; }
.cu-lms-item::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-cta); display: inline-block; }
.cu-lms-card h3 { font-size: 19px; font-weight: 700; line-height: 1.55; margin-bottom: 9px; color: var(--text-primary); }
.cu-lms-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; }
.cu-axis { max-width: 920px; margin: 26px auto 0; display: flex; gap: 18px; align-items: flex-start; background: linear-gradient(135deg, #EEF0FC 0%, #F3EEFA 100%); border: 1.5px solid rgba(142,99,222,0.3); border-radius: var(--radius-lg); padding: 24px 28px; box-shadow: var(--shadow-sm); text-align: left; }
.cu-axis-ic { flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; background: var(--grad-cta); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 8px 20px rgba(120,100,220,0.28); }
.cu-axis h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.cu-axis p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; }
.cu-axis strong { color: var(--g-purple); }
@media (max-width: 768px) {
  .cu-lms-card { grid-template-columns: 1fr; }
  .cu-lms-thumb { aspect-ratio: 16 / 7; }
  .cu-lms-keyword { font-size: 30px; }
  .cu-axis { flex-direction: column; gap: 14px; padding: 22px; }
}


/* ========================================
   追記: SP左右パディング（テーマ干渉対策）＆ 見出しの孤立文字対策
======================================== */
.coconova-careerup-page .container { padding-left: 24px; padding-right: 24px; }
@media (max-width: 768px) {
  .coconova-careerup-page .container { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (max-width: 480px) {
  .coconova-careerup-page .container { padding-left: 18px !important; padding-right: 18px !important; }
}
.cu-hero h1, .cu-section-title, .cu-cta-section h2, .cu-partner-title { text-wrap: balance; }
.cu-hero-sub, .cu-about-text, .cu-section-desc { text-wrap: pretty; }
.cu-hero h1 .cu-nw { display: inline-block; }
@media (max-width: 480px) {
  .cu-hero h1 { font-size: 27px; line-height: 1.5; }
}


/* ========================================
   REFERENCE VIDEOS（研修内容のイメージ用・参考動画）
   クリックで初めてYouTubeを読み込むファサード方式
======================================== */
.cu-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.cu-video-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; text-align: left; transition: transform 0.2s, box-shadow 0.2s; }
.cu-video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cu-video-media { position: relative; aspect-ratio: 16 / 9; background: #0D1020; overflow: hidden; }
.cu-video-frame { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; display: block; -webkit-appearance: none; appearance: none; }
.cu-video-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.cu-video-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,14,30,0.00) 45%, rgba(10,14,30,0.52) 100%); }
.cu-video-card:hover .cu-video-frame img { transform: scale(1.04); }
.cu-video-frame:focus-visible { outline: 3px solid var(--g-purple); outline-offset: -3px; }
.cu-video-play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.95); color: var(--g-purple); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.28); transition: transform 0.25s, background 0.25s; }
.cu-video-play svg { margin-left: 3px; }
.cu-video-card:hover .cu-video-play { transform: translate(-50%, -50%) scale(1.1); background: #fff; }
.cu-video-dur { position: absolute; z-index: 2; right: 10px; bottom: 10px; font-family: var(--font-en); font-size: 12px; font-weight: 700; color: #fff; background: rgba(20,24,44,0.82); padding: 3px 9px; border-radius: 6px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cu-video-ref { position: absolute; z-index: 2; left: 10px; top: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: #fff; background: rgba(20,24,44,0.72); border: 1px solid rgba(255,255,255,0.28); padding: 3px 10px; border-radius: 50px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cu-video-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.cu-video-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.cu-video-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--g-purple); background: var(--surface-soft); border: 1px solid var(--border-light); padding: 4px 13px; border-radius: 50px; margin-bottom: 12px; }
.cu-video-tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-cta); display: inline-block; }
.cu-video-card h3 { font-size: 17px; font-weight: 700; line-height: 1.55; color: var(--text-primary); margin-bottom: 10px; }
.cu-video-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.85; }
.cu-video-link { display: inline-flex; align-self: flex-start; align-items: center; gap: 7px; margin-top: 16px; font-size: 13px; font-weight: 700; color: var(--g-purple); background: var(--surface-soft); border: 1px solid var(--border-light); padding: 9px 18px; border-radius: 22px; transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s; }
.cu-video-link:hover { background: var(--grad-cta); color: #fff; border-color: transparent; transform: translateX(2px); }

/* 注記カード（参考動画である旨） */
.cu-video-notice { max-width: 860px; margin: 34px auto 0; display: flex; gap: 18px; align-items: flex-start; text-align: left; background: rgba(255,255,255,0.82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1.5px solid rgba(142,99,222,0.30); border-radius: var(--radius-lg); padding: 22px 26px; box-shadow: var(--shadow-sm); }
.cu-video-notice-ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 13px; background: var(--grad-cta); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 8px 20px rgba(120,100,220,0.26); }
.cu-video-notice-body { min-width: 0; }
.cu-video-notice h4 { font-size: 16px; font-weight: 700; color: var(--text-primary); line-height: 1.55; margin-bottom: 7px; }
.cu-video-notice p { font-size: 14px; color: var(--text-secondary); line-height: 1.85; }
.cu-video-notice strong { color: var(--g-purple); font-weight: 700; }

/* 本編（eラーニング）への接続 */
.cu-video-after { max-width: 860px; margin: 34px auto 0; text-align: center; }
.cu-video-after-lead { font-size: 19px; font-weight: 700; line-height: 1.6; color: var(--text-primary); margin-bottom: 12px; }
.cu-video-after-lead strong { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cu-video-after-note { font-size: 14px; color: var(--text-secondary); line-height: 1.85; text-align: left; background: rgba(255,255,255,0.72); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 16px 22px; margin-bottom: 26px; }
.cu-video-after-note strong { color: var(--text-primary); font-weight: 700; }
.cu-sp-br { display: none; }

@media (max-width: 980px) { .cu-video-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 768px) {
  .cu-video-grid { grid-template-columns: 1fr; gap: 20px; }
  .cu-video-body { padding: 20px; }
  .cu-video-play { width: 48px; height: 48px; }
  .cu-video-play svg { width: 18px; height: 18px; }
  .cu-video-card h3 { font-size: 16px; }
  .cu-video-notice { flex-direction: column; gap: 12px; padding: 20px; margin-top: 26px; }
  .cu-video-notice h4 { font-size: 15px; }
  .cu-video-after-lead { font-size: 17px; }
  .cu-video-after-note { padding: 14px 18px; font-size: 13px; }
  .cu-sp-br { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .cu-video-card, .cu-video-frame img, .cu-video-play { transition: none; }
  .cu-video-card:hover, .cu-video-card:hover .cu-video-frame img { transform: none; }
}

/* =========================================================
   CONTACT — 問い合わせ導線（LINE / Contact Form 7）
   2026-08-15 追加
   クラスプレフィックス: cu-ct-（contact）
   ※ LINEブランドカラーはこのブロック内でのみ使用
========================================================= */
:root { --line-green: #06C755; --line-green-dark: #05A948; }

.cu-ct-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; max-width: 940px; margin: 52px auto 0; align-items: start; }
.cu-ct-card { position: relative; background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 36px 32px; overflow: hidden; }
.cu-ct-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; }
.cu-ct-card.is-line::before { background: linear-gradient(90deg, #06C755 0%, #3ED67F 100%); }
.cu-ct-card.is-mail::before { background: var(--grad-cta); }

.cu-ct-head { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; text-align: left; }
.cu-ct-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 15px; display: flex; align-items: center; justify-content: center; }
.cu-ct-icon.is-line { background: var(--line-green); box-shadow: 0 8px 20px rgba(6,199,85,.28); }
.cu-ct-icon.is-mail { background: var(--grad-cta); box-shadow: 0 8px 20px rgba(120,100,220,.28); }
.cu-ct-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 4px 12px; border-radius: 50px; margin-bottom: 10px; }
.cu-ct-tag.is-line { color: var(--line-green-dark); background: rgba(6,199,85,.10); border: 1px solid rgba(6,199,85,.25); }
.cu-ct-tag.is-mail { color: var(--g-purple); background: var(--lavender-bg); border: 1px solid var(--border-light); }
.cu-ct-card h3 { font-size: 21px; font-weight: 800; line-height: 1.45; }
.cu-ct-lead { font-size: 14.5px; color: var(--text-secondary); line-height: 1.9; margin: 12px 0 0; text-align: left; }

.cu-ct-ex { margin: 20px 0 0; padding: 16px 18px; background: var(--surface-soft); border: 1px solid var(--border-light); border-radius: 14px; text-align: left; }
.cu-ct-ex-ttl { font-size: 12px; font-weight: 700; color: var(--text-muted); letter-spacing: .04em; margin-bottom: 9px; }
.cu-ct-ex li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.75; color: var(--text-primary); margin-bottom: 6px; }
.cu-ct-ex li:last-child { margin-bottom: 0; }
.cu-ct-ex li::before { content: ''; position: absolute; left: 5px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--line-green); }
.cu-ct-ex.is-purple li::before { background: var(--g-purple); }

.cu-ct-line-btn { display: flex; align-items: center; justify-content: center; gap: 11px; width: 100%; margin-top: 22px; padding: 17px 24px; border-radius: 50px; background: var(--line-green); color: #fff; font-size: 16.5px; font-weight: 700; letter-spacing: .03em; box-shadow: 0 12px 28px rgba(6,199,85,.32); transition: transform .2s, box-shadow .2s, background .2s; }
.cu-ct-line-btn:hover { background: var(--line-green-dark); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(6,199,85,.42); color: #fff; }
.cu-ct-line-btn .arrow { font-size: 18px; transition: transform .2s; }
.cu-ct-line-btn:hover .arrow { transform: translateX(4px); }

.cu-ct-qr { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 16px; background: var(--surface-soft); border: 1px dashed var(--border-light); border-radius: 16px; text-align: left; }
.cu-ct-qr img { width: 96px; height: 96px; flex: 0 0 96px; border-radius: 10px; background: #fff; }
.cu-ct-qr-txt { font-size: 13px; color: var(--text-secondary); line-height: 1.75; }
.cu-ct-qr-txt b { display: block; color: var(--text-primary); font-size: 14px; font-weight: 700; margin-bottom: 3px; }

.cu-ct-note { margin-top: 18px; font-size: 12.5px; color: var(--text-muted); line-height: 1.85; text-align: left; }
.cu-ct-note .warn { color: var(--osaka-accent); font-weight: 700; }
.cu-ct-hours { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 12.5px; font-weight: 600; color: var(--text-secondary); background: var(--surface-soft); border: 1px solid var(--border-light); padding: 7px 14px; border-radius: 50px; }
.cu-ct-hours::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--line-green); }

.cu-ct-mail-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 22px; padding: 15px 24px; border-radius: 50px; cursor: pointer; background: #fff; color: var(--g-purple); border: 1.5px solid rgba(142,99,222,.35); font-family: var(--font-jp); font-size: 15.5px; font-weight: 700; transition: .2s; }
.cu-ct-mail-btn:hover { background: var(--lavender-bg); border-color: var(--g-purple); }
.cu-ct-mail-btn .chev { transition: transform .3s; font-size: 13px; }
.cu-ct-mail-btn.open .chev { transform: rotate(180deg); }

/* --- インライン展開するフォーム枠 --- */
.cu-ct-form-wrap { max-width: 940px; margin: 0 auto; overflow: hidden; max-height: 0; transition: max-height .45s ease; }
.cu-ct-form-wrap.open { max-height: 2400px; }
.cu-ct-form { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 36px 32px; margin-top: 24px; text-align: left; }
.cu-ct-form h3 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.cu-ct-form-desc { font-size: 14px; color: var(--text-secondary); margin-bottom: 24px; line-height: 1.85; }
.cu-ct-form-desc a { color: var(--g-purple); text-decoration: underline; font-weight: 700; }

.cu-ct-f { margin-bottom: 18px; }
.cu-ct-lb { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.cu-ct-req { font-size: 10px; font-weight: 700; color: #fff; background: var(--osaka-accent); padding: 2px 8px; border-radius: 5px; }
.cu-ct-opt { font-size: 10px; font-weight: 700; color: var(--text-muted); background: var(--surface-soft); padding: 2px 8px; border-radius: 5px; }
.cu-ct-row { display: flex; gap: 14px; }
.cu-ct-row > * { flex: 1; }
.cu-ct-help { font-size: 12px; color: var(--text-muted); margin-top: 6px; line-height: 1.7; }
.cu-ct-privacy-note { margin-top: 16px; text-align: center; font-size: 12.5px; color: var(--text-muted); line-height: 1.8; }

.cu-ct-faq-link { max-width: 940px; margin: 26px auto 0; text-align: center; font-size: 14px; color: var(--text-secondary); }
.cu-ct-faq-link a { color: var(--g-purple); font-weight: 700; text-decoration: underline; }

/* --- Contact Form 7 の出力をLPのデザインに合わせる --- */
.cu-ct-form .wpcf7-form p { margin: 0; }
.cu-ct-form .wpcf7-form-control-wrap { display: block; }
.cu-ct-form input[type="text"],
.cu-ct-form input[type="email"],
.cu-ct-form input[type="tel"],
.cu-ct-form select,
.cu-ct-form textarea {
  width: 100%; font-family: var(--font-jp); font-size: 15px; color: var(--text-primary);
  background: var(--surface-soft); border: 1.5px solid var(--border-light);
  border-radius: 12px; padding: 12px 14px; outline: none; transition: .15s;
}
.cu-ct-form input[type="text"]:focus,
.cu-ct-form input[type="email"]:focus,
.cu-ct-form input[type="tel"]:focus,
.cu-ct-form select:focus,
.cu-ct-form textarea:focus { border-color: var(--g-purple); background: #fff; box-shadow: 0 0 0 4px rgba(142,99,222,.10); }
.cu-ct-form input::placeholder, .cu-ct-form textarea::placeholder { color: var(--text-muted); font-size: 13px; opacity: 1; }
.cu-ct-form textarea { min-height: 130px; resize: vertical; }
.cu-ct-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238E63DE' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.cu-ct-form .cu-ct-agree { display: block; background: var(--surface-soft); border: 1.5px solid var(--border-light); border-radius: 12px; padding: 13px 15px; transition: .15s; }
.cu-ct-form .cu-ct-agree .wpcf7-list-item { margin: 0; }
.cu-ct-form .cu-ct-agree label { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; line-height: 1.65; cursor: pointer; }
.cu-ct-form .cu-ct-agree input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--g-purple); }
.cu-ct-form .cu-ct-agree a { color: var(--g-purple); text-decoration: underline; }

.cu-ct-form .wpcf7-submit {
  display: block; margin: 24px auto 0; font-family: var(--font-jp);
  background: var(--grad-cta); color: #fff; border: none; border-radius: 50px;
  padding: 16px 52px; font-size: 16px; font-weight: 700; cursor: pointer;
  box-shadow: 0 12px 30px rgba(120,100,220,.30); transition: .2s;
}
.cu-ct-form .wpcf7-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(120,100,220,.42); }
.cu-ct-form .wpcf7-spinner { display: block; margin: 12px auto 0; }
.cu-ct-form .wpcf7-not-valid-tip { color: var(--osaka-accent); font-size: 12.5px; font-weight: 600; margin-top: 6px; }
.cu-ct-form .wpcf7-not-valid { border-color: var(--osaka-accent) !important; background: #fff5f6 !important; }
.cu-ct-form .wpcf7-response-output {
  margin: 22px 0 0 !important; padding: 14px 18px !important; border-radius: 14px !important;
  border: 1.5px solid var(--border-light) !important; font-size: 14px; font-weight: 600; line-height: 1.8;
}
.cu-ct-form form.invalid .wpcf7-response-output,
.cu-ct-form form.unaccepted .wpcf7-response-output { border-color: rgba(214,55,82,.35) !important; background: #fff5f6; color: #a52a3d; }
.cu-ct-form form.sent .wpcf7-response-output { border-color: rgba(6,199,85,.35) !important; background: rgba(6,199,85,.07); color: #05803a; }

/* --- サブ導線：満席・日程調整中カード内のLINEリンク --- */
.cu-cohort-line { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 10px; padding: 12px 16px; border-radius: 50px; background: rgba(6,199,85,.08); border: 1.5px solid rgba(6,199,85,.30); color: var(--line-green-dark); font-size: 13.5px; font-weight: 700; line-height: 1.5; transition: .2s; }
.cu-cohort-line:hover { background: var(--line-green); color: #fff; border-color: var(--line-green); }

/* --- サブ導線：受講料セクション下の1行リンク --- */
.cu-pricing-ask { margin: 22px auto 0; font-size: 14px; color: var(--text-secondary); }
.cu-pricing-ask a { color: var(--g-purple); font-weight: 700; text-decoration: underline; }

/* --- レスポンシブ --- */
@media (max-width: 900px) {
  .cu-ct-grid { grid-template-columns: 1fr; max-width: 560px; gap: 20px; }
}
@media (max-width: 767px) {
  .cu-ct-qr { display: none; }  /* 自分の端末のQRは読み取れないため非表示 */
}
@media (max-width: 640px) {
  .cu-ct-card, .cu-ct-form { padding: 28px 20px; }
  .cu-ct-row { flex-direction: column; gap: 18px; }
  .cu-ct-card h3 { font-size: 19px; }
  .cu-ct-line-btn { font-size: 15px; padding: 16px 14px; gap: 8px; letter-spacing: 0; }
  .cu-ct-mail-btn { font-size: 14.5px; padding: 15px 14px; }
  .cu-ct-pc-only { display: none; }
}

/* --- 修正 2026-08-16：質問例リストのマーカー二重表示 ------------------
   Cocoon（親テーマ）側の list-style が careerup.css の
   `ul, ol { list-style: none; }`（要素セレクタ・詳細度0,0,1）に勝ち、
   ブラウザ標準の「・」と自前の ::before の丸が二重に出ていたため、
   .cu-ct-ex 配下だけ確実に打ち消す。
   ※ ::before は自前の丸なのでリセット対象に含めないこと。 */
.cu-ct-ex ul,
.cu-ct-ex ol {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cu-ct-ex ul > li,
.cu-ct-ex ol > li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  background: none !important;
  border: 0 !important;
  text-indent: 0 !important;
}
.cu-ct-ex ul > li::marker,
.cu-ct-ex ol > li::marker { content: none; color: transparent; font-size: 0; }
.cu-ct-ex ul > li::after { content: none !important; }

/* =========================================================
   CONTACT サブ導線（2026-08-16 追加）
   ①参加対象直下 ②申込CTA内 ③FAQ末尾 ④フッター ⑤SP固定バー
========================================================= */

/* --- ① 参加対象セクション直下の確認ボックス --- */
.cu-ask-box {
  max-width: 700px; margin: 20px auto 0; padding: 24px 26px; text-align: left;
  background: linear-gradient(135deg, rgba(6,199,85,.05), rgba(110,155,243,.06));
  border: 1.5px solid rgba(6,199,85,.22); border-radius: var(--radius);
}
.cu-ask-lead { font-size: 16px; font-weight: 800; color: var(--text-primary); margin-bottom: 8px; line-height: 1.6; }
.cu-ask-body { font-size: 14.5px; color: var(--text-secondary); line-height: 1.85; margin-bottom: 18px; }
.cu-ask-body strong { color: var(--text-primary); font-weight: 700; }
.cu-ask-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.cu-ask-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  flex: 1 1 200px; padding: 13px 20px; border-radius: 50px;
  font-size: 14.5px; font-weight: 700; line-height: 1.4; transition: .2s;
}
.cu-ask-btn.is-line { background: var(--line-green); color: #fff; box-shadow: 0 8px 20px rgba(6,199,85,.28); }
.cu-ask-btn.is-line:hover { background: var(--line-green-dark); color: #fff; transform: translateY(-2px); }
.cu-ask-btn.is-mail { background: #fff; color: var(--g-purple); border: 1.5px solid rgba(142,99,222,.35); }
.cu-ask-btn.is-mail:hover { background: var(--lavender-bg); border-color: var(--g-purple); }
@media (max-width: 560px) {
  .cu-ask-box { padding: 20px 18px; }
  .cu-ask-btns { flex-direction: column; }
  .cu-ask-btn { flex: 1 1 auto; }
}

/* --- ② 申込CTAセクション内（申込ボタンより必ず弱く） --- */
.cu-cta-ask { margin: 18px auto 0; font-size: 14px; color: var(--text-secondary); }
.cu-cta-ask a { color: var(--g-purple); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cu-cta-ask a:hover { opacity: .75; }

/* --- ③ FAQ末尾 --- */
.cu-faq-ask { max-width: 760px; margin: 24px auto 0; text-align: center; font-size: 14.5px; color: var(--text-secondary); line-height: 1.8; }
.cu-faq-ask a { color: var(--g-purple); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* --- ⑤ SP固定バー：LINEは円形アイコンにして申込ボタンの幅を奪わない --- */
.cu-sticky-cta a.cu-sticky-line {
  background: #fff; color: var(--line-green-dark);
  border: 1.5px solid rgba(6,199,85,.45);
  width: 44px; height: 44px; flex: 0 0 44px; padding: 0;
  border-radius: 50%; justify-content: center; gap: 0;
}
.cu-sticky-cta a.cu-sticky-line:hover { background: var(--line-green); color: #fff; border-color: var(--line-green); }
@media (max-width: 380px) {
  .cu-sticky-cta-text { font-size: 11px; }
  .cu-sticky-cta-text small { font-size: 10px; }
  .cu-sticky-cta-inner { gap: 8px; }
  .cu-sticky-cta a.cu-sticky-apply { padding: 12px 16px; font-size: 12.5px; }
  .cu-sticky-cta a.cu-sticky-line { width: 40px; height: 40px; flex: 0 0 40px; }
}

/* =========================================================
   CONTACT 強調＋間口拡大（2026-08-16 更新）
========================================================= */

/* --- ask-box：コンパクト版（受講の流れ／受講料の下で使用） --- */
.cu-ask-box.is-compact { max-width: 640px; padding: 18px 22px; margin-top: 32px; text-align: center; }
.cu-ask-box.is-compact .cu-ask-lead { font-size: 15px; margin-bottom: 12px; }
.cu-ask-box.is-compact .cu-ask-btn { padding: 11px 18px; font-size: 14px; }
@media (max-width: 560px) { .cu-ask-box.is-compact { padding: 16px 16px; } }

/* --- 質問例：カテゴリ表記に対応 --- */
.cu-ct-ex li b { display: inline-block; min-width: 7.5em; color: var(--text-primary); font-weight: 800; }
@media (max-width: 400px) { .cu-ct-ex li b { display: block; min-width: 0; margin-bottom: 1px; } }

/* --- CONTACT セクション本体の強調 --- */
.cu-ct-section { position: relative; }
.cu-ct-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--grad-cta); opacity: .9;
}
.cu-ct-title { font-size: 38px; }
.cu-ct-section .cu-section-desc strong { color: var(--text-primary); font-weight: 700; }
.cu-ct-section .cu-ct-card { box-shadow: var(--shadow-lg); }
.cu-ct-sp-br { display: none; }
@media (max-width: 640px) {
  .cu-ct-title { font-size: 27px; line-height: 1.45; }
  .cu-ct-sp-br { display: block; }
}

/* --- SP固定バー：テキストを廃し、LINE＋申込の2ボタン構成へ --- */
.cu-sticky-cta-inner { justify-content: stretch; }
.cu-sticky-cta a.cu-sticky-line {
  background: #fff; color: var(--line-green-dark);
  border: 1.5px solid var(--line-green);
  flex: 1 1 0; width: auto; height: auto; border-radius: 50px;
  padding: 13px 10px; gap: 7px; font-size: 14px; font-weight: 700; justify-content: center;
}
.cu-sticky-cta a.cu-sticky-line:hover { background: var(--line-green); color: #fff; }
.cu-sticky-cta a.cu-sticky-apply {
  flex: 1.5 1 0; justify-content: center; padding: 13px 10px; font-size: 14.5px;
}
@media (max-width: 360px) {
  .cu-sticky-cta a.cu-sticky-line { font-size: 13px; gap: 5px; }
  .cu-sticky-cta a.cu-sticky-apply { font-size: 13.5px; }
}
