/* =============================================
   ゼロアカ LP スタイルシート
   lpcca1 — PulseAI構成リプロット版
   作成日：2026-05-09
   作成：Claude Code（The Maind Hacker）
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=M+PLUS+Rounded+1c:wght@500;700;800;900&display=swap');


/* =============================================
   WordPressテーマ干渉リセット（最優先）
   ============================================= */

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#main_contents, #main_col, #contents, #main, #dp-main, #primary,
.post_content, .entry-content, .site-content, #content, .content-area,
main, .entry, .post-content, .page-content, article, .hentry,
.wp-block-post-content, .l-main, .l-contents, .l-container,
#l-main, .c-page-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.container, .container-fluid, .container-sm, .container-md,
.container-lg, .container-xl, .site-inner, .content-wrapper,
.wp-container-content, .alignwide, .alignfull, .is-layout-constrained,
.wp-block-group, .wp-block-group__inner-container,
[class*="wp-container-"], .page-wrapper, .content-inner,
.inner-container, .row {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header, .site-header, .header-area, #site-header, #masthead,
.wp-site-blocks > header, .elementor-location-header, .main-navigation,
.nav-menu, #main-navigation, nav, .navbar, .header-navigation,
.wp-block-navigation, footer.site-footer, .site-footer, #colophon,
.elementor-location-footer {
  display: none !important;
}

.lp-root {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.lp-root p:empty { display: none !important; }


/* =============================================
   基本設計変数 & リセット
   ============================================= */
.lp-root,
.lp-root *, .lp-root *::before, .lp-root *::after {
  box-sizing: border-box;
}

.lp-root {
  --green-deep: #1E6B2F;
  --green-main: #2E7D32;
  --green-light: #4CAF50;
  --green-bg: #E8F5E9;
  --green-bg-soft: #F1F8E9;
  --orange: #F2994A;
  --orange-deep: #E67E22;
  --yellow-bright: #FFD93D;
  --yellow-deep: #F9A825;
  --base: #FBFCFE;
  --base-alt: #F4F7FB;
  --base-dark: #2D3748;
  --main: #4A90C2;
  --main-light: #E8F1F9;
  --main-soft: #B8D4E8;
  --main-deep: #3A7BA8;
  --accent: #F2994A;
  --accent-hover: #E88938;
  --accent-soft: #FFF2E5;
  --accent-glow: rgba(242, 153, 74, 0.25);
  --cta: #2FBF71;
  --cta-hover: #26A862;
  --cta-glow: rgba(47, 191, 113, 0.3);
  --warning: #E76F51;
  --gold: #D9B45B;
  --text-main: #2D3748;
  --text-sub: #5A6878;
  --text-muted: #8A95A5;
  --border-soft: #DCE6F0;
  --font-heading: 'M PLUS Rounded 1c', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-body: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  --section-gap: 80px;
  --radius: 14px;
  --radius-btn: 10px;

  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-main);
  background-color: var(--base);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 500;
}

.lp-root p, .lp-root h1, .lp-root h2, .lp-root h3,
.lp-root h4, .lp-root h5, .lp-root ul, .lp-root ol, .lp-root li {
  margin: 0;
  padding: 0;
}

.lp-root h1, .lp-root h2, .lp-root h3, .lp-root h4, .lp-root h5 {
  font-family: var(--font-heading);
  font-weight: 800;
}

.lp-root img {
  max-width: 100%;
  height: auto;
  display: block;
}

html { scroll-behavior: smooth; }


/* =============================================
   セクション背景ラッパー
   ============================================= */
.lp-section-wrap { width: 100%; }
.lp-bg-base  { background: var(--base); }
.lp-bg-white { background: #fff; }
.lp-bg-alt   { background: var(--base-alt); }
.lp-bg-main  { background: var(--main); }


/* =============================================
   警告フック
   ============================================= */
.lp-warning-hook {
  background: linear-gradient(135deg, #7B2E00 0%, #C0390A 100%);
  color: #fff;
  padding: 10px 16px 12px;
  text-align: center;
}
.lp-warning-hook p,
.lp-warning-hook div { margin: 0 !important; padding: 0 !important; }

.lp-warning-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 2px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.lp-warning-headline {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
  margin: 0;
  color: #fff;
}

.lp-warning-headline strong {
  display: block;
  color: #FFD93D;
  font-size: 21px;
  margin-top: 4px;
}

@media (min-width: 600px) {
  .lp-warning-headline { font-size: 19px; }
  .lp-warning-headline strong { font-size: 24px; }
}


/* =============================================
   FV
   ============================================= */
.lp-fv {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: #f7faf5 !important;
  overflow: hidden;
}

.lp-fv-inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #f7faf5 !important;
}

.fv-hero-image {
  position: relative;
  width: 100%;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  background: #f7faf5;
}

.fv-hero-image picture, .fv-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom;
}

/* FV スクロール誘導 */
.fv-scroll-invite {
  text-align: center;
  padding: 20px 16px 24px;
  background: #f7faf5;
}
.fv-scroll-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--main);
  margin: 0 0 8px;
  letter-spacing: 0.04em;
}
.fv-scroll-arrow {
  font-size: 22px;
  color: var(--main);
  animation: fv-bounce 1.4s ease-in-out infinite;
  display: block;
}
@keyframes fv-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%       { transform: translateY(6px); opacity: 0.6; }
}

