:root {
  --green: #4f833f;
  --deep-green: #3f7134;
  --cream: #f5e9d6;
  --orange: #f2a07b;
  --line: #15c638;
  --bg: #faf8f3;
  --card: #ffffff;
  --text: #4a4036;
  --border: #e8e1d7;
  --muted: #796d61;
  --shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.85;
  overflow-x: hidden;
}

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

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

.container,
.header-inner {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 219, 207, 0.72);
}

.header-inner {
  width: min(100% - 48px, 1530px);
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-icon {
  width: 72px;
  height: 56px;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--green);
  font-size: clamp(23px, 2.15vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.1vw, 34px);
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #1f1d1a;
}

.site-nav a {
  padding: 12px 2px;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: max-content;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
}

.phone-link img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.phone-link strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
}

.phone-link small {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.line-mini {
  min-height: 58px;
  padding: 13px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5eb13f 0%, #3d9937 100%);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(53, 148, 48, 0.2);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.line-mini:hover,
.line-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.line-mini img {
  width: 30px;
  height: 30px;
}

/* 画像版ヘッダーCTA */
a.line-mini-img {
  width: auto;
  min-height: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

a.line-mini-img img {
  width: auto;
  height: 56px;
  display: block;
}

@media (max-width: 560px) {
  a.line-mini-img img {
    height: 44px;
  }
}

/* ===== ファーストビュー (FV) ===== */
.fv {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.fv-layout {
  position: relative;
  min-height: calc(100vh - 96px);
  max-height: 790px;
}

.fv-copy {
  position: relative;
  z-index: 2;
  width: min(64vw, 860px);
  min-height: calc(100vh - 96px);
  max-height: 790px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px 48px 70px clamp(32px, 5vw, 88px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0) 100%);
}

.fv-heading {
  margin: 0 0 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(34px, 3.55vw, 58px);
  font-weight: 700;
  line-height: 1.56;
  color: #2f2924;
  letter-spacing: 0;
}

.fv-line {
  display: inline-block;
  white-space: nowrap;
}

.fv-heading::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 20px;
  background: var(--green);
}

.fv-em {
  color: var(--green);
  font-style: normal;
}

.fv-desc {
  margin: 0 0 30px;
  font-size: clamp(15px, 1.22vw, 18px);
  font-weight: 500;
  line-height: 2.05;
  color: #2f2924;
}

.fv-cta-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 286px;
  gap: 12px;
  padding: 19px 32px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.fv-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

.fv-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.fv-btn--phone {
  background: linear-gradient(180deg, #61b13e 0%, #3f9b37 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(63, 155, 55, 0.2);
}

.fv-btn--line {
  background: rgba(255, 255, 255, 0.86);
  color: var(--green);
  border: 1px solid var(--green);
  box-shadow: none;
}

.fv-price-link {
  display: inline-block;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 17px;
  font-weight: 700;
  color: #1f1d1a;
  text-decoration: none;
}

.fv-price-link:hover {
  opacity: 0.72;
}

.fv-photo-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: 100%;
}

.fv-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% top;
  display: block;
}

.fv-trust {
  position: relative;
  z-index: 3;
  left: auto;
  bottom: auto;
  width: min(720px, 100%);
  margin-top: 34px;
  border-top: 0;
  background: transparent;
  padding: 0;
}

.fv-trust-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 700;
  color: var(--green);
  white-space: nowrap;
  border-left: 1px solid #bfc9b5;
  line-height: 1.35;
}

.fv-trust-item:first-child {
  border-left: none;
}

.fv-trust-item::before {
  content: none;
}

.section {
  padding: 62px 0;
}

.intro {
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 76px;
  align-items: center;
}

.profile-wrap {
  position: relative;
  width: 300px;
  justify-self: center;
}

