/*
Theme Name: Fukuoka Smart
Theme URI: https://fuksmart.jp/
Author: Washoku
Description: Sales-focused website theme for Fukuoka Smart moving, cleanup, and appliance purchase services.
Version: 1.0.0
Text Domain: fukuoka-smart
*/

:root {
  --blue: #1e88e5;
  --blue-soft: #42a5f5;
  --bg: #f7f9fc;
  --text: #333333;
  --line: #06c755;
  --orange: #ffb300;
  --green: #43a047;
  --red: #e53935;
  --ink: #162033;
  --muted: #667085;
  --border: #e5eaf0;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(30, 71, 112, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

/* ページ別の背景色（カード・枠内は白で統一） */
body.page-top { background: #f7f9fc; }
body.page-moving { background: #f7f9fc; }
body.page-cleanup { background: #f5fbf5; }
body.page-recycle { background: #fff5f5; }

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

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 228, 239, 0.9);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: 100%;
  max-width: 1120px;
  height: 64px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-note {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

/* デスクトップ用ナビ（固定バー内）。モバイルではハンバーガーを使用 */
.header-nav {
  display: none;
}

@media (min-width: 900px) {
  .header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1 1 auto;
  }
  .header-nav a {
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--ink);
    font-weight: 800;
    font-size: 0.92rem;
    white-space: nowrap;
  }
  .header-nav a:hover {
    color: var(--blue);
    background: #eef4fb;
  }
  .site-header .menu-button {
    display: none;
  }
}

.phone-mini,
.line-mini,
.menu-button,
.close-button {
  min-width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
}

.phone-mini {
  min-width: 160px;
  height: 48px;
  padding: 0 14px;
  color: #0D47A1;
  background: var(--white);
  border: 2px solid #0D47A1;
  border-radius: 11px;
  box-shadow: none;
  font-size: 1rem;
}

.phone-mini-cleanup {
  color: #2E7D32;
  border-color: #2E7D32;
}

.voice-pre-cta.is-recycle .voice-cta-phone {
  border-color: #E53935;
  color: #E53935;
}

.phone-mini-recycle {
  color: #E53935;
  border-color: #E53935;
}

.line-mini {
  padding: 0 14px;
  color: var(--white);
  background: var(--line);
  box-shadow: 0 8px 18px rgba(6, 199, 85, 0.24);
}

.menu-button,
.close-button {
  color: var(--ink);
  background: #edf4fb;
  font-size: 1.45rem;
}

.menu-panel {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: none;
}

.menu-panel.is-open {
  display: block;
}

.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 32, 51, 0.48);
}

.menu-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 86vw);
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  background: var(--white);
  box-shadow: -20px 0 50px rgba(22, 32, 51, 0.18);
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.menu-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list a {
  display: block;
  padding: 14px 12px;
  border-radius: 8px;
  background: #f4f8fc;
  font-weight: 800;
}

.main {
  padding-top: 64px;
}

.section {
  padding: 72px 0;
}

.section.tight {
  padding: 50px 0;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(232, 246, 255, 0.96) 0%, rgba(222, 242, 255, 0.78) 42%, rgba(247, 249, 252, 0.92) 100%),
    linear-gradient(180deg, #ffffff 0%, #eaf5ff 55%, #dff0ff 100%);
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -38% 42%;
  height: 58%;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-8deg);
}

/* PC: トラック＋空の写真をヒーロー全体の背景に使用。
   左側はテキストが読みやすいよう白系スクリムを重ねる。 */