.fv-form-area {
  margin: 0 !important;
  padding: 0 14px 6px;
  background: #f7faf5 !important;
}

.lp-root .lp-fv p:empty, .lp-root .fv-form-area p:empty,
.lp-root .lp-form-box p:empty, .lp-root .lp-email-form p:empty {
  display: none !important;
}

.lp-root .lp-fv-inner > p, .lp-root .fv-form-area > p,
.lp-root .lp-form-box > p, .lp-root .lp-email-form p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.lp-root .lp-form-micro p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.7 !important;
  display: block !important;
}

.lp-root .lp-form-micro p + p { margin-top: 5px !important; }


/* =============================================
   フォームボックス
   ============================================= */
.lp-root .lp-form-box, .lp-root .final-form-box {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.lp-root .final-form-box {
  background: #fff !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: 16px !important;
  padding: 22px 18px 16px !important;
  box-shadow: 0 8px 32px rgba(74,144,194,0.15), 0 2px 6px rgba(74,144,194,0.08) !important;
}

.lp-form-box .form-label, .final-form-box .form-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 6px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 6px;
  white-space: nowrap;
  padding-left: 4px;
}

.lp-form-box .form-label .label-text, .final-form-box .form-label .label-text {
  display: inline-block;
  white-space: nowrap;
}

.lp-form-box .form-label .required, .final-form-box .form-label .required {
  display: inline-flex !important;
  align-items: center;
  flex-shrink: 0;
  background: var(--warning);
  color: #fff;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 700;
}

.lp-form-box .input-wrap, .final-form-box .input-wrap {
  position: relative;
  margin-bottom: 14px;
}

.lp-root .lp-form-box .form-label {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
}

.lp-root .lp-form-box .input-wrap {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

.lp-root .lp-form-box .form-label + p,
.lp-root .lp-form-box .form-label + br,
.lp-root .lp-form-box br { display: none !important; }

.lp-root .lp-form-box .form-label span { margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
.lp-root .lp-email-form { margin: 0 !important; padding: 0 !important; }
.lp-root .lp-form-box .lp-cta-img-btn { margin-top: 0 !important; margin-bottom: 0 !important; }
.lp-root .fv-form-area .lp-form-micro { margin-top: 4px !important; }
.lp-root .fv-form-area form, .lp-root .fv-form-area p { margin-top: 0 !important; margin-bottom: 0 !important; }
.lp-root .lp-form-box input[type="email"] { height: 46px !important; }

.lp-form-box .input-wrap .input-icon, .final-form-box .input-wrap .input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}

.lp-form-box input[type="email"], .final-form-box input[type="email"] {
  width: 100%;
  height: 54px;
  border: 2px solid #E0EBE2;
  border-radius: 12px;
  background: #fff;
  color: var(--text-main);
  font-size: 16px;
  font-family: var(--font-body);
  padding: 0 16px 0 44px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(46,125,50,0.06);
}

.lp-form-box input[type="email"]:focus, .final-form-box input[type="email"]:focus {
  border-color: var(--green-main);
  box-shadow: 0 0 0 3px rgba(46,125,50,0.15);
}

.lp-email-form { display: block !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }


/* =============================================
   画像CTAボタン
   ============================================= */
.lp-root .lp-cta-img-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: 0;
  animation: cta-jump-up 1.6s ease-in-out infinite;
  transform-origin: center bottom;
  transition: transform 0.12s ease;
}

