/* ============================================================
   native-real.com Design System v2 (2026-06-12 オーナー承認)
   ティール基調 + 丸ゴシック + 訴求LP文法コンポーネント
   読み込み順: global-design.css / ページ内 <style> の後
   ============================================================ */

/* ════════════ デザインモック v2: 「読みたくなる」レイヤ ════════════
   丸ゴシック見出し / やわらか淡色サーフェス / マーカー風ハイライト / イラスト */

.lp-hero .hero-h1,
.seo-section h2,
.seo-article h2,
.tool-about h2,
.mission-title,
.milestone-title,
.quick-title {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}
.lp-hero .hero-h1 { font-weight: 800; line-height: 1.22; }

/* 蛍光マーカー風ハイライト（グラデ文字をやめて読みやすく） */
.text-gold {
  background: linear-gradient(transparent 64%, rgba(43,200,228,0.38) 64%, rgba(43,200,228,0.38) 94%, transparent 94%);
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  background-clip: border-box;
  color: #0E7490;
  padding: 0 2px;
}

/* ヒーローのイラスト */
.hero-illust {
  display: block;
  margin: 0 auto 6px;
  animation: fadeUp 0.6s ease-out both;
}
.hero-illust .floaty { animation: illust-float 3.2s ease-in-out infinite; }
.hero-illust .floaty2 { animation: illust-float 3.2s 0.9s ease-in-out infinite; }
@keyframes illust-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-illust .floaty, .hero-illust .floaty2 { animation: none; }
}

/* SEO セクション: 淡色パネル + ゆったり行間 + 白カード */
.seo-section {
  background: #ECF6F9;
  border-radius: 28px;
  padding: 44px 26px 48px !important;
  margin: 24px auto 8px;
  max-width: 860px;
}
.seo-section h2 {
  font-size: clamp(22px, 4vw, 28px) !important;
  line-height: 1.5 !important;
  text-align: center;
}
.seo-section > p {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  line-height: 2 !important;
  text-wrap: pretty;
}
.seo-section .seo-box {
  background: #fff;
  border: none !important;
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 6px 18px rgba(14,116,144,0.07);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}
.seo-section .seo-box .seo-box-icon {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: #E0F2F6;
  display: inline-flex; align-items: center; justify-content: center;
  color: #0E7490;
}
.seo-section .seo-box .seo-box-body { min-width: 0; }
.seo-section .seo-box strong {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #0C6478;
}
.seo-section .seo-box p { line-height: 1.95 !important; text-wrap: pretty; }

/* 記事セクション（中盤の SEO 長文）: 読み物の体裁へ */
.seo-article h2 {
  font-size: clamp(21px, 3.6vw, 26px) !important;
  line-height: 1.5 !important;
  padding-left: 14px;
  border-left: 5px solid #2BC8E4;
  border-radius: 3px;
}
.seo-article > div[style*="background:var(--surface)"] {
  box-shadow: 0 6px 18px rgba(14,116,144,0.06);
  border-radius: 18px !important;
}
.seo-article p { text-wrap: pretty; }

