/* ===========================
   CSS カスタムプロパティ
   =========================== */
:root {
  --header-height: 78px;
  --header-height-sp: 64px;
  --primary: #0277bd; /* クリーンブルー */
  --primary-dark: #01579b;
  --primary-light: #e1f5fe;
  --accent: #00bcd4; /* シアン（清潔感） */
  --accent-light: #e0f7fa;
  --cta: #ff6f00; /* アンバー（CTA） */
  --cta-hover: #e65100;
  --text-dark: #1a1a2e;
  --text-mid: #444;
  --text-light: #777;
  --bg-white: #ffffff;
  --bg-gray: #f7f9fc;
  --bg-lightblue: #edf4fb;
  --border: #d0e4f2;
  --success: #2e7d32;
  --warning: #f57f17;
  --font: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  --accent-mid: #0288d1;
  --bg-soft: #f0f7fc;
  --bg-red-light: #fff5f5;
  --ac-primary: var(--primary);
  --ac-primary-dark: var(--primary-dark);
  --ac-accent: var(--cta);
  --ac-accent-dark: var(--cta-hover);
  --ac-text: var(--text-dark);
  --ac-text-sub: var(--text-mid);
  --ac-text-light: var(--text-light);
  --ac-border: #b3e5fc;
  --ac-shadow: 0 4px 20px rgba(2, 119, 189, 0.12);
  --ac-bg-green: var(--primary-light);
  --ac-bg-orange: #fff3e0;
  --ac-bg-yellow: #fffbe7;
  --ac-bg-light: var(--bg-gray);
  --ac-radius: 10px;
}

body {
  font-family: var(--font);
  color: var(--text-dark);
  line-height: 1.7;
  background: var(--bg-white);
}

/* ===========================
   ユーティリティ
   =========================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.text-center {
  text-align: center;
}
.section {
  padding: 72px 0;
}
.section-alt {
  background: var(--bg-gray);
}
.section--alt {
  background: var(--bg-gray);
}
.section-blue {
  background: var(--primary-light);
}

.section-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  text-align: center;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.section-title:not(.airflow-title) span {
  color: var(--cta);
}
.section-subtitle {
  text-align: center;
  color: var(--text-mid);
  font-size: 15px;
  margin-bottom: 48px;
}
.section-label {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: clamp(14px, 2.5vw, 36px);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 24px;
  border-radius: 100px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .season-banner {
    margin-top: var(--header-height-sp);
    padding: 10px 12px;
  }
  .season-banner p {
    font-size: 12px;
    line-height: 1.45;
  }

  .section-label {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(11px, 2.7vw + 6px, 26px);
    line-height: 1.25;
    letter-spacing: 0.03em;
    padding: 8px 12px 10px;
  }
}
.section-sub {
  font-size: 15px;
  color: var(--ac-text-sub);
  margin-bottom: 36px;
}
.airflow-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: bold;
  color: var(--ac-text);
  line-height: 1.4;
  margin-bottom: 12px;
}
.section-title-accent {
  color: var(--cta);
}
.tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.tag-accent {
  background: var(--cta);
}
.tag-cyan {
  background: var(--accent);
}

/* ===========================
   固定ヘッダー（エアコンLPレイアウト・HC配色）
   =========================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  backdrop-filter: blur(8px);
  height: var(--header-height);
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(2, 87, 155, 0.12);
  color: var(--primary-dark);
}
.header-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-shrink: 1;
  text-decoration: none;
  color: inherit;
}
.logo-img {
  display: block;
  width: auto;
  height: 44px;
  flex-shrink: 0;
}
.logo-name-accent {
  color: var(--primary);
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-shrink: 0;
  min-width: 0;
}
.header-btn {
  display: block;
  line-height: 0;
}
.header-btn picture {
  display: block;
  line-height: 0;
}
.header-btn--tel {
  flex-shrink: 0;
  position: relative;
}
.header-tel__wide {
  display: block;
  position: relative;
  line-height: 0;
}
.header-btn--tel picture.header-tel__narrow {
  display: none;
}
.header-tel__bg {
  display: block;
  height: 64px;
  width: auto;
  max-width: 100%;
}
.header-tel__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 0 clamp(6px, 1.2vw, 14px);
  box-sizing: border-box;
  pointer-events: none;
}
.header-tel__cluster {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, 0.35vw, 7px);
  min-width: 0;
}
.header-tel__icon {
  display: block;
  font-size: clamp(16px, 1.45vw, 24px);
  color: #fff;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.22));
}
.header-tel__label {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: clamp(12px, 1.15vw, 18px);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.25),
    0 0 1px rgba(0, 0, 0, 0.15);
}
.header-btn--tel picture img {
  display: block;
  height: 64px;
  width: auto;
  max-width: 100%;
}
.header-btn--mail {
  flex-shrink: 0;
}
.header-btn--mail img {
  display: block;
  height: 64px;
  width: auto;
}

/* 緊急／告知バナー */
.campaign-banner {
  display: none;
}

