:root {
  --sv-bg: #f3f5f8;
  --sv-surface: #ffffff;
  --sv-surface-soft: #f7f9fc;
  --sv-navy: #163a70;
  --sv-navy-2: #245f7b;
  --sv-gold: #e4ab3a;
  --sv-line: #1fb64b;
  --sv-text: #223a5f;
  --sv-muted: #667a9c;
  --sv-border: #d9e1ef;
  --sv-shadow: 0 10px 30px rgba(18, 42, 80, 0.06);
  --sv-shadow-hover: 0 16px 36px rgba(18, 42, 80, 0.1);
  --sv-radius-xl: 30px;
  --sv-radius-lg: 24px;
  --sv-radius-md: 18px;
}

body.sv-body {
  background: var(--sv-bg);
  color: var(--sv-text);
}

.kr-shell__container {
  width: min(1180px, calc(100% - 32px));
}

.sv-breadcrumb {
  background: #f7f9fc;
  border-bottom: 1px solid var(--sv-border);
}

.sv-breadcrumb a,
.sv-breadcrumb span {
  color: var(--sv-muted);
}

.sv-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--sv-navy) 0%, var(--sv-navy-2) 100%);
  padding: 52px 0 48px;
}

.sv-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.sv-hero__grid,
.sv-highlight-band,
.sv-contact__grid,
.sv-office__grid,
.sv-compare-grid,
.sv-step-grid,
.sv-case-grid,
.sv-side-grid,
.sv-card-grid,
.sv-final-cta__box {
  display: grid;
  gap: 24px;
}

.sv-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
}

.sv-hero__eyebrow,
.sv-section__eyebrow,
.sv-card__tag,
.sv-label,
.sv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
}

.sv-hero__eyebrow {
  background: rgba(255,255,255,0.14);
  color: #fef2c1;
  margin-bottom: 14px;
}

.sv-section__eyebrow,
.sv-card__tag,
.sv-label,
.sv-badge {
  color: #8a5316;
  background: #fff3dc;
}

.sv-hero h1 {
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  line-height: 1.18;
  margin: 0 0 18px;
}

.sv-hero p {
  margin: 0 0 22px;
  max-width: 44rem;
  font-size: 1.08rem;
  color: #eaf1fb;
}

.sv-hero__panel {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(5, 17, 40, 0.12);
}

.sv-hero__panel h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  color: #fff;
}

.sv-hero__panel ul,
.sv-box ul,
.sv-box ol,
.sv-compare-card ul,
.sv-office-card ul,
.sv-contact-card ul,
.sv-case ul {
  margin: 0;
  padding-left: 1.15rem;
}

.sv-hero__panel li,
.sv-box li,
.sv-compare-card li,
.sv-office-card li,
.sv-contact-card li,
.sv-case li {
  margin-bottom: .55rem;
}

.sv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kr-btn,
.contact-form .btn-primary,
.sv-link-list a,
.sv-card,
.sv-box,
.sv-compare-card,
.sv-step,
.sv-case,
.sv-highlight,
.sv-contact-card,
.sv-form-card,
.sv-office-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.kr-btn:hover,
.contact-form .btn-primary:hover,
.sv-link-list a:hover,
.sv-card:hover,
.sv-box:hover,
.sv-compare-card:hover,
.sv-step:hover,
.sv-case:hover,
.sv-highlight:hover,
.sv-contact-card:hover,
.sv-form-card:hover,
.sv-office-card:hover {
  transform: translateY(-3px);
}

.sv-section,
.sv-content,
.sv-contact,
.sv-final-cta {
  padding: 64px 0;
}

.sv-section {
  background: transparent;
}

.sv-section--soft,
.sv-contact {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(247,249,252,0.95) 100%);
}

.sv-section--cards {
  padding-top: 48px;
}

.sv-section__head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.sv-section__head,
.sv-highlight > p,
.sv-story,
.sv-final-cta__box p,
.sv-box > p {
  max-width: 860px;
}