.profile-photo {
  width: 300px;
  height: 300px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #f7f7f7, #dedede);
  overflow: hidden;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-badge {
  position: absolute;
  left: -28px;
  bottom: 28px;
  width: 118px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #bfd48f, #8aad63);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(110, 143, 83, 0.22);
}

.intro-text h2 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: clamp(23px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.45;
}

.intro-text p {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 22px 0 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  min-height: 74px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fbf4e6;
  color: var(--green);
  font-weight: 700;
  line-height: 1.45;
}

.trust-list img,
.price-checks img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  flex: 0 0 auto;
}

.scene-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(110, 143, 83, 0.08), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(245, 233, 214, 0.62), transparent 24%),
    #f8faf4;
}

.flow-section {
  background: #fcf8f3;
  overflow: hidden;
}

.scene-section .container {
  position: relative;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
  text-align: center;
}

.section-title img {
  width: 44px;
  height: 48px;
  object-fit: contain;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 700;
}

.section-title p {
  margin: 8px 0 0;
  font-weight: 700;
  line-height: 1.4;
}

.scroll-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.scene-scroll-wrap {
  position: relative;
}

.scene-swipe-hint {
  position: absolute;
  z-index: 3;
  top: 96px;
  right: -1px;
  width: 52px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px 0 0 999px;
  background: rgba(110, 143, 83, 0.82);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(74, 64, 54, 0.12);
  pointer-events: none;
  animation: slideHint 1.55s ease-in-out infinite;
}

.scene-row {
  scrollbar-width: none;
}

.scene-row::-webkit-scrollbar {
  display: none;
}

.scene-card {
  position: relative;
  min-height: 315px;
  padding: 24px 20px 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
}

.scene-image {
  height: 128px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: linear-gradient(145deg, #f4f4f4, #e3e3e3);
  display: grid;
  place-items: center;
}

.scene-image img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  opacity: 0.82;
}

/* 写真入りのご利用シーン */
.scene-image.scene-photo {
  overflow: hidden;
  background: none;
}

.scene-image.scene-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.scene-card h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.scene-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

/* ご利用シーン カルーセルの矢印 */
.scene-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(110, 143, 83, 0.92);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(74, 64, 54, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.scene-arrow:hover {
  background: var(--green);
}

.scene-arrow:active {
  transform: translateY(-50%) scale(0.92);
}

.scene-arrow-prev {
  left: -6px;
}

.scene-arrow-next {
  right: -6px;
}

.note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.price-section {
  background: #fff;
}

.price-panel,
.contact-panel {
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 160, 123, 0.12), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(110, 143, 83, 0.12), transparent 25%),
    #fff6e7;
  box-shadow: var(--shadow);
}

.price-panel {
  padding: 34px 36px 28px;
}

.section-title.compact {
  margin-bottom: 24px;
}

.section-title.compact h2 {
  font-size: clamp(26px, 3vw, 36px);
}


.price-checks {
  width: min(820px, 100%);
  min-height: 50px;
  margin: 24px auto 0;
  padding: 8px 18px;
  display: flex;
  justify-content: center;
  gap: 26px;
  border: 1px solid #ead5a7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  list-style: none;
}

.price-checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

/* ご利用の流れ（写真＋道のデザイン） */
.flow-road {
  position: relative;
}

/* 写真の間を縫う「道」の装飾 */
.flow-road-bg {
  position: absolute;
  inset: -30px -80px;
  width: calc(100% + 160px);
  height: calc(100% + 60px);
  pointer-events: none;
}

.flow-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-photo {
  aspect-ratio: 3 / 2;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(74, 64, 54, 0.12);
}

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

.flow-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--green);
  font-size: 17px;
  font-weight: 700;
}

.flow-num {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.flow-card p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
}

/* ご予約時に確認させていただくこと（白枠ひとつに収める） */
.flow-confirm {
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  margin: 48px auto 0;
  padding: 20px 28px;
  border: 1px solid #cfc3a2;
  border-radius: 12px;
  background: #fff;
}

.flow-confirm-top {
  display: flex;
  align-items: center;
}