/* ===========================
   ヒーローセクション
   =========================== */
/* ===== SEASONAL BANNER ===== */
.season-banner {
  margin-top: var(--header-height);
  background: #fffbeb;
  border-top: 2px solid #f59e0b;
  border-bottom: 2px solid #f59e0b;
  padding: 12px 0;
  text-align: center;
}
.season-banner p {
  font-size: 13px;
  color: #744210;
  font-weight: bold;
  margin: 0;
  padding: 0 16px;
  line-height: 1.5;
}
.season-banner span {
  display: inline-block;
  background: #f59e0b;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: bold;
}

.hero {
  background: none;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0;
  font-size: 0;
}
.hero-fv {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  margin: 0;
  font-size: 1rem;
}
.hero-fv img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  backdrop-filter: blur(4px);
}
.hero-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 18px;
}
.hero-title .highlight {
  display: inline;
  background: linear-gradient(90deg, #fff176, #ffd54f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.8;
}

/* 価格ボックス */
.hero-price-box {
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 28px;
  backdrop-filter: blur(6px);
}
.hero-price-box .price-label {
  font-size: 12px;
  color: #b3e5fc;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.hero-price-box .price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.hero-price-box .price-from {
  font-size: 14px;
  color: #fff;
}
.hero-price-box .price-num {
  font-size: 46px;
  font-weight: 900;
  color: #ffd54f;
  line-height: 1;
}
.hero-price-box .price-yen {
  font-size: 20px;
  color: #ffd54f;
  font-weight: 700;
}
.hero-price-box .price-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--cta);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 18px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(255, 111, 0, 0.5);
}
.btn-primary:hover {
  background: var(--cta-hover);
  transform: translateY(-2px);
}
.btn-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 16px 28px;
  border-radius: 8px;
  transition: all 0.2s;
}
.btn-tel:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn-tel .tel-small {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.8;
}
.hero-receipt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* ヒーロー画像プレースホルダー */
.hero-image-area {
  aspect-ratio: 4/3;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
  gap: 10px;
  backdrop-filter: blur(4px);
}
.hero-image-area .img-icon {
  font-size: 48px;
}

/* ===========================
   CTAバー（画像ボタン・害虫LPと同構造）
   =========================== */
.trust-bar {
  background: #fff;
  padding: 28px 0 24px;
}
.trust-cta-panel {
  border: 4px solid var(--primary-dark);
  background: #fff;
  padding: 18px 18px 22px;
}
.trust-cta-title {
  color: var(--primary-dark);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
}
.trust-cta-title__br {
  display: none;
}
.trust-cta-actions {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}
.btn_mail,
.btn_tel {
  position: relative;
  flex: 1 1 0;
  max-width: 540px;
  min-width: 0;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.btn_mail:hover,
.btn_tel:hover {
  transform: translateY(-2px);
}
.btn_mail {
  display: block;
  line-height: 0;
}
.btn_mail img {
  display: block;
  width: 100%;
  height: auto;
}
.btn_tel {
  display: block;
  align-self: stretch;
}
.btn_tel__bg {
  display: block;
  width: 100%;
  height: auto;
}
.btn_tel__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 0 clamp(8px, 2.2vw, 22px);
  box-sizing: border-box;
  pointer-events: none;
}
.btn_tel__cluster {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 16px);
  min-width: 0;
}
.btn_tel__icon {
  display: block;
  font-size: clamp(20px, 5.8vw, 34px);
  color: #fff;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.22));
}
.btn_tel__label {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(17px, 3.1vw, 34px);
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  pointer-events: none;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.25),
    0 0 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 769px) {
  .btn_tel__cluster {
    gap: clamp(2px, 0.35vw, 7px);
  }
}