.sv-section h2,
.sv-box h2,
.sv-final-cta__box h2,
.sv-office-card h2,
.sv-contact-card h2,
.sv-form-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  line-height: 1.28;
  color: var(--sv-navy);
}

.sv-box h3,
.sv-card h3,
.sv-compare-card h3,
.sv-step h3,
.sv-case h3,
.sv-office-card h3,
.sv-contact-card h3,
.sv-form-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.45;
  color: var(--sv-navy);
}

.sv-section p,
.sv-box p,
.sv-compare-card p,
.sv-step p,
.sv-case p,
.sv-office-card p,
.sv-contact-card p,
.sv-form-card p,
.sv-section__lead,
.sv-form-note,
.sv-story {
  margin: 0;
  color: var(--sv-muted);
}

.sv-card-grid,
.sv-compare-grid,
.sv-case-grid,
.sv-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-card,
.sv-box,
.sv-compare-card,
.sv-step,
.sv-case,
.sv-highlight,
.sv-contact-card,
.sv-form-card,
.sv-office-card {
  position: relative;
  overflow: hidden;
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
  border-radius: var(--sv-radius-lg);
  padding: 28px;
  box-shadow: var(--sv-shadow);
}

.sv-card::before,
.sv-compare-card::before,
.sv-step::before,
.sv-case::before,
.sv-highlight::before,
.sv-contact-card::before,
.sv-form-card::before,
.sv-office-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--sv-gold) 0%, var(--sv-navy-2) 100%);
}

.sv-highlight-band {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.sv-highlight {
  background: linear-gradient(180deg, rgba(13,39,85,0.98) 0%, rgba(22,58,112,0.97) 100%);
}

.sv-highlight h2,
.sv-highlight h3,
.sv-highlight p,
.sv-highlight li,
.sv-highlight .sv-section__eyebrow,
.sv-highlight .sv-label {
  color: #fff;
}

.sv-highlight .sv-section__eyebrow,
.sv-highlight .sv-label {
  background: rgba(255,255,255,0.14);
}

.sv-highlight__list {
  display: grid;
  gap: 16px;
}

.sv-highlight__item {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.sv-highlight__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.sv-compare-card__meta,
.sv-case__meta,
.sv-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #eef3fa;
  color: var(--sv-navy);
  font-weight: 800;
}

.sv-step__num {
  background: #fff3dc;
  color: #8a5316;
}

.sv-side-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: start;
}

.sv-story-card {
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.sv-stack {
  display: grid;
  gap: 16px;
}

.sv-inline-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid var(--sv-border);
  color: var(--sv-text);
}

.sv-inline-note strong {
  color: var(--sv-navy);
}

.sv-card__link,
.sv-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-weight: 800;
  color: var(--sv-navy);
}

.sv-card__link::after,
.sv-inline-link::after,
.sv-link-list a::after {
  content: "→";
}

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

.sv-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
  box-shadow: var(--sv-shadow);
  color: var(--sv-navy);
  font-weight: 700;
}

.sv-faq {
  display: grid;
  gap: 14px;
}

.sv-faq details {
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
  border-radius: 20px;
  padding: 0 22px;
  box-shadow: var(--sv-shadow);
}

.sv-faq details[open] {
  box-shadow: var(--sv-shadow-hover);
  border-color: #c3d0e4;
}

.sv-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 800;
  color: var(--sv-navy);
}

.sv-faq summary::-webkit-details-marker {
  display: none;
}

.sv-faq summary::after {
  content: "+";
  font-size: 1.45rem;
  line-height: 1;
  color: var(--sv-navy);
}

.sv-faq details[open] summary::after {
  content: "−";
}

.sv-faq__body {
  padding: 0 0 22px;
  color: var(--sv-muted);
}

.sv-contact__grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: start;
}

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

.sv-office-card--photo {
  padding: 0;
}