.flow-confirm-label {
  flex: 0 0 auto;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #ddd3b8;
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.flow-confirm-items {
  margin: 0;
  color: var(--green);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 2.1;
}

.flow-confirm-note {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px dashed #cfc3a2;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.9;
  color: #6b5c4e;
  text-align: center;
}

/* 締めの一言（クリーム色の帯） */
.flow-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 30px 0 0;
  padding: 20px 30px;
  border-radius: 12px;
  background: #f2e7cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.flow-note img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.contact-section {
  padding: 52px 0 36px;
  background: #fff;
}

.contact-panel {
  position: relative;
  min-height: 210px;
  padding: 30px 30px 24px;
  display: grid;
  grid-template-columns: 220px 1fr 170px;
  align-items: center;
  overflow: hidden;
}

.contact-car {
  width: 158px;
  align-self: end;
  justify-self: center;
}

.speech {
  position: absolute;
  left: 56px;
  top: 26px;
  width: 150px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}

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

.contact-main h2 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.4;
}

.line-cta {
  width: min(650px, 100%);
  min-height: 74px;
  margin: 0 auto;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 9999px;
  background: var(--line);
  color: #fff;
  box-shadow: 0 10px 22px rgba(21, 198, 56, 0.24);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.line-cta img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.line-cta span {
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.1;
}

.line-cta .arrow {
  width: 42px;
  height: 42px;
}

/* 画像版CTAボタン */
.line-cta-img {
  width: fit-content;
  min-height: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: hidden;
}

.line-cta-img img {
  width: auto;
  height: 80px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.contact-info {
  margin-top: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-weight: 700;
}

.contact-info a {
  color: #ef8a27;
  font-size: 24px;
}

.contact-flower {
  width: 152px;
  justify-self: end;
  align-self: end;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #fff8ea;
}

.footer-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  color: #6b6055;
}

.footer-inner nav {
  display: flex;
  gap: clamp(20px, 4vw, 64px);
  font-size: 13px;
  font-weight: 500;
}

.footer-inner small {
  font-size: 12px;
}

.page-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eee2cc;
  color: var(--green);
  font-size: 25px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

/* キャッチコピーが長くなった分、中間幅ではヘッダーを詰める */
@media (max-width: 1240px) {
  .brand strong {
    font-size: clamp(20px, 1.95vw, 26px);
  }

  .brand-icon {
    width: 62px;
    height: 48px;
  }

  .header-inner {
    width: min(100% - 32px, 1200px);
    gap: 16px;
  }

  .site-nav {
    gap: clamp(12px, 1.7vw, 24px);
    font-size: 12.5px;
  }

  .header-contact {
    gap: 12px;
  }

  .phone-link img {
    width: 30px;
    height: 30px;
  }

  .phone-link strong {
    font-size: 22px;
  }

  .phone-link small {
    font-size: 11px;
  }

  .line-mini {
    min-height: 52px;
    padding: 11px 18px;
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 10px 0;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .brand-icon {
    width: 68px;
    height: 50px;
  }

  .site-nav {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .burger-btn {
    margin-left: auto;
  }

  .fv-layout {
    min-height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .fv-copy {
    width: 100%;
    min-height: auto;
    max-height: none;
    padding: 44px 28px 36px;
    background: #fff;
    order: 2;
  }

  .fv-photo-wrap {
    position: relative;
    inset: auto;
    min-height: 300px;
    max-height: 400px;
    order: 1;
  }

  .fv-photo {
    object-position: 70% top;
  }

  .fv-cta-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .fv-btn {
    min-width: 0;
    justify-content: center;
    padding: 14px 24px;
    font-size: 16px;
  }

  .fv-trust {
    width: 100%;
    margin-top: 26px;
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: center;
  }

  .intro-grid {
    display: block;
  }

  .profile-photo {
    width: 245px;
    height: 245px;
    margin-inline: auto;
  }

  .profile-wrap {
    width: 245px;
    margin: 0 auto 34px;
  }

  .profile-badge {
    left: -8px;
    width: 104px;
    height: 80px;
    font-size: 14px;
  }

  .trust-list {
    grid-template-columns: 1fr;
    gap: 0;
    background: #fbf4e6;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
  }

  .trust-list li {
    min-height: 0;
    background: transparent;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 14px;
  }


  .price-checks {
    align-items: flex-start;
    border-radius: 18px;
    flex-direction: column;
    gap: 8px;
  }

  .flow-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .flow-confirm-label {
    padding: 12px 18px;
    font-size: 14px;
  }

  .flow-confirm-items {
    font-size: 13px;
    line-height: 2;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px 18px;
  }

  .contact-car {
    width: 122px;
  }

  .speech {
    left: 18px;
    top: 18px;
    width: 122px;
    height: 74px;
    font-size: 13px;
  }

  .contact-flower {
    display: none;
  }

  .contact-info {
    flex-direction: column;
    gap: 2px;
  }
}

@media (min-width: 981px) {
  .scene-swipe-hint {
    display: none;
  }
}

@media (max-width: 560px) {
  .container,
  .header-inner {
    width: min(100% - 24px, 1200px);
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 19px;
  }

  .line-mini span {
    display: none;
  }

  .phone-link {
    display: none;
  }

  .line-mini {
    width: 48px;
    justify-content: center;
    padding: 8px;
  }

  .line-mini img {
    width: 26px;
    height: 26px;
  }

  .fv-copy {
    padding: 36px 20px 28px;
  }

  .fv-heading {
    font-size: 31px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .fv-line {
    white-space: normal;
  }

  .fv-heading::after {
    width: 70px;
    margin-top: 14px;
  }

  .fv-desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }

  .fv-desc br {
    display: none;
  }

  .fv-photo-wrap {
    min-height: 250px;
    max-height: 340px;
  }

  .fv-photo {
    object-position: 72% top;
  }

  .fv-cta-wrap {
    gap: 10px;
  }

  .fv-trust-list {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .fv-trust-item {
    padding: 4px 10px;
    font-size: clamp(10px, 2.8vw, 12px);
    gap: 4px;
    text-align: center;
  }

  .fv-trust-item::before {
    width: 5px;
    height: 5px;
  }

  .section {
    padding: 48px 0;
  }

  .intro-text p {
    font-size: 14px;
    line-height: 2;
  }

  .section-title {
    gap: 8px;
  }

  .section-title img {
    width: 32px;
    height: 36px;
  }

  .scroll-row {
    grid-auto-columns: minmax(228px, 78%);
    margin-right: -12px;
    padding-right: 12px;
    scrollbar-width: none;
  }

  .scroll-row::-webkit-scrollbar {
    display: none;
  }

  .scene-scroll-wrap::before {
    content: none;
  }

  .scene-scroll-wrap::after {
    content: none;
  }

  .scene-swipe-hint {
    position: relative;
    z-index: 5;
    width: 54px;
    height: 42px;
    margin: -48px -12px 18px auto;
    display: grid;
    place-items: center;
    border-radius: 999px 0 0 999px;
    background: rgba(110, 143, 83, 0.82);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(74, 64, 54, 0.12);
    pointer-events: none;
    animation: slideHint 1.55s ease-in-out infinite;
  }

  .scene-row {
    position: relative;
  }

  .scene-card {
    min-height: 238px;
    padding: 16px 14px 18px;
    border-color: rgba(110, 143, 83, 0.16);
    background:
      linear-gradient(180deg, rgba(255, 250, 241, 0.9), rgba(255, 255, 255, 0.98)),
      #fff;
    box-shadow: 0 8px 22px rgba(74, 64, 54, 0.06);
  }

  .scene-card .number {
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .scene-image {
    height: 94px;
    margin-bottom: 12px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 72% 22%, rgba(242, 160, 123, 0.18), transparent 34%),
      linear-gradient(145deg, #f8f6ef, #edf3e8);
  }

  .scene-image img {
    width: 48px;
    height: 48px;
  }

  .scene-card h3 {
    margin-bottom: 6px;
    font-size: 19px;
  }

  .scene-card p {
    font-size: 12px;
    line-height: 1.65;
  }

  .price-panel {
    padding: 28px 16px 22px;
  }

  .section-title.compact {
    align-items: flex-start;
  }


  .line-cta {
    min-height: 66px;
    gap: 10px;
    padding: 12px 14px;
  }

  .line-cta span {
    font-size: 23px;
  }

  .line-cta:not(.line-cta-img) img,
  .line-cta .arrow {
    width: 34px;
    height: 34px;
  }

  .line-cta-img img {
    height: 72px;
    width: auto;
  }

  .footer-inner {
    flex-direction: column;
    gap: 10px;
    padding: 18px 0;
  }

  .footer-inner nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}

@keyframes slideHint {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-3px);
  }

  50% {
    opacity: 0.95;
    transform: translateX(4px);
  }
}

/* ===== 車両について（vehicle.html） ===== */
.page-head {
  padding: 46px 0 6px;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 233, 214, 0.72), transparent 40%),
    linear-gradient(180deg, #fffdf8 0%, #fbf3e3 100%);
}

.page-head .section-title {
  margin-bottom: 0;
}

.page-head-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.page-head-title h1 {
  margin: 0;
  color: var(--green);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}

.page-head-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
}

.page-head-title p {
  margin: 0;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #6b5c4e;
  line-height: 1.5;
}

.page-head h1 {
  margin: 0;
  color: var(--green);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.3;
}

.page-head p {
  margin: 8px 0 0;
  font-weight: 700;
  line-height: 1.4;
}

.vehicle-intro {
  background: #fff;
}

.vintro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.vintro-box {
  padding: 34px 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 12%, rgba(110, 143, 83, 0.1), transparent 30%),
    #fbf4e6;
}

.vintro-box h2 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

.vintro-box h2 span {
  font-size: 1.12em;
}

.highlight-line {
  background: linear-gradient(transparent 55%, rgba(255, 220, 80, 0.55) 55%);
  display: inline;
}

.vintro-box p {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
}

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

.badge-row li {
  padding: 16px 8px;
  display: grid;
  justify-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.badge-row img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.badge-row span {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* ===== 医療機関・介護事業所向け（medical-care.html） ===== */
.partner-section {
  background: #ffffff;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 42px;
  align-items: start;
}

.partner-copy {
  padding: 0;
}

.partner-copy p {
  margin: 0;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 500;
  line-height: 2.05;
}

.partner-copy p + p {
  margin-top: 18px;
}

.partner-aside {
  padding: 28px 26px 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.partner-aside img {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.partner-aside h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 21px;
  line-height: 1.45;
  text-align: center;
}

.partner-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-aside li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.partner-aside li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 4px #fff5e7;
}

.media-frame {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  border: 10px solid #fff;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 40%, #f3f6ee, #e7ebe2);
  box-shadow: inset 0 0 38px rgba(74, 64, 54, 0.08), var(--shadow);
  overflow: hidden;
}

.media-art {
  position: relative;
  z-index: 1;
  width: min(72%, 320px);
}

.media-glow {
  position: absolute;
  inset: 22%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(38px);
}

.feature-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(110, 143, 83, 0.08), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(245, 233, 214, 0.62), transparent 24%),
    #f8faf4;
}

.safety-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(152, 173, 123, 0.13), transparent 18%),
    radial-gradient(circle at 8% 94%, rgba(152, 173, 123, 0.1), transparent 20%),
    linear-gradient(180deg, #fffefa 0%, #fbfbf5 100%);
}