/* ===========================
   REASONS BAR（エアコンLPと同型・4枚バナー）
   =========================== */
.numbers-bar {
  background: #fffae4;
  padding: 28px 0 32px;
}
.numbers-grid--reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.reasons-bar-item {
  display: block;
}
.reasons-bar-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===========================
   お悩みセクション（番号付きカード）
   =========================== */
.section--problem {
  background: var(--bg-red-light);
}
.section-sub--problem-lead {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.85;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  margin-bottom: 32px;
  counter-reset: problem-step;
}
.problem-card {
  counter-increment: problem-step;
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(198, 40, 40, 0.16);
  border-radius: 16px;
  padding: 48px 20px 22px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.problem-card::before {
  content: counter(problem-step, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary);
  opacity: 0.5;
  line-height: 1;
}
.problem-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(198, 40, 40, 0.12);
}
/* 16:9 固定・画像は cover（害虫LPと同型） */
.pest-icon {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
}
.pest-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.problem-card > .pest-icon {
  margin-bottom: 14px;
  border: 1px solid rgba(198, 40, 40, 0.12);
}
.problem-card .prob-text {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.problem-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
  flex-wrap: wrap;
}
.problem-connector::before,
.problem-connector::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: min(140px, 26vw);
  background: linear-gradient(90deg, transparent, rgba(198, 40, 40, 0.28));
}
.problem-connector::after {
  background: linear-gradient(90deg, rgba(198, 40, 40, 0.28), transparent);
}
.problem-connector__label {
  font-size: 12px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.14em;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid rgba(198, 40, 40, 0.22);
  border-radius: 100px;
}
.problem-solution {
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary) 55%,
    #0288d1 100%
  );
  color: #fff;
  border-radius: 16px;
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 44px);
  text-align: center;
  box-shadow: 0 12px 40px rgba(1, 87, 155, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.problem-solution .sol-title {
  font-size: clamp(19px, 2.8vw, 26px);
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.45;
}
.problem-solution .sol-title span {
  color: #ffd54f;
}
.problem-solution .sol-sub {
  margin: 0 auto;
  max-width: 38em;
  font-size: clamp(14px, 1.55vw, 16px);
  font-weight: 500;
  opacity: 0.96;
  line-height: 1.85;
}
@media (max-width: 991px) and (min-width: 521px) {
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===========================
   選ばれる理由
   =========================== */
.reason-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.reason-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  border-left: 5px solid var(--primary);
  transition: transform 0.2s;
}
.reason-item:hover {
  transform: translateY(-2px);
}
.reason-item:nth-child(2) {
  border-left-color: var(--accent);
}
.reason-item:nth-child(3) {
  border-left-color: var(--cta);
}
.reason-item:nth-child(4) {
  border-left-color: var(--success);
}
.reason-num {
  width: 72px;
  height: 72px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  gap: 2px;
  flex-shrink: 0;
}
.reason-item:nth-child(2) .reason-num {
  background: var(--accent);
}
.reason-item:nth-child(3) .reason-num {
  background: var(--cta);
}
.reason-item:nth-child(4) .reason-num {
  background: var(--success);
}
.reason-num .rn-big {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.reason-content .reason-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  background: var(--primary-light);
  color: var(--primary-dark);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.reason-item:nth-child(2) .reason-tag {
  background: var(--accent-light);
  color: #006064;
}
.reason-item:nth-child(3) .reason-tag {
  background: #fff3e0;
  color: #e65100;
}
.reason-item:nth-child(4) .reason-tag {
  background: #e8f5e9;
  color: #1b5e20;
}
.reason-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}
.reason-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.8;
}