.sv-office-card--photo::before {
  display: none;
}

.sv-office-card--photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #f7f9fc;
}

.sv-office-card__body {
  padding: 24px 28px 28px;
}

.sv-office-card__list,
.sv-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sv-contact-list li,
.sv-office-card__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sv-text);
}

.sv-office-card__list strong,
.sv-contact-list strong {
  min-width: 88px;
  color: var(--sv-navy);
}

.sv-office-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sv-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid var(--sv-border);
  color: var(--sv-navy);
  font-weight: 700;
}

.sv-map {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--sv-border);
}

.sv-map iframe {
  width: 100%;
  min-height: 300px;
  display: block;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.contact-form label {
  color: var(--sv-navy);
  font-weight: 700;
}

.required {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff0f0;
  color: #c33;
  font-size: .75rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font: inherit;
  color: var(--sv-text);
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #8ea7d0;
  box-shadow: 0 0 0 4px rgba(22, 58, 112, 0.08);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background: var(--sv-gold);
  color: #0d2f5e;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(228, 171, 58, 0.26);
}

.sv-final-cta {
  padding-top: 52px;
}

.sv-final-cta__box {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: center;
  background: #fff;
  border: 1px solid var(--sv-border);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--sv-shadow);
}

.sv-actions--stack {
  justify-content: flex-end;
}

.sv-footer {
  background: #0d2755;
  color: #fff;
}

.sv-footer__grid {
  grid-template-columns: 1.2fr .9fr .9fr 1fr;
  gap: 28px;
  padding: 40px 0;
}

.sv-footer h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.sv-footer p,
.sv-footer li,
.sv-footer a {
  color: #d9e5f8;
}

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

.sv-footer__copy {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  color: #d9e5f8;
  font-size: .92rem;
}

@media (max-width: 1100px) {
  .sv-card-grid,
  .sv-compare-grid,
  .sv-step-grid,
  .sv-case-grid,
  .sv-office__grid,
  .sv-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-highlight-band,
  .sv-side-grid,
  .sv-contact__grid,
  .sv-final-cta__box,
  .sv-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .kr-shell__container {
    width: min(100% - 24px, 1180px);
  }

  .sv-section,
  .sv-content,
  .sv-contact,
  .sv-final-cta {
    padding: 48px 0;
  }

  .sv-card-grid,
  .sv-compare-grid,
  .sv-step-grid,
  .sv-case-grid,
  .sv-office__grid,
  .sv-footer__grid {
    grid-template-columns: 1fr;
  }

  .sv-card,
  .sv-box,
  .sv-compare-card,
  .sv-step,
  .sv-case,
  .sv-highlight,
  .sv-contact-card,
  .sv-form-card,
  .sv-office-card,
  .sv-final-cta__box {
    padding: 24px;
  }

  .sv-hero {
    padding: 40px 0 36px;
  }

  .sv-hero h1 {
    font-size: 2.2rem;
  }

  .sv-actions,
  .sv-actions--stack {
    flex-direction: column;
  }

  .kr-btn,
  .contact-form .btn-primary {
    width: 100%;
  }
}


