:root {
  --green-900: #173f36;
  --green-800: #24574a;
  --green-700: #34705e;
  --green-100: #e8f2ed;
  --green-050: #f5faf7;
  --grape: #6d4a73;
  --grape-light: #eee6f0;
  --orange: #d76b34;
  --ink: #24312d;
  --muted: #5d6b66;
  --line: #dce6e1;
  --white: #ffffff;
  --cream: #fffaf2;
  --shadow: 0 16px 38px rgba(23, 63, 54, 0.11);
  --radius: 20px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .7rem 1rem;
  background: var(--green-900);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 5rem 0; }
.section-tight { padding: 3rem 0; }
.section-soft { background: var(--green-050); }
.section-cream { background: var(--cream); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .55rem;
  color: var(--green-700);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: currentColor;
}
h1, h2, h3 { line-height: 1.35; margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.7rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.025em; }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.04rem, 1.7vw, 1.25rem); color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading p { margin-bottom: 0; }
.muted { color: var(--muted); }
.note { font-size: .88rem; color: var(--muted); }

.topbar {
  background: var(--green-900);
  color: rgba(255,255,255,.9);
  font-size: .86rem;
}
.topbar-inner {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,230,225,.9);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grape-light);
  color: var(--grape);
  font-size: 1.7rem;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.brand-text strong { font-size: 1.08rem; letter-spacing: .02em; }
.brand-text small { color: var(--muted); font-size: .7rem; }
.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  text-decoration: none;
  padding: .68rem .82rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: .93rem;
}
.nav a:hover, .nav a[aria-current="page"] { background: var(--green-100); color: var(--green-900); }
.header-cta { background: var(--orange) !important; color: #fff !important; }
.menu-button {
  display: none;
  border: 0;
  background: var(--green-100);
  color: var(--green-900);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.3rem;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--green-900);
}
.hero::before { content: ""; position: absolute; inset: 0; display: block; background: linear-gradient(90deg, rgba(14,55,46,.24) 0%, rgba(14,55,46,.12) 45%, rgba(14,55,46,.04) 72%, rgba(14,55,46,0) 100%); z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6rem 0; }
.hero-content h1, .hero-content p, .hero-content .eyebrow, .hero-content .hero-note { text-shadow: 0 1px 10px rgba(0,0,0,.18); }
.hero .eyebrow { color: #cce3d8; }
.hero p { max-width: 610px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-note { margin-top: 1.35rem; font-size: .9rem; }

.page-hero {
  padding: 5.5rem 0 4.5rem;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: #fff;
  overflow: hidden;
  position: relative;
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -110px;
  top: -220px;
  background: rgba(255,255,255,.08);
}
.page-hero-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 3rem; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,.88); }
.page-hero-image { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.page-hero-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 50px;
  padding: .72rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.12); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-light { background: #fff; color: var(--green-900); }
.btn-outline { border-color: var(--green-700); color: var(--green-900); background: transparent; }
.btn-small { min-height: 42px; padding: .55rem 1rem; font-size: .9rem; }

.quick-grid, .card-grid, .service-grid, .stats-grid, .job-grid, .facility-grid { display: grid; gap: 1.25rem; }
.quick-grid { grid-template-columns: repeat(3, 1fr); margin-top: -48px; position: relative; z-index: 5; }
.quick-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.55rem;
  box-shadow: var(--shadow);
  text-decoration: none;
  border: 1px solid rgba(220,230,225,.8);
}
.quick-card:hover { border-color: var(--green-700); }
.quick-icon { font-size: 1.7rem; margin-bottom: .5rem; }
.quick-card h3 { margin-bottom: .35rem; }
.quick-card p { color: var(--muted); margin-bottom: .7rem; }
.quick-link { color: var(--green-700); font-weight: 800; }

.card-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .service-card, .job-card, .facility-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.info-card { padding: 1.6rem; }
.info-card .number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-900);
  font-weight: 900;
  margin-bottom: 1rem;
}
.info-card h3 { margin-bottom: .5rem; }
.info-card p { color: var(--muted); margin-bottom: 0; }

