/* おしごと女子診断: 水色系 (sky × ベビーピンク) */
:root {
  /* メイン水色 (sky) */
  --sky-50:  #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  /* アクセント・ベビーピンク */
  --pink-50:  #fff4f8;
  --pink-100: #ffe0ec;
  --pink-300: #ffadc7;
  --pink-500: #ff7ba8;
  --pink-600: #e85988;
  /* 黄金 (バブル・装飾) */
  --yellow-400: #ffd95a;
  /* 旧変数互換 → 全部 sky 系に流す */
  --teal-50:  var(--sky-50);
  --teal-100: var(--sky-100);
  --teal-200: var(--sky-200);
  --teal-300: var(--sky-300);
  --teal-400: var(--sky-400);
  --teal-500: var(--sky-500);
  --teal-600: var(--sky-600);
  --teal-700: var(--sky-700);
  --green-50:  var(--sky-50);
  --green-100: var(--sky-100);
  --green-200: var(--sky-200);
  --green-300: var(--sky-300);
  --green-400: var(--sky-400);
  --green-500: var(--sky-500);
  --green-600: var(--sky-600);
  --green-700: var(--sky-700);
  --coral-50:  var(--pink-50);
  --coral-100: var(--pink-100);
  --coral-300: var(--pink-300);
  --coral-500: var(--pink-500);
  --coral-600: var(--pink-600);
  --accent-pink: var(--pink-100);
  --accent-gold: var(--yellow-400);
  --text-main: #0c4a6e;
  --text-sub: #475569;
  --text-muted: #94a3b8;
  --bg-cream: #ffffff;
  --bg-soft: #f0f9ff;
  --white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(56, 189, 248, 0.10);
  --shadow-md: 0 8px 24px rgba(56, 189, 248, 0.14);
  --shadow-lg: 0 16px 40px rgba(56, 189, 248, 0.18);
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-pill: 0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-main);
  background: var(--bg-cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img { max-width: 100%; display: block; }

.container {
  max-width: 480px;
  margin: 0 auto;
  background: var(--white);
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.08);
}

/* ===== FV v2 (ハタラクティブ系: 白 + ティール + コーラル) ===== */
.fv-v2 {
  position: relative;
  padding: 20px 24px 40px;
  background: var(--white);
  overflow: hidden;
}

.fv-v2 .fv-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}
.fv-v2 .fv-blob-tl {
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 30% 30%, var(--teal-100) 0%, var(--teal-50) 50%, transparent 80%);
}
.fv-v2 .fv-blob-br {
  top: 340px;
  left: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 60% 60%, var(--coral-100) 0%, var(--coral-50) 50%, transparent 80%);
}

.fv-v2 > *:not(.fv-blob) {
  position: relative;
  z-index: 1;
}

.fv-brand-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fv-brand-v2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fv-brand-v2 .fv-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}
.fv-brand-v2 .fv-brand-text {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: 0.04em;
}

.fv-label-v2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--teal-50);
  color: var(--teal-600);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 800;
  border: 1.5px solid var(--teal-200);
  margin-bottom: 16px;
}
.fv-label-v2 svg.i {
  width: 13px;
  height: 13px;
  fill: var(--coral-500);
}

.fv-h1-v2 {
  margin-bottom: 16px;
}
.fv-h1-v2 .fv-h1-sub {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-sub);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.fv-h1-v2 .fv-h1-main {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.fv-h1-v2 .fv-h1-main em {
  font-style: normal;
  color: var(--teal-500);
  position: relative;
  display: inline-block;
}
.fv-h1-v2 .fv-h1-main em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 6px;
  background: var(--yellow-400);
  opacity: 0.55;
  border-radius: 0;
  z-index: -1;
}

.fv-sub-v2 {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-sub);
  margin-bottom: 24px;
}
.fv-sub-v2 strong {
  color: var(--coral-500);
  font-weight: 800;
}