@media (min-width: 1025px) {
  .hero {
    background-image:
      linear-gradient(90deg,
        rgba(244, 250, 255, 0.97) 0%,
        rgba(244, 250, 255, 0.82) 26%,
        rgba(244, 250, 255, 0.28) 50%,
        rgba(244, 250, 255, 0) 68%),
      url(assets/images/hero-truck-0604.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .hero::before {
    display: none;
  }

  /* 背景と重複する枠付き写真は非表示。マスコットと料金ボックスは背景の上に重ねる */
  .hero-photo {
    display: none;
  }

  .hero-visual {
    min-height: 480px;
  }
}

.hero .container {
  position: relative;
  z-index: 1;
  min-height: min(690px, calc(100svh - 64px));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
  align-items: center;
  gap: 28px;
  padding: 42px 0 78px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
  font-weight: 900;
}

.hero h1,
.service-hero h1 {
  margin: 18px 0 12px;
  max-width: 100%;
  font-size: clamp(2.28rem, 4.65vw, 3.58rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 {
  color: #111111;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}

.hero-title-wrap {
  position: relative;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 16px;
  width: min(100%, 520px);
  max-width: 100%;
}

.hero-title-wrap > div {
  min-width: 0;
}

.hero h1 strong {
  font-weight: 950;
}

.hero .hero-service-line {
  font-size: 0.45em;
  line-height: 1.45;
  font-weight: 900;
  white-space: nowrap;
  margin-bottom: 0.5em;
}

.hero h1 .hero-service-chunk {
  display: inline-block;
  margin-right: 0.45em;
  white-space: nowrap;
}

.hero .hero-brand-name {
  font-size: 1.18em;
  line-height: 1.02;
  font-weight: 950;
  white-space: nowrap;
}

.hero .hero-brand-name .text-blue {
  display: inline;
}

.hero-title-mobile {
  display: none;
}

.text-blue {
  color: #075ec7;
}

.text-green {
  color: #14a037;
}

.text-orange {
  color: #e53935;
}

.text-red {
  color: #e53935;
}

.hero-lead {
  max-width: 520px;
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* サービス各ページのヒーローは色背景のため白文字で読みやすく */
.service-hero .hero-lead,
.service-hero .eyebrow {
  color: #ffffff;
}

.service-hero .eyebrow {
  background: rgba(255, 255, 255, 0.22);
}

.service-hero .hero-lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  min-height: 78px;
  padding: 12px 8px;
  border: 2px solid rgba(30, 136, 229, 0.72);
  border-radius: 8px;
  color: #075ec7;
  background: rgba(255, 255, 255, 0.94);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(30, 71, 112, 0.1);
}

.check-list li {
  padding: 7px 10px;
  border-radius: 8px;
  color: #075ec7;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero .cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 520px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(22, 32, 51, 0.16);
}

.button.line {
  color: var(--white);
  background: var(--line);
}

.hero-phone-button {
  min-width: 0;
  min-height: 64px;
  padding: 7px 12px;
  border: 2px solid #0D47A1;
  border-radius: 8px;
  color: #0D47A1;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(13, 71, 161, 0.13);
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
  text-align: center;
}

.hero-phone-button span {
  font-size: 0.78rem;
}

.hero-phone-button b {
  font-size: 1.15rem;
  letter-spacing: 0;
}

.hero-phone-button small {
  font-size: 0.68rem;
  font-weight: 900;
}

.hero-line-button {
  min-width: 0;
  min-height: 64px;
  border-radius: 8px;
  font-size: 1.05rem;
}

.button.blue {
  color: var(--white);
  background: var(--blue);
}

.hero-visual {
  position: relative;
  min-height: 510px;
}

.hero-photo {
  position: absolute;
  inset: 18px 0 auto 44px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  /* 横長画像は左端（空・タワー側）をトリミングし、トラックと作業員を残す */
  object-position: 72% center;
}

.photo-label {
  position: absolute;
  right: 12px;
  top: 14px;
  left: auto;
  max-width: calc(100% - 24px);
  padding: 12px 18px;
  border: 2px solid #075ec7;
  border-radius: 999px;
  color: #075ec7;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.96rem;
  font-weight: 900;
}

.hero-mascot {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 4;
  width: clamp(70px, 7.5vw, 96px);
  margin: 0 -14px -8px 4px;
  filter: drop-shadow(0 18px 18px rgba(22, 32, 51, 0.18));
}

/* スマホ用：eyebrow横に出すマスコット（PCでは非表示） */
.hero-mascot-eyebrow {
  display: none;
}

.hero-cta-mascot {
  display: none;
}

.service-badges {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 3;
  display: grid;
  gap: 8px;
}

.service-badges span {
  width: max-content;
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(22, 32, 51, 0.13);
}

.quick-price {
  position: static;
  width: min(100%, 520px);
  margin-top: 14px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.quick-price div {
  padding: 12px 8px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-weight: 900;
}

.quick-price div b {
  display: block;
  margin-top: 4px;
  font-size: 1.02rem;
}

.quick-price span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.25;
}

.quick-price .qp-ico {
  width: 26px;
  height: 26px;
  margin: 0 auto 4px;
  color: var(--blue);
}

.quick-price .qp-ico svg {
  width: 100%;
  height: 100%;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

/* サービスセクションの見出し「＼ 福岡スマートの3つのサービス ／」 */
.services-head {
  justify-items: center;
  text-align: center;
}
.services-title {
  display: inline-block;
  white-space: nowrap; /* スラッシュやテキストがバラバラに改行しないよう1行固定 */
  max-width: 100%;
}
.services-title::before {
  content: "＼";
  margin-right: 0.45em;
  font-weight: 700;
  opacity: 0.5;
}
.services-title::after {
  content: "／";
  margin-left: 0.45em;
  font-weight: 700;
  opacity: 0.5;
}
@media (max-width: 640px) {
  /* スマホでは画面幅に収まるよう自動縮小（1行を維持） */
  .services-title {
    font-size: clamp(1.1rem, 5vw, 1.55rem);
  }
}

/* アクセント用サモエド素材（テキストの多いセクションの装飾） */
.has-accent .container {
  position: relative;
}

.section-accent {
  position: absolute;
  top: -6px;
  z-index: 2; /* イラストを最前面に（背景の白に埋もれて見えないため前面表示） */
  width: 150px;
  height: auto;
  pointer-events: none;
  opacity: 1;
}

.section-accent.accent-right {
  right: -40px;
}

.section-accent.accent-left {
  left: -40px;
}

/* セクション幅に余裕がない画面では非表示にしてレイアウト崩れを防止 */
@media (max-width: 1180px) {
  .section-accent {
    display: none;
  }
}

.section-label {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.35;
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  max-width: 720px;
}

.service-grid,
.reason-grid,
.case-grid,
.voice-grid,
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.reason-card,
.case-card,
.voice-card,
.flow-card,
.price-box,
.faq-item,
.info-box,
.contact-box {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.service-image {
  display: block;
  padding: 0;
  aspect-ratio: 645 / 1026;
  background: transparent;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 645 / 1026;
  border-radius: 8px;
  object-fit: contain;
  filter: none;
}

.service-body,
.reason-card,
.case-body,
.voice-card,
.flow-card,
.info-box,
.contact-box {
  padding: 20px;
}

.service-body {
  display: none;
}

.service-card.moving {
  border-top: 0;
}

.service-card.cleanup {
  border-top: 0;
}

.service-card.recycle {
  border-top: 0;
}

.service-body .button {
  width: 100%;
}

/* 「詳しく見る」ボタンを各サービスのテーマカラーに合わせる */
.service-detail {
  color: #ffffff;
}

.service-card.moving .service-detail {
  background: #1E88E5;
}

.service-card.cleanup .service-detail {
  background: #43A047;
}

.service-card.recycle .service-detail {
  background: #D32F2F;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 18px;
}

.tag {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row strong {
  color: var(--ink);
}

.price-row b {
  color: var(--blue);
  font-size: 1.25rem;
}

.case-card {
  overflow: hidden;
}

.case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.case-service-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.4;
}

.case-service-label.cleanup {
  background: #e9f6ec;
  color: var(--green);
}

.case-service-label.recycle {
  background: #fdecec;
  color: #d32f2f;
}

.case-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 900;
}

.voice-card {
  display: grid;
  gap: 8px;
}

.stars {
  color: #ffb000;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px 20px;
}

.faq-item summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-item p {
  margin-top: 10px;
  color: var(--muted);
}

.line-section {
  color: var(--white);
  background: linear-gradient(120deg, var(--blue), var(--blue-soft));
}

.line-section h2 {
  color: var(--white);
}

.line-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.voice-pre-cta {
  padding-top: 38px;
  padding-bottom: 16px;
}

.voice-cta-title {
  width: min(100%, 720px);
  margin: 0 auto 12px;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 950;
  line-height: 1.2;
}

.voice-cta-lead {
  width: min(100%, 720px);
  margin: -4px auto 16px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7;
  text-wrap: pretty;
}

.voice-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 720px);
  margin: 0 auto;
}

.voice-cta-button {
  min-height: 86px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 10px 22px rgba(22, 32, 51, 0.08);
}

.voice-cta-phone {
  border: 3px solid #0D47A1;
  color: #0D47A1;
}

/* 片付け便ページは緑テーマに合わせて電話ボタンを緑にする */
.voice-pre-cta.is-cleanup .voice-cta-phone {
  border-color: #2E7D32;
  color: #2E7D32;
}

.voice-cta-line {
  border: 3px solid #06a846;
  color: #06a846;
}

.voice-cta-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.voice-cta-icon svg {
  width: 100%;
  height: 100%;
}

.voice-cta-line-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background: #06a846;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0;
}

.voice-cta-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1.08;
}

.voice-cta-copy span {
  font-size: 0.9rem;
}

.voice-cta-copy b {
  font-size: clamp(1.15rem, 2.2vw, 1.58rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.voice-cta-copy small {
  font-size: clamp(0.78rem, 1.35vw, 0.98rem);
  font-weight: 950;
  white-space: nowrap;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.company-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-list li {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 12px;
}

.company-list span {
  color: var(--muted);
  font-weight: 800;
}

.service-hero {
  color: var(--white);
  background: var(--blue);
}

.service-hero.moving {
  background: linear-gradient(120deg, var(--blue), var(--blue-soft));
}

.service-hero.cleanup {
  background: linear-gradient(120deg, var(--green), #ffad3f);
}

.service-hero.recycle {
  background: linear-gradient(120deg, #c62828, #e53935);
}

.service-hero .container {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 410px);
  gap: 34px;
  align-items: center;
  padding: 64px 0;
}

.service-hero img {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  filter: drop-shadow(0 18px 18px rgba(22, 32, 51, 0.16));
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.side-cta {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 12px;
}

.price-box {
  padding: 20px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  padding: 14px;
  border-radius: 8px;
  background: #f4f8fc;
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 6em 1fr;
  align-items: center;
  gap: 12px;
}

.contact-list span {
  color: var(--muted);
  font-weight: 800;
}

.contact-list strong {
  font-size: 1.15rem;
}

.contact-list .button {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.contact-form h3 {
  margin: 0;
}

.form-field {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--ink);
}

.form-field span {
  font-size: 0.9rem;
}

.form-field em {
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  vertical-align: middle;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  font: inherit;
  font-weight: 600;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.16);
}

.form-field textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
}

.form-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 800;
}

.form-note.is-success {
  background: #e7f7ee;
  color: #157347;
  border: 1px solid #b6e3c8;
}

.form-note.is-error {
  background: #fdecec;
  color: #c5303a;
  border: 1px solid #f3c0c3;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* プライバシーポリシー同意 */
.form-consent {
  display: grid;
  gap: 8px;
}

.consent-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}

.consent-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--blue);
  cursor: pointer;
}

.consent-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.privacy-link {
  padding: 0;
  border: 0;
  background: none;
  color: var(--blue);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.contact-form .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* プライバシーポリシー モーダル */
.privacy-modal[hidden] {
  display: none;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.privacy-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.privacy-modal-dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: min(80vh, 720px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
  overflow: hidden;
}

.privacy-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.06);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.privacy-modal-close:hover {
  background: rgba(15, 23, 42, 0.12);
}

.privacy-modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px 24px 24px;
}

.privacy-modal-body h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 950;
  color: var(--ink);
}

.privacy-modal-body h4 {
  margin: 20px 0 6px;
  font-size: 0.98rem;
  font-weight: 900;
  color: var(--ink);
}

.privacy-modal-body p {
  margin: 0 0 10px;
  font-size: 0.86rem;
  line-height: 1.8;
  color: #3f4b5b;
}

.privacy-modal-body ul {
  margin: 0 0 10px;
  padding-left: 1.2em;
}

.privacy-modal-body li {
  font-size: 0.86rem;
  line-height: 1.7;
  color: #3f4b5b;
}

.privacy-contact {
  padding: 12px 14px;
  background: #f4f7fb;
  border-radius: 8px;
}

body.modal-open {
  overflow: hidden;
}

/* ③ 選ばれる理由 チェックリスト */
.reason-checklist {
  counter-reset: reason-count;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-checklist li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 50px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.reason-checklist li::before {
  counter-increment: reason-count;
  content: counter(reason-count);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--line);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}

/* ④ ワンストップ解決 */
.onestop2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 24px;
  padding: 34px 38px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eaf4ff 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.onestop2-main {
  position: relative;
  z-index: 1;
}

.onestop2-eyebrow {
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.onestop2-title {
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  line-height: 1.25;
}

.onestop2-title strong {
  color: var(--blue);
  font-weight: 950;
}

.onestop2-note {
  margin: 16px 0 0;
  max-width: 640px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.6;
}

.flow2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.flow2-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 86px;
}

.flow2-ico {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  color: var(--blue);
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #cfe3f7, 0 6px 14px rgba(30, 71, 112, 0.1);
}

.flow2-ico svg {
  width: 34px;
  height: 34px;
}

.flow2-step b {
  color: var(--ink);
  font-weight: 900;
  font-size: 0.92rem;
}

.flow2-goal .flow2-ico {
  color: var(--orange);
  background: #fff7ee;
  box-shadow: inset 0 0 0 2px #ffd9a8, 0 6px 14px rgba(214, 120, 0, 0.14);
}

.flow2-goal b {
  color: var(--orange);
}

.flow2-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #9fc4ee;
}