.lp-root .lp-cta-img-btn:hover, .lp-root .lp-cta-img-btn:focus {
  background: transparent; border: 0; box-shadow: none; outline: 0;
}

.lp-root .lp-cta-img-btn:active {
  background: transparent; border: 0; box-shadow: none; outline: 0;
  transform: scale(0.97) translateY(2px);
}

.lp-root .lp-cta-img-btn .lp-cta-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none;
}

@keyframes cta-jump-up {
  0%   { transform: translateY(0) scale(1, 1); }
  15%  { transform: translateY(0) scale(1.04, 0.96); }
  30%  { transform: translateY(-12px) scale(0.98, 1.02); }
  45%  { transform: translateY(-6px) scale(1, 1); }
  60%  { transform: translateY(0) scale(1.03, 0.97); }
  75%  { transform: translateY(-2px) scale(1, 1); }
  100% { transform: translateY(0) scale(1, 1); }
}

@keyframes cta-jump-up-pc {
  0%   { transform: translateY(0) scale(1, 1); }
  15%  { transform: translateY(0) scale(1.04, 0.96); }
  30%  { transform: translateY(-16px) scale(0.98, 1.02); }
  45%  { transform: translateY(-8px) scale(1, 1); }
  60%  { transform: translateY(0) scale(1.03, 0.97); }
  75%  { transform: translateY(-3px) scale(1, 1); }
  100% { transform: translateY(0) scale(1, 1); }
}

@media (min-width: 600px) { .lp-cta-img-btn { animation-name: cta-jump-up-pc; } }
@media (prefers-reduced-motion: reduce) { .lp-cta-img-btn { animation: none; } }


/* =============================================
   スティッキーCTA用ボタン
   ============================================= */
.lp-cta-btn {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  min-height: 72px;
  padding: 8px 14px 8px 8px !important;
  background: linear-gradient(180deg, #58C170 0%, #2E9E47 50%, #1F8C36 100%) !important;
  color: #fff !important;
  font-family: var(--font-heading) !important;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 0 #156B26, 0 8px 24px rgba(31,140,54,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform 0.1s, box-shadow 0.1s;
  text-decoration: none !important;
  -webkit-appearance: none;
  appearance: none;
  animation: cta-pulse 2.4s ease-in-out infinite;
  gap: 10px;
  line-height: 1 !important;
}

.lp-cta-btn:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #156B26, 0 4px 12px rgba(31,140,54,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 6px 0 #156B26, 0 8px 24px rgba(31,140,54,0.4), inset 0 1px 0 rgba(255,255,255,0.3); }
  50%       { box-shadow: 0 6px 0 #156B26, 0 10px 32px rgba(31,140,54,0.55), inset 0 1px 0 rgba(255,255,255,0.3); }
}

.lp-cta-btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.lp-cta-btn .btn-arrow {
  margin-right: 8px;
  animation: bounce-arrow 1.2s ease-in-out infinite;
  display: inline-block;
}

@keyframes bounce-arrow {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(4px); }
}


/* =============================================
   CTA前置ラベル・注意書き
   ============================================= */
.lp-cta-prelabel {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--cta-hover);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.lp-cta-prelabel .arrow-down-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
  line-height: 1;
}

.lp-cta-prelabel .arrow-down {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  color: var(--cta);
  line-height: 1;
  animation: arrow-bounce-big 1.1s ease-in-out infinite;
  text-shadow: 0 2px 4px rgba(47,191,113,0.25);
}

.lp-cta-prelabel .prelabel-text { display: block; }

@keyframes arrow-bounce-big {
  0%, 100% { transform: translateY(-5px); opacity: 0.7; }
  50%       { transform: translateY(6px);  opacity: 1; }
}

.lp-form-micro {
  margin-top: 16px;
  padding: 0 4px;
  text-align: left;
}

.lp-form-micro p {
  font-size: 10.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
  display: block;
  text-align: left;
}

.lp-form-micro p + p { margin-top: 5px; }


/* =============================================
   セクション共通
   ============================================= */