.fv-illust-v2 {
  position: relative;
  margin: 0 -8px 28px;
}
.fv-illust-frame {
  position: relative;
  background: linear-gradient(135deg, var(--teal-50) 0%, var(--coral-50) 100%);
  border-radius: 28px;
  padding: 14px 14px 0;
  box-shadow: 0 16px 40px rgba(2, 132, 199, 0.10);
  overflow: hidden;
}
.fv-illust-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, var(--yellow-400) 0%, transparent 30%);
  opacity: 0.15;
  pointer-events: none;
}
.fv-illust-frame .fv-illust-img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.fv-bubble-v2 {
  position: absolute;
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.15);
  white-space: nowrap;
  z-index: 3;
}
.fv-bubble-v2::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--white);
  transform: rotate(45deg);
}
.fv-bubble-v2 .bubble-emoji {
  margin-right: 2px;
}
.fv-bubble-v2.b1 {
  top: 8%;
  left: 4%;
  color: var(--teal-600);
  animation: float-y 3.4s ease-in-out infinite;
}
.fv-bubble-v2.b1::after {
  bottom: -4px;
  left: 26px;
}
.fv-bubble-v2.b2 {
  bottom: 16%;
  right: 4%;
  color: var(--coral-600);
  background: var(--white);
  animation: float-y 3.4s ease-in-out infinite 1.7s;
}
.fv-bubble-v2.b2::after {
  top: -4px;
  right: 28px;
}
.fv-bubble-v2.b2 strong {
  color: var(--coral-500);
  font-size: 15px;
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.cta-btn-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-600) 100%);
  color: var(--white);
  border: none;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 22px rgba(2, 132, 199, 0.32), 0 0 0 1px rgba(2, 132, 199, 0.08) inset;
  position: relative;
  overflow: hidden;
  transition: transform 0.15s, box-shadow 0.15s;
}
.cta-btn-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: shine 3s ease-in-out infinite;
  pointer-events: none;
}
.cta-btn-v2:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.38);
}
.cta-btn-v2:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}
.cta-btn-v2 .cta-btn-arrow {
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-btn-v2 .cta-btn-arrow svg {
  width: 16px;
  height: 16px;
  stroke: var(--teal-600);
  fill: none;
}
.cta-btn-v2 .cta-btn-text {
  position: relative;
  z-index: 1;
}

.cta-note-v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  margin-bottom: 28px;
}
.cta-note-v2 .note-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--teal-600);
  background: var(--teal-50);
  padding: 5px 10px;
  border-radius: var(--radius-pill);
}
.cta-note-v2 .note-chip::before {
  content: "✓";
  font-weight: 900;
  color: var(--coral-500);
}

.fv-proof-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 18px 12px;
  background: linear-gradient(135deg, var(--teal-50), var(--coral-50));
  border-radius: 20px;
  border: 1.5px dashed var(--teal-200);
}
.proof-item-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.proof-item-v2 .p-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--teal-600);
  line-height: 1;
  letter-spacing: -0.02em;
}
.proof-item-v2 .p-num small {
  font-size: 12px;
  margin-left: 1px;
  color: var(--teal-500);
}
.proof-item-v2 .p-label {
  font-size: 11px;
  color: var(--text-sub);
  font-weight: 700;
}

/* ===== FV (旧) ===== */
.fv {
  position: relative;
  padding: 28px 24px 52px;
  background:
    radial-gradient(ellipse 80% 60% at top right, var(--green-200) 0%, transparent 55%),
    radial-gradient(ellipse 90% 50% at bottom left, rgba(255, 200, 220, 0.65) 0%, transparent 55%),
    radial-gradient(circle at 10% 30%, rgba(255, 217, 90, 0.22) 0%, transparent 30%),
    linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  overflow: hidden;
}

.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image:
    radial-gradient(circle, rgba(56, 189, 248, 0.18) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  background-position: 0 0;
  opacity: 0.5;
  pointer-events: none;
}

/* 背景装飾 SVG散布 */
.fv-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.fv-deco.d1 { top: 70px; right: -22px; width: 70px; height: 70px; color: var(--green-400); opacity: 0.22; }
.fv-deco.d2 { top: 195px; left: 14px; width: 22px; height: 22px; color: var(--accent-gold); opacity: 0.8; animation: float 4s ease-in-out infinite; }
.fv-deco.d3 { display: none; }
.fv-deco.d4 { bottom: 220px; left: -14px; width: 40px; height: 40px; color: var(--green-300); opacity: 0.45; transform: rotate(-30deg); }
.fv-deco.d5 { bottom: 150px; right: 10px; width: 20px; height: 20px; color: var(--accent-gold); opacity: 0.8; animation: float 3s ease-in-out infinite 0.5s; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(10deg); }
}

/* 上段: ブランド + ラベル */
.fv-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

/* ブランドバッジ */
.fv-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.fv-brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-600), var(--green-700));
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 10px rgba(56, 189, 248, 0.3);
}
.fv-brand-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--green-700);
  letter-spacing: 0.05em;
}

.fv-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--white);
  color: var(--green-600);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-sm);
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.fv-label svg.i {
  width: 12px;
  height: 12px;
  fill: var(--accent-gold);
}