.safety-section::before,
.safety-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 360px;
  background: url("images/icon/23_leaf_branch.png") center / contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.safety-section::before {
  left: -28px;
  top: 44px;
  transform: rotate(-12deg);
}

.safety-section::after {
  right: -22px;
  bottom: 18px;
  transform: scaleX(-1) rotate(-8deg);
}

.safety-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 46px;
  text-align: center;
}

.safety-heading img {
  width: 90px;
  height: 78px;
  object-fit: contain;
}

.safety-heading h2 {
  margin: 0;
  color: #3a2f29;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(32px, 3.1vw, 50px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.safety-heading p {
  position: relative;
  margin: 18px 0 0;
  padding-bottom: 22px;
  color: #4b4037;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.safety-heading p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(520px, 88vw);
  height: 12px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at center, #9eb57b 0 6px, transparent 7px),
    repeating-linear-gradient(90deg, transparent 0 12px, #c8d5ad 12px 18px, transparent 18px 30px);
  background-size: 20px 12px, auto;
  background-repeat: no-repeat, repeat-x;
  background-position: center, center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  position: relative;
  padding: 46px 24px 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
  text-align: center;
}

.feature-image {
  height: 150px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 22%, rgba(242, 160, 123, 0.16), transparent 36%),
    linear-gradient(145deg, #f8f6ef, #edf3e8);
}

.feature-image img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

/* 写真入りの特徴カード（白背景の車両写真を全体表示） */
.feature-image.feature-photo {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  padding: 10px;
}

.feature-image.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.interior-section {
  background: #fff;
}

.interior-lead {
  text-align: center;
  color: var(--orange);
  font-weight: 700;
  font-size: 15px;
  margin: 10px 0 24px;
}

.interior-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 40px;
  align-items: center;
}

