:root {
  --navy: #05266f;
  --navy-2: #0b3f92;
  --navy-soft: #e7f5ff;
  --orange: #ff6a00;
  --orange-2: #ff8a2a;
  --sky: #dff4ff;
  --sky-2: #f4fbff;
  --paper: #f4fbff;
  --white: #ffffff;
  --ink: #111827;
  --muted: #566a84;
  --line: #cfe5f5;
  --shadow: 0 20px 46px rgba(5, 38, 111, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 102px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(117, 204, 246, 0.22), transparent 28%),
    linear-gradient(180deg, #f7fcff 0%, var(--paper) 48%, #ffffff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Yu Gothic",
    YuGothic, Meiryo, sans-serif;
  line-height: 1.75;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

h1,
.hero-facts strong,
.benefit-grid strong,
.monthly-price strong {
  word-break: keep-all;
  overflow-wrap: normal;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

ul,
ol,
p,
h1,
h2,
h3,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(5, 38, 111, 0.1);
  box-shadow: 0 8px 24px rgba(5, 38, 111, 0.06);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 252px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-nav a {
  padding: 10px 13px;
  color: var(--navy);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.header-nav a:hover {
  background: var(--navy-soft);
}

.button,
.fixed-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.menu-toggle {
  display: none;
}

.pc-brand-panel,
.pc-side-menu {
  display: none;
}

main {
  padding-top: 82px;
}

.line-page {
  min-height: 100vh;
  padding-bottom: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(117, 204, 246, 0.26), transparent 30%),
    linear-gradient(180deg, #f7fcff 0%, #e9f8ff 100%);
}

.line-qr-page {
  width: 100%;
  padding: 32px 18px;
}

.line-qr-card {
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 30px;
  border-radius: 24px;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.line-qr-logo {
  width: 320px;
  height: 70px;
  padding: 10px 18px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(5, 38, 111, 0.1);
  overflow: hidden;
}

.line-qr-logo img {
  width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.line-qr-label {
  color: #06c755;
  font-size: 14px;
  font-weight: 950;
}

.line-qr-card h1 {
  color: var(--navy);
  font-size: clamp(22px, 3.2vw, 28px);
  line-height: 1.35;
  font-weight: 950;
  white-space: normal;
  overflow-wrap: anywhere;
}

.line-qr-card h1 span {
  display: block;
}

.line-qr-image {
  width: min(260px, 78vw);
  padding: 14px;
  border-radius: 20px;
  background: #f7fcff;
  border: 1px solid var(--line);
}

.line-qr-note {
  color: var(--muted);
  font-weight: 700;
}

.line-qr-note span {
  display: block;
}

.line-qr-button {
  width: min(320px, 100%);
  min-height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #06c755;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(6, 199, 85, 0.22);
}

.hero {
  min-height: auto;
  padding: 24px 0 46px;
  color: var(--navy);
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.9) 0 9px, transparent 10px) 0 0 / 26px 26px,
    linear-gradient(180deg, #e2f6ff 0%, #f8fdff 72%, var(--paper) 100%);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: none;
}

.hero-stage {
  width: min(720px, calc(100% - 28px));
  min-height: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}

.hero-art {
  width: min(620px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background: var(--sky-2);
  box-shadow: 0 28px 62px rgba(5, 38, 111, 0.18);
}

.hero-art img {
  width: 100%;
  height: auto;
}

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin-top: 12px;
  font-size: clamp(52px, 7vw, 96px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-lead {
  max-width: 570px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 700;
}

.hero-lead span {
  display: block;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions-under {
  width: min(780px, calc(100% - 32px));
  margin: 24px auto 0;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.button {
  min-height: 54px;
  padding: 14px 28px;
}

.button-primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 16px 32px rgba(255, 106, 0, 0.28);
}

.button-ghost {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(5, 38, 111, 0.22);
}

.hero-visual {
  min-height: 580px;
  position: relative;
  display: grid;
  align-items: center;
}

.hero-visual::before {
  content: "";
  width: 410px;
  height: 520px;
  border-radius: 34px;
  background: rgba(255, 106, 0, 0.22);
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
}

.hero-photo-card {
  width: min(380px, 100%);
  height: 560px;
  margin-left: auto;
  border-radius: 34px;
  overflow: hidden;
  background: #d9f0ff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 1;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.price-badge {
  width: 174px;
  height: 174px;
  padding: 28px 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--navy);
  background: var(--white);
  border: 12px solid var(--orange);
  position: absolute;
  right: 14px;
  top: 28px;
  transform: rotate(7deg);
  box-shadow: 0 26px 42px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.price-badge span {
  align-self: end;
  font-size: 13px;
  font-weight: 900;
}

.price-badge strong {
  align-self: start;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  white-space: nowrap;
}

.hero-facts {
  width: min(1000px, calc(100% - 40px));
  margin: -42px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: var(--navy);
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.hero-facts div {
  min-height: 92px;
  padding: 18px;
  border-radius: 16px;
  background: #f6f8fc;
  display: grid;
  align-content: center;
  gap: 2px;
  text-align: center;
}

.hero-facts strong {
  color: var(--navy);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.15;
  white-space: nowrap;
}

.hero-facts span {
  color: var(--muted);
  font-weight: 800;
}

.intro-strip {
  padding: 76px 0 34px;
}

.intro-strip p {
  max-width: 920px;
  padding: 30px 34px;
  border: 1px solid rgba(5, 38, 111, 0.1);
  border-radius: 26px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(5, 38, 111, 0.08);
  font-size: clamp(20px, 2.4vw, 31px);
  line-height: 1.55;
  font-weight: 950;
}

.intro-strip p span {
  display: block;
}

.benefits-overview {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #eef9ff 0%, #f8fdff 100%);
}

.benefits-feature {
  margin-bottom: 34px;
  padding: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.benefits-feature-copy {
  padding: 0;
}

.benefits-feature-copy h2 {
  color: var(--navy);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.25;
  font-weight: 950;
  text-wrap: balance;
}

.benefits-feature-copy h2 span {
  display: block;
}

.benefits-feature-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 750;
}

.benefits-feature-copy p span {
  display: block;
}

.benefits-feature-image {
  border-radius: 24px;
  overflow: hidden;
  background: var(--navy-soft);
}

.benefits-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.benefit-grid li {
  min-height: 0;
  padding: 16px 16px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(5, 38, 111, 0.08);
  display: grid;
  align-content: start;
  gap: 8px;
}

.benefit-visual {
  margin-top: 8px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2f8ff, #e6f0fb);
  border: 1px solid rgba(6, 39, 109, 0.08);
}

.benefit-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.benefit-grid li span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  padding: 3px 12px;
  align-items: center;
  color: var(--orange);
  background: rgba(255, 106, 0, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.benefit-grid strong {
  display: block;
  color: var(--navy);
  font-size: clamp(20px, 1.9vw, 25px);
  line-height: 1.25;
}

.benefit-grid p {
  color: var(--muted);
  font-weight: 750;
}

.section {
  padding: 96px 0;
}

.service-area {
  background:
    linear-gradient(180deg, #eef9ff 0%, #f8fdff 100%);
}

.area-layout {
  display: grid;
  grid-template-columns: 1fr;
}

.area-map-card {
  padding: clamp(10px, 2.2vw, 22px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.area-map {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.plans {
  background: var(--white);
}

.flow {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.voice {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.compact {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2,
.reason-copy h2,
.final-cta h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.2;
  font-weight: 950;
  text-wrap: balance;
}

.section-head h2::after {
  content: "";
  width: 64px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  display: block;
  background: var(--orange);
}

.section-head h2 span,
.reason-copy h2 span {
  display: block;
}

.section-head > p,
.reason-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.plan-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(5, 38, 111, 0.08);
}

.plan-card.featured {
  border-color: rgba(255, 106, 0, 0.55);
  box-shadow: 0 18px 42px rgba(255, 106, 0, 0.14);
}

.plan-media {
  min-height: 190px;
  padding: 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f7fcff, #e6f6ff);
}

.plan-media img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.plan-body {
  min-width: 0;
}

.class-name {
  display: inline-flex;
  padding: 4px 11px;
  color: var(--white);
  background: var(--navy);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.plan-body h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.28;
}

.plan-body p {
  color: var(--muted);
  font-weight: 800;
}

.plan-body ul {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.plan-body li {
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f7f9fd;
}

.plan-body li span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.plan-body li strong {
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
}

.monthly-price {
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(5, 38, 111, 0.05));
  border: 2px solid rgba(255, 106, 0, 0.2);
}

.monthly-price span {
  min-height: 64px;
  padding: 9px 10px;
  color: var(--white);
  background: var(--orange);
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(255, 106, 0, 0.24);
}

.monthly-price strong {
  color: var(--orange);
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 0.98;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.monthly-price small {
  padding-bottom: 3px;
  color: var(--muted);
  font-weight: 900;
}

.plan-insurance-action {
  width: min(360px, 100%);
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.insurance-button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy);
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(5, 38, 111, 0.16);
  cursor: pointer;
}

.insurance-button:hover {
  background: var(--navy-2);
}

.option-button {
  color: var(--navy);
  background: var(--white);
  border: 2px solid rgba(5, 38, 111, 0.16);
}

.option-button:hover {
  color: var(--white);
  background: var(--navy-2);
}

.reason {
  color: var(--navy);
  background:
    linear-gradient(135deg, #e6f7ff 0%, #f8fdff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.reason::before {
  content: none;
}

.reason-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.reason-copy h2 {
  color: var(--navy);
}

.reason-copy p {
  color: var(--muted);
}

.reason-copy .button {
  margin-top: 30px;
}

.reason-cards {
  display: grid;
  gap: 16px;
}

.reason-cards article {
  padding: 24px;
  border: 1px solid rgba(5, 38, 111, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(5, 38, 111, 0.08);
}

.reason-cards span {
  color: var(--orange);
  font-weight: 950;
}

.reason-cards h3 {
  margin-top: 4px;
  color: var(--navy);
  font-size: 24px;
}

.reason-cards p {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.flow-list::before {
  content: "";
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), #75ccf6, var(--navy));
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
}

.flow-list li {
  min-height: 300px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(5, 38, 111, 0.09);
  display: grid;
  align-content: start;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.flow-list li::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid var(--orange);
  border-right: 4px solid var(--orange);
  position: absolute;
  top: 26px;
  right: -22px;
  transform: rotate(45deg);
  z-index: 2;
}

.flow-list li:last-child::after {
  content: none;
}

.flow-list > li > span {
  width: 88px;
  height: 88px;
  border: 8px solid #fff2eb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(255, 106, 0, 0.22);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 950;
  text-align: center;
}

.flow-list h3 {
  color: var(--navy);
  font-size: 26px;
  line-height: 1.25;
}

.flow-list p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.85;
}

.flow-contact-actions {
  margin-top: 4px;
  display: grid;
  gap: 10px;
}

.flow-contact-button {
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(5, 38, 111, 0.14);
}

.flow-contact-mail {
  background: var(--navy);
}

.flow-contact-line {
  background: #06c755;
}

.stores {
  background: linear-gradient(180deg, #eef9ff, #f8fdff);
}

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

.store-grid article {
  min-height: 170px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(5, 38, 111, 0.07);
}

.store-grid h3 {
  color: var(--navy);
  font-size: 24px;
}

.store-grid ul {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.store-grid li {
  min-height: 44px;
  padding: 9px 14px;
  border-radius: 12px;
  color: var(--navy);
  background: #f4fbff;
  border: 1px solid rgba(5, 38, 111, 0.08);
  font-weight: 900;
}

.voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.voice-grid blockquote {
  min-height: 190px;
  padding: 22px;
  border-radius: 22px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(5, 38, 111, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  align-items: center;
  gap: 24px;
}

.voice-grid p {
  font-size: 18px;
  font-weight: 900;
}

.voice-grid cite {
  margin-top: 20px;
  display: block;
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
}

.voice-photo {
  width: 156px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: var(--navy-soft);
}

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

.final-cta {
  padding: 86px 0;
  color: var(--navy);
  text-align: center;
  background:
    linear-gradient(180deg, #e6f7ff 0%, #ffffff 100%);
}

.final-cta h2 {
  max-width: 820px;
  margin: 10px auto 0;
  color: var(--navy);
}

.final-cta .button {
  margin-top: 28px;
}

.site-footer {
  padding: 48px 0 84px;
  background: #05266f;
  color: var(--white);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.footer-logo {
  width: min(340px, 78vw);
  height: 74px;
  padding: 10px 20px;
  display: grid;
  place-items: center;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-height: 50px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.site-footer nav {
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.site-footer small {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.68);
}

.fixed-contact {
  width: min(720px, calc(100% - 24px));
  padding: 10px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(5, 38, 111, 0.12);
  box-shadow: 0 18px 44px rgba(5, 38, 111, 0.18);
  backdrop-filter: blur(16px);
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 80;
  transform: translateX(-50%);
}

.fixed-contact-button {
  min-height: 58px;
  padding: 13px 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(5, 38, 111, 0.16);
}

.contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon-mail {
  color: var(--navy);
  background: var(--white);
}

.contact-icon-line {
  color: #06c755;
  background: var(--white);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0;
}

.fixed-contact-mail {
  background: var(--navy);
}

.fixed-contact-line {
  background: #06c755;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 120;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 38, 111, 0.58);
  backdrop-filter: blur(8px);
}

.modal-panel {
  width: min(760px, calc(100% - 28px));
  max-height: min(82vh, 860px);
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(5, 38, 111, 0.28);
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close {
  width: auto;
  min-width: 104px;
  min-height: 42px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--white);
  background: var(--orange);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 106, 0, 0.26);
  cursor: pointer;
  position: sticky;
  top: 0;
  right: 0;
  float: right;
  z-index: 1;
}

.modal-head {
  padding-top: 52px;
  clear: both;
}

.modal-head span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
}

.modal-head h2 {
  margin-top: 4px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 950;
}

.modal-head p {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 750;
}

.insurance-modal-body {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.insurance-modal-body article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fdff;
}

.insurance-modal-body h3 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}

.insurance-modal-body p,
.insurance-modal-body li {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.8;
}

.insurance-modal-body p {
  margin-top: 10px;
}

.insurance-modal-body ul {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.insurance-modal-body li {
  padding-left: 1.1em;
  position: relative;
}

.insurance-modal-body li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  top: 0.85em;
  left: 0;
}

.insurance-table {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.insurance-table dl {
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(5, 38, 111, 0.08);
}

.insurance-table dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.insurance-table dd {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
}

.option-table {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.option-table dl {
  padding: 13px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(5, 38, 111, 0.08);
}

.option-table dt {
  color: var(--navy);
  font-weight: 950;
}

.option-table dd {
  margin: 0;
  color: var(--orange);
  font-size: 17px;
  font-weight: 950;
  text-align: right;
}

.season-box {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  display: grid;
  gap: 4px;
  color: var(--navy);
  background: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.22);
}

.season-box.compact {
  margin-top: 10px;
}

.season-box strong {
  font-size: 13px;
  font-weight: 950;
}

.season-box span {
  color: var(--orange);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 950;
}

.insurance-note {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  display: grid;
  gap: 2px;
  color: var(--navy);
  background: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.22);
}

.insurance-cdw-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.insurance-cdw-grid .insurance-note {
  margin-top: 0;
}

.insurance-note strong {
  font-size: 13px;
  font-weight: 950;
}

.insurance-note span {
  color: var(--orange);
  font-size: 19px;
  font-weight: 950;
}

@media (min-width: 1180px) {
  :root {
    --pc-phone-width: 430px;
    --pc-phone-left: calc(50% - 70px);
  }

  body {
    min-height: 100vh;
    padding-bottom: 0;
    background:
      radial-gradient(circle at 16% 16%, rgba(117, 204, 246, 0.24), transparent 28%),
      radial-gradient(circle at 92% 82%, rgba(255, 106, 0, 0.12), transparent 24%),
      linear-gradient(135deg, #ffffff 0%, #eef9ff 48%, #ffffff 100%);
  }

  body.line-page {
    min-height: 100vh;
    padding-bottom: 0;
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 12% 18%, rgba(117, 204, 246, 0.26), transparent 30%),
      linear-gradient(180deg, #f7fcff 0%, #e9f8ff 100%);
  }

  .line-page .line-qr-page {
    width: 100%;
    margin-left: 0;
    padding: 32px 18px;
    background: transparent;
    box-shadow: none;
  }

  .line-page .line-qr-card {
    width: min(560px, 100%);
  }

  .pc-brand-panel {
    width: min(430px, calc(var(--pc-phone-left) - 88px));
    max-height: calc(100vh - 72px);
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    position: fixed;
    top: 50%;
    left: clamp(72px, 6vw, 96px);
    z-index: 20;
    transform: translateY(-50%);
  }

  .pc-brand-logo {
    width: 340px;
    height: 84px;
    padding: 10px 18px;
    display: grid;
    place-items: center;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(5, 38, 111, 0.12);
    overflow: hidden;
  }

  .pc-brand-logo img {
    width: 100%;
    height: auto;
    max-height: 54px;
    object-fit: contain;
  }

  .pc-brand-copy {
    color: var(--navy);
    font-weight: 950;
    line-height: 1.34;
    letter-spacing: 0;
  }

  .pc-brand-copy p:first-child {
    font-size: clamp(34px, 2.6vw, 46px);
  }

  .pc-brand-copy p + p {
    margin-top: 24px;
    font-size: clamp(22px, 1.7vw, 30px);
    line-height: 1.48;
  }

  .pc-brand-copy span {
    display: block;
  }

  .pc-brand-contact {
    width: min(360px, 100%);
    display: grid;
    gap: 12px;
  }

  .pc-contact-button {
    min-height: 62px;
    padding: 14px 22px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--white);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
    box-shadow: 0 16px 34px rgba(5, 38, 111, 0.16);
  }

  .pc-contact-mail {
    background: var(--navy);
  }

  .pc-contact-line {
    background: #06c755;
  }

  .pc-side-menu {
    width: 174px;
    padding: 30px 0;
    display: grid;
    gap: 14px;
    position: fixed;
    top: 50%;
    left: calc(var(--pc-phone-left) + var(--pc-phone-width) + 28px);
    z-index: 20;
    transform: translateY(-50%);
  }

  .pc-side-menu p {
    margin-bottom: 6px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 950;
  }

  .pc-side-menu a {
    padding: 8px 0 8px 18px;
    color: var(--navy);
    border-left: 3px solid rgba(5, 38, 111, 0.16);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
  }

  .pc-side-menu a:hover {
    color: var(--orange);
    border-left-color: var(--orange);
  }

  main,
  .site-footer {
    width: var(--pc-phone-width);
    margin-left: var(--pc-phone-left);
  }

  .site-header {
    right: auto;
    left: var(--pc-phone-left);
    width: var(--pc-phone-width);
    margin-left: 0;
    border-right: 1px solid rgba(5, 38, 111, 0.12);
    border-left: 1px solid rgba(5, 38, 111, 0.12);
  }

  .header-inner,
  .inner,
  .hero-stage,
  .hero-facts {
    width: calc(100% - 30px);
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand img {
    width: 188px;
    height: 52px;
  }

  .header-nav {
    display: none;
  }

  .menu-toggle {
    min-width: 116px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    margin-left: auto;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--white);
    background: var(--navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .menu-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: block;
  }

  .menu-icon span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    position: absolute;
    left: 0;
    transition: transform 0.2s, top 0.2s;
  }

  .menu-icon span:first-child {
    top: 2px;
  }

  .menu-icon span:last-child {
    top: 10px;
  }

  .menu-toggle.is-open .menu-icon span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-open .menu-icon span:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .header-nav.is-open {
    width: var(--pc-phone-width);
    padding: 18px 20px 24px;
    display: grid;
    gap: 6px;
    position: fixed;
    top: 68px;
    right: auto;
    left: var(--pc-phone-left);
    background: var(--white);
    border-right: 1px solid rgba(5, 38, 111, 0.12);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid rgba(5, 38, 111, 0.12);
    box-shadow: var(--shadow);
  }

  .header-nav.is-open a {
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--paper);
  }

  main {
    padding-top: 68px;
    background: var(--white);
    box-shadow: 0 24px 70px rgba(5, 38, 111, 0.18);
  }

  .hero {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .hero-stage {
    width: 100%;
  }

  .hero-art {
    width: 100%;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 42px rgba(5, 38, 111, 0.14);
  }

  .section {
    padding: 68px 0;
  }

  .section-head h2,
  .reason-copy h2,
  .final-cta h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .section-head h2::after {
    width: 54px;
    height: 4px;
    margin-top: 14px;
  }

  .benefits-feature-copy h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .benefits-feature-copy p,
  .section-head > p,
  .reason-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .plan-grid,
  .area-layout,
  .reason-layout,
  .benefit-grid,
  .voice-grid,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .benefits-overview {
    padding: 68px 0;
  }

  .benefits-feature {
    grid-template-columns: 1fr;
  }

  .benefits-feature-copy {
    padding: 8px;
  }

  .plan-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .plan-insurance-action {
    grid-template-columns: 1fr;
  }

  .plan-media {
    min-height: 160px;
  }

  .benefit-grid li {
    min-height: auto;
  }

  .flow-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 18px;
  }

  .flow-list::before {
    width: 4px;
    height: auto;
    top: 24px;
    bottom: 24px;
    left: 18px;
    right: auto;
    background: linear-gradient(180deg, var(--orange), #75ccf6, var(--navy));
  }

  .flow-list li {
    min-height: auto;
    padding-left: 30px;
  }

  .flow-list li::after,
  .flow-list li:nth-child(2)::after {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 0;
    border-left: 4px solid var(--orange);
    border-bottom: 4px solid var(--orange);
    border-right: 0;
    top: auto;
    right: auto;
    left: -9px;
    bottom: -19px;
    transform: rotate(-45deg);
  }

  .flow-list li:last-child::after {
    content: none;
  }

  .voice-grid blockquote {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 14px;
    padding: 18px;
  }

  .voice-photo {
    width: 118px;
    border-radius: 16px;
  }

  .store-grid article:nth-child(1),
  .store-grid article:nth-child(2),
  .store-grid article:nth-child(n + 3) {
    grid-column: auto;
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .footer-logo {
    width: min(300px, 74vw);
  }

  .fixed-contact {
    display: none;
  }

  .modal-panel {
    width: min(390px, calc(100% - 28px));
    max-height: 86vh;
    padding: 22px;
    border-radius: 22px;
  }

  .modal-head h2 {
    font-size: 28px;
  }

  .insurance-table {
    grid-template-columns: 1fr;
  }

  .insurance-cdw-grid {
    grid-template-columns: 1fr;
  }

  .option-table dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .header-nav {
    display: none;
  }

  .menu-toggle {
    min-width: 116px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    margin-left: auto;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--white);
    background: var(--navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .menu-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: block;
  }

  .menu-icon span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    position: absolute;
    left: 0;
    transition: transform 0.2s, top 0.2s;
  }

  .menu-icon span:first-child {
    top: 2px;
  }

  .menu-icon span:last-child {
    top: 10px;
  }

  .menu-toggle.is-open .menu-icon span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-open .menu-icon span:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .header-nav.is-open {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    padding: 18px 20px 24px;
    display: grid;
    gap: 6px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .header-nav.is-open a {
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--paper);
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(440px, 100%);
    min-height: 520px;
    margin-top: 18px;
    justify-self: center;
  }

  .hero-visual::before {
    width: 360px;
    height: 470px;
    right: 22px;
  }

  .hero-photo-card {
    width: min(340px, 100%);
    height: 500px;
    margin: 0 auto;
  }

  .benefits-feature {
    grid-template-columns: 1fr;
  }

  .area-layout {
    grid-template-columns: 1fr;
  }

  .benefits-feature-copy {
    padding: 8px;
  }

  .plan-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

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

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

  .flow-list::before {
    left: 20%;
    right: 20%;
  }

  .flow-list li:nth-child(2)::after {
    content: none;
  }

  .footer-inner {
    gap: 20px;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .site-footer nav {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .inner,
  .header-inner,
  .hero-stage,
  .hero-facts {
    width: calc(100% - 30px);
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand img {
    width: 188px;
    height: 52px;
  }

  .header-nav.is-open {
    top: 68px;
  }

  main {
    padding-top: 68px;
  }

  .hero {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 34px;
  }

  .hero-stage {
    width: 100%;
  }

  .hero-art {
    width: 100%;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 42px rgba(5, 38, 111, 0.14);
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions-under {
    width: calc(100% - 30px);
    margin-top: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    width: min(330px, 100%);
    min-height: 430px;
    margin-top: 24px;
  }

  .hero-visual::before {
    width: 280px;
    height: 390px;
    right: 18px;
    border-radius: 26px;
  }

  .hero-photo-card {
    width: min(292px, 100%);
    height: 420px;
    border-radius: 26px;
  }

  .price-badge {
    width: 132px;
    height: 132px;
    border-width: 9px;
    right: 0;
    top: auto;
    bottom: 16px;
  }

  .price-badge strong {
    font-size: 19px;
  }

  .hero-facts {
    margin-top: -16px;
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    min-height: 70px;
  }

  .hero-facts strong {
    font-size: 24px;
  }

  .intro-strip {
    padding-top: 44px;
  }

  .intro-strip p {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .section {
    padding: 68px 0;
  }

  .plan-grid,
  .area-layout,
  .reason-layout,
  .benefit-grid,
  .voice-grid,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .voice-grid blockquote {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 14px;
    padding: 18px;
  }

  .voice-photo {
    width: 118px;
    border-radius: 16px;
  }

  .area-map-card {
    padding: 10px;
    border-radius: 22px;
  }

  .plan-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .plan-insurance-action {
    grid-template-columns: 1fr;
  }

  .monthly-price {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .monthly-price span {
    min-height: 56px;
    font-size: 19px;
  }

  .plan-media {
    min-height: 160px;
  }

  .plan-body h3 {
    font-size: 22px;
  }

  .benefit-grid li {
    min-height: auto;
  }

  .flow-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 18px;
  }

  .flow-list::before {
    width: 4px;
    height: auto;
    top: 24px;
    bottom: 24px;
    left: 18px;
    right: auto;
    background: linear-gradient(180deg, var(--orange), #75ccf6, var(--navy));
  }

  .flow-list li {
    min-height: auto;
    padding-left: 30px;
  }

  .flow-list li::after,
  .flow-list li:nth-child(2)::after {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 0;
    border-left: 4px solid var(--orange);
    border-bottom: 4px solid var(--orange);
    border-right: 0;
    top: auto;
    right: auto;
    left: -9px;
    bottom: -19px;
    transform: rotate(-45deg);
  }

  .flow-list li:last-child::after {
    content: none;
  }

  .flow-list h3 {
    margin-top: 0;
  }

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

  .store-grid article:nth-child(1),
  .store-grid article:nth-child(2),
  .store-grid article:nth-child(n + 3) {
    grid-column: auto;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .modal-panel {
    width: calc(100% - 28px);
    max-height: 84vh;
    padding: 20px;
    border-radius: 20px;
  }

  .modal-head h2 {
    font-size: 27px;
  }

  .insurance-table {
    grid-template-columns: 1fr;
  }

  .insurance-cdw-grid {
    grid-template-columns: 1fr;
  }

  .option-table dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .brand img {
    width: 168px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .plan-body li strong {
    font-size: 19px;
  }
}