.fv h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
.fv h1 .fv-h1-top {
  display: block;
  font-size: 15px;
  color: var(--text-sub);
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.fv h1 .fv-h1-main {
  display: block;
  font-size: 36px;
  color: var(--green-700);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.fv h1 .fv-h1-main em {
  font-style: normal;
  background: linear-gradient(120deg, var(--green-500) 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 2px;
  position: relative;
}
.fv h1 .fv-h1-main em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 9px;
  background: var(--accent-gold);
  opacity: 0.5;
  z-index: -1;
  border-radius: 4px;
}

.fv h1 .accent {
  color: var(--green-600);
  position: relative;
  display: inline-block;
}

.fv h1 .accent::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 8px;
  background: var(--accent-gold);
  opacity: 0.4;
  z-index: -1;
  border-radius: 4px;
}

.fv-sub {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 28px;
  line-height: 1.8;
}

.fv-illust {
  position: relative;
  margin: 24px -24px 28px;
  text-align: center;
  z-index: 2;
}

.fv-illust-arc {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 50% 50%, var(--green-200) 0%, rgba(186, 230, 253, 0.5) 45%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.fv-illust-img {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  z-index: 1;
}

.fv-illust img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.fv-bubble {
  position: absolute;
  background: var(--white);
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(56, 189, 248, 0.2);
  z-index: 3;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.fv-bubble::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--white);
  transform: rotate(45deg);
}
.fv-bubble.b1 {
  top: 12%;
  left: 4%;
  color: var(--green-700);
  animation: bubble-pop 3s ease-in-out infinite;
}
.fv-bubble.b1::after {
  bottom: -4px;
  left: 24px;
  box-shadow: 2px 2px 4px -2px rgba(56, 189, 248, 0.15);
}
.fv-bubble.b2 {
  top: 58%;
  right: 5%;
  color: #e85988;
  animation: bubble-pop 3s ease-in-out infinite 1.5s;
}
.fv-bubble.b2::after {
  top: -4px;
  right: 24px;
  box-shadow: -2px -2px 4px -2px rgba(255, 123, 168, 0.12);
}

@keyframes bubble-pop {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.04); }
}

.fv-illust-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--green-100) 0%, var(--accent-pink) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-600);
  font-weight: 600;
  margin: 0 24px;
}

.fv-proof {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  margin: 4px 0 22px;
  padding: 18px 10px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.14);
  position: relative;
  z-index: 2;
}

.proof-divider {
  height: 32px;
  background: linear-gradient(to bottom, transparent, var(--green-200), transparent);
}

.proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.proof-item .num {
  font-size: 26px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-600), var(--green-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.02em;
}

.proof-item .num .proof-plus {
  font-size: 18px;
  font-weight: 900;
  color: var(--accent-gold);
  -webkit-text-fill-color: var(--accent-gold);
  margin-right: 2px;
  vertical-align: 4px;
}
.proof-item .num small {
  font-size: 13px;
  margin-left: 2px;
  font-weight: 800;
}

.proof-item .label {
  font-size: 11px;
  color: var(--text-sub);
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ===== CTA Button ===== */
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(135deg, var(--green-500) 0%, var(--green-600) 100%);
  color: var(--white);
  border: none;
  border-radius: var(--radius-pill);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(56, 189, 248, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
  position: relative;
  overflow: hidden;
}

.cta-btn:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(56, 189, 248, 0.3);
}

.cta-btn-shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.cta-btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.cta-btn-shine > * {
  position: relative;
  z-index: 1;
}

@keyframes shine {
  0% { left: -100%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

.cta-btn svg.i {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  flex-shrink: 0;
}
.cta-btn svg.i-lg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.cta-note {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 10px;
}

/* ===== Section ===== */
.section {
  padding: 48px 24px;
}

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-600);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.section h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 24px;
}

.section h2 .accent {
  color: var(--green-600);
}

/* ===== オススメ ===== */
.recommend-list {
  background: var(--green-50);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  margin-bottom: 24px;
}

.recommend-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

.recommend-item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-600);
  font-weight: 800;
  font-size: 13px;
  box-shadow: var(--shadow-sm);
}

/* ===== 診断特徴 ===== */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.feature-card {
  background: var(--white);
  border: 2px solid var(--green-100);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
}

.feature-card .emoji {
  font-size: 32px;
  margin-bottom: 8px;
}

.feature-card .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.feature-card .desc {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.5;
}