/* ===========================
   1社専任セクション（差別化）
   =========================== */
.exclusive-section {
  background: linear-gradient(135deg, #01579b 0%, #0288d1 100%);
  padding: 72px 0;
}
.exclusive-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.exclusive-title {
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.5;
}
.exclusive-title span {
  color: #ffd54f;
}
.exclusive-sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin-bottom: 44px;
  line-height: 1.8;
}
.exclusive-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.exclusive-feature {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.exclusive-feature__icon {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}
.exclusive-feature__body {
  min-width: 0;
}
.exclusive-feature__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.45;
}
.exclusive-feature__text {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.compare-table th {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
.compare-table th:first-child {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  width: 34%;
  text-align: left;
}
.compare-table th.col-other {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.compare-table th.col-us {
  background: var(--cta);
  color: #fff;
}
.compare-table td {
  padding: 14px 20px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.compare-table td:first-child {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-align: left;
}
.compare-table td.col-other {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}
.compare-table td.col-us {
  background: rgba(255, 111, 0, 0.1);
  color: #ffd54f;
  font-weight: 700;
}
.check-yes {
  color: #4caf50;
  font-size: 20px;
}
.check-no {
  color: #ef5350;
  font-size: 20px;
}

/* ===========================
   サービスメニュー＆料金
   =========================== */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.menu-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s;
}
.menu-card:hover {
  transform: translateY(-3px);
}
.menu-card-header {
  background: var(--primary);
  color: #fff;
  padding: 18px 16px;
  text-align: center;
}
/* お悩みと同型 16:9 + cover（.pest-icon 内の img を差し替え） */
.menu-card-header .pest-icon {
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-card-header .menu-name {
  font-size: 16px;
  font-weight: 800;
}
.menu-card-body {
  padding: 20px 16px;
}
.menu-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}
.menu-price-from {
  font-size: 13px;
  color: var(--text-mid);
}
.menu-price-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--primary);
}
.menu-price-yen {
  font-size: 16px;
  color: var(--primary);
  font-weight: 700;
}
.menu-price-tax {
  font-size: 12px;
  color: var(--text-light);
}
.menu-desc {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.7;
  text-align: center;
}
.menu-note {
  background: var(--bg-lightblue);
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--primary-dark);
  line-height: 1.7;
  text-align: center;
}

/* 料金表 */
.price-table-wrap {
  overflow-x: auto;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.price-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
  text-align: left;
}
.price-table th:nth-child(2) {
  text-align: center;
}
.price-table th:nth-child(3) {
  text-align: center;
}
.price-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.price-table td:nth-child(2),
.price-table td:nth-child(3) {
  text-align: center;
  font-weight: 700;
  color: var(--primary-dark);
}
.price-table tr:last-child td {
  border-bottom: none;
}
.price-table tr:nth-child(even) {
  background: var(--bg-gray);
}

/* ===========================
   ビフォーアフター
   =========================== */
.section--before-after {
  background: linear-gradient(180deg, var(--primary-light) 0%, #fff 38%);
}
.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ba-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 4px 6px rgba(2, 87, 155, 0.04),
    0 12px 32px rgba(2, 87, 155, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.ba-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 12px rgba(2, 87, 155, 0.06),
    0 20px 48px rgba(2, 87, 155, 0.12);
}
.ba-area {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.ba-connector {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(2, 119, 189, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 15px;
  border: 3px solid var(--primary-light);
}
.ba-img-block {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 140px;
  background: #d8e5ef;
  overflow: hidden;
}
.ba-img-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.06) 45%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.ba-img-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ba-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 5px 10px;
  border-radius: 6px;
  line-height: 1;
}
.ba-before .ba-badge {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.95);
}
.ba-after .ba-badge {
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary-dark);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.ba-img-block .ba-img-icon {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.ba-img-caption {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.92;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.ba-info {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #fafcfe 0%, #fff 100%);
}
.ba-info .ba-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  padding-left: 12px;
  border-left: 4px solid var(--accent);
  color: var(--text-dark);
  line-height: 1.35;
}
.ba-info .ba-desc {
  margin: 0;
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.75;
}

/* ===== FLOW (timeline) ===== */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 40px auto 0;
  max-width: 640px;
  padding: 0 4px;
  list-style: none;
}
.flow-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0 22px;
  padding-bottom: 8px;
  position: relative;
}
.flow-step:not(:last-child) {
  padding-bottom: 28px;
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 54px;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    var(--primary) 0%,
    rgba(2, 119, 189, 0.15) 85%,
    transparent 100%
  );
  z-index: 0;
}
.flow-step-track {
  display: flex;
  justify-content: center;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}
