:root {
  --header-height: 78px;
  --header-height-sp: 64px;
  --primary: #263238;
  --primary-dark: #1a2327;
  --primary-mid: #37474F;
  --primary-light: #ECEFF1;
  --accent: #FFA000;
  --accent-dark: #FF8F00;
  --accent-light: #FFF8E1;
  --cta: #FF6F00;
  --cta-hover: #E65100;
  --text-dark: #1A1A1A;
  --text-mid: #444;
  --text-light: #777;
  --bg-white: #FFFFFF;
  --bg-gray: #F8F8F8;
  --border: #E0E0E0;
  --font: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 40px 0;
}

.section-alt {
  background: var(--bg-gray);
}

.section--alt {
  background: var(--bg-gray);
}

.section-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  text-align: center;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}

.section-title span {
  color: var(--accent);
}

.section-subtitle {
  text-align: center;
  color: var(--text-mid);
  font-size: 15px;
  margin-bottom: 28px;
}

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

.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;
}

.section-sub {
  font-size: 15px;
  color: var(--text-mid);
  margin-bottom: 24px;
}

.text-center:not(:has(.section-sub)) {
  margin-bottom: 24px;
}

.section-title.airflow-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: bold;
  margin-bottom: 12px;
}

.section-title-accent {
  color: var(--accent);
}

@media (max-width: 768px) {

  .season-banner {
    margin-top: var(--header-height-sp);
    padding: 10px 0;
  }
  .season-banner p {
    font-size: 12px;
    line-height: 1.45;
    padding: 0 12px;
  }

  .section-label {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(11px, calc(2.7vw + 6px), 26px);
    line-height: 1.25;
    letter-spacing: 0.03em;
    padding: 8px 12px 10px;
  }
}

/* Header */
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(0, 0, 0, 0.08);
  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;
  min-width: 0;
}

.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;
}
.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;
}

/* Banner */

.blink {
  display: inline-block;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 3px;
}


/* Hero */
/* ===== 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;
}

.hero {
  background: url("../images/fv_bg.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 28px 0 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-fv {
  width: min(100%, 1040px);
  height: auto;
  display: block;
  margin-bottom: -1px;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.14));
}

/* Numbers bar */
.numbers-bar {
  background: var(--accent-light);
  padding: 20px 0 24px;
}

.numbers-grid--reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.numbers-grid--reasons .reason-item {
  display: block;
}

.numbers-grid--reasons .reason-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTA bar */
.trust-bar {
  background: #fff;
  padding: 20px 0 18px;
}

/* CTA buttons */
.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);
}

/* Trouble types */
.trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trouble-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  transition: all 0.2s;
  cursor: default;
}

.trouble-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 160, 0, 0.15);
}

.trouble-thumb {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: var(--primary-light);
}

.trouble-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trouble-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.trouble-desc {
  font-size: 12px;
  color: var(--text-mid);
  line-height: 1.5;
}

.trouble-urgent {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  margin-top: 6px;
}

.trouble-urgent.acc {
  background: var(--accent);
  color: var(--primary-dark);
}

/* Reasons */
.reason-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reason-list .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);
}

.reason-list .reason-item:nth-child(2) {
  border-left-color: var(--accent);
}

.reason-list .reason-item:nth-child(3) {
  border-left-color: var(--cta);
}

.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-list .reason-item:nth-child(2) .reason-num {
  background: var(--accent);
}

.reason-list .reason-item:nth-child(3) .reason-num {
  background: var(--cta);
}

.reason-num .rn-big {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.reason-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  background: var(--primary-light);
  color: var(--primary);
  margin-bottom: 8px;
}

.reason-list .reason-item:nth-child(2) .reason-tag {
  background: var(--accent-light);
  color: #E65100;
}

.reason-list .reason-item:nth-child(3) .reason-tag {
  background: #FFF3E0;
  color: var(--cta-hover);
}

.reason-title {
  font-size: 19px;
  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;
}

/* Price table */
.price-table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
}

.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:not(:first-child) {
  text-align: center;
}

.price-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}

.price-table td:not(:first-child) {
  text-align: center;
  font-weight: 700;
  color: var(--primary);
}

.price-table tr:nth-child(even) {
  background: var(--bg-gray);
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-note {
  background: var(--accent-light);
  border: 1.5px solid #FFE082;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  color: #5D4037;
  line-height: 1.7;
  text-align: center;
}

/* ===== FLOW (timeline) ===== */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 28px 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(38, 50, 56, 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(38, 50, 56, 0.4);
  flex-shrink: 0;
}
.flow-step-num--check {
  background: linear-gradient(145deg, var(--accent), var(--accent-dark));
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(255, 160, 0, 0.45);
}
.flow-step-body {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px 20px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.flow-step-body--complete {
  border-color: rgba(255, 160, 0, 0.45);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 160, 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 var(--border);
}
.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: var(--primary-light);
  border: 1px solid var(--border);
  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: var(--accent-light);
  border-color: rgba(255, 160, 0, 0.45);
}
.flow-step-time--complete .flow-step-time__value {
  color: var(--accent-dark);
  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(--accent-dark);
}

/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
}

.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(--border);
  background: var(--accent-light);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-meta strong {
  font-size: 14px;
  color: var(--text-dark);
  display: block;
}

.review-meta span {
  font-size: 12px;
  color: var(--text-light);
}

.review-stars {
  color: #ffb300;
  font-size: 15px;
  margin-bottom: 10px;
}

.review-text {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.8;
  margin: 0;
}

/* FAQ */
.faq-list {
  margin-top: 32px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(38, 50, 56, 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(--text-dark);
}

.faq-q-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.faq-q-icon {
  width: 28px;
  height: 28px;
  background: var(--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(--border);
  padding-top: 16px;
}

.faq-a-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(145deg, var(--accent), var(--primary-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(--text-mid);
  line-height: 1.8;
}

/* Closing CTA */
.closing-cta {
  background: var(--bg-gray);
  padding: 20px 0 28px;
  text-align: center;
}

.trust-cta-panel {
  border: 4px solid var(--primary);
  background: #fff;
  padding: 18px 18px 22px;
}

.closing-cta-panel {
  margin: 0 auto;
}

.trust-cta-title {
  color: var(--primary-dark);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 18px;
}

.closing-cta-title {
  margin-bottom: 12px;
}

.closing-cta-accent {
  color: var(--accent);
}

.closing-sub {
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto 20px;
  max-width: 520px;
  text-align: center;
}

.trust-cta-actions {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.closing-cta-actions {
  margin-bottom: 0;
}

.closing-note {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 20px;
  margin-bottom: 0;
}

/* Footer */
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;
}

/* Footer */

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

@media (max-width: 768px) {
  .section {
    padding: 32px 0;
  }

  .hero {
    padding: 20px 0 0;
  }

  .hero-inner {
    padding: 0 16px;
  }

  .hero-fv {
    width: 100%;
    filter: none;
  }

  .trust-bar {
    padding: 20px 0 18px;
  }

  .reason-list .reason-item {
    grid-template-columns: 1fr;
  }

  .trust-cta-panel {
    border-width: 3px;
    padding: 16px 12px 18px;
  }

  .trust-cta-actions {
    flex-direction: column;
    gap: 12px;
  }

  .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;
  }













  .blink {
    font-size: 11px;
    padding: 1px 6px;
    margin-top: 0;
  }


  .numbers-grid--reasons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .trouble-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .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: wrap;
    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: normal;
    line-height: 1.3;
  }
  .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);
  }
  .numbers-grid--reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* ===== 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));
  }
}
