/* ============================================
   ECOLD FC LP - STYLESHEET v3
   カラーパレット:
   - Blue:  #00a0d2  (EcoldロゴC100M10Y10)
   - Green: #73a600  (C50M0Y100K10)
   - White: #ffffff
   フォント: Noto Serif JP（明朝体・威厳）
============================================ */
/* CSS変数 */
:root {
  --blue:  #00a0d2;
  --green: #73a600;
  --blue-dark:  #007fa8;
  --green-dark: #5a8200;
  --blue-light: #e8f5fb;
  --green-light: #eef6d6;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.9;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}
.pc-only { display: inline; }

/* ===== SECTION COMMONS ===== */
.section-white  { background: #fff;     padding: 88px 0; }
.section-light  { background: #f5f9fc;  padding: 88px 0; }
.section-accent { background: #00a0d2;  padding: 88px 0; }
.section-cta    { background: #00a0d2;  padding: 80px 0; }
.section-dark   { background: #0a2a3a;  padding: 88px 0; }

/* セクションラベル */
.section-label {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #00a0d2;
  border: 1.5px solid #00a0d2;
  padding: 3px 14px;
  margin-bottom: 18px;
}
.section-label.light {
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.section-label.green {
  color: #73a600;
  border-color: #73a600;
}

/* セクションタイトル */
.section-title {
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 700;
  line-height: 1.45;
  color: #0a1a2a;
  margin-bottom: 52px;
  letter-spacing: 0.03em;
}
.section-title.light { color: #fff; }
.section-title.green { color: #73a600; }

/* アクセントカラー */
.accent-green { color: #73a600; }
.accent-blue  { color: #00a0d2; }

/* ===== STICKY NAV ===== */
#sticky-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #00a0d2;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { height: 52px; width: auto; }
.nav-cta {
  background: #73a600;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 26px;
  letter-spacing: 0.08em;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: #5a8200; transform: translateY(-1px); }

/* ===== HERO ===== */
#hero {
  margin-top: 62px;
  width: 100%;
  line-height: 1;
  position: relative;
}
.hero-banner {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: unset;
  display: block;
}

/* ===== HERO HTML再現 ===== */
.hero-html {
  position: relative;
  width: 100%;
  min-height: 340px;
  background: url('../images/qyECLwWd.jpeg') center center / cover no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 48px 0 40px;
}

/* 波形レイヤー（背景画像使用時は非表示） */
.hero-wave-layer {
  display: none;
}
.hero-wave {
  display: none;
}

/* 日本地図ドット（背景画像に含まれるため非表示） */
.hero-japan-dots {
  display: none;
}

/* コンテンツ中央 */
.hero-html-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

/* FC加盟店募集バッジ */
.hero-badge {
  display: inline-block;
  background: linear-gradient(90deg, #00a0d2 0%, #73a600 100%);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 6px 28px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* メイン見出し */
.hero-headline {
  line-height: 1.15;
  margin-bottom: 16px;
  white-space: nowrap;
}
.hero-h-blue {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  color: #00557a;
  letter-spacing: 0.02em;
}
.hero-h-small {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 500;
  color: #1a2a3a;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 0 4px;
}
.hero-h-green {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  color: #4a8000;
  letter-spacing: 0.02em;
}

/* サブコピー（横線デコ） */
.hero-sub {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hero-sub-line {
  display: block;
  height: 1px;
  width: 60px;
  flex-shrink: 0;
}
.hero-sub-line.left  { background: linear-gradient(90deg, transparent, #00a0d2); }
.hero-sub-line.right { background: linear-gradient(90deg, #73a600, transparent); }
.hero-sub-text {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(14px, 1.8vw, 19px);
  font-weight: 500;
  color: #1a2a3a;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* 本文 */
.hero-body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(11px, 1.1vw, 13px);
  color: #3a4a5a;
  line-height: 1.85;
  margin-bottom: 24px;
  text-align: center;
}

/* 3ボタン */
.hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,160,210,0.2);
  border-radius: 10px;
  padding: 10px 22px 10px 10px;
  box-shadow: 0 2px 12px rgba(0,100,160,0.10);
}
.hero-btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}
.hero-btn-icon.blue  { background: #00a0d2; }
.hero-btn-icon.cyan  { background: #00bcd4; }
.hero-btn-icon.green { background: #73a600; }
.hero-btn-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hero-btn-label.blue  { color: #00557a; }
.hero-btn-label.cyan  { color: #007080; }
.hero-btn-label.green { color: #3a5a00; }

/* レスポンシブ */
@media (max-width: 760px) {
  .hero-html { min-height: 260px; padding: 36px 0 32px; }
  .hero-html-inner { padding: 0 20px; }
  .hero-headline { white-space: nowrap; font-size: 90%; }
  .hero-h-blue { font-size: clamp(28px, 8vw, 36px); }
  .hero-h-small { font-size: clamp(14px, 4vw, 18px); }
  .hero-h-green { font-size: clamp(28px, 8vw, 36px); }
  .hero-sub-line { width: 32px; }
  .hero-btns { gap: 10px; }
  .hero-btn { padding: 8px 16px 8px 8px; }
  .hero-btn-icon { width: 32px; height: 32px; font-size: 13px; }
  .hero-btn-label { font-size: 13px; }
  .hero-japan-dots { width: 30%; }
}
@media (max-width: 480px) {
  .hero-badge { font-size: 11px; padding: 5px 18px; }
  .hero-btns { flex-direction: column; align-items: center; }
}

/* ===== CATCH COPY ===== */
#catch {
  text-align: center;
  padding: 96px 0;
  background: #fff;
  border-bottom: 1px solid #e8edf0;
}
.catch-eyebrow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #73a600;
  margin-bottom: 20px;
  display: block;
}
.catch-title {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  color: #0a1a2a;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.catch-title .line-blue { color: #00a0d2; }
.catch-body {
  font-size: 17px;
  color: #3a4a5a;
  line-height: 2.1;
  max-width: 680px;
  margin: 0 auto;
}

/* ===== PAIN POINTS ===== */
.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid #dde8f0;
}
.pain-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: #fff;
  border-bottom: 1.5px solid #dde8f0;
  transition: background 0.18s;
}
.pain-item:last-child { border-bottom: none; }
.pain-item:hover { background: #f0f8fc; }
.pain-icon-wrap {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #e8f5fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #00a0d2;
  transition: background 0.18s, color 0.18s;
}
.pain-item:hover .pain-icon-wrap {
  background: #00a0d2;
  color: #fff;
}
.pain-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pain-head {
  font-size: 16px;
  font-weight: 700;
  color: #0a1a2a;
  letter-spacing: 0.02em;
}
.pain-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #7a8a9a;
  line-height: 1.6;
}
.pain-check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: #73a600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.pain-footer {
  margin-top: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0a1a2a;
  padding: 28px 36px;
  border: 2px solid #73a600;
  position: relative;
}
.pain-footer::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid #73a600;
  pointer-events: none;
}
.pain-footer strong { color: #73a600; }

/* ===== ABOUT ===== */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-text p {
  font-size: 16px;
  color: #3a4a5a;
  line-height: 2;
  margin-bottom: 22px;
}
.about-text strong { color: #0a1a2a; }
.about-numbers {
  display: flex;
  gap: 0;
  margin-top: 40px;
  border: 2px solid #00a0d2;
}
.num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  flex: 1;
  border-right: 2px solid #00a0d2;
  background: #fff;
}
.num-item:last-child { border-right: none; }
.num-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #00a0d2;
}
.num-value.red { color: #73a600; }
.num-unit {
  font-size: 14px;
  font-weight: 700;
  color: #00a0d2;
}
.num-value.red .num-unit { color: #73a600; }
.num-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #7a8a9a;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.05em;
}
.about-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border: none;
  box-shadow: 8px 8px 0 #00a0d2;
}

/* ===== JAPAN MAP ===== */
#map-section { background: #f0f6fa; padding: 88px 0; }
#map-section .section-label { color: #00a0d2; border-color: #00a0d2; }
#map-section .section-title { color: #0a1a2a; margin-bottom: 16px; }
.map-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #5a6a7a;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.map-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}

/* SVG地図コンテナ */
.japan-map-wrap {
  position: relative;
  background: rgba(0,160,210,0.06);
  border: 1px solid rgba(0,160,210,0.25);
  padding: 20px;
}
#japan-svg {
  width: 100%;
  height: auto;
  display: block;
}
#japan-svg path {
  fill: rgba(0,160,210,0.18);
  stroke: rgba(0,160,210,0.5);
  stroke-width: 0.5;
  transition: fill 0.2s;
}
#japan-svg path:hover { fill: rgba(0,160,210,0.35); }

/* 地図ピン */
.map-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  z-index: 10;
}
.map-pin svg {
  width: 22px;
  height: 28px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
  transition: transform 0.2s;
}
.map-pin:hover svg { transform: scale(1.3); }
.map-pin-label {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #00a0d2;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  padding: 3px 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.map-pin:hover .map-pin-label { opacity: 1; }

/* 施設リスト */
.map-list-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map-region {
  border-left: 3px solid #00a0d2;
  padding-left: 16px;
}
.map-region h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #00a0d2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.map-region ul { padding: 0; }
.map-region li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.map-count {
  background: #73a600;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 7px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}

/* ===== WHY ECOLD ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 2px solid #00a0d2;
}
.why-card {
  border-right: 2px solid #00a0d2;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.why-card:last-child { border-right: none; }
/* 画像満載カード */
.why-card-img {
  padding: 0;
  border-right: 2px solid #00a0d2;
}
.why-card-img:last-child { border-right: none; }
.why-card-img:hover { box-shadow: inset 0 0 0 3px #00a0d2; }
.why-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.why-card-img:hover .why-full-img { transform: scale(1.02); }

.why-num {
  font-size: 64px;
  font-weight: 700;
  color: rgba(0,160,210,0.12);
  line-height: 1;
  margin-bottom: 8px;
  transition: color 0.25s;
  font-family: 'Noto Serif JP', serif;
}
.why-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a1a2a;
  line-height: 1.5;
  margin-bottom: 14px;
  transition: color 0.25s;
}
.why-card p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #4a5a6a;
  line-height: 1.85;
  flex: 1;
  margin-bottom: 20px;
  transition: color 0.25s;
}
.why-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-top: auto;
  transition: opacity 0.25s;
}

/* Ecold LINKロゴ */
.ecold-link-logo {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}

/* ===== COMPLIANCE ===== */
.compliance-inner {
  border: 2px solid rgba(255,255,255,0.4);
  padding: 48px;
  position: relative;
}
.compliance-inner::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  pointer-events: none;
}
.compliance-top {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.compliance-icon {
  font-size: 52px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}
.compliance-top p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 2;
}
.compliance-top strong { color: #fff; font-weight: 700; }
.compliance-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}
.badge:hover { background: rgba(255,255,255,0.22); }

/* ===== PLANS ===== */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.plan-card {
  border: 2px solid #00a0d2;
  padding: 40px 32px;
  position: relative;
  background: #fff;
  transition: box-shadow 0.2s;
}
.plan-card:hover { box-shadow: 8px 8px 0 #00a0d2; }
.plan-card.featured {
  border-color: #73a600;
  background: #fff;
}
.plan-card.featured:hover { box-shadow: 8px 8px 0 #73a600; }

.plan-badge {
  position: absolute;
  top: -1px; right: 28px;
  background: #73a600;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  letter-spacing: 0.1em;
}
.plan-name {
  font-size: 22px;
  font-weight: 700;
  color: #0a1a2a;
  margin-bottom: 14px;
  padding-top: 8px;
}
.plan-card.featured .plan-name { color: #73a600; }
.plan-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #5a6a7a;
  line-height: 1.85;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e8f0;
}
.plan-features { margin-bottom: 28px; }
.plan-features li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #1a2a3a;
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #e0e8f0;
}
.plan-features li i { color: #00a0d2; flex-shrink: 0; }
.plan-card.featured .plan-features li i { color: #73a600; }

.plan-cost { background: #f5f9fc; padding: 20px; }
.plan-card.featured .plan-cost { background: #fff5f5; }
.cost-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed #dde5ed;
}
.cost-row:last-of-type { border-bottom: none; }
.cost-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #7a8a9a;
}
.cost-value {
  font-size: 24px;
  font-weight: 700;
  color: #0a1a2a;
}
.cost-value small {
  font-size: 12px;
  font-weight: 500;
  color: #7a8a9a;
}
.cost-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: #9aabb a;
  margin-top: 8px;
}
/* ===== PLANS COST BAR ===== */
.plans-cost-bar {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  margin-top: 36px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,100,160,0.10);
}
.pcb-block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 28px;
}
.pcb-left {
  background: #00a0d2;
}
.pcb-center {
  background: #0a2a3a;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 32px 24px;
}
.pcb-right {
  background: #73a600;
}
.pcb-icon {
  font-size: 32px;
  color: rgba(255,255,255,0.85);
  flex-shrink: 0;
  width: 48px;
  text-align: center;
}
.pcb-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pcb-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
.pcb-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}
.pcb-eyebrow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
}
.pcb-amount {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.pcb-unit {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  margin: 0 2px;
}
.pcb-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

@media (max-width: 760px) {
  .plans-cost-bar {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }
  .pcb-block { padding: 22px 24px; }
  .pcb-center { padding: 28px 24px; }
  .pcb-amount { font-size: 30px; }
}

/* ===== STEPS ===== */
/* フェーズバー */
.steps-phase-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 52px;
  border-radius: 6px;
  overflow: hidden;
}
.spb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.spb-item i { font-size: 16px; }
.spb-item.blue  { background: #00a0d2; }
.spb-item.red   { background: #73a600; }
.spb-item.dark  { background: #1a2a3a; }

/* タイムライン */
.steps-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.stl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.stl-circle {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.stl-circle.done { font-size: 20px; }
.phase-blue .stl-circle { background: #00a0d2; }
.phase-red  .stl-circle { background: #73a600; }
.phase-dark .stl-circle { background: #1a2a3a; }

.stl-line {
  width: calc(100% - 52px);
  height: 3px;
  position: absolute;
  top: 26px;
  left: calc(50% + 26px);
  z-index: 1;
}
.stl-line.hidden { display: none; }
.phase-blue .stl-line { background: linear-gradient(to right, #00a0d2, #b3dff0); }
.phase-red  .stl-line { background: linear-gradient(to right, #73a600, #c5e07a); }
.phase-dark .stl-line { background: linear-gradient(to right, #1a2a3a, #8a9aaa); }

.stl-card {
  margin-top: 20px;
  background: #fff;
  border: 1.5px solid #e0eaf2;
  border-radius: 6px;
  padding: 20px 12px;
  text-align: center;
  width: calc(100% - 16px);
  transition: box-shadow 0.18s, border-color 0.18s;
}
.stl-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.09);
}
.phase-blue .stl-card:hover { border-color: #00a0d2; }
.phase-red  .stl-card:hover { border-color: #73a600; }
.phase-dark .stl-card:hover { border-color: #1a2a3a; }

.stl-icon {
  font-size: 22px;
  margin-bottom: 10px;
}
.phase-blue .stl-icon { color: #00a0d2; }
.phase-red  .stl-icon { color: #73a600; }
.phase-dark .stl-icon { color: #1a2a3a; }

.stl-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0a1a2a;
  margin-bottom: 8px;
  line-height: 1.5;
}
.stl-card p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #7a8a9a;
  line-height: 1.7;
}

/* ===== VOICE ===== */
.voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.voice-card {
  border: 2px solid #e0eaf2;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.voice-card:hover {
  border-color: #00a0d2;
  box-shadow: 6px 6px 0 #00a0d2;
}
.voice-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
}
.voice-body { padding: 28px; }
.voice-quote {
  font-size: 36px;
  color: #00a0d2;
  line-height: 1;
  margin-bottom: 8px;
  font-family: Georgia, serif;
}
.voice-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4a5a6a;
  line-height: 1.9;
  margin-bottom: 18px;
}
.voice-profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a8a9a;
  letter-spacing: 0.08em;
  border-top: 1px solid #e0eaf2;
  padding-top: 14px;
}

/* ===== FAQ ===== */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 2px solid #e0eaf2;
}
.faq-item { border-bottom: 1px solid #e0eaf2; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1a2a;
  transition: background 0.2s;
}
.faq-question:hover { background: #f5f9fc; }
.faq-question.active {
  background: #00a0d2;
  color: #fff;
}
.faq-question.active .faq-icon { color: #fff; }
.faq-icon {
  flex-shrink: 0;
  font-size: 13px;
  color: #00a0d2;
  transition: transform 0.3s;
}
.faq-question.active .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer.open { max-height: 300px; }
.faq-answer p {
  padding: 20px 28px 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4a5a6a;
  line-height: 1.9;
  background: #f5f9fc;
  border-top: 1px solid #e0eaf2;
}

/* ===== CTA SECTION ===== */
.section-cta .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cta-side-img {
  width: 220px;
  height: auto;
  object-fit: unset;
  flex-shrink: 0;
  border: 3px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  align-self: center;
}
.cta-center { flex: 1; text-align: center; }
.cta-eyebrow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
  display: block;
}
.cta-title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.cta-body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 2;
  margin-bottom: 32px;
}
.btn-cta-large {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #00a0d2;
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 44px;
  letter-spacing: 0.05em;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-cta-large:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* ===== CONTACT ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 52px;
  align-items: start;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 7px;
  letter-spacing: 0.08em;
}
.required {
  background: #73a600;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  margin-left: 6px;
  font-family: 'Noto Sans JP', sans-serif;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ccdaec;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #1a2a3a;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00a0d2;
  box-shadow: 0 0 0 3px rgba(0,160,210,0.12);
}
.form-group input.error,
.form-group select.error { border-color: #73a600; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-check { margin-bottom: 24px; }
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #3a4a5a;
  user-select: none;
}
/* ネイティブcheckboxを非表示 */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
/* カスタムチェックボックス本体 */
.checkbox-label .custom-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #b8ccd8;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
/* レ点（未チェック時は非表示） */
.checkbox-label .custom-check::after {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
  transition: opacity 0.15s;
}
/* チェック時のスタイル */
.checkbox-label input[type="checkbox"]:checked + .custom-check {
  background: #00a0d2;
  border-color: #00a0d2;
}
.checkbox-label input[type="checkbox"]:checked + .custom-check::after {
  opacity: 1;
}
/* フォーカス時のアウトライン */
.checkbox-label input[type="checkbox"]:focus-visible + .custom-check {
  outline: 3px solid rgba(0,160,210,0.4);
  outline-offset: 2px;
}
.privacy-link {
  color: #00a0d2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.privacy-link:hover {
  color: #0080aa;
}
.btn-submit {
  width: 100%;
  background: #73a600;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
  padding: 18px;
  letter-spacing: 0.08em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background 0.2s, transform 0.15s;
}
.btn-submit:hover { background: #5a8200; transform: translateY(-1px); }
.btn-submit:disabled { background: #aaa; cursor: not-allowed; transform: none; }

.form-success {
  text-align: center;
  padding: 60px 30px;
  border: 2px solid #00a0d2;
}
.form-success i { font-size: 52px; color: #00a0d2; margin-bottom: 20px; display: block; }
.form-success h3 { font-size: 22px; font-weight: 700; color: #0a1a2a; margin-bottom: 10px; }
.form-success p { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; color: #7a8a9a; }
.hidden { display: none !important; }

/* Contact info sidebar */
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  border: 2px solid #e0eaf2;
  padding: 28px;
  background: #f5f9fc;
}
.contact-info-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0a1a2a;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.contact-info-card h3 i { color: #00a0d2; }
.contact-tel {
  font-size: 30px;
  font-weight: 700;
  color: #00a0d2;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.contact-hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #7a8a9a;
}
.contact-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #5a6a7a;
  background: #f0f7ff;
  border-left: 3px solid #00a0d2;
  padding: 10px 14px;
  margin-top: 10px;
  border-radius: 0 4px 4px 0;
  line-height: 1.9;
  display: block;
}
.contact-note i {
  color: #00a0d2;
  font-size: 13px;
  margin-right: 5px;
}
.contact-note strong {
  color: #00a0d2;
  white-space: nowrap;
}
.contact-info-card ul { display: flex; flex-direction: column; gap: 10px; }
.contact-info-card li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #3a4a5a;
  display: flex; align-items: center; gap: 8px;
}
.contact-info-card li i { color: #00a0d2; }

/* ===== SCHEDULE (候補日) ===== */
.schedule-section {
  background: #f4f9ff;
  border: 1.5px solid #b8ddf0;
  border-radius: 12px;
  padding: 20px 24px 18px;
}
.schedule-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a2a3a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.schedule-label i {
  color: #00a0d2;
  font-size: 16px;
}
.optional {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  background: #9ab8cc;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 4px;
}
.schedule-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #7a8a9a;
  margin: 6px 0 14px;
}
.schedule-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schedule-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.schedule-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #00a0d2;
  background: #e0f3fb;
  border-radius: 20px;
  padding: 3px 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
/* 日付テキスト入力 */
.schedule-date-input {
  flex: 1;
  min-width: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #1a2a3a;
  border: 1.5px solid #c8d8e8;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  height: 46px;
  box-sizing: border-box;
}
.schedule-date-input::placeholder {
  color: #aabccc;
}
.schedule-date-input:focus {
  border-color: #00a0d2;
  box-shadow: 0 0 0 3px rgba(0,160,210,0.10);
}
/* 時間帯 */
.schedule-time {
  flex: 0 0 172px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #1a2a3a;
  border: 1.5px solid #c8d8e8;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  cursor: pointer;
  height: 46px;
  box-sizing: border-box;
}
.schedule-time:focus {
  border-color: #00a0d2;
  box-shadow: 0 0 0 3px rgba(0,160,210,0.10);
}
@media (max-width: 640px) {
  .schedule-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .schedule-num {
    width: 100%;
  }
  .schedule-date-input {
    flex: 1 1 auto;
  }
  .schedule-time {
    flex: 0 0 100%;
  }
}

/* ===== IMAGE MODAL ===== */
.zoomable {
  cursor: zoom-in;
  transition: opacity 0.2s;
}
.zoomable:hover {
  opacity: 0.88;
}
.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.img-modal.is-open {
  display: flex;
}
.img-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 32, 0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: zoom-out;
}
.img-modal-content {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalZoomIn 0.22s cubic-bezier(0.34, 1.3, 0.64, 1) both;
}
@keyframes modalZoomIn {
  from { transform: scale(0.82); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.img-modal-content img {
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  cursor: zoom-out;
  display: block;
}
.img-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.15s;
  backdrop-filter: blur(4px);
}
.img-modal-close:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}
/* タップヒント（モバイル） */
@media (max-width: 760px) {
  .zoomable {
    position: relative;
  }
}

/* ===== FOOTER ===== */
#footer {
  background: #0a1a2a;
  padding: 48px 0;
  text-align: center;
  border-top: 4px solid #00a0d2;
}
.footer-logo {
  height: 52px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 24px;
}
.footer-copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.08em;
}

/* ===== SCROLL ANIMATION ===== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .about-layout,
  .map-layout,
  .contact-layout { grid-template-columns: 1fr; }

  .why-grid  { grid-template-columns: 1fr; }
  .why-card  { border-right: none; border-bottom: 2px solid #00a0d2; }
  .why-card:last-child { border-bottom: none; }
  .plans-grid { grid-template-columns: 1fr; }
  .voice-grid { grid-template-columns: 1fr; }

  .section-cta .container { flex-direction: column; }
  .cta-side-img { width: 80%; max-width: 320px; height: auto; margin: 0 auto; }
  .cta-side-img.right { display: none; }

  .about-image img { height: 240px; }
  .pc-only { display: none; }

  .map-layout { grid-template-columns: 1fr; }
  .japan-map-wrap { display: none; }

  /* steps */
  .steps-timeline { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .steps-phase-bar { grid-template-columns: 1fr; gap: 3px; border-radius: 4px; }
  .stl-line { display: none; }
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .about-numbers { flex-direction: column; }
  .num-item { border-right: none; border-bottom: 2px solid #00a0d2; }
  .num-item:last-child { border-bottom: none; }
  .compliance-top { flex-direction: column; gap: 16px; }
  .nav-cta { font-size: 12px; padding: 8px 14px; }
  .section-white, .section-light, .section-accent,
  .section-cta, .section-dark { padding: 60px 0; }
  .steps-timeline { grid-template-columns: 1fr; }
  .stl-line { display: none; }
  .pain-item { padding: 16px 18px; gap: 14px; }
  .pain-head { font-size: 14px; }
}

/* ===== PLAN IMAGE BLOCKS ===== */
.plans-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.plan-img-block {
  position: relative;
  border: 2px solid #e0e8f0;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.plan-img-block:hover { box-shadow: 6px 6px 0 #00a0d2; }
.plan-img-block:first-child { border-color: #73a600; }
.plan-img-block:first-child:hover { box-shadow: 6px 6px 0 #73a600; }
.plan-full-img {
  width: 100%;
  height: auto;
  display: block;
}
.plan-img-label {
  position: absolute;
  top: 12px; left: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: 2px;
}
.plan-img-label.recommend {
  background: #73a600;
  color: #fff;
}
.plan-img-caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #5a6a7a;
  padding: 10px 14px;
  background: #f5f9fc;
  border-top: 1px solid #e0e8f0;
  line-height: 1.6;
}
.plans-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #3a4a5a;
  line-height: 1.9;
  margin-bottom: 40px;
  text-align: center;
}

/* ===== MAP REGION NOTE ===== */
.map-region-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin: 24px 0 12px;
}
.map-region-note span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #1a2a3a;
  display: flex;
  align-items: center;
  gap: 6px;
}
.map-region-note span i { color: #73a600; }
.map-full-img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0,100,160,0.10);
}

/* ===== STEPS IMAGES ===== */
.steps-imgs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
  align-items: start;
}
.steps-img-block {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0,100,160,0.10);
}
.steps-full-img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

@media (max-width: 760px) {
  .plans-imgs { grid-template-columns: 1fr; }
  .steps-imgs-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }
}