.onestop2-mascot {
  position: relative;
  z-index: 1;
  width: 190px;
  align-self: end;
  justify-self: end;
  text-align: center;
}

.onestop2-mascot img {
  width: 190px;
  max-width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 14px 16px rgba(22, 32, 51, 0.16));
}

.onestop2-mascot .sparkle {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #ffc400;
  font-size: 1.9rem;
}

/* ⑤ 料金目安 税抜注記 */
.price-tax {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

/* ⑨ 対応エリア */
.area-sub {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.area-box2 {
  position: relative;
  overflow: hidden;
  padding: 26px 26px 92px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 12px 6px;
  border-radius: 8px;
  background: #eef6ff;
  color: var(--blue);
  text-align: center;
  font-weight: 900;
  font-size: 0.95rem;
}

.area-list li em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
}

.area-note2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blue);
  font-weight: 950;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
}

.area-note-sub {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.95rem;
}

.cityscape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  pointer-events: none;
}

.cityscape-svg {
  width: 100%;
  height: 90px;
}

/* ⑩ お問い合わせフォーム（独立セクション） */
.form-box {
  max-width: 720px;
  margin: 0 auto;
}

.form-box .contact-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* ⑪ アクセス（地図） */
.map-embed {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.map-embed iframe {
  display: block;
  width: 100%;
}

.map-open-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  text-decoration: none;
}