/* ===== 16タイプ一覧 ===== */
.type-preview {
  background: linear-gradient(180deg, var(--green-50) 0%, var(--white) 100%);
  padding: 48px 24px;
}

.type-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.type-preview-item {
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 50%;
  border: 2px solid var(--green-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--green-600);
  text-align: center;
  line-height: 1.1;
  padding: 4px;
}

.type-preview-note {
  font-size: 13px;
  color: var(--text-sub);
  text-align: center;
}

/* ===== 質問ページ ===== */
.question-container {
  padding: 32px 24px;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}

.progress-bar {
  position: relative;
  height: 8px;
  background: var(--green-100);
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
  overflow: hidden;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--green-400), var(--green-500));
  transition: width 0.3s ease;
  border-radius: var(--radius-pill);
}

.progress-text {
  text-align: center;
  font-size: 13px;
  color: var(--green-600);
  font-weight: 700;
  margin-bottom: 40px;
}

.question-text {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  margin: auto 0;
  padding: 40px 0;
}

.answer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
}

.answer-btn {
  padding: 18px 24px;
  background: var(--white);
  border: 2px solid var(--green-200);
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.answer-btn:hover, .answer-btn:active {
  background: var(--green-50);
  border-color: var(--green-400);
  transform: translateY(-1px);
}

.answer-btn.yes { border-color: var(--green-400); color: var(--green-700); }
.answer-btn.neutral { border-color: var(--green-200); color: var(--text-sub); }
.answer-btn.no { border-color: var(--green-200); color: var(--text-sub); }

/* ===== 4問/ページ レイアウト ===== */
.q-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(125, 211, 252, 0.08);
}

.q-number {
  display: inline-block;
  background: var(--green-500);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}

.q-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-main);
  margin-bottom: 14px;
}

.q-buttons {
  display: flex;
  gap: 8px;
}

.q-btn {
  flex: 1;
  padding: 12px 4px;
  background: var(--white);
  border: 2px solid var(--green-200);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  color: var(--text-sub);
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}

.q-btn:hover, .q-btn:active {
  background: var(--green-50);
}

.q-btn.selected.yes {
  background: var(--green-500);
  border-color: var(--green-500);
  color: var(--white);
}

.q-btn.selected.neutral {
  background: var(--green-200);
  border-color: var(--green-200);
  color: var(--green-700);
}

.q-btn.selected.no {
  background: var(--accent-pink);
  border-color: var(--accent-pink);
  color: var(--white);
}

#nextBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
}

#nextBtn {
  margin-top: 8px;
}

/* ===== 結果ページ ===== */
.result-container {
  padding: 40px 24px 60px;
  background:
    radial-gradient(ellipse at top, var(--green-100) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, var(--accent-pink) 0%, transparent 60%),
    var(--bg-cream);
  min-height: 100vh;
}

.result-label {
  text-align: center;
  font-size: 13px;
  color: var(--green-600);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.result-label::before, .result-label::after { display: none; }
.result-label {
  display: inline-block;
  padding: 6px 14px;
  background: var(--white);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--green-200);
  margin-left: 50%;
  transform: translateX(-50%);
}
.result-container { padding-top: 32px; }

.result-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--text-main);
  margin-bottom: 24px;
}

.result-title .type-name {
  color: var(--green-600);
  display: block;
  margin-top: 4px;
}

.result-illust {
  margin: 0 auto 24px;
  max-width: 320px;
}

.result-illust-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, var(--green-50) 0%, var(--accent-pink) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-600);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.result-illust-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.result-catch {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--text-main);
  margin-bottom: 20px;
  padding: 0 8px;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 36px;
}

.result-tag {
  display: inline-block;
  background: var(--white);
  color: var(--green-600);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  border: 1.5px solid var(--green-200);
}

.result-section {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}

.result-section h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--green-600);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.result-section h3 .emoji { font-size: 20px; }
.result-section h3 .h3-icon {
  width: 20px;
  height: 20px;
  fill: var(--green-500);
  stroke: var(--green-500);
  flex-shrink: 0;
}

.result-section ul {
  list-style: none;
}

.result-section ul li {
  padding: 8px 0 8px 24px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  border-bottom: 1px dashed var(--green-100);
}

.result-section ul li:last-child { border-bottom: none; }

.result-section ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: var(--green-400);
  border-radius: 50%;
}

.result-jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.result-job {
  background: var(--green-50);
  color: var(--green-700);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
}

.result-salary {
  background: linear-gradient(135deg, var(--green-50), var(--accent-pink));
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  margin-top: 12px;
}

