:root {
  --ink: #14283d;
  --navy: #173b5f;
  --blue: #2a7ca4;
  --sky: #d9eef6;
  --mist: #f3f8fa;
  --paper: #ffffff;
  --line: #d7e3e9;
  --muted: #587084;
  --line-green: #06c755;
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif; line-height: 1.85; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(22px, 5vw, 72px); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(215,227,233,.8); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .04em; }
.brand-mark { display: grid; width: 42px; aspect-ratio: 1; place-items: center; color: white; background: var(--navy); border-radius: 50% 50% 50% 16%; font-family: Georgia, serif; font-size: 1.3rem; }
.brand small { display: block; margin-top: -6px; color: var(--blue); font-size: .61rem; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); font-size: .91rem; font-weight: 700; }
.nav-cta { padding: 10px 18px; color: white; background: var(--line-green); border-radius: 999px; }
.hero { position: relative; display: grid; min-height: calc(100vh - 81px); grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(36px, 6vw, 96px); align-items: center; overflow: hidden; padding: clamp(64px, 8vw, 112px) clamp(22px, 7vw, 104px); background: linear-gradient(145deg, #fff 0 58%, var(--mist) 58% 100%); }
.hero::before { position: absolute; top: -130px; right: 24%; width: 330px; height: 330px; border: 1px solid var(--sky); border-radius: 50%; content: ""; }
.hero-copy { position: relative; z-index: 1; max-width: 720px; }
.eyebrow { display: inline-flex; margin: 0 0 20px; padding: 7px 14px; color: var(--blue); background: var(--sky); border-radius: 999px; font-size: .83rem; font-weight: 800; letter-spacing: .1em; }
h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.75rem, 5.5vw, 5.7rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.3; }
h1 em { position: relative; color: var(--blue); font-style: normal; }
h1 em::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 10px; z-index: -1; background: var(--sky); content: ""; }
.lead { max-width: 38em; margin: 28px 0 30px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; font-weight: 800; }
.button-primary { padding: 13px 24px; color: white; background: var(--line-green); border-radius: 999px; box-shadow: 0 12px 30px rgba(6,199,85,.2); }
.button-text { color: var(--navy); border-bottom: 1px solid var(--navy); }
.first-visit { display: flex; align-items: baseline; gap: 16px; width: fit-content; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.first-visit span, .first-visit small { color: var(--muted); font-size: .8rem; }
.first-visit strong { color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.45rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; border-radius: 48% 48% 12% 48%; box-shadow: 0 28px 70px rgba(23,59,95,.18); }
.hero-visual p { position: absolute; right: -20px; bottom: 36px; margin: 0; padding: 20px 26px; color: var(--navy); background: rgba(255,255,255,.93); border-radius: 18px 0 0 18px; box-shadow: 0 12px 30px rgba(23,59,95,.14); font-family: "Yu Mincho", serif; font-size: 1.18rem; line-height: 1.7; }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 56px; }
  .hero-visual { min-height: 380px; }
  .first-visit { flex-wrap: wrap; gap: 8px 14px; }
}
@media (max-width: 520px) {
  .site-header { padding: 14px 18px; }
  .brand-mark { width: 38px; }
  .nav-cta { padding: 9px 13px; font-size: .78rem; }
  .hero { padding-inline: 20px; }
  .hero-visual { min-height: 320px; }
  .hero-visual img { border-radius: 42% 42% 10% 42%; }
  .hero-visual p { right: -20px; bottom: 22px; padding: 15px 20px; font-size: 1rem; }
}