.map-open-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 71, 112, 0.16);
  box-shadow: 0 8px 18px rgba(30, 71, 112, 0.16);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.map-open-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -6px;
}

.access-addr {
  margin-top: 14px;
  color: var(--ink);
  font-weight: 800;
}

/* ⑫ フッター（会社情報） */
.site-footer {
  margin-top: 8px;
  padding: 40px 0 24px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: start;
}

.site-footer .brand-name {
  color: #ffffff;
  font-size: 1.4rem;
}

.footer-brands {
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.9;
}

.footer-brands a {
  color: #8fd0ff;
  font-weight: 800;
  text-decoration: none;
}

.footer-brands a:hover {
  text-decoration: underline;
}

.footer-info {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-info li {
  display: grid;
  grid-template-columns: 6em minmax(0, 1fr);
  gap: 12px;
}

.footer-info span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 800;
  font-size: 0.9rem;
}

.footer-info strong {
  color: #ffffff;
  font-weight: 800;
}

.footer-info a {
  color: #8fd0ff;
}

.copyright {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-size: 0.8rem;
}

/* お客様の声 ピクトグラム + 評価 */
.voice-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.voice-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
}

.voice-avatar svg {
  width: 34px;
  height: 34px;
}

/* 男性＝青系、女性＝赤系のピクトグラム */
.voice-avatar.is-male {
  background: #e8f2fd;
  color: #1e88e5;
}

.voice-avatar.is-female {
  background: #fde9ec;
  color: #e5396b;
}

.voice-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: auto;
  min-width: 0;
}

.voice-who {
  color: var(--ink);
  font-weight: 900;
  font-size: 0.95rem;
}