/* CTA まわりをやさしく */
.btn-primary-lg {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  box-shadow: 0 8px 22px rgba(14,116,144,0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(14,116,144,0.32); }
.btn-primary-lg:active { transform: translateY(0) scale(0.98); }

@media (max-width: 540px) {
  .seo-section { border-radius: 20px; padding: 34px 18px 38px !important; margin-left: 12px; margin-right: 12px; }
  .seo-section .seo-box { grid-template-columns: 38px 1fr; gap: 11px; }
  .seo-section .seo-box .seo-box-icon { width: 38px; height: 38px; }
}

/* ════════════ デザインモック v3: 訴求 LP の文法（RBL 参照）════════════
   円形バッジ / 超大型数字 / 3ステップ図 / 料金比較カード / ＼／マイクロコピー */

.hero-badges {
  display: flex; justify-content: center; gap: 12px;
  margin: 4px 0 14px;
  animation: fadeUp 0.6s 0.05s ease-out both;
}
.hero-badge-circle {
  width: 76px; height: 76px; border-radius: 50%;
  background: linear-gradient(160deg, #0E7490, #0891B2);
  color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 800; font-size: 12px; line-height: 1.25; text-align: center;
  box-shadow: 0 4px 12px rgba(14,116,144,0.25), inset 0 0 0 2.5px rgba(255,255,255,0.4);
}
.hero-badge-circle em { font-style: normal; font-size: 18px; letter-spacing: -0.5px; }
.hero-badge-circle.coral {
  background: linear-gradient(160deg, #F2705B, #FF8E7A);
  box-shadow: 0 4px 12px rgba(242,112,91,0.28), inset 0 0 0 2.5px rgba(255,255,255,0.4);
}

.hero-price {
  display: flex; align-items: baseline; justify-content: center; gap: 4px;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  margin: 0 0 6px;
  animation: fadeUp 0.6s 0.1s ease-out both;
}
.hero-price .hp-pre { font-size: 16px; font-weight: 700; color: var(--text-2); margin-right: 6px; }
.hero-price .hp-num {
  font-size: clamp(64px, 14vw, 92px); font-weight: 800; line-height: 1;
  color: #0E7490; letter-spacing: -3px;
  text-shadow: 0 4px 0 rgba(43,200,228,0.22);
}
.hero-price .hp-unit { font-size: 28px; font-weight: 800; color: #0E7490; }

.cta-micro {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 800; font-size: 14.5px; color: #0C6478;
  margin-bottom: 10px;
}
.cta-micro::before, .cta-micro::after {
  content: ''; width: 2.5px; height: 17px; background: #0891B2; border-radius: 2px;
}
.cta-micro::before { transform: rotate(-28deg); }
.cta-micro::after  { transform: rotate(28deg); }

.lp-steps-wrap { max-width: 760px; margin: 40px auto 4px; padding: 0 16px; }
.lp-steps-title {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 800; font-size: clamp(19px, 3.4vw, 23px); color: var(--text-1);
  text-align: center; margin-bottom: 26px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.lp-steps-title::before, .lp-steps-title::after {
  content: ''; width: 3px; height: 22px; background: #2BC8E4; border-radius: 2px;
}
.lp-steps-title::before { transform: rotate(-28deg); }
.lp-steps-title::after  { transform: rotate(28deg); }
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lp-step {
  position: relative; background: #fff; border-radius: 18px;
  padding: 24px 10px 16px; text-align: center;
  box-shadow: 0 6px 18px rgba(14,116,144,0.08);
}
.lp-step .step-no {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: #0891B2; color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 8px rgba(8,145,178,0.32);
}
.lp-step svg { color: #0E7490; margin: 4px 0 8px; }
.lp-step .step-t {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 700; font-size: 14.5px; color: var(--text-1);
}
.lp-step .step-d { font-size: 11.5px; color: var(--text-3); margin-top: 5px; line-height: 1.65; }
.lp-step:not(:last-child)::after {
  content: ''; position: absolute; right: -12px; top: 50%;
  width: 0; height: 0; transform: translateY(-50%);
  border-left: 9px solid #7FD4E5; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
  z-index: 1;
}

.price-compare { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 10px; margin: 16px 0 4px; }
.pc-card {
  background: #F2F9FB; border-radius: 14px; padding: 14px 6px 12px; text-align: center;
  display: flex; flex-direction: column; justify-content: center;
}
.pc-card .pc-name { font-size: 11px; font-weight: 700; color: var(--text-3); line-height: 1.4; }
.pc-card .pc-price {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 800; font-size: 16px; color: var(--text-2); margin-top: 5px;
  font-variant-numeric: tabular-nums;
}
.pc-card .pc-price small { font-size: 11px; font-weight: 700; }
.pc-card.pc-hero {
  background: linear-gradient(160deg, #0E7490, #0891B2); color: #fff;
  box-shadow: 0 8px 20px rgba(14,116,144,0.26);
}
.pc-card.pc-hero .pc-name { color: rgba(255,255,255,0.88); }
.pc-card.pc-hero .pc-price { font-size: 32px; color: #fff; line-height: 1.1; }
.pc-card.pc-hero .pc-price small { font-size: 14px; }
.pc-badge {
  display: inline-block; align-self: center;
  background: #FF8E7A; color: #fff;
  font-size: 10px; font-weight: 800; border-radius: 999px;
  padding: 2.5px 10px; margin-bottom: 5px;
}

@media (max-width: 540px) {
  .hero-badge-circle { width: 68px; height: 68px; font-size: 11px; }
  .hero-badge-circle em { font-size: 16px; }
  .lp-steps { gap: 10px; }
  .lp-step:not(:last-child)::after { right: -10px; }
}

/* 自己完結用: fadeUp（listening 内定義と同一。重複定義は後勝ちで無害） */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── イラスト主導の説明ブロック（v2.1: 文字は補足に） ── */
.seo-article { font-family: inherit; }
.seo-article .sa-h2 {
  font-size: clamp(21px, 3.6vw, 26px); line-height: 1.5;
  margin: 40px 0 10px; font-weight: 800; color: var(--text-1);
}
.seo-article .sa-lead {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 15px; font-weight: 700; color: #0C6478;
  margin: 0 0 18px;
}
.seo-article .sa-close {
  text-align: center; font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 14.5px; font-weight: 700; color: var(--text-2); margin: 16px 0 0;
}

.illust-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.illust-card {
  background: #fff; border-radius: 18px; padding: 18px 14px 16px; text-align: center;
  box-shadow: 0 6px 18px rgba(14,116,144,0.07);
}
.illust-card .ic-art { display: block; margin: 0 auto 10px; }
.illust-card .ic-t {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 700; font-size: 14.5px; color: var(--text-1);
}
.illust-card .ic-d { font-size: 12px; color: var(--text-3); line-height: 1.7; margin-top: 4px; }

.axis-chips { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.axis-chip {
  background: #fff; border-radius: 14px; padding: 14px 6px 12px; text-align: center;
  box-shadow: 0 5px 14px rgba(14,116,144,0.06);
}
.axis-chip svg { color: #0E7490; display: block; margin: 0 auto 7px; }
.axis-chip .ax-n {
  font-family: 'Zen Maru Gothic', sans-serif; font-weight: 800;
  font-size: 11px; letter-spacing: 0.6px; color: #0C6478;
}
.axis-chip .ax-j { font-size: 12.5px; font-weight: 700; color: var(--text-1); margin-top: 1px; }
.axis-chip .ax-d { font-size: 10.5px; color: var(--text-3); line-height: 1.55; margin-top: 4px; }

.roadmap { position: relative; max-width: 560px; margin: 6px auto 0; }
.roadmap::before {
  content: ''; position: absolute; left: 26px; top: 14px; bottom: 22px;
  width: 3px; background: linear-gradient(#2BC8E4, #0E7490); border-radius: 2px;
}
.rm-item { position: relative; display: flex; gap: 16px; align-items: flex-start; padding: 8px 0 20px; }
.rm-badge {
  position: relative; z-index: 1; flex: 0 0 54px;
  width: 54px; height: 54px; border-radius: 50%;
  background: linear-gradient(160deg, #0E7490, #0891B2); color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif; font-weight: 800; font-size: 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(14,116,144,0.25), inset 0 0 0 2.5px rgba(255,255,255,0.35);
}
.rm-badge em { font-style: normal; font-size: 14px; letter-spacing: -0.5px; }
.rm-body { padding-top: 4px; }
.rm-body .rm-t {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 700; font-size: 15px; color: var(--text-1);
}
.rm-body .rm-d { font-size: 13px; color: var(--text-2); line-height: 1.75; margin-top: 3px; }

.check-line { font-size: 13.5px; color: var(--text-2); line-height: 2; }
.check-line svg { color: #0891B2; vertical-align: -2.5px; margin-right: 2px; }

.link-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.link-chips a {
  display: inline-block; background: #fff; border: 1.5px solid rgba(8,145,178,0.3);
  color: #0C6478; text-decoration: none; font-size: 12.5px; font-weight: 700;
  border-radius: 999px; padding: 7px 14px; transition: all 0.18s;
}
.link-chips a:hover { background: #ECF6F9; border-color: #0891B2; }

@media (max-width: 600px) {
  .illust-cards { grid-template-columns: 1fr; }
  .axis-chips { grid-template-columns: repeat(2, 1fr); }
  .axis-chip:last-child { grid-column: 1 / -1; }
}

/* ── 解説の自動視覚化 (design-v2-expl.js とセット) ── */
.v2-expl-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.v2-expl-list li {
  position: relative; padding-left: 20px;
  font-size: 14px; line-height: 1.75; color: var(--text-1, rgba(26,26,26,0.88));
  text-wrap: pretty;
}
.v2-expl-list li::before {
  content: ''; position: absolute; left: 2px; top: 0.6em;
  width: 8px; height: 8px; border-radius: 50%; background: #2BC8E4;
}
.v2-expl-p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--text-1, rgba(26,26,26,0.88)); }
mark.v2-mk {
  background: linear-gradient(transparent 60%, rgba(43,200,228,0.35) 60%);
  color: #0C6478; font-weight: 700; padding: 0 1px;
}
.v2-word-eq {
  display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap;
  gap: 10px; background: #fff; border-radius: 14px; padding: 12px 14px;
  margin: 0 0 12px; box-shadow: 0 3px 10px rgba(14,116,144,0.08);
}
.v2-we-word { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 22px; color: #0E7490; letter-spacing: -0.3px; }
.v2-we-eq { font-weight: 800; color: #7FD4E5; font-size: 16px; }
.v2-we-mean { font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 16px; color: var(--text-1, rgba(26,26,26,0.88)); }