.result-salary .label {
  font-size: 11px;
  color: var(--text-sub);
  font-weight: 700;
  margin-bottom: 4px;
}

.result-salary .amount {
  font-size: 20px;
  font-weight: 800;
  color: var(--green-700);
}

.result-salary .note {
  font-size: 12px;
  color: var(--text-sub);
  margin-top: 4px;
}

/* ===== CTA ブロック ===== */
.cta-block {
  background: linear-gradient(135deg, var(--green-500), var(--green-600));
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  margin-top: 32px;
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.cta-block::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.cta-block > * { position: relative; z-index: 1; }

.cta-block h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.4;
}

.cta-block p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  opacity: 0.95;
}

.cta-block .cta-btn {
  background: var(--white);
  color: var(--green-700);
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-block .cta-btn::after { color: var(--green-700); }

.cta-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
  background: rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  padding: 18px 18px 14px;
}

.cta-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 10px;
  color: var(--white);
}

.cta-checklist li:last-child {
  margin-bottom: 0;
}

.cta-checklist .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--accent-gold);
  color: var(--green-700);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 0 2px 6px rgba(255, 217, 90, 0.4);
}
.cta-checklist .check svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.cta-checklist strong {
  color: var(--accent-gold);
  font-weight: 800;
}

.cta-note-small {
  font-size: 11px;
  margin-top: 10px !important;
  opacity: 0.85;
  margin-bottom: 0 !important;
}

/* ===== フッター ===== */
.footer {
  padding: 24px;
  text-align: center;
  font-size: 11px;
  color: var(--text-muted);
  background: var(--white);
}

/* ===== section-label (下線スタイル) ===== */
.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--green-700);
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
}
.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--green-500);
  transform: translateY(-50%);
}
.section-label.light {
  color: var(--green-600);
}
.section-label.dark {
  color: var(--accent-gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 26px;
}
.section-label.dark::before {
  background: var(--accent-gold);
}
.section-label.dark svg.i {
  width: 14px;
  height: 14px;
  fill: var(--accent-gold);
}

/* ===== Wave divider ===== */
.wave-div {
  line-height: 0;
  margin-top: -1px;
}
.wave-div svg {
  width: 100%;
  height: 32px;
  display: block;
}
.wave-to-cream { color: var(--bg-cream); }

/* ===== FV 装飾 ===== */
.fv-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 217, 90, 0.22) 0%, transparent 22%),
    radial-gradient(circle at 88% 8%, rgba(186, 230, 253, 0.5) 0%, transparent 28%),
    radial-gradient(circle at 92% 92%, rgba(255, 200, 220, 0.4) 0%, transparent 35%);
}

/* ===== Pain section ===== */
.pain-section {
  background: var(--bg-cream);
  position: relative;
  overflow: hidden;
}
.pain-section::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--accent-pink) 0%, transparent 70%);
  opacity: 0.35;
  z-index: 0;
}

.pain-hero {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  padding: 28px 24px;
  margin: 8px 0 14px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.08);
  border: 1.5px solid var(--green-100);
  z-index: 1;
}
.pain-hero p {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--text-main);
  letter-spacing: -0.01em;
}
.pain-hero .quote-mark {
  position: absolute;
  font-size: 48px;
  font-weight: 900;
  color: var(--green-200);
  line-height: 0.8;
  font-family: Georgia, serif;
}
.pain-hero .quote-mark:not(.q-end) {
  top: 14px;
  left: 18px;
}
.pain-hero .quote-mark.q-end {
  bottom: -8px;
  right: 18px;
  transform: rotate(180deg);
}

.pain-subtext {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-700);
  margin: 0 0 24px;
}