/* 2026-03-19 alignment: match kyoka shell and family hero sizing */
:root{
  --sv-bg:#eef2f7;
  --sv-surface:#ffffff;
  --sv-surface-soft:#f5f8fc;
  --sv-navy:#123056;
  --sv-navy-2:#143a6b;
  --sv-gold:#e4a941;
  --sv-line:#d7e0ed;
  --sv-text:#22364f;
  --sv-muted:#5f7188;
  --sv-border:#d7e0ed;
  --sv-shadow:0 8px 24px rgba(18,48,86,.04);
  --sv-shadow-hover:0 16px 32px rgba(18,48,86,.1);
}
body.sv-body{background:var(--sv-bg);color:var(--sv-text);}
.sv-breadcrumb{background:#fff;border-bottom:1px solid rgba(18,48,86,.08);}
.sv-breadcrumb a,.sv-breadcrumb span{color:var(--sv-muted);font-size:.92rem;}
.sv-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f2748 0%,#143a6b 45%,#0d6b63 100%);padding:52px 0 28px;color:#fff;}
.sv-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 42%);}
.sv-hero::after{content:none;}
.sv-hero__grid{position:relative;z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:36px;align-items:center;}
.sv-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#fef2c1;margin-bottom:14px;font-weight:700;font-size:.9rem;}
.sv-hero h1{font-family:'Noto Serif JP',serif;font-size:clamp(1.9rem,3.2vw,2.45rem);line-height:1.18;margin:18px 0 16px;color:#fff;}
.sv-hero .sv-hero__lead,.sv-hero p{margin:0 0 22px;max-width:44rem;font-size:1rem;line-height:1.75;color:rgba(255,255,255,.92);}
.sv-hero__panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:28px;box-shadow:0 20px 42px rgba(0,0,0,.16);}
.sv-hero__panel h2{margin:0 0 12px;font-family:'Noto Serif JP',serif;font-size:1.12rem;color:#fff;}
.sv-hero__panel ul,.sv-hero__panel li{color:#fff;}
.kr-btn,.contact-form .btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800;font-size:1rem;border:1px solid transparent;text-align:center;line-height:1.35;}
.kr-btn--primary{background:var(--sv-gold);color:var(--sv-navy);}
.kr-btn--tel{background:#1e64b1;color:#fff;}
.kr-btn--line{background:#19b34e;color:#fff;}
.sv-section,.sv-content,.sv-contact,.sv-final-cta{padding:56px 0;}
.sv-section--soft,.sv-contact{background:#f5f8fc;}
.sv-section__head{display:grid;gap:10px;max-width:760px;margin:0 0 24px;}
.sv-section h2,.sv-box h2,.sv-final-cta__box h2,.sv-office-card h2,.sv-contact-card h2,.sv-form-card h2{font-family:'Noto Serif JP',serif;font-size:2rem;line-height:1.3;margin:0 0 8px;color:var(--sv-navy);padding-left:16px;position:relative;}
.sv-section h2::before,.sv-box h2::before,.sv-final-cta__box h2::before,.sv-office-card h2::before,.sv-contact-card h2::before,.sv-form-card h2::before{content:'';position:absolute;left:0;top:.22em;width:4px;height:1.1em;border-radius:999px;background:#ec8a1b;}
.sv-box h3,.sv-card h3,.sv-compare-card h3,.sv-step h3,.sv-case h3,.sv-office-card h3,.sv-contact-card h3,.sv-form-card h3{margin:0 0 12px;font-size:1.32rem;line-height:1.45;color:var(--sv-navy);font-family:'Noto Serif JP',serif;}
.sv-section p,.sv-box p,.sv-compare-card p,.sv-step p,.sv-case p,.sv-office-card p,.sv-contact-card p,.sv-form-card p,.sv-section__lead,.sv-form-note,.sv-story{color:var(--sv-muted);line-height:1.9;}
.sv-card,.sv-box,.sv-compare-card,.sv-step,.sv-case,.sv-highlight,.sv-contact-card,.sv-form-card,.sv-office-card,.sv-price-links__box,.sv-estimate-links__box{background:#fff;border:1px solid var(--sv-line);border-radius:22px;box-shadow:var(--sv-shadow);}
.sv-card:hover,.sv-box:hover,.sv-compare-card:hover,.sv-step:hover,.sv-case:hover,.sv-highlight:hover,.sv-contact-card:hover,.sv-form-card:hover,.sv-office-card:hover{box-shadow:var(--sv-shadow-hover);}
.sv-price-links__box,.sv-estimate-links__box{padding:24px;}
.sv-price-links__box h2,.sv-estimate-links__box h2{font-family:'Noto Serif JP',serif;color:var(--sv-navy);font-size:1.7rem;line-height:1.35;margin:0 0 8px;padding-left:16px;position:relative;}
.sv-price-links__box h2::before,.sv-estimate-links__box h2::before{content:'';position:absolute;left:0;top:.22em;width:4px;height:1.1em;border-radius:999px;background:#ec8a1b;}
.sv-price-links__box p,.sv-estimate-links__box p{color:var(--sv-muted);line-height:1.9;}
.sv-final-cta__box{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:center;gap:24px;background:#fff;border:1px solid var(--sv-line);border-radius:28px;padding:32px;box-shadow:0 8px 30px rgba(16,40,72,.05);}
.sv-final-cta__box p{max-width:56ch;}
.sv-actions--stack{justify-content:flex-end;}
@media (max-width:1100px){.sv-final-cta__box,.sv-highlight-band,.sv-side-grid,.sv-contact__grid,.sv-hero__grid{grid-template-columns:1fr;}}
@media (max-width:767px){
  .sv-hero{padding:40px 0 30px;}
  .sv-hero h1{font-size:clamp(1.9rem,3.2vw,2.45rem);}
  .sv-hero .sv-hero__lead,.sv-hero p{font-size:.96rem;line-height:1.82;}
  .sv-section,.sv-content,.sv-contact,.sv-final-cta{padding:48px 0;}
  .sv-section h2,.sv-box h2,.sv-final-cta__box h2,.sv-office-card h2,.sv-contact-card h2,.sv-form-card h2{font-size:1.7rem;}
  .sv-box h3,.sv-card h3,.sv-compare-card h3,.sv-step h3,.sv-case h3,.sv-office-card h3,.sv-contact-card h3,.sv-form-card h3{font-size:1.18rem;}
  .sv-final-cta__box{grid-template-columns:1fr;padding:24px;}
}


/* 2026-03-19 minimal layout adjustment based on user attachment */
.sv-index-theme-band{grid-template-columns:1fr;gap:0;margin-bottom:24px;}
.sv-index-theme-highlight{padding:26px 24px 24px;}
.sv-index-theme-highlight h2{font-size:clamp(1.55rem,2.4vw,1.95rem);line-height:1.42;margin-bottom:14px;}
.sv-index-theme-highlight > p,
.sv-index-theme-highlight .sv-highlight__item p{font-size:.98rem;line-height:1.78;}
.sv-index-theme-highlight .sv-highlight__list{gap:14px;}
.sv-index-theme-highlight .sv-highlight__item{padding-top:14px;}
.sv-index-theme-highlight .sv-highlight__item strong{display:block;margin-bottom:6px;font-size:1rem;line-height:1.45;}
.sv-index-theme-cards{margin-top:0;}
.sv-index-theme-cards .sv-compare-card{padding:20px 20px 18px;}
.sv-index-theme-cards .sv-compare-card__meta{min-width:42px;min-height:42px;margin-bottom:12px;border-radius:12px;font-size:1rem;}
.sv-index-theme-cards .sv-compare-card h3{font-size:1.02rem;line-height:1.5;margin-bottom:8px;}
.sv-index-theme-cards .sv-compare-card p{font-size:.96rem;line-height:1.72;}

.sv-contact__grid{grid-template-columns:1fr;gap:24px;}
.sv-contact-card{padding:18px;}
.sv-office__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.sv-office-card,
.sv-form-card{padding:20px 20px 18px;}
.sv-office-card h2,
.sv-form-card h2,
.sv-contact-card h2{font-size:clamp(1.2rem,1.9vw,1.45rem);line-height:1.45;margin-bottom:8px;padding-left:12px;}
.sv-office-card h2::before,
.sv-form-card h2::before,
.sv-contact-card h2::before{width:3px;height:1em;top:.28em;}
.sv-office-card p,
.sv-form-card p,
.sv-contact-card p,
.sv-form-note,
.contact-form,
.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea{font-size:.95rem;}
.sv-office-card p,
.sv-form-card p,
.sv-contact-card p,
.sv-form-note,
.contact-form label{line-height:1.72;}
.sv-office-card__list{gap:8px;}
.sv-office-card__list li,
.sv-office-card__list span,
.sv-office-card__list a{font-size:.93rem;line-height:1.65;}
.sv-office-card__list strong{min-width:70px;}
.sv-office-chip-wrap{gap:8px;}
.sv-chip{padding:7px 12px;font-size:.83rem;}
.sv-map iframe{min-height:210px;}
.sv-office-card--photo{display:grid;align-content:start;padding-top:18px;}
.sv-office-card__portrait{display:flex;justify-content:center;align-items:flex-start;padding:0 16px 6px;}
.sv-office-card--photo img{width:min(68%,220px);max-width:220px;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center top;border-radius:14px;background:transparent;box-shadow:none;}
.sv-office-card__body{padding:6px 20px 18px;gap:12px;}
.contact-form{gap:14px;}
.form-group{gap:6px;}
.contact-form input,
.contact-form select,
.contact-form textarea{padding:12px 14px;border-radius:12px;}
.contact-form textarea{min-height:132px;}
.contact-form .btn-primary{min-height:46px;}

@media (max-width: 720px){
  .sv-index-theme-cards,
  .sv-office__grid{grid-template-columns:1fr;}
  .sv-index-theme-highlight,
  .sv-index-theme-cards .sv-compare-card,
  .sv-office-card,
  .sv-form-card{padding:18px 18px 16px;}
  .sv-office-card--photo img{width:min(72%,200px);}
}

/* 2026-03 renewal: align hero tone with family.hanawa-office.jp */
.sv-hero--family{background:linear-gradient(180deg, rgba(15,23,42,0.96), rgba(26,54,93,0.90));padding:64px 0;position:relative;overflow:hidden;color:#fff}
.sv-hero--family::before{content:"";position:absolute;inset:0;background-image:url("/sakutto-visa/images/hero.png");background-size:cover;background-position:center;opacity:.10;filter:saturate(.92) contrast(1.04) brightness(1.02);transform:scale(1.03);pointer-events:none}
.sv-hero--family::after{content:none}
.sv-hero--family .sv-hero__grid{position:relative;z-index:1;grid-template-columns:1fr minmax(240px,380px);gap:28px;align-items:center}
.sv-hero--family h1{font-family:'Noto Serif JP',serif;font-size:clamp(1.9rem,3.0vw,2.35rem);line-height:1.2;margin:0 0 16px;color:#fff}
.sv-hero--family .sv-hero__lead{font-size:1rem;line-height:1.75;margin:0;color:rgba(255,255,255,.92)}
.sv-hero__checklist{list-style:none;padding:0;margin:14px 0 0}
.sv-hero__checklist li{position:relative;padding-left:26px;margin:8px 0;line-height:1.6;color:#fff}
.sv-hero__checklist li::before{content:"✓";position:absolute;left:0;top:.15em;color:#f59e0b;font-weight:900}
.sv-hero__badges{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}
.sv-badge--dark{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);color:#fff}
.sv-hero__note{margin:10px 0 0;opacity:.92;font-weight:700}
.sv-hero__media{justify-self:end;width:100%;max-width:380px;margin:0;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.25);background:rgba(6,18,35,.72)}
.sv-hero__media img{display:block;width:100%;height:auto;max-height:260px;object-fit:cover}
.sv-hero__media figcaption{padding:14px 16px;font-size:.92rem;color:#fff;background:rgba(6,18,35,.72)}
@media (max-width:1100px){.sv-hero--family .sv-hero__grid{grid-template-columns:1fr}.sv-hero__media{justify-self:start}}
@media (max-width:767px){.sv-hero--family{padding:52px 0}.sv-hero--family .sv-actions{display:grid;grid-template-columns:1fr;gap:10px}.sv-hero__media img{max-height:240px}}