/* Complete page */
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.menu-button, .mobile-cta { display: none; }
.section { padding: clamp(88px, 11vw, 150px) clamp(22px, 7vw, 104px); }
.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto clamp(44px, 6vw, 76px); text-align: center; }
.section-kicker { margin: 0 0 15px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .22em; }
h2 { margin: 0 0 24px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.45; }
h2 em { color: var(--blue); font-style: normal; }
h3 { line-height: 1.55; }
p { overflow-wrap: anywhere; }
.pale { background: var(--mist); }
.mobile-only { display: none; }
.no-break, .desktop-line { white-space: nowrap; }
.for-you-heading { max-width: 960px; }
.for-you-title { white-space: nowrap; font-size: clamp(2.1rem, 3.5vw, 3.65rem); letter-spacing: -.05em; }
.reveal { opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

.wish-list { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 28px; }
.wish-list span { padding: 6px 12px; color: var(--navy); background: var(--mist); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 6vw, 90px); align-items: start; }
.intro .section-heading h2 { font-size: clamp(2.1rem, 3vw, 3.15rem); letter-spacing: -.06em; }
.intro-content { max-width: 700px; color: var(--muted); }
.large-copy { margin-top: 0; color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.9; }
blockquote { margin: 36px 0 0; padding: 24px 0 24px 28px; color: var(--navy); border-left: 4px solid var(--blue); font-family: "Yu Mincho", serif; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 2; }
.concern-grid { display: grid; max-width: 1180px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.concern-card { min-height: 300px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 35px rgba(23,59,95,.05); }
.concern-card > span { color: var(--blue); font-family: Georgia, serif; font-size: .85rem; }
.concern-card h3 { margin: 22px 0 14px; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.25rem; }
.concern-card p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.services > .section-heading { margin-bottom: 54px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 72px minmax(220px,.7fr) 1.3fr; gap: 28px; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-number { display: grid; width: 54px; aspect-ratio: 1; place-items: center; color: white; background: var(--navy); border-radius: 50% 50% 50% 13px; font-family: Georgia, serif; }
.service-label { margin: 0; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.service-row h3 { margin: 5px 0 0; font-family: "Yu Mincho", serif; font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.service-row ul, .service-row > p { margin: 0; color: var(--muted); }
.service-row li { margin-bottom: 5px; }
.notice { margin: 28px 0 0; padding: 18px 22px; color: var(--muted); background: var(--mist); border-radius: 12px; font-size: .82rem; }
.pricing { color: white; background: var(--navy); }
.pricing .section-kicker { color: #8ed1ec; }
.pricing .section-heading > p:last-child { color: #c3d2df; }
.price-layout { display: grid; max-width: 1080px; margin: 0 auto 22px; grid-template-columns: 1.1fr .9fr; }
.price-main, .price-repeat { padding: clamp(32px, 5vw, 64px); }
.price-main { position: relative; overflow: hidden; color: var(--ink); background: white; border-radius: 28px 0 0 28px; }
.price-main::after { position: absolute; top: -110px; right: -110px; width: 250px; height: 250px; background: var(--sky); border-radius: 50%; content: ""; }
.price-badge { display: inline-block; margin: 0 0 15px; padding: 5px 12px; color: var(--blue); background: var(--sky); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.price-main h3 { margin: 0; font-size: 1rem; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 8px 0; color: var(--navy); }
.price small { font-weight: 800; }
.price strong { font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.price span { font-weight: 800; }
.no-contract { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.no-contract span { padding: 5px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; }
.price-repeat { background: #224b70; border-radius: 0 28px 28px 0; }
.price-title { margin: 0 0 18px; color: #bcd3e1; font-weight: 800; }
.price-repeat dl { margin: 0; }
.price-repeat dl div { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.price-repeat dd { margin: 0; font-family: Georgia, serif; font-size: 1.85rem; }
.price-repeat dd small { margin-left: 3px; font-family: sans-serif; font-size: .72rem; }
.price-repeat > p:last-child { margin-top: 26px; color: #bfd0dc; font-size: .86rem; }
.fee-payment { display: grid; max-width: 1080px; margin: 22px auto 0; grid-template-columns: 1fr 1fr; gap: 22px; }
.fee-payment article { padding: 32px; color: var(--ink); background: white; border-radius: 20px; }
.fee-payment h3 { margin-top: 0; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.45rem; }
.fee-list div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); }
.fee-list dd { margin: 0; font-weight: 800; }
.small-note { color: var(--muted); font-size: .78rem; line-height: 1.8; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; text-align: center; }
.payment-methods span { padding: 22px 10px; color: var(--navy); background: var(--mist); border-radius: 12px; font-weight: 800; }
.payment-methods small { color: var(--muted); }
.payment-methods .payment-primary { display: grid; align-content: center; border: 2px solid var(--sky); }
.payment-methods .payment-primary small { color: var(--blue); font-size: .7rem; line-height: 1.4; }
.flow-list { display: grid; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.flow-list li { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding-bottom: 38px; }
.flow-list li:not(:last-child)::after { position: absolute; top: 56px; bottom: 4px; left: 27px; width: 1px; background: var(--line); content: ""; }
.flow-list li > span { display: grid; width: 56px; aspect-ratio: 1; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; }
.flow-list h3 { margin: 0 0 5px; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.3rem; }
.flow-list p { margin: 0; color: var(--muted); }
.area-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; padding: clamp(80px, 10vw, 130px) clamp(22px, 8vw, 120px); color: white; background: linear-gradient(135deg, #102d4b, var(--navy)); }
.area-band .section-kicker { color: #91d2ec; }
.area-copy p:last-child { color: #c2d2df; }
.area-map { position: relative; min-height: 400px; }
.area-map span { position: absolute; display: grid; place-items: center; width: 120px; aspect-ratio: 1; color: var(--navy); background: #e6f5fa; border-radius: 50%; font-weight: 800; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.area-map .area-core { top: 110px; left: 34%; width: 160px; color: white; background: var(--blue); font-size: 1.25rem; }
.area-map span:nth-child(2) { top: 0; left: 12%; }.area-map span:nth-child(3) { top: 0; right: 12%; }.area-map span:nth-child(4) { bottom: 0; right: 4%; }.area-map span:nth-child(5) { bottom: 0; left: 4%; }
.area-map small { position: absolute; bottom: 18px; left: 50%; width: max-content; max-width: 240px; color: #c8d7e2; text-align: center; transform: translateX(-50%); }
.policies { padding-top: clamp(70px, 8vw, 110px); padding-bottom: 0; }
.policy-card { max-width: 900px; margin: 0 auto; padding: clamp(32px, 5vw, 58px); background: var(--mist); border-radius: 24px; }
.policy-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; }
.policy-card dl div { padding: 18px; text-align: center; border-right: 1px solid var(--line); }
.policy-card dl div:last-child { border: 0; }
.policy-card dt { color: var(--muted); font-size: .8rem; }.policy-card dd { margin: 4px 0 0; color: var(--navy); font-size: 1.2rem; font-weight: 900; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 52px 25px 48px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::before { position: absolute; top: 25px; left: 5px; color: var(--blue); content: "Q"; font-family: Georgia, serif; font-size: 1.3rem; }
.faq-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--blue); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 48px 26px; color: var(--muted); }
.safety { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 110px); background: var(--sky); }
.safety-intro { max-width: 680px; }.safety-intro p { color: #3f6075; }
.not-provided { align-self: center; padding: 38px; background: rgba(255,255,255,.86); border-radius: 24px; }
.not-provided h3 { margin-top: 0; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.4rem; }
.not-provided ul { padding-left: 1.2em; color: var(--muted); }.not-provided li { margin-bottom: 8px; }.not-provided p { margin-bottom: 0; font-size: .84rem; }
.contact { position: relative; overflow: hidden; padding: clamp(95px, 12vw, 160px) 22px; color: white; background: var(--navy); text-align: center; }
.contact::before, .contact::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.contact::before { width: 520px; height: 520px; top: -300px; left: -130px; }.contact::after { width: 380px; height: 380px; right: -150px; bottom: -240px; }
.contact-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.contact .section-kicker { color: #90d4ee; }.contact-inner > p:not(.section-kicker,.closing-copy,.contact-note) { color: #c6d5df; }
.button-line { min-width: 290px; margin: 22px 0 8px; padding: 15px 26px; color: white; background: var(--line-green); border-radius: 999px; box-shadow: 0 14px 35px rgba(6,199,85,.2); }
.contact-note { margin: 5px 0; color: #b8ccda; font-size: .75rem; }
.closing-copy { margin: 56px 0 0; font-family: "Yu Mincho", serif; font-size: 1.25rem; letter-spacing: .08em; }
footer { padding: 62px clamp(22px, 7vw, 104px) 34px; background: #0b2136; color: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; }.footer-brand strong,.footer-brand small { display: block; }.footer-brand small { color: #8fa7b9; }
.operator { display: grid; max-width: 800px; grid-template-columns: repeat(3,1fr); gap: 30px; margin: 45px 0; }.operator dt { color: #7995a9; font-size: .72rem; }.operator dd { margin: 7px 0 0; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; color: #7790a3; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }.footer-bottom span, .footer-bottom a { margin-right: 22px; }
.footer-bottom a:hover { color: white; text-decoration: underline; text-underline-offset: .25em; }

@media (max-width: 1050px) {
  nav { gap: 16px; } nav a { font-size: .78rem; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  body { padding-bottom: 66px; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; color: var(--navy); background: transparent; border: 0; }
  .menu-button span { display: block; width: 23px; height: 2px; background: currentColor; }.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 18px 22px 26px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 16px 35px rgba(23,59,95,.12); }
  .site-header nav.open { display: grid; }.site-header nav a { display: block; padding: 9px 0; font-size: .95rem; }.site-header nav .nav-cta { margin-top: 5px; padding: 11px; text-align: center; }
  .mobile-cta { position: fixed; z-index: 30; right: 14px; bottom: 12px; left: 14px; display: grid; min-height: 50px; place-items: center; color: white; background: var(--line-green); border-radius: 999px; box-shadow: 0 10px 30px rgba(6,199,85,.32); font-weight: 800; transition: opacity .25s ease, transform .25s ease; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }
  .intro, .safety, .area-band { grid-template-columns: 1fr; }
  .concern-grid { grid-template-columns: 1fr; }.concern-card { min-height: auto; }
  .service-row { grid-template-columns: 56px 1fr; }.service-row ul, .service-row > p { grid-column: 2; }
  .price-layout, .fee-payment { grid-template-columns: 1fr; }.price-main { border-radius: 24px 24px 0 0; }.price-repeat { border-radius: 0 0 24px 24px; }
  .area-map { max-width: 560px; width: 100%; margin: 0 auto; }
  .operator { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }
  .desktop-break { display: none; }
  .desktop-line { white-space: normal; }
  .for-you-title { white-space: normal; }
}
@media (max-width: 560px) {
  .section { padding-inline: 20px; }.mobile-only { display: initial; }
  .hero h1 { font-size: 2.5rem; line-height: 1.4; }
  .hero h1 .desktop-break { display: block; }
  .concern-card { padding: 26px; }
  .concern-card h3 { margin: 14px 0 10px; }
  .service-row { gap: 14px; padding: 32px 0; }.service-number { width: 44px; }
  .policy-card dl { grid-template-columns: 1fr; }.policy-card dl div { display: flex; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .area-map { min-height: 330px; }.area-map span { width: 92px; font-size: .8rem; }.area-map .area-core { top: 94px; width: 128px; }.area-map small { bottom: 8px; }
  .faq-list summary { padding-left: 38px; }.faq-list details p { padding-inline: 38px 16px; }
  .payment-methods { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .mobile-cta { transition: none; } }