.interior-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.interior-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  box-shadow: var(--shadow);
}

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

.check-list li {
  padding: 16px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 14px;
  background: #fbf4e6;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.check-list li strong {
  display: block;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
}

.check-list img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* 車両の特徴（テキストカード） */
.spec-note-block {
  margin-top: 26px;
}

.spec-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.spec-list li {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}

.spec-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--green);
  white-space: nowrap;
}

.spec-desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.85;
}

.safety-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.safety-card {
  min-height: 390px;
  padding: 40px 28px 34px;
  border: 1px solid #e4ddc2;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(88, 82, 65, 0.06);
  text-align: left;
}

.safety-icon {
  position: relative;
  width: 118px;
  height: 118px;
  margin: 0 auto 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px dashed #ddd9bd;
  background: #efefe2;
  background-clip: padding-box;
}

.safety-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.safety-card h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcd6b8;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.safety-card p {
  margin: 0;
  color: #3f3833;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.assurance-band {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 42px auto 0;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid #f1cdbb;
  border-radius: 999px;
  background: rgba(255, 248, 243, 0.88);
  color: #4b4037;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.assurance-band img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* 写真が入る空白プレースホルダー（写真未設定の箇所） */
.photo-placeholder {
  display: grid;
  place-items: center;
  border: 2px dashed #c5cdb8;
  border-radius: 18px;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(150, 161, 135, 0.06) 0,
      rgba(150, 161, 135, 0.06) 11px,
      transparent 11px,
      transparent 22px
    ),
    #f5f7f1;
  color: #97a187;
  text-align: center;
}