.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-card-body { padding: 1.45rem; }
.service-type { color: var(--grape); font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.service-card h3 { margin: .25rem 0 .55rem; }
.service-card p { color: var(--muted); }
.service-card dl { display: grid; grid-template-columns: 5.5rem 1fr; margin: 1rem 0 0; font-size: .9rem; }
.service-card dt { font-weight: 800; }
.service-card dd { margin: 0; color: var(--muted); }
.service-card footer { padding: 0 1.45rem 1.45rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split-image { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.split-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.check-list li { position: relative; padding-left: 1.8rem; margin-bottom: .7rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }

.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 8rem 1fr auto; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.news-date { color: var(--muted); font-variant-numeric: tabular-nums; }
.news-tag { justify-self: start; padding: .25rem .65rem; background: var(--grape-light); color: var(--grape); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.news-title { grid-column: 2 / -1; margin-top: -.9rem; }

.cta-band {
  background: var(--green-900);
  color: #fff;
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3.2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.cta-band p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; flex-shrink: 0; }

.anchor-nav {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.anchor-nav a { text-decoration: none; border: 1px solid rgba(255,255,255,.5); padding: .45rem .8rem; border-radius: 999px; font-size: .87rem; }

.detail-section { scroll-margin-top: 96px; }
.price-table, .company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--line);
}
.price-table th, .price-table td, .company-table th, .company-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table tr:last-child th, .price-table tr:last-child td, .company-table tr:last-child th, .company-table tr:last-child td { border-bottom: 0; }
.price-table th, .company-table th { width: 28%; text-align: left; background: var(--green-050); color: var(--green-900); }

.steps { counter-reset: step; display: grid; gap: 1rem; }
.step { counter-increment: step; display: grid; grid-template-columns: 52px 1fr; gap: 1rem; align-items: start; padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.step::before { content: counter(step); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: #fff; font-weight: 900; }
.step h3 { margin-bottom: .25rem; }
.step p { margin-bottom: 0; color: var(--muted); }

details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  margin-bottom: .8rem;
}
summary { cursor: pointer; padding: 1rem 1.15rem; font-weight: 800; color: var(--green-900); }
details > div { padding: 0 1.15rem 1.15rem; color: var(--muted); }

.facility-grid { grid-template-columns: repeat(2, 1fr); }
.facility-card { padding: 1.4rem; }
.facility-card h3 { margin-bottom: .45rem; }
.facility-card address { font-style: normal; color: var(--muted); }
.facility-card a { color: var(--green-700); font-weight: 800; text-decoration: none; }

.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.25rem; border-left: 3px solid var(--green-700); background: var(--green-050); border-radius: 0 14px 14px 0; }
.stat strong { display: block; font-size: 1.55rem; color: var(--green-900); }
.stat span { color: var(--muted); font-size: .88rem; }

.timeline { position: relative; padding-left: 1.5rem; }
.timeline::before { content: ""; position: absolute; left: 5px; top: .4rem; bottom: .4rem; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding: 0 0 1.5rem 1.6rem; }
.timeline-item::before { content: ""; position: absolute; left: -1.53rem; top: .35rem; width: 12px; height: 12px; border-radius: 50%; background: var(--green-700); box-shadow: 0 0 0 5px var(--green-100); }
.timeline-item time { color: var(--green-700); font-weight: 900; }
.timeline-item h3 { margin: .1rem 0 .2rem; }
.timeline-item p { margin-bottom: 0; color: var(--muted); }

.job-grid { grid-template-columns: repeat(2, 1fr); }
.job-card { padding: 1.5rem; }
.job-card-header { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.job-badge { background: var(--grape-light); color: var(--grape); padding: .25rem .6rem; border-radius: 999px; font-size: .78rem; font-weight: 850; white-space: nowrap; }
.job-card dl { display: grid; grid-template-columns: 6rem 1fr; gap: .35rem .8rem; font-size: .9rem; margin-bottom: 0; }
.job-card dt { font-weight: 800; }
.job-card dd { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.contact-card strong { display: block; color: var(--green-900); margin-bottom: .3rem; }
.contact-card a { color: var(--green-700); font-weight: 850; text-decoration: none; overflow-wrap: anywhere; }

.access-feature {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.access-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
.access-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.access-photo figcaption {
  padding: .75rem 1rem;
  color: var(--muted);
  font-size: .84rem;
  background: #fff;
}
.access-copy h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  margin-bottom: .8rem;
}
.access-copy > p { color: var(--muted); }
.access-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.5rem;
}
.access-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: .65rem;
}
.access-list li::before {
  content: "●";
  position: absolute;
  left: .2rem;
  top: .08rem;
  color: var(--green-700);
  font-size: .72rem;
}
.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.site-footer { background: #102f28; color: rgba(255,255,255,.78); padding: 3.5rem 0 1.2rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr; gap: 2rem; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.footer-nav { display: grid; gap: .45rem; }
.footer-bottom { margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; display: flex; justify-content: space-between; gap: 1rem; }

.mobile-contact {
  display: none;
  position: fixed;
  left: .8rem;
  right: .8rem;
  bottom: .8rem;
  z-index: 60;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  padding: .55rem;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}
.mobile-contact a { text-decoration: none; text-align: center; padding: .7rem; border-radius: 12px; font-weight: 900; }
.mobile-contact .phone { background: var(--orange); color: #fff; }
.mobile-contact .line { background: #06c755; color: #fff; }

@media (max-width: 960px) {
  .nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 86px; padding: .7rem; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { text-align: center; }
  .menu-button { display: inline-grid; place-items: center; }
  .quick-grid, .service-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-inner, .split, .access-feature { grid-template-columns: 1fr; }
  .page-hero-image { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { padding-bottom: 78px; }
  .topbar-inner { min-height: 36px; justify-content: center; }
  .topbar-inner span { display: none; }
  .brand-text small { display: none; }
  .hero { min-height: 600px; }
.hero-content { padding: 4.5rem 0; }
  .section { padding: 3.7rem 0; }
  .quick-grid { grid-template-columns: 1fr; margin-top: -28px; }
  .service-grid, .card-grid, .stats-grid, .job-grid, .facility-grid, .contact-grid { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 1fr auto; gap: .35rem .8rem; }
  .news-title { grid-column: 1 / -1; margin-top: 0; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .cta-actions, .access-actions { width: 100%; }
  .cta-actions .btn, .access-actions .btn { flex: 1 1 100%; }
  .price-table th, .price-table td, .company-table th, .company-table td { display: block; width: 100%; }
  .price-table th, .company-table th { padding-bottom: .35rem; }
  .price-table td, .company-table td { padding-top: .35rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { display: grid; }
}

/* Full company profile and care-management content */
.philosophy-statement {
  max-width: 880px;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: var(--green-050);
  border: 1px solid var(--line);
}
.principle-list {
  margin: .6rem 0 0;
  padding-left: 1.5rem;
  font-weight: 800;
  color: var(--green-900);
}
.principle-list li { margin-bottom: .55rem; }
.full-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.full-copy-card,
.business-profile-card,
.care-reference,
.care-cost-box,
.care-law-box,
.care-intro-box {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.full-copy-card h3,
.business-profile-card h3,
.care-reference h3,
.care-cost-box h3,
.care-law-box h3,
.care-intro-box h3 { font-size: 1.05rem; }
.full-copy-card p,
.business-profile-card,
.care-reference p,
.care-law-box p {
  font-size: .91rem;
  color: var(--muted);
}
.mission-box {
  margin-top: 1.2rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: var(--green-900);
  color: #fff;
}
.mission-box h3 { color: #fff; }
.mission-box p { margin-bottom: 0; color: rgba(255,255,255,.84); }
.table-scroll { overflow-x: auto; }
.company-table-compact { font-size: .9rem; }
.company-table-compact th,
.company-table-compact td { padding: .72rem .85rem; }
.business-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.2rem;
}
.business-profile-card ol { margin: .7rem 0 0; padding-left: 1.35rem; }
.business-profile-card li { margin-bottom: .4rem; }
.history-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
  line-height: 1.75;
}
.history-table th,
.history-table td {
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.history-table tr:last-child th,
.history-table tr:last-child td { border-bottom: 0; }
.history-table th {
  width: 7.5rem;
  white-space: nowrap;
  color: var(--green-900);
  background: var(--green-050);
}
.history-highlight th,
.history-highlight td { background: #fff7e7; }
.care-intro-box {
  margin-bottom: 1rem;
  border-left: 5px solid var(--green-700);
}
.care-reference { margin-bottom: 1.5rem; background: var(--green-050); }
.steps-full {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.5rem;
}
.care-cost-box {
  margin-bottom: 1rem;
  border-left: 5px solid var(--orange);
  background: #fffaf0;
}
.care-cost-box p { margin-bottom: 0; font-weight: 700; }
.care-law-box { margin-bottom: 1.5rem; }
.care-contact-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 20px;
  background: var(--green-900);
  color: #fff;
}
.care-contact-card h3 { color: #fff; margin-bottom: 0; }
.care-contact-card dl { margin: 0; }
.care-contact-card dl > div { margin-bottom: .35rem; }
.care-contact-card dt { font-size: .8rem; color: rgba(255,255,255,.7); }
.care-contact-card dd { margin: 0; font-weight: 800; }
.care-contact-card a:not(.btn) { color: #fff; }

@media (max-width: 960px) {
  .full-copy-grid { grid-template-columns: 1fr; }
  .care-contact-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .business-profile-grid,
  .steps-full { grid-template-columns: 1fr; }
  .history-table { font-size: .82rem; }
  .history-table th { width: 6.5rem; }
  .history-table th,
  .history-table td { padding: .7rem .75rem; }
}


/* Detailed business designation and opening records */
.business-designations {
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.business-designations .section-heading-left {
  text-align: left;
  max-width: none;
  margin: 0 0 1.4rem;
}
.business-designations h4 {
  margin: 1.6rem 0 .65rem;
  color: var(--green-900);
  font-size: 1.08rem;
}
.business-designations .history-table-wrap {
  margin-bottom: 1.1rem;
  box-shadow: none;
}
.business-history-table thead th {
  background: var(--green-900);
  color: #fff;
  width: auto;
  white-space: nowrap;
}
.business-history-table tbody td:first-child {
  font-weight: 800;
  color: var(--green-900);
}


/* Fixed two-line headings on company page */
.hero-title-fixed {
  font-size: clamp(1.95rem, 4.2vw, 3.55rem) !important;
  line-height: 1.22;
  letter-spacing: -0.03em;
}
.hero-title-fixed .line,
.recruit-title-fixed .line {
  display: block;
  white-space: nowrap;
}
.recruit-title-fixed {
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media (max-width: 700px) {
  .hero-title-fixed { font-size: clamp(1.7rem, 6vw, 2.2rem) !important; }
  .recruit-title-fixed { font-size: clamp(1.2rem, 4.5vw, 1.65rem); }
}


.mobile-contact.mobile-contact-single { grid-template-columns: 1fr; }