.voice-use {
  display: inline-block;
  align-self: flex-start;
  padding: 1px 8px;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.voice-rate {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.voice-rate .stars {
  color: #f5a623;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.voice-rate b {
  color: var(--ink);
  font-size: 1.05rem;
}

.voice-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
}

/* サービスページの口コミは各サービス色のアクセント */
.svc-page.moving .voice-use { background: #e8f2fd; color: #1565c0; }
.svc-page.cleanup .voice-use { background: #e7f6ea; color: #2e7d32; }
.svc-page.recycle .voice-use { background: #fdeaea; color: #c62828; }

/* 料金表の補足（地域・条件など） */
.price-note {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

/* リサイクル回収などのサブ料金表 */
.sub-price {
  margin-top: 20px;
}

.sub-price-title {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

/* ご利用前にご確認ください */
.confirm-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.confirm-list li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.confirm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 9px;
  border-left: 3px solid var(--line);
  border-bottom: 3px solid var(--line);
  transform: rotate(-45deg);
}

.svc-page.moving .confirm-list li::before { border-color: #1e88e5; }
.svc-page.cleanup .confirm-list li::before { border-color: #43a047; }
.svc-page.recycle .confirm-list li::before { border-color: #e53935; }

/* 実績 数値バンド */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.stat-card {
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 22px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
}

.stat-label {
  color: var(--ink);
  font-weight: 900;
}

.stat-num {
  color: var(--blue);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 950;
  line-height: 1.1;
}

.stat-num small {
  font-size: 0.45em;
  font-weight: 900;
}

.stat-sub {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.85rem;
}

.stat-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: right;
}

@media (max-width: 1024px) {
  .hero .container,
  .service-hero .container,
  .content-grid,
  .company-grid,
  .line-panel {
    grid-template-columns: 1fr;
  }

  .hero .container {
    min-height: auto;
    gap: 18px;
    padding: 34px 0 0;
  }

  .hero-visual {
    position: static;
    min-height: 0;
    display: block;
  }

  /* スマホ: 画像は上部の短い見せ場に留め、縦長素材の全高表示にはしない */
  .hero {
    background:
      linear-gradient(180deg,
        rgba(244, 250, 255, 0.98) 0%,
        rgba(244, 250, 255, 0.9) 44%,
        #ffffff 100%);
  }

  .hero::before {
    display: block;
    inset: 0 0 auto;
    height: min(100vw, 430px);
    background:
      linear-gradient(180deg,
        rgba(244, 250, 255, 0.5) 0%,
        rgba(244, 250, 255, 0.18) 52%,
        rgba(255, 255, 255, 0.9) 100%),
      url(assets/images/hero-truck-mobile-0604.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: none;
  }

  .hero-photo {
    display: none;
  }

  .service-badges {
    position: static;
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    right: auto;
    top: auto;
  }

  .quick-price {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 4;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 100%;
    max-width: 100%;
  }

  .quick-price div {
    padding: 10px 6px;
  }

  .hero-mascot {
    display: block;
    top: 14px;
    right: 8px;
    bottom: auto;
    width: min(26vw, 104px);
    opacity: 0.96;
  }

  .hero h1,
  .service-hero h1 {
    font-size: clamp(1.6rem, 6.4vw, 2rem);
    line-height: 1.16;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero h1 .hero-title-nowrap {
    white-space: nowrap;
  }

  .reason-grid,
  .case-grid,
  .voice-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    width: calc(100% + 24px);
    margin-right: -12px;
    padding: 0 12px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .onestop2 {
    padding: 22px 24px;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .onestop2-main {
    margin-bottom: 0;
    text-align: left;
  }

  .onestop2-eyebrow,
  .onestop2-title {
    padding-right: 132px;
  }

  .flow2 {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 14px;
  }

  .onestop2-mascot {
    position: absolute;
    top: 14px;
    right: 16px;
    bottom: auto;
    left: auto;
    width: 120px;
    margin: 0;
    z-index: 2;
  }

  .onestop2-mascot img {
    width: 120px;
    margin: 0;
    transform: none;
  }

  .onestop2-mascot .sparkle {
    display: none;
  }

  .reason-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .side-cta {
    position: static;
  }
}

@media (max-width: 640px) {
  .header-inner {
    height: 58px;
    padding: 0 12px;
    gap: 8px;
  }

  .main {
    padding-top: 58px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-note {
    display: none;
  }

  .phone-mini,
  .line-mini {
    position: fixed;
    top: 8px;
    z-index: 62;
    min-width: 0;
    width: 84px;
    height: 42px;
    padding: 0 8px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
  }

  .phone-mini {
    right: 146px;
  }

  .line-mini {
    right: 58px;
  }

  .phone-mini::before {
    content: "電話相談";
    font-size: 0.72rem;
  }

  .line-mini::before {
    content: "LINE見積";
    font-size: 0.72rem;
  }

  .header-actions {
    position: static;
    width: 0;
    gap: 6px;
    justify-content: flex-end;
  }

  .menu-button,
  .close-button {
    flex: 0 0 42px;
    min-width: 42px;
    height: 42px;
  }

  .menu-button {
    position: fixed;
    top: 8px;
    right: 10px;
    z-index: 63;
  }

  .section {
    padding: 54px 0;
  }

  .container {
    width: min(1120px, calc(100% - 24px));
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: end;
    gap: 8px;
    min-height: auto;
    margin-top: -2px;
  }

  .hero .container > div {
    min-width: 0;
  }

  .hero-photo {
    border-width: 4px;
  }

  .service-badges span {
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .hero h1,
  .service-hero h1 {
    margin: 14px auto 12px;
    max-width: min(100%, 330px);
    font-size: clamp(1.42rem, 6.2vw, 1.72rem);
    line-height: 1.12;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hero h1 span {
    white-space: nowrap;
  }

  .hero h1 .hero-title-nowrap {
    white-space: normal;
  }

  .hero .eyebrow {
    margin-inline: auto;
  }

  .hero-lead {
    max-width: 330px;
    margin-inline: auto;
  }

  .hero .cta-row {
    text-align: center;
    justify-content: center;
  }

  .hero-points,
  .hero .cta-row {
    width: 100%;
    max-width: 330px;
    margin-inline: auto;
  }

  .hero-mascot {
    position: static;
    width: min(28vw, 104px);
    margin: 0 auto 8px;
    align-self: end;
    justify-self: center;
    opacity: 1;
  }

  .hero-lead {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .hero-line-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding-inline: 14px;
  }

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

  .quick-price {
    left: 0;
    grid-column: 2;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid rgba(30, 136, 229, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(30, 71, 112, 0.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .quick-price div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(30, 136, 229, 0.16);
    border-radius: 10px;
    background: linear-gradient(90deg, #ffffff 0%, #f6fbff 100%);
    min-width: 0;
    text-align: left;
    box-shadow: none;
  }

  .quick-price .qp-ico {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    color: #075ec7;
    background: #eaf4ff;
  }

  .quick-price .qp-ico svg {
    width: 21px;
    height: 21px;
  }

  .quick-price div > span:not(.qp-ico) {
    font-size: 0.72rem;
    line-height: 1.25;
    color: #4d6278;
    font-weight: 900;
  }

  .quick-price div b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 5px 8px;
    border-radius: 999px;
    color: #075ec7;
    background: #eaf4ff;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
  }

  .cta-row .button,
  .line-panel .button {
    width: 100%;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .company-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .onestop2 {
    position: relative;
    padding: 16px 16px 18px;
    gap: 6px;
    text-align: center;
  }

  /* ワンちゃんを右上に配置するため、ヘッダーは左寄せ＋右に余白を確保 */
  .onestop2-main {
    text-align: left;
  }

  .onestop2-eyebrow,
  .onestop2-title {
    padding-right: 84px;
  }

  .flow2 {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 12px;
  }

  .flow2-step {
    flex: 0 1 62px;
    min-width: 0;
  }

  .flow2-ico {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .flow2-ico svg {
    width: 27px;
    height: 27px;
  }

  .flow2-step b {
    font-size: 0.72rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  .flow2-arrow {
    flex: 0 0 auto;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 8px;
  }

  .onestop2-mascot {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: auto;
    left: auto;
    width: 80px;
    margin: 0;
    z-index: 2;
  }

  .onestop2-mascot img {
    width: 80px;
    margin: 0;
    transform: none;
  }

  .onestop2-mascot .sparkle {
    display: none;
  }

  .area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-list li {
    font-size: 0.9rem;
  }

  .stat-grid {
    gap: 10px;
  }

  .stat-card {
    padding: 16px 8px;
  }

  .stat-num {
    font-size: 1.7rem;
  }
}

/* =========================================================================
   サービスページ（引越し便 / 片付け便 / 買取り便） 2026-06-02 追加
   ========================================================================= */

/* パンくず */
.breadcrumb {
  background: #eef4fb;
  border-bottom: 1px solid var(--border);
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}
.breadcrumb a { color: var(--blue); }
.breadcrumb span[aria-hidden] { color: #b6c6d8; }

/* サービスページ ヒーロー */
.svc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--blue-soft));
}
.svc-page.moving .svc-hero { background: linear-gradient(120deg, #1565c0, #42a5f5); }
.svc-page.cleanup .svc-hero { background: linear-gradient(120deg, #2e7d32, #66bb6a); }
.svc-page.recycle .svc-hero { background: linear-gradient(120deg, #c62828, #e53935); }

.svc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.04fr);
  align-items: center;
  gap: 28px;
  padding: 48px 0 56px;
}
.svc-hero-text .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}
.svc-hero h1 {
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.18;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.svc-hero-strong {
  color: #fff200;
  font-weight: 950;
}
.svc-hero-price-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 18px;
}
.svc-hero-price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}
.svc-price-label { font-size: 0.92rem; font-weight: 800; }
.svc-price-main {
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 950;
  line-height: 1.05;
  color: #fff200;
}
.svc-price-sub { font-size: 0.82rem; opacity: 0.92; }

.svc-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(100%, 520px);
}
.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-weight: 900;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(22, 32, 51, 0.16);
}
.svc-badge-ico {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--blue);
}
.svc-page.cleanup .svc-badge-ico { color: var(--green); }
.svc-page.recycle .svc-badge-ico { color: #e53935; }
.svc-badge-ico svg { width: 24px; height: 24px; }

.svc-hero .cta-row .button { min-width: min(100%, 360px); }
.svc-page.moving .svc-hero .cta-row,
.svc-page.cleanup .svc-hero .cta-row,
.svc-page.recycle .svc-hero .cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 520px);
}
.svc-page.moving .svc-hero .cta-row .button,
.svc-page.cleanup .svc-hero .cta-row .button,
.svc-page.recycle .svc-hero .cta-row .button {
  min-width: 0;
}
.svc-page.cleanup .svc-hero .hero-phone-button {
  border-color: #2E7D32;
  color: #2E7D32;
  box-shadow: 0 8px 18px rgba(46, 125, 50, 0.13);
}

.svc-page.recycle .svc-hero .hero-phone-button {
  border-color: #E53935;
  color: #E53935;
  box-shadow: 0 8px 18px rgba(229, 57, 53, 0.13);
}

.svc-hero-visual {
  position: relative;
  min-height: 320px;
}
.svc-hero-photo {
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: var(--shadow);
  width: 86%;
  margin-left: auto;
  margin-right: 0;
}
.svc-hero-photo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.svc-hero-mascot {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: min(34%, 170px);
  filter: drop-shadow(0 14px 16px rgba(22, 32, 51, 0.28));
}
.svc-hero-mascot-inline {
  position: static;
  width: clamp(72px, 9vw, 108px);
  flex: 0 0 auto;
  margin-bottom: 2px;
}
.svc-page.cleanup .svc-hero h1,
.svc-page.recycle .svc-hero h1 {
  white-space: nowrap;
}
.svc-page.cleanup .svc-hero-mascot-inline {
  width: clamp(80px, 9.8vw, 118px);
}

/* 中央寄せ見出し（スラッシュ装飾付き） */
.svc-head {
  margin-bottom: 26px;
  text-align: center;
}
.svc-head h2 {
  position: relative;
  display: inline-block;
  padding: 0 1.1em;
}
.svc-head h2 em {
  color: var(--red);
  font-style: normal;
}
.svc-head h2::before,
.svc-head h2::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #bcd6f0;
}
.svc-head h2::before { right: 100%; transform: translateY(-50%) rotate(62deg); box-shadow: -8px 0 0 #bcd6f0; }
.svc-head h2::after { left: 100%; transform: translateY(-50%) rotate(-62deg); box-shadow: 8px 0 0 #bcd6f0; }
.svc-page.cleanup .svc-head h2::before { background: #aedcb5; box-shadow: -8px 0 0 #aedcb5; }
.svc-page.cleanup .svc-head h2::after { background: #aedcb5; box-shadow: 8px 0 0 #aedcb5; }
.svc-page.recycle .svc-head h2::before { background: #f4b8b8; box-shadow: -8px 0 0 #f4b8b8; }
.svc-page.recycle .svc-head h2::after { background: #f4b8b8; box-shadow: 8px 0 0 #f4b8b8; }

.svc-note {
  margin-top: 18px;
  text-align: center;
  font-weight: 900;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.svc-menu-note {
  white-space: nowrap;
  font-size: clamp(0.82rem, 2.4vw, 1.2rem);
}

.svc-note.small {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.82rem;
}

/* アイコンカードのグリッド（お悩み・サービス内容・無料サービス） */
.icon-card-grid {
  display: grid;
  gap: 14px;
}
.icon-card-grid.cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.icon-card-grid.cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.icon-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 22px 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.08);
  text-align: center;
}
.icon-card-ico {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--blue);
}
.icon-card-ico svg { width: 34px; height: 34px; }
.icon-card-label {
  font-weight: 900;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.32;
}
.svc-page.moving .icon-card-ico { background: #eaf3fd; color: var(--blue); }
.svc-page.cleanup .icon-card-ico { background: #e9f6ec; color: var(--green); }
.svc-page.recycle .icon-card-ico { background: #fdecec; color: #e53935; }
.icon-card-grid.is-worry .icon-card-ico { background: #fdeef0; color: var(--red); }

/* 料金目安 + 0円パネル */
.price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  align-items: stretch;
}
/* 「見積り後の追加も安心」パネルを表示しないページは料金表を全幅に */
.price-grid.no-zero {
  grid-template-columns: 1fr;
}
.price-table.has-head .price-head {
  background: #eef4fb;
  color: var(--ink);
}
.price-table.has-head .price-head strong,
.price-table.has-head .price-head b {
  color: var(--ink);
  font-size: 0.95rem;
}
/* ご利用にあたって（TOP最下部） */
.notice-box {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  padding: 8px 28px;
  box-shadow: 0 8px 24px rgba(30, 71, 112, 0.06);
}
.notice-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.notice-item:last-child {
  border-bottom: 0;
}
.notice-title {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 4px solid var(--blue);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
}
.notice-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.svc-page.cleanup .price-row b { color: var(--green); }
.svc-page.recycle .price-row b { color: #e53935; }
.svc-page.cleanup .price-table.has-head .price-head { background: #e9f6ec; }
.svc-page.recycle .price-table.has-head .price-head { background: #fdecec; }

.zero-panel {
  position: relative;
  overflow: hidden;
  padding: 24px 26px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ee 0%, #ffe9cf 100%);
  border: 1px solid #ffd9a8;
  box-shadow: 0 8px 24px rgba(214, 120, 0, 0.12);
}
.zero-body { position: relative; z-index: 1; max-width: 64%; }
.zero-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  line-height: 1.2;
}
.zero-lead { margin-top: 8px; font-size: 0.86rem; color: var(--ink); font-weight: 700; }
.zero-list {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.zero-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 900;
  color: var(--ink);
}
.zero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--line);
  color: #fff;
  font-size: 0.72rem;
}
.zero-num {
  position: absolute;
  right: 22px;
  bottom: 60px;
  display: flex;
  align-items: flex-end;
  color: var(--orange);
  line-height: 0.9;
}
.zero-num b { font-size: clamp(3.4rem, 9vw, 5rem); font-weight: 950; }
.zero-num span { font-size: 1.4rem; font-weight: 950; margin-bottom: 0.4em; }

/* 買取り便ページは赤基調に統一 */
.svc-page.recycle .zero-panel {
  background: linear-gradient(135deg, #fff5f5 0%, #ffdede 100%);
  border-color: #ffc2c2;
  box-shadow: 0 8px 24px rgba(201, 15, 18, 0.12);
}
.svc-page.recycle .zero-num { color: #e53935; }

/* 引越し便ページは青基調に統一 */
.svc-page.moving .zero-panel {
  background: linear-gradient(135deg, #f1f8fe 0%, #d6ebfb 100%);
  border-color: #b8dcf7;
  box-shadow: 0 8px 24px rgba(21, 101, 192, 0.12);
}
.svc-page.moving .zero-num { color: #1e88e5; }

/* 片付け便ページは緑基調に統一 */
.svc-page.cleanup .zero-panel {
  background: linear-gradient(135deg, #f3faf3 0%, #d9f0da 100%);
  border-color: #bce3bd;
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.12);
}
.svc-page.cleanup .zero-num { color: #43a047; }
.zero-note { margin-top: 6px; font-size: 0.72rem; color: var(--muted); }
.zero-mascot {
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 120px;
  filter: drop-shadow(0 8px 10px rgba(22, 32, 51, 0.16));
}

/* before / after カード */
.case-photo-ba { margin: 0; }
.case-card .case-photo-ba img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  display: block;
}
.case-photo-ba-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 10;
}
.case-photo-ba-split figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f1f5fa;
}
.case-card .case-photo-ba-split img {
  height: 100%;
  aspect-ratio: auto;
}
.case-photo-ba-split figcaption {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.78);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
}
.case-photo-ba-split .is-after figcaption {
  background: var(--green);
}
.ba-card { display: grid; align-content: start; }
.ba-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #eef4fb;
}
.svc-page.cleanup .ba-head { background: #e9f6ec; }
.svc-page.recycle .ba-head { background: #fdecec; }
.ba-area { font-weight: 900; color: var(--ink); }
.ba-type { font-weight: 900; color: var(--blue); font-size: 0.86rem; }
.svc-page.cleanup .ba-type { color: var(--green); }
.svc-page.recycle .ba-type { color: #e53935; }

.ba-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 10px;
}
.ba-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f5fa;
}
.ba-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ba-media-single {
  grid-template-columns: 1fr;
}
.ba-media-single .ba-item img {
  aspect-ratio: 16 / 10;
}
.ba-item figcaption {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.78);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
}
.ba-item.is-after figcaption { background: var(--blue); }
.svc-page.cleanup .ba-item.is-after figcaption { background: var(--green); }
.svc-page.recycle .ba-item.is-after figcaption { background: #e53935; }
.ba-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  color: var(--muted);
  background: repeating-linear-gradient(45deg, #f3f6fa, #f3f6fa 10px, #eaeff5 10px, #eaeff5 20px);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.ba-placeholder small { font-size: 0.7rem; font-weight: 700; }
.ba-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
  filter: drop-shadow(0 0 3px rgba(22, 32, 51, 0.35));
  z-index: 2;
}
.ba-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid var(--border);
}
.ba-foot span { color: var(--muted); font-weight: 800; font-size: 0.86rem; }
.ba-foot b { color: var(--red); font-size: 1.2rem; font-weight: 950; }
.ba-detail {
  margin: 0;
  padding: 8px 16px 14px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.6;
}
.case-body-top { padding-bottom: 0; }

/* FAQ 2カラム */
.faq-2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* もっと見る */
.svc-more { margin-top: 22px; text-align: center; }
.button.ghost {
  min-width: min(100%, 360px);
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(30, 71, 112, 0.08);
}
.svc-page.cleanup .button.ghost { color: var(--green); }
.svc-page.recycle .button.ghost { color: #e53935; }

/* 下部CTAバンド */
.cta-band {
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--blue-soft));
}
/* サービス別の帯カラー（片付け便＝緑／買取り便＝赤を、濃→薄のグラデーションに） */
body.page-cleanup .cta-band {
  background: linear-gradient(120deg, #43a047, #a5d6a7);
}
body.page-recycle .cta-band {
  background: linear-gradient(120deg, #e53935, #ef9a9a);
}
.cta-band-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
}
.cta-band-mascot { width: 110px; flex: 0 0 auto; }
.cta-band-text { flex: 1 1 auto; }
.cta-band-eyebrow { display: block; font-weight: 800; font-size: 0.95rem; }
.cta-band-title {
  display: block;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 950;
}
.cta-band-button {
  flex: 0 0 auto;
  min-width: 280px;
  min-height: 60px;
  border-radius: 999px;
  font-size: 1.1rem;
}

/* 信頼ポイント帯 */
.trust-bar { background: #fff; border-top: 1px solid var(--border); }
.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 22px 0;
}
.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  color: var(--ink);
}
/* 買取り便の信頼帯は長いラベル（強引な営業や買取りはしません）を1行に */
.page-recycle .trust-item {
  white-space: nowrap;
}
.trust-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--blue);
  flex: 0 0 auto;
}
.trust-ico svg { width: 24px; height: 24px; }

@media (max-width: 1024px) {
  .svc-hero-grid { grid-template-columns: 1fr; }
  .svc-hero-visual { min-height: 0; margin-top: 8px; }
  .svc-hero-photo { width: 100%; }
  .svc-hero-mascot { display: none; }
  .svc-hero-mascot-inline {
    display: block;
    width: clamp(64px, 15vw, 92px);
  }
  .price-grid { grid-template-columns: 1fr; }
  .zero-body { max-width: 60%; }
  .icon-card-grid.cols-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .icon-card-grid.cols-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cta-band-inner { flex-wrap: wrap; justify-content: center; text-align: center; }
  .cta-band-button { width: 100%; min-width: 0; }
}

@media (max-width: 640px) {
  .icon-card-grid.cols-6,
  .icon-card-grid.cols-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .icon-card { padding: 16px 8px; }
  .icon-card-ico { width: 54px; height: 54px; }
  .faq-2col { grid-template-columns: 1fr; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .zero-body { max-width: 100%; }
  .zero-num { position: static; justify-content: flex-end; margin-top: 6px; }
  .zero-mascot { display: none; }
  .svc-hero-price-row {
    align-items: flex-end;
    gap: 8px;
  }
  .svc-hero-price { flex: 1 1 auto; min-width: 0; }
  .svc-hero-mascot-inline {
    width: clamp(58px, 18vw, 76px);
  }
  .ba-foot b { font-size: 1.05rem; }
}

/* 買取り便の信頼帯：スマホでは1列にして長いラベルを1行で収める */
@media (max-width: 640px) {
  .page-recycle .trust-bar-inner { grid-template-columns: 1fr; }
}

/* 0605修正依頼: PPTのスマホヒーロー/サービスカード配置に合わせる */
@media (max-width: 640px) {
  .hero {
    margin: 0;
  }

  .hero::before {
    inset: 0;
    height: 100%;
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, 0.28) 0%,
        rgba(255, 255, 255, 0.08) 46%,
        rgba(255, 255, 255, 0) 100%),
      url(assets/images/hero-truck-mobile-0604.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    transform: none;
  }

  .hero .container {
    width: calc(100% - 20px);
    display: block;
    min-height: auto;
    padding: 11px 0 34px;
  }

  .hero .container > div:first-child {
    position: relative;
    z-index: 2;
  }

  .hero-eyebrow-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 13px;
  }

  .hero .hero-eyebrow-row .eyebrow {
    margin: 0;
    padding: 5px 9px;
    font-size: 0.78rem;
  }

  .hero .hero-eyebrow-row .hero-mascot-eyebrow {
    display: block;
    flex: 0 0 auto;
    width: clamp(52px, 15vw, 64px);
    margin: 0;
  }

  .hero-title-wrap > .hero-mascot {
    display: none;
  }

  .hero-title-default {
    display: none;
  }

  .hero .hero-title-mobile {
    display: block;
    max-width: none;
    margin: 0 0 8px;
    text-align: left;
    color: #111111;
    font-size: clamp(1.9rem, 7.25vw, 2.32rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.62);
  }

  .hero .hero-title-mobile span {
    display: block;
    white-space: nowrap;
  }

  .hero .hero-title-mobile .hero-service-line {
    font-size: 0.34em;
    line-height: 1.35;
    white-space: nowrap;
  }

  .hero .hero-title-mobile .hero-service-chunk {
    display: inline-block;
    white-space: nowrap;
  }

  .hero .hero-title-mobile .hero-brand-name {
    font-size: 1.18em;
    line-height: 1.02;
  }

  .hero-title-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 4px;
    width: 100%;
  }

  .hero-mascot {
    display: block;
    width: clamp(52px, 15vw, 68px);
    margin: 0 -8px -5px 2px;
  }

  .hero-lead {
    max-width: 365px;
    margin: 0 0 10px;
    text-align: left;
    color: #111111;
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1.62;
  }

  .hero-points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    max-width: 346px;
    margin: 0 0 10px;
  }

  .hero-points li {
    min-height: 54px;
    padding: 7px 3px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 0.6rem;
    line-height: 1.25;
  }

  .hero .cta-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 346px;
    margin: 0;
    text-align: left;
  }

  .hero-phone-button,
  .hero-line-button {
    width: 100%;
    min-height: 48px;
    padding: 5px 6px;
  }

  .hero-phone-button span {
    font-size: 0.58rem;
  }

  .hero-phone-button b {
    font-size: 0.82rem;
  }

  .hero-phone-button small {
    font-size: 0.5rem;
  }

  .hero-line-button {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .voice-pre-cta {
    padding-top: 30px;
    padding-bottom: 8px;
  }

  .voice-cta-title {
    max-width: 346px;
    margin-bottom: 8px;
    font-size: 1.18rem;
  }

  .voice-cta-lead {
    max-width: 346px;
    width: 100%;
    margin: 0 auto 12px;
    font-size: 0.8rem;
    line-height: 1.65;
  }

  .voice-cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: min(100%, 346px);
  }

  .voice-cta-button {
    min-height: 56px;
    padding: 7px 4px;
    border-width: 2px;
    border-radius: 8px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px;
  }

  .voice-cta-icon {
    width: 22px;
    height: 22px;
  }

  .voice-cta-line-mark {
    width: 28px;
    height: 28px;
    font-size: 0.44rem;
  }

  .voice-cta-copy {
    gap: 1px;
  }

  .voice-cta-copy span {
    font-size: 0.54rem;
  }

  .voice-cta-copy b {
    font-size: 0.76rem;
  }

  .voice-cta-copy small {
    font-size: 0.46rem;
  }

  .hero-visual {
    display: none;
    min-height: 0;
    margin: 10px 0 0;
  }

  .quick-price {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    max-width: 346px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .quick-price div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    min-width: 0;
    padding: 7px 2px;
    border: 1px solid rgba(30, 136, 229, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    text-align: center;
    box-shadow: 0 7px 15px rgba(30, 71, 112, 0.1);
  }

  .quick-price .qp-ico {
    display: none;
  }

  .quick-price div > span:not(.qp-ico) {
    font-size: 0.56rem;
    line-height: 1.18;
    color: #4d6278;
    font-weight: 900;
  }

  .quick-price div b {
    display: block;
    margin: 0;
    padding: 0;
    color: #075ec7;
    background: transparent;
    font-size: clamp(0.68rem, 2.6vw, 0.82rem);
    line-height: 1.15;
    white-space: nowrap;
  }

  .hero-cta-mascot {
    position: absolute;
    right: 12px;
    bottom: -11px;
    display: block;
    width: 66px;
    height: auto;
    filter: drop-shadow(0 8px 10px rgba(22, 32, 51, 0.18));
    pointer-events: none;
  }

  .service-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: calc(100% + 20px);
    margin-right: -10px;
    padding: 0 10px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .service-card {
    flex: 0 0 min(82vw, 310px);
    width: auto;
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: start;
  }

  .service-image img {
    width: 100%;
    min-width: 0;
    border-radius: 6px;
  }
}