.photo-placeholder span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-photo {
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

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

@media (max-width: 980px) {
  .vintro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-photo {
    min-height: 240px;
  }

  .interior-photos .photo-placeholder span {
    font-size: 12px;
  }

  .interior-lead {
    white-space: nowrap;
    font-size: clamp(11px, 3.5vw, 15px);
  }

  .interior-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .safety-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .safety-heading {
    gap: 12px;
    margin-bottom: 30px;
  }

  .safety-heading img {
    width: 54px;
    height: 58px;
  }

  .safety-card {
    min-height: 340px;
    padding: 32px 22px 28px;
  }

  .media-frame {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .page-head {
    padding: 40px 0 8px;
  }

  .page-head-title p {
    white-space: nowrap;
    font-size: clamp(10px, 3.2vw, 14px);
  }

  .vintro-box {
    padding: 24px 18px;
  }

  .vintro-box h2 {
    text-align: center;
    font-size: 18px;
  }

  .vintro-box p {
    font-size: 14px;
  }

  .badge-row {
    gap: 8px;
  }

  .badge-row li {
    padding: 12px 4px;
  }

  .badge-row img {
    width: 38px;
    height: 38px;
  }

  .badge-row span {
    font-size: 11px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card {
    padding: 40px 18px 20px;
  }

  .feature-image {
    height: 124px;
  }

  .feature-image img {
    width: 78px;
    height: 78px;
  }

  .feature-image.feature-photo {
    height: auto;
  }

  .feature-image.feature-photo img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
  }

  .check-list li {
    padding: 14px 16px;
    font-size: 15px;
  }

  .safety-section::before,
  .safety-section::after {
    width: 110px;
    height: 220px;
  }

  .safety-heading {
    align-items: flex-start;
    gap: 6px;
  }

  .safety-heading img {
    width: 36px;
    height: 42px;
  }

  .safety-heading h2 {
    font-size: 28px;
  }

  .safety-heading p {
    margin-top: 10px;
    padding-bottom: 18px;
    font-size: 15px;
  }

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

  .safety-card {
    min-height: auto;
    padding: 20px 14px 18px;
    border-radius: 18px;
  }

  .safety-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
  }

  .safety-icon img {
    width: 44px;
    height: 44px;
  }

  .safety-card h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .safety-card p {
    font-size: 12px;
    line-height: 1.75;
  }

  .assurance-band {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .assurance-band img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }
}

/* ===== 追加: 選ばれる理由 ===== */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-card {
  display: flex;
  flex-direction: column;
  padding: 22px 22px 24px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.reason-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.reason-num {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.reason-head h3 {
  margin: 0;
  color: var(--green);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

/* 理由カードの写真 */
.reason-illust {
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.reason-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--text);
}

/* ===== 追加: 料金明細テーブル ===== */
.price-tables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.price-table {
  padding: 18px 20px;
  border: 1px solid #ead5a7;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}

.price-table h3 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-size: 17px;
}

.price-table dl {
  margin: 0;
}

.price-table dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px dashed #e8ddc4;
}

.price-table dl > div:last-child {
  border-bottom: none;
}

.price-table dt {
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}

.price-table dd {
  margin: 0;
  text-align: right;
  font-size: 14px;
  color: var(--muted);
}

/* 説明文が長い表は、ラベルの下に値を改行して表示 */
.price-table-stack dl > div {
  flex-direction: column;
  gap: 4px;
}

.price-table-stack dd {
  text-align: left;
  line-height: 1.6;
}

/* ===== 追加: よくあるご質問 Q&A（チャット形式） ===== */
.qa-section-alt {
  background:
    radial-gradient(circle at 12% 12%, rgba(110, 143, 83, 0.06), transparent 26%),
    #f8faf4;
}

.qa-lead {
  margin: -4px 0 30px;
  text-align: center;
  color: var(--orange);
  font-size: 15px;
  font-weight: 700;
}

.section-lead {
  text-align: center;
  color: var(--orange);
  font-weight: 700;
  font-size: 15px;
  margin: 6px 0 24px;
}

.qa-chat {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.qa-item {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.qa-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.qa-row-a {
  flex-direction: row-reverse;
}

/* アバター（写真が入る丸プレースホルダー＋ラベル） */
.qa-avatar {
  flex: 0 0 auto;
  width: 64px;
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}


.qa-avatar-driver {
  border-color: #e6b3a3;
  background: #fdeef0;
}

/* ドライバー（しろくまアイコン） */
.qa-avatar-face {
  width: 56px;
  height: 50px;
  object-fit: contain;
}

.qa-avatar small {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.3;
}

/* 吹き出し */
.qa-bubble {
  position: relative;
  flex: 1;
  padding: 18px 20px 18px 56px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.qa-bubble p {
  margin: 0;
}

.qa-bubble-q {
  background: #eef1fb;
  color: var(--text);
}

.qa-bubble-a {
  background: #fdeef0;
  color: var(--text);
}

/* 吹き出しのしっぽ（アバター側を向く） */
.qa-bubble::before {
  content: "";
  position: absolute;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
}

.qa-bubble-q::before {
  left: -9px;
  border-width: 7px 10px 7px 0;
  border-color: transparent #eef1fb transparent transparent;
}

.qa-bubble-a::before {
  right: -9px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fdeef0;
}

/* Q / A バッジ */
.qa-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.qa-badge-q {
  background: #7b93d4;
}

.qa-badge-a {
  background: #ec7b6a;
}

/* もっと見る／戻るリンク */
.qa-more,
.qa-back {
  margin: 34px 0 0;
  text-align: center;
}

.qa-more a,
.qa-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.qa-more a:hover,
.qa-back a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.qa-more a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (max-width: 560px) {
  .qa-lead {
    white-space: nowrap;
    font-size: clamp(10px, 3.2vw, 15px);
  }

  .qa-item {
    padding: 16px 14px;
  }

  .qa-avatar {
    width: 50px;
  }


  .qa-avatar-face {
    width: 44px;
    height: 40px;
  }

  .qa-avatar small {
    font-size: 10px;
  }

  .qa-bubble {
    padding: 16px 16px 16px 48px;
    font-size: 14px;
    line-height: 1.8;
  }

  .qa-badge {
    width: 24px;
    height: 24px;
    font-size: 13px;
    top: 14px;
    left: 12px;
  }
}

/* ===== 追加: 会社概要 ===== */
.company-table {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.company-table > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--border);
}

.company-table > div:last-child {
  border-bottom: none;
}

.company-table dt {
  margin: 0;
  padding: 16px 22px;
  background: #f7f1e6;
  font-weight: 700;
  font-size: 15px;
}

.company-table dd {
  margin: 0;
  padding: 16px 22px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

.company-table a {
  color: var(--green);
}

@media (max-width: 768px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }

  .flow-road-bg {
    display: none;
  }

  .flow-confirm {
    align-items: stretch;
    text-align: left;
    padding: 18px 20px;
  }

  .flow-confirm-top {
    flex-direction: column;
  }

  .flow-confirm-label {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-right: none;
    border-bottom: 1px solid #ddd3b8;
  }

  .flow-confirm-note {
    text-align: left;
  }

  .price-tables {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    font-size: 15px;
    padding: 16px 46px 16px 18px;
  }

  .company-table > div {
    grid-template-columns: 1fr;
  }

  .company-table dt {
    padding: 12px 18px 4px;
    background: #fff;
  }

  .company-table dd {
    padding: 0 18px 14px;
  }

  .partner-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .partner-copy {
    padding: 26px 22px;
  }

  .partner-aside {
    padding: 24px 22px 26px;
  }
}

@media (max-width: 480px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== ユーティリティ ===== */
.sp-only {
  display: none;
}

@media (max-width: 980px) {
  .sp-only {
    display: inline;
  }
}

/* ===== バーガーメニュー ===== */
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 2px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.burger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 82vw);
  background: var(--card);
  z-index: 30;
  padding: 20px 24px 32px;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
}

.nav-drawer.is-open {
  transform: translateX(0);
}

.drawer-close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.drawer-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

.drawer-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 16px;
}

.drawer-nav a {
  display: block;
  padding: 16px 4px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  transition: color 0.15s ease;
}

.drawer-nav a:first-child {
  border-top: 1px solid var(--border);
}

.drawer-nav a[aria-current="page"],
.drawer-nav a:hover {
  color: var(--green);
}

.drawer-line-btn {
  display: block;
  margin-top: 28px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.drawer-line-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.drawer-line-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.drawer-instagram-btn {
  display: block;
  margin-top: 14px;
  align-self: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.drawer-instagram-btn:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}

.drawer-instagram-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.footer-instagram {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #6b6055;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-instagram:hover {
  opacity: 0.7;
}

.footer-instagram img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .burger-btn {
    display: flex;
  }
}

@media (min-width: 981px) {
  .nav-drawer,
  .nav-overlay,
  .burger-btn {
    display: none !important;
  }
}