.lp-section {
  padding: 64px 20px;
  max-width: 680px;
  margin: 0 auto;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-eyebrow-white { color: #FFD4A8; }

.section-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.005em;
  color: var(--text-main);
}

.section-title .highlight { color: var(--main-deep); }
.section-title-white { color: #fff; }
.section-title .accent-green-bright { color: #4FD980; }


/* =============================================
   悪循環ループ図解
   ============================================= */
.lp-loop-diagram {
  background: #fff5f0;
  border: 2px solid var(--warning);
  border-radius: 14px;
  padding: 24px 16px;
  margin-bottom: 32px;
  text-align: center;
}

.lp-loop-nodes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.lp-loop-node {
  background: var(--warning);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(231,111,81,0.3);
}

.lp-loop-arrow {
  color: var(--warning);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.lp-loop-caption {
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: 0.02em;
}


/* =============================================
   悩みカード
   ============================================= */
.worry-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.worry-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(74,144,194,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.worry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74,144,194,0.12);
}

.worry-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }

.worry-content p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-main);
  margin-bottom: 8px;
  font-weight: 500;
}

.worry-meta { font-size: 12px; color: var(--text-muted); font-weight: 700; }

.worry-resolve {
  background: linear-gradient(135deg, var(--main) 0%, var(--main-deep) 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  box-shadow: 0 6px 20px rgba(74,144,194,0.25);
}

.worry-resolve .em  { color: #FFE7B8; font-size: 18px; font-style: normal; }
.worry-resolve .em-gold { color: #FFCF7A; font-style: normal; }


/* =============================================
   ストーリーセクション
   ============================================= */
.story-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 8px 28px rgba(74,144,194,0.12);
}

.story-body {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-main);
  font-weight: 500;
}

.story-body p { margin-bottom: 20px; }
.story-body strong { color: var(--main-deep); font-weight: 700; }

.story-body .em-box {
  background: var(--main-light);
  border-left: 4px solid var(--main);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--main-deep);
  margin: 24px 0;
}


/* =============================================
   認知転換インサイトボックス
   ============================================= */
.lp-insight-box {
  background: var(--green-bg);
  border-left: 4px solid var(--green-main);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 24px 20px;
  margin: 28px 0;
}

.lp-insight-box-lead {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
  line-height: 1.7;
}

.lp-insight-box-main {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 800;
  color: var(--green-main);
  line-height: 1.55;
  margin: 0;
}


/* =============================================
   価値比較表
   ============================================= */
.lp-value-compare {
  background: #fff;
  border: 2px solid var(--green-main);
  border-radius: var(--radius);
  padding: 24px 20px;
  margin: 24px 0 28px;
}

.lp-value-compare-caption {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  font-weight: 500;
}

.lp-value-compare-before {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #fff5f0;
  border-radius: 8px;
  margin-bottom: 8px;
}

.lp-value-compare-before span:first-child { font-size: 13px; color: var(--text-sub); }
.lp-value-compare-before span:last-child  { font-weight: 700; color: var(--warning); font-size: 20px; }

.lp-value-compare-divider {
  text-align: center;
  font-size: 24px;
  color: var(--border-soft);
  line-height: 1;
  margin: 4px 0;
}

.lp-value-compare-after {
  background: var(--green-bg);
  border-radius: 8px;
  padding: 16px;
}

.lp-value-compare-after-title {
  font-size: 12px;
  color: var(--green-main);
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(46,125,50,0.1);
}

.lp-value-row:last-of-type { border-bottom: none; }
.lp-value-row span:first-child { font-size: 13px; color: var(--text-main); }
.lp-value-row span:last-child  { font-weight: 700; color: var(--green-main); font-size: 14px; }

.lp-value-compare-total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(46,125,50,0.2);
  text-align: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--green-main);
}


/* =============================================
   カリキュラム
   ============================================= */
.curriculum-lead {
  text-align: center;
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 28px;
  line-height: 1.8;
}

.curriculum-img-caption {
  font-size: 12px;
  color: #9CA3AF;
  text-align: center;
  margin-bottom: 28px;
}

.curriculum-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.stat-item { text-align: center; }

.stat-num {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  display: block;
}

.stat-unit { font-size: 14px; font-weight: 700; color: var(--main-deep); }
.stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; font-weight: 500; }

.curriculum-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(74,144,194,0.1);
  border: 1px solid var(--border-soft);
}

.curriculum-courses { display: grid; gap: 16px; margin-bottom: 28px; }

.course-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(74,144,194,0.06);
}