.flow-step-num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 14px rgba(2, 119, 189, 0.4);
  flex-shrink: 0;
}
.flow-step-num--check {
  background: linear-gradient(145deg, var(--cta), var(--cta-hover));
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(255, 111, 0, 0.45);
}
.flow-step-body {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px 20px;
  border: 1px solid #b3d4f5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.flow-step-body--complete {
  border-color: rgba(255, 111, 0, 0.35);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 111, 0, 0.12);
}
.flow-step-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b3d4f5;
}
.flow-step-label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin: 0;
}
.flow-step-time {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 10px 16px;
  border-radius: 12px;
  background: #e3f2fd;
  border: 1px solid #90caf9;
  min-width: 7.5rem;
  box-sizing: border-box;
}
.flow-step-time__value {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: var(--primary-dark);
  line-height: 1.25;
}
.flow-step-time--complete {
  background: #fff5f0;
  border-color: rgba(255, 111, 0, 0.45);
}
.flow-step-time--complete .flow-step-time__value {
  color: var(--cta-hover);
  font-size: 18px;
}
.flow-step-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px;
  color: var(--text-dark);
  line-height: 1.35;
}
.flow-step-desc {
  margin: 0;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.75;
}
.flow-step--complete .flow-step-label {
  color: var(--cta-hover);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: var(--ac-shadow);
  border: 1px solid var(--ac-border);
}
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--ac-border);
  background: #f1f5f9;
}
.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-meta strong {
  font-size: 14px;
  color: var(--ac-text);
  display: block;
}
.review-meta span {
  font-size: 12px;
  color: var(--ac-text-light);
}
.review-stars {
  color: #ffb300;
  font-size: 15px;
  margin-bottom: 10px;
}
.review-text {
  font-size: 13px;
  color: var(--ac-text-sub);
  line-height: 1.8;
  margin: 0 0 8px;
}
.review-tag {
  display: inline-block;
  background: var(--ac-bg-green);
  color: var(--primary);
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 100px;
  margin-top: 10px;
}
.reviews-summary {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--ac-bg-yellow);
  border-radius: 14px;
  padding: 20px 32px;
  flex-wrap: wrap;
}
.reviews-summary-item {
  text-align: center;
}
.reviews-summary-val {
  font-size: clamp(18px, 4vw, 32px);
  font-weight: bold;
  color: var(--primary);
  line-height: 1;
}
.reviews-summary-label {
  font-size: 12px;
  color: var(--ac-text-sub);
  margin-top: 4px;
}
.stars {
  color: #ffb300;
  font-size: 15px;
  margin-bottom: 10px;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviewer-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.reviewer-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
}
.reviewer-info {
  font-size: 12px;
  color: var(--text-light);
}

/* ===========================
   FAQ
   =========================== */
.faq-list {
  max-width: 800px;
  margin: 32px auto 0;
}
.faq-item {
  border: 1px solid var(--ac-border);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(2, 119, 189, 0.08);
}
.faq-q {
  margin: 0;
  padding: 18px 20px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 14px;
  color: var(--ac-text);
}
.faq-q-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.faq-q-icon {
  width: 28px;
  height: 28px;
  background: var(--ac-primary);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  flex-shrink: 0;
}
.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 20px 18px;
  margin: 0;
  border-top: 1px solid var(--ac-border);
  padding-top: 16px;
}
.faq-a-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(145deg, var(--ac-accent), var(--ac-accent-dark));
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  flex-shrink: 0;
}
.faq-a-text {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: var(--ac-text-sub);
  line-height: 1.8;
}