.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.pain-card {
  background: var(--white);
  border-radius: 16px;
  padding: 18px 14px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-main);
  box-shadow: 0 3px 10px rgba(56, 189, 248, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.pain-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.pain-icon-wrap.c-green { background: linear-gradient(135deg, var(--green-400), var(--green-500)); }
.pain-icon-wrap.c-pink  { background: linear-gradient(135deg, #ffd6e5, var(--accent-pink)); color: var(--green-700); }
.pain-icon-wrap.c-rose  { background: linear-gradient(135deg, #ffadc7, #ff7ba8); }
.pain-icon-wrap.c-gold  { background: linear-gradient(135deg, #ffe89e, var(--accent-gold)); color: var(--green-700); }
.pain-icon-wrap.c-sky   { background: linear-gradient(135deg, #a8cfe8, #7bafd4); }
.pain-icon-wrap.c-leaf  { background: linear-gradient(135deg, var(--green-300), var(--green-400)); }

.pain-icon-wrap .icn {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

/* ===== Feature section ===== */
.feature-section {
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 100%);
}

.feature-hero {
  position: relative;
  background: linear-gradient(135deg, var(--green-500), var(--green-600));
  border-radius: 22px;
  padding: 26px 24px 24px;
  color: var(--white);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(56, 189, 248, 0.28);
}
.feature-hero::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -30px;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.feature-hero-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  opacity: 0.85;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.feature-hero-num {
  display: flex;
  align-items: baseline;
  gap: 4px;
  position: relative;
  z-index: 1;
}
.feature-hero-num .num {
  font-size: 72px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.feature-hero-num .unit {
  font-size: 26px;
  font-weight: 800;
  opacity: 0.9;
}
.feature-hero-desc {
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}
.feature-hero-icon {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  opacity: 0.9;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.feature-mini {
  background: var(--white);
  border-radius: 16px;
  padding: 18px 8px 14px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(56, 189, 248, 0.08);
  border: 1.5px solid var(--green-100);
}
.feature-mini .mi {
  width: 28px;
  height: 28px;
  color: var(--green-600);
  fill: currentColor;
  stroke: currentColor;
  margin-bottom: 6px;
}
.feature-mini .mini-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 2px;
}
.feature-mini .mini-desc {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-sub);
  line-height: 1.4;
}

/* ===== 16タイプ プレビュー (マーキー) ===== */
.type-preview-section {
  background: var(--bg-cream);
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.type-preview-section > .section-label,
.type-preview-section > h2,
.type-preview-section > .type-preview-note {
  padding-left: 24px;
  padding-right: 24px;
}
.type-preview-section > .section-label { margin-left: 24px; padding-left: 26px; }

.type-marquee {
  position: relative;
  padding: 16px 0 20px;
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.type-marquee-track {
  display: flex;
  gap: 10px;
  animation: type-scroll 28s linear infinite;
  width: max-content;
  padding-left: 10px;
}
.type-marquee-track.rev {
  animation-direction: reverse;
  animation-duration: 34s;
  margin-top: 10px;
}

@keyframes type-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.type-tag {
  flex-shrink: 0;
  padding: 12px 20px;
  background: var(--white);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 800;
  color: var(--green-700);
  border: 2px solid var(--green-200);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(56, 189, 248, 0.08);
}
.type-tag.alt {
  background: var(--green-500);
  color: var(--white);
  border-color: var(--green-500);
  box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

.type-preview-note {
  font-size: 13px;
  color: var(--text-sub);
  text-align: center;
  margin-top: 4px;
}

/* ===== 成功事例カード (new) ===== */
.success-section {
  background: var(--white);
}

.success-card {
  background: var(--white);
  border: 1.5px solid var(--green-100);
  border-radius: 20px;
  padding: 20px 18px 18px;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.06);
}

.success-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.success-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-400), var(--green-600));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--white);
  font-size: 18px;
  letter-spacing: 0.02em;
}

.success-name-box {
  flex: 1;
  min-width: 0;
}
.success-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.3;
}
.success-name .sep {
  color: var(--text-muted);
  font-weight: 600;
  margin: 0 2px;
}
.success-from {
  font-size: 11px;
  color: var(--text-sub);
  font-weight: 700;
  margin-top: 2px;
}

.success-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-main);
  font-weight: 500;
}

.success-tag {
  flex-shrink: 0;
  display: inline-block;
  background: linear-gradient(135deg, var(--green-50), var(--green-100));
  color: var(--green-700);
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 800;
  border: 1.5px solid var(--green-200);
  letter-spacing: 0.02em;
}

/* ===== Final CTA ===== */
.final-cta {
  background: linear-gradient(135deg, var(--green-600), var(--green-700));
  padding: 48px 24px 40px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 217, 90, 0.3) 0%, transparent 70%);
  border-radius: 50%;
}
.final-cta::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.final-cta-inner {
  position: relative;
  z-index: 1;
  color: var(--white);
  text-align: center;
}
.final-cta h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  margin: 8px 0 14px;
  letter-spacing: -0.01em;
}
.final-cta h3 br + * { }
.final-cta p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 22px;
  opacity: 0.95;
}
.final-cta .cta-btn {
  background: var(--white);
  color: var(--green-700);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.final-cta .cta-btn svg { color: var(--green-700); }

.cta-note.dark {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 14px;
}