.course-card-img {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: var(--base-alt);
}

.course-card-img img { width: 100%; height: 100%; object-fit: cover; }
.course-card-body { padding: 16px; }
.course-card-body h4 { font-size: 15px; font-weight: 800; color: var(--text-main); margin-bottom: 4px; }
.course-card-body p  { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin-bottom: 8px; font-weight: 500; }

.course-card-body .count-badge {
  background: var(--main-light);
  color: var(--main-deep);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
}

.curriculum-disclaimer {
  background: var(--accent-soft);
  border: 1px solid #F5C79C;
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 13px;
  color: #8B4A1E;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 24px;
}

.curriculum-disclaimer strong { color: #703A15; font-weight: 700; }


/* =============================================
   WHY FREE セクション
   ============================================= */
.lp-why-free-box {
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 28px 20px;
  margin: 24px 0;
  color: #fff;
}

.lp-why-free-lead  { font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 14px; }
.lp-why-free-main  { font-family: var(--font-heading); font-size: 19px; font-weight: 800; color: #FFE7B8; line-height: 1.65; margin-bottom: 20px; }
.lp-why-free-body  { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,0.9); margin-bottom: 14px; }
.lp-why-free-highlight { font-size: 15px; font-weight: 700; color: #7fffb0; }

.lp-pricing-disclosure {
  background: #f4f7f4;
  border: 1px solid #d0e4d0;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.8;
}

.lp-pricing-disclosure-title { font-weight: 700; color: var(--main); font-size: 14px; margin-bottom: 10px; }
.lp-pricing-row { margin-bottom: 6px; }
.lp-pricing-row:last-child { margin-bottom: 0; }
.lp-pricing-label { font-weight: 700; color: var(--main); }

.lp-pricing-note {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d0e4d0;
  font-size: 11px;
  color: var(--text-sub);
}


/* =============================================
   テスティモニアル
   ============================================= */
.testimonials-grid { display: grid; gap: 18px; }

.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px 20px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 2px 12px rgba(74,144,194,0.06);
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 60px;
  color: var(--main-light);
  position: absolute;
  top: 6px;
  left: 14px;
  line-height: 1;
}

.testimonial-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }

.testimonial-avatar {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--main) 0%, var(--main-deep) 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(74,144,194,0.25);
}

.testimonial-info .name    { font-size: 13px; font-weight: 800; color: var(--text-main); }
.testimonial-info .profile { font-size: 11px; color: var(--text-muted); font-weight: 500; }
.testimonial-body          { font-size: 14px; line-height: 1.85; color: var(--text-main); padding-top: 4px; font-weight: 500; }
.testimonial-note          { font-size: 11px; color: var(--text-muted); margin-top: 10px; font-weight: 500; }


/* =============================================
   3STEP
   ============================================= */
.steps-lead      { text-align: center; font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 32px; margin-top: -24px; }
.steps-foot-note { text-align: center; font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 20px; }
.steps-wrap      { display: grid; gap: 0; }

.step-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  position: relative;
}

.step-item:last-child { border-bottom: none; }

.step-num-wrap { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }

.step-num {
  width: 48px; height: 48px;
  background: #fff; color: var(--main-deep);
  font-family: var(--font-heading); font-size: 20px; font-weight: 800;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.step-line {
  width: 2px; height: 36px;
  background: rgba(255,255,255,0.25);
  margin: 8px auto 0;
}

.step-item:last-child .step-line { display: none; }
.step-content         { padding-top: 8px; }
.step-content h3      { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 4px; line-height: 1.4; }
.step-content p       { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.7; font-weight: 500; }
.step-badge           { font-size: 11px; font-weight: 700; color: #FFE7B8; letter-spacing: 0.08em; margin-bottom: 4px; }
.lp-root .lp-steps-top { padding-top: 36px !important; }


/* =============================================
   FAQ
   ============================================= */
.faq-list  { display: grid; gap: 10px; }

.faq-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(74,144,194,0.05);
  transition: box-shadow 0.2s;
}

/* チェックボックス制御（JS不要） */
.faq-cb { display: none; }
.faq-cb:checked ~ .faq-answer { display: block; }
.faq-cb:checked + .faq-question .faq-toggle { transform: rotate(180deg); }
.faq-cb:checked + .faq-question { background: var(--main-light); }

.faq-question {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  cursor: pointer; user-select: none;
  transition: background 0.2s;
}

.faq-question:hover, .faq-question:focus-visible { background: var(--main-light); outline: none; }

.faq-q-icon {
  width: 28px; height: 28px;
  background: var(--main); color: #fff;
  font-size: 14px; font-weight: 800;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.faq-q-text   { font-size: 14px; font-weight: 700; color: var(--text-main); flex: 1; line-height: 1.5; }
.faq-toggle   { font-size: 16px; color: var(--main-deep); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-toggle { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 20px 18px 60px;
  font-size: 14px; line-height: 1.85;
  color: var(--text-main); font-weight: 500;
}

.faq-item.open .faq-answer { display: block; }
.faq-a-icon { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: var(--accent); margin-bottom: 4px; }


/* =============================================
   希少性ブロック
   ============================================= */
.lp-scarcity-block {
  background: #FFF8F0;
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 28px;
  text-align: center;
}

.lp-scarcity-label { font-size: 11px; font-weight: 700; color: var(--orange-deep); letter-spacing: 1px; margin-bottom: 8px; }
.lp-scarcity-body  { font-size: 14px; font-weight: 700; color: var(--text-main); line-height: 1.75; margin: 0; }
.lp-scarcity-body strong { display: block; font-family: var(--font-heading); font-size: 17px; color: var(--orange-deep); margin-top: 6px; }


/* =============================================
   最終CTA
   ============================================= */
.lp-final-cta {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(184,212,232,0.4) 0%, transparent 60%),
    linear-gradient(180deg, var(--main-light) 0%, #DCE8F4 100%);
  color: var(--text-main);
  padding: 64px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 50% 100%, rgba(242,153,74,0.1) 0%, transparent 60%);
  pointer-events: none;
}

.lp-final-cta-inner { position: relative; z-index: 1; max-width: 480px; margin: 0 auto; }
.final-cta-headline  { font-family: var(--font-heading); font-size: 22px; font-weight: 800; line-height: 1.55; margin-bottom: 12px; color: var(--text-main); }
.final-cta-sub       { font-size: 14px; color: var(--text-sub); margin-bottom: 24px; line-height: 1.8; font-weight: 500; }

.final-form-box .form-label    { color: var(--text-main) !important; }
.final-form-box .lp-form-micro p { color: var(--text-muted); }
.lp-final-cta .section-eyebrow-white { color: var(--accent); }
.lp-final-cta .lp-cta-prelabel       { color: var(--cta-hover); }


/* =============================================
   次のステップ告知バナー
   ============================================= */
.lp-root .lp-next-step-notice {
  display: flex !important; align-items: center !important; gap: 12px !important;
  margin: 14px auto 6px !important; padding: 12px 14px !important;
  max-width: 460px !important;
  background: #FFF8E1 !important; border: 2px solid #FFB300 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 6px rgba(255,179,0,0.18) !important;
  position: relative !important; z-index: 2 !important;
}

.lp-root .lp-next-step-notice .next-step-icon { flex: 0 0 auto !important; font-size: 26px !important; line-height: 1 !important; }

.lp-root .lp-next-step-notice .next-step-text {
  flex: 1 1 auto !important; display: flex !important; flex-direction: column !important;
  gap: 3px !important; text-align: left !important;
}

.lp-root .lp-next-step-notice .next-step-text strong {
  font-size: 14px !important; font-weight: 700 !important;
  color: #C75300 !important; line-height: 1.45 !important; letter-spacing: 0.01em !important;
}

.lp-root .lp-next-step-notice .next-step-sub {
  font-size: 11px !important; color: #6E4A00 !important; line-height: 1.45 !important; font-weight: 500 !important;
}

.lp-root .lp-final-cta .lp-next-step-notice--final {
  background: #FFFDF4 !important; border-color: #FFC857 !important;
}

@media (min-width: 768px) {
  .lp-root .lp-next-step-notice { max-width: 540px !important; padding: 14px 18px !important; }
  .lp-root .lp-next-step-notice .next-step-icon { font-size: 30px !important; }
  .lp-root .lp-next-step-notice .next-step-text strong { font-size: 16px !important; }
  .lp-root .lp-next-step-notice .next-step-sub { font-size: 12px !important; }
}


/* =============================================
   フッター
   ============================================= */
.lp-footer {
  background: var(--main-deep); color: rgba(255,255,255,0.75);
  padding: 32px 20px 96px; text-align: center;
  /* 96px = スティッキーCTA（約80px）＋余白分 */
}

.lp-footer-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }

.lp-footer-links a {
  color: rgba(255,255,255,0.75); font-size: 12px;
  text-decoration: none; transition: color 0.2s; font-weight: 500;
}

.lp-footer-links a:hover { color: #fff; }
.lp-footer p { font-size: 11px; line-height: 1.7; font-weight: 500; }


/* =============================================
   スティッキーCTA
   ============================================= */
.lp-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 16px 16px;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-soft);
  box-shadow: 0 -4px 20px rgba(74,144,194,0.1);
  animation: sticky-slide-up 0.5s cubic-bezier(0.34,1.56,0.64,1) 3s both;
}