/* ===========================
   クロージングCTA（パネル型）
   =========================== */
.closing-cta {
  background: #fff;
  padding: 28px 0 40px;
  text-align: center;
}
.closing-cta-panel {
  margin: 0 auto;
}
.closing-cta-title {
  margin-bottom: 12px;
  color: var(--primary-dark);
  font-size: clamp(20px, 3.2vw, 34px);
  font-weight: bold;
  line-height: 1.35;
}
.closing-cta-accent {
  color: var(--cta);
}
.closing-sub {
  color: var(--ac-text-sub);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto 20px;
  max-width: 520px;
  text-align: center;
}
.closing-cta-actions {
  margin-bottom: 0;
}
.closing-points {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--ac-border);
}
.closing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 3.2vw, 14px);
  letter-spacing: 0.02em;
  padding: 9px 18px;
  border-radius: 100px;
  white-space: nowrap;
  line-height: 1.25;
}
.urgency-badge {
  display: inline-block;
  background: rgba(255, 111, 0, 0.12);
  border: 1px solid rgba(255, 111, 0, 0.45);
  color: var(--cta-hover);
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.closing-note {
  font-size: 13px;
  color: var(--ac-text-sub);
  margin-top: 20px;
  margin-bottom: 0;
}
/* 旧CTAボタン（他で流用する場合） */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.btn-cta-main {
  background: var(--cta);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 22px 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(255, 111, 0, 0.5);
  transition: all 0.2s;
  text-decoration: none;
}
.btn-cta-main:hover {
  background: var(--cta-hover);
  transform: translateY(-2px);
}
.btn-cta-tel {
  background: transparent;
  border: 2.5px solid var(--primary);
  color: var(--primary-dark);
  font-size: 22px;
  font-weight: 900;
  padding: 20px 36px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-cta-tel:hover {
  background: var(--primary-light);
}
.btn-cta-tel .tel-sub {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
}
.closing-cta .cta-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 12px;
  line-height: 1.45;
}
.closing-cta .cta-title span {
  color: var(--cta);
}
.closing-cta .cta-sub {
  color: var(--text-mid);
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.8;
}
.cta-note {
  font-size: 13px;
  color: var(--ac-text-sub);
}

/* ===========================
   フッター
   =========================== */
footer {
  background: #060e1a;
  color: rgba(255, 255, 255, 0.5);
  padding: 40px 0 24px;
  font-size: 13px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.footer-logo {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-logo span {
  color: var(--accent);
}
.footer-desc {
  font-size: 12px;
  line-height: 1.8;
  max-width: 280px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer-links li a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ===========================
   レスポンシブ
   =========================== */
@media (max-width: 768px) {
  .hero {
    padding: 0;
    background: none;
  }
  .hero-inner {
    padding: 0;
    max-width: none;
    min-width: 0;
  }
  .hero-fv {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-fv img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .numbers-grid--reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .exclusive-section {
    padding: 48px 0 52px;
  }
  .exclusive-inner {
    padding: 0 16px;
  }
  .exclusive-sub {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .exclusive-features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 4px;
  }
  .exclusive-feature {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 16px 16px;
  }
  .exclusive-feature__icon {
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1;
  }
  .exclusive-feature__title {
    font-size: clamp(15px, 4.1vw, 17px);
    margin-bottom: 4px;
    line-height: 1.4;
  }
  .exclusive-feature__text {
    font-size: 13px;
    line-height: 1.65;
  }
  .trust-bar {
    padding: 20px 0 18px;
  }
  .closing-cta {
    padding: 20px 0 24px;
  }
  .trust-cta-panel {
    border-width: 3px;
    padding: 16px 12px 18px;
  }
  .trust-cta-title {
    margin-bottom: 14px;
    font-size: clamp(16px, 4.2vw, 22px);
  }
  .trust-cta-title__br {
    display: block;
  }
  .trust-cta-actions {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .btn_mail,
  .btn_tel {
    max-width: none;
    width: 100%;
  }
  .btn_tel__label {
    font-size: clamp(24px, 7vw, 34px);
  }
  header {
    height: var(--header-height-sp);
    min-height: unset;
    padding: 0;
  }
  .header-inner {
    padding: 0 12px;
  }
  .logo {
    flex-shrink: 1;
    min-width: 0;
    max-width: 52%;
  }
  .logo-img {
    height: 34px;
  }
  .header-right {
    flex: 0 1 auto;
    min-width: 0;
    gap: 4px;
    max-width: 60%;
    align-items: center;
    justify-content: flex-end;
  }
  .header-btn--tel,
  .header-btn--mail {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-tel__wide {
    display: none;
  }
  .header-btn--tel picture.header-tel__narrow {
    display: block;
    line-height: 0;
  }
  .header-btn--tel picture {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .header-btn--tel picture img {
    width: auto;
    height: clamp(38px, 12vw, 48px);
    max-width: min(42vw, 132px);
    max-height: clamp(38px, 12vw, 48px);
    object-fit: contain;
    object-position: center;
  }
  .header-btn--mail img {
    display: block;
    width: auto;
    height: clamp(38px, 12vw, 48px);
    max-width: min(42vw, 132px);
    max-height: clamp(38px, 12vw, 48px);
    object-fit: contain;
    object-position: center;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .reason-item {
    grid-template-columns: 1fr;
  }
  .reason-num {
    width: 54px;
    height: 54px;
  }
  .reason-num .rn-big {
    font-size: 18px;
  }
  .flow-step-meta {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
  }
  .flow-step-title {
    width: 100%;
    text-align: left;
  }
  .flow-step-desc {
    text-align: left;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .ba-grid {
    grid-template-columns: 1fr;
  }
  .section--before-after {
    background: var(--bg-gray);
  }
  .ba-connector {
    width: 36px;
    height: 36px;
    font-size: 13px;
    border-width: 2px;
  }
  .ba-img-block {
    min-height: 120px;
  }
  .compare-table {
    font-size: 12px;
  }
  .compare-table th,
  .compare-table td {
    padding: 10px 12px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-cta-main,
  .btn-cta-tel {
    width: 100%;
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .closing-points {
    flex-direction: column;
    align-items: stretch;
  }
  .closing-pill {
    justify-content: center;
  }

  .flow-steps {
    margin-top: 32px;
    padding: 0;
  }
  .flow-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0 14px;
  }
  .flow-step:not(:last-child)::after {
    left: 19px;
    top: 50px;
  }
  .flow-step-num {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .flow-step-num--check {
    font-size: 18px;
  }
  .flow-step-body {
    padding: 16px 16px 18px;
  }
  .flow-step-meta {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
  }
  .flow-step-label {
    flex-shrink: 0;
    min-height: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .flow-step-time {
    flex: 0 0 auto;
    padding: 8px 12px;
    min-width: 0;
  }
  .flow-step-time__value {
    font-size: 15px;
    white-space: nowrap;
  }
  .flow-step-title {
    font-size: 16px;
  }
  .flow-step-desc {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .logo {
    max-width: 40%;
  }
  .logo-img {
    height: 26px;
  }
  .header-right {
    max-width: 58%;
    gap: 3px;
  }
  .header-btn--tel picture img,
  .header-btn--mail img {
    height: clamp(34px, 11vw, 42px);
    max-width: min(40vw, 114px);
    max-height: clamp(34px, 11vw, 42px);
  }
}

/* ===== PAGE TOP（右下・小さめ） ===== */
.pagetop {
  position: fixed;
  right: 12px;
  bottom: 22px;
  z-index: 100;
  width: 36px;
  height: 44px;
  border-radius: 8px;
  background: rgba(128, 128, 128, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.pagetop:hover {
  background: rgba(128, 128, 128, 0.5);
}
.pagetop:focus-visible {
  outline: 2px solid #1b5fa8;
  outline-offset: 2px;
}
.pagetop__icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  margin-top: -3px;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  }
}