@keyframes sticky-slide-up {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

/* JSが動く環境では visible クラス制御も併用 */
.lp-sticky-cta.visible { transform: translateY(0); animation: none; }
.lp-sticky-cta .sticky-inner { max-width: 480px; margin: 0 auto; }
.lp-sticky-cta .sticky-label { font-size: 11px; color: var(--text-sub); text-align: center; margin-bottom: 8px; font-weight: 700; }

.lp-sticky-cta .lp-cta-btn {
  min-height: 54px; padding: 0 20px !important; border-radius: var(--radius-btn);
  background: linear-gradient(135deg, #3DD27F 0%, #2FBF71 100%) !important;
  box-shadow: 0 6px 18px var(--cta-glow), 0 2px 4px rgba(47,191,113,0.15);
  animation: heartbeat-soft 2.8s ease-in-out infinite; gap: 0;
}

.lp-sticky-cta .lp-cta-btn:active { transform: scale(0.97) translateY(2px); box-shadow: 0 2px 8px var(--cta-glow); }

@keyframes heartbeat-soft {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.015); }
}


/* =============================================
   フェードイン
   ============================================= */
.fade-in { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s ease; }
.lp-root.js-loaded .fade-in         { opacity: 0; transform: translateY(20px); }
.lp-root.js-loaded .fade-in.visible { opacity: 1; transform: translateY(0); }


/* =============================================
   レスポンシブ
   ============================================= */
@media (min-width: 600px) {
  .fv-form-area { padding: 36px 24px 48px; }
  .worry-grid          { grid-template-columns: 1fr 1fr; }
  .testimonials-grid   { grid-template-columns: 1fr 1fr; }
  .curriculum-courses  { grid-template-columns: 1fr 1fr; }
  .section-title       { font-size: 26px; }
  .final-cta-headline  { font-size: 24px; }
}

@media (min-width: 768px) {
  .lp-fv { padding: 24px 0 !important; background: #f7faf5 !important; }

  .lp-fv-inner {
    max-width: 520px;
    background: #fff !important;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(46,125,50,0.15), 0 4px 12px rgba(46,125,50,0.08);
  }

  .fv-hero-image { background: #fff; }
  .fv-form-area  { padding: 32px 28px 40px; background: #fff !important; }
  .lp-section    { padding: 80px 40px; }
  .section-title { font-size: 30px; }
  .lp-root .lp-steps-top { padding-top: 48px !important; }
}

@media (min-width: 1024px) { .lp-fv-inner { max-width: 560px; } }


/* =============================================
   WP干渉対策
   ============================================= */
body.admin-bar .lp-sticky-cta { bottom: 32px; }

.entry-content .lp-root p, .entry-content .lp-root ul,
.entry-content .lp-root ol, .entry-content .lp-root h1,
.entry-content .lp-root h2, .entry-content .lp-root h3 {
  margin-bottom: 0; padding: 0;
}

.lp-form-box button, .final-form-box button, .lp-sticky-cta button {
  -webkit-appearance: none !important; appearance: none !important; border: none;
}

.lp-root .fv-hero-image, .lp-root .fv-hero-image picture,
.lp-root .fv-hero-image img, .lp-root .fv-hero-image source {
  margin: 0 !important; padding: 0 !important;
}

.lp-root .fv-hero-image img { vertical-align: bottom !important; display: block !important; }
.lp-root .lp-fv, .lp-root .lp-fv-inner, .lp-root .fv-hero-image, .lp-root .fv-form-area { border: none; }
