/* GSOライフケア 法人向けLP / corporate redesign 2026-07-25 */
@font-face {
  font-family: "GSO Klee";
  src: url("fonts/KleeOne-hero-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --corp-primary: #1454b8;
  --corp-primary-dark: #0a357b;
  --corp-primary-light: #eaf3ff;
  --corp-accent: #2f76d2;
  --corp-text: #17233b;
  --corp-subtext: #526079;
  --corp-bg: #f5f9ff;
  --corp-white: #fff;
  --corp-border: #dde8f5;
  --corp-shadow: 0 18px 45px rgba(25, 64, 120, .1);
  --corp-radius: 22px;
  --corp-container: 1180px;
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  color: var(--corp-text);
  background: var(--corp-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body * { box-sizing: border-box; }
.container { width: min(calc(100% - 48px), var(--corp-container)); }

.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.82) 72%, transparent);
  box-shadow: none;
}
.header.is-scrolled {
  position: fixed;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 30px rgba(16,53,107,.1);
  backdrop-filter: blur(14px);
}
.header__inner { min-height: 84px; }
.header .logo { color: var(--corp-primary-dark); letter-spacing: -.035em; }
.header .logo .logo__gso { color: var(--corp-primary); }
.header .logo .logo__life,
.header .logo .logo__care { color: var(--corp-primary-dark); }
.header .site-nav a { color: var(--corp-text); font-size: .88rem; font-weight: 700; }
.site-nav a:hover { color: var(--corp-primary); }
.header-call span { color: var(--corp-subtext); }
.header-call strong { color: var(--corp-primary-dark); }
.header .header-actions .button--line {
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--corp-primary-dark);
  box-shadow: 0 8px 20px rgba(10,53,123,.2);
}
.header .menu-toggle span { background: var(--corp-primary-dark); }

.pm-lp.business-lp {
  --pm-green: var(--corp-primary);
  --pm-green-dark: var(--corp-primary-dark);
  --pm-gold: var(--corp-accent);
  --pm-cream: var(--corp-bg);
  color: var(--corp-text);
}
.pm-lp .section { padding: clamp(76px, 8vw, 118px) 0; }
.pm-lp .section--soft { background: var(--corp-bg); }
.pm-lp .section--surface { background: var(--corp-white); }
.pm-lp .section--dark {
  color: var(--corp-text);
  background:
    radial-gradient(circle at 88% 12%, rgba(47,118,210,.12), transparent 34%),
    var(--corp-primary-light);
}
.pm-lp .section--accent {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #0b397f, #1454b8);
}
.pm-lp .section--accent::after {
  position: absolute;
  right: -5%;
  bottom: -140px;
  width: 46%;
  height: 260px;
  border-radius: 50% 50% 0 0;
  background: rgba(255,255,255,.055);
  content: "";
}
.section-heading { max-width: 840px; margin-bottom: 44px; }
.section-heading--split { max-width: none; align-items: end; gap: 48px; }
.section-heading h2 {
  margin-top: 10px;
  color: var(--corp-text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: .015em;
}
.section-heading--dark h2,
.section-heading--dark .section-copy { color: var(--corp-text); }
.eyebrow {
  color: var(--corp-primary);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-copy { color: var(--corp-subtext); line-height: 2; }

.pm-lp .business-hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  border: 0;
  background: #dbeaff;
}
.pm-lp .business-hero::after {
  position: absolute;
  right: -4%;
  bottom: -72px;
  left: -4%;
  z-index: 4;
  height: 142px;
  border-radius: 52% 48% 0 0 / 100% 100% 0 0;
  background: var(--corp-white);
  content: "";
}
.pm-lp .business-hero .business-hero__media {
  background: url("corporate-city-partners-hero-v2.png") center center / cover no-repeat;
  filter: saturate(.88) brightness(1.02);
  opacity: 1;
}
.pm-lp .business-hero .hero__veil {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(248,252,255,.92) 37%, rgba(240,248,255,.35) 58%, rgba(10,53,123,.02) 100%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(10,53,123,.08));
}
.pm-lp .business-hero .hero__layout {
  position: relative;
  z-index: 3;
  min-height: 700px;
  padding-top: 122px;
  padding-bottom: 90px;
  grid-template-columns: minmax(0, 700px);
  gap: 50px;
}
.pm-lp .business-hero .hero__copy { max-width: 690px; }
.pm-lp .business-hero .eyebrow--hero {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(20,84,184,.2);
  border-radius: 999px;
  color: var(--corp-primary-dark);
  background: rgba(255,255,255,.78);
  box-shadow: none;
  transform: none;
  font-size: .82rem;
  backdrop-filter: blur(8px);
}
.pm-lp .business-hero .hero__title {
  margin: 0;
  color: var(--corp-primary-dark);
  font-family: "GSO Klee", "Klee One", "Klee", "YuKyokasho", "Yu Kyokasho", serif;
  font-size: clamp(3.25rem, 5.4vw, 5.7rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .035em;
  text-shadow: none;
  -webkit-text-stroke: 0;
}
.pm-lp .business-hero .hero__title span { display: block; }
.pm-lp .business-hero .hero__title span:first-child {
  margin-bottom: 9px;
  color: var(--corp-accent);
  font-family: inherit;
  font-size: .26em;
  font-weight: 700;
  letter-spacing: .18em;
}
.pm-lp .business-hero .hero__title span:last-child {
  color: var(--corp-primary-dark);
  text-shadow: none;
  -webkit-text-stroke: 0;
}
.pm-lp .business-hero .hero__title span:last-child::after {
  display: block;
  width: min(100%, 520px);
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--corp-primary);
  content: "";
  transform: rotate(-1.5deg);
  transform-origin: left center;
}
.pm-lp .business-hero .hero__lead {
  max-width: 620px;
  margin: 25px 0 0;
  padding: 0 0 0 18px;
  border-left: 3px solid var(--corp-primary);
  color: var(--corp-text);
  background: transparent;
  font-weight: 600;
  line-height: 1.9;
}
.pm-lp .business-hero .hero__trustline { gap: 8px; }
.pm-lp .business-hero .hero__trustline span {
  padding: 7px 12px;
  border: 1px solid var(--corp-border);
  border-radius: 999px;
  color: var(--corp-primary-dark);
  background: rgba(255,255,255,.88);
  box-shadow: none;
  font-size: .74rem;
}
.pm-lp .business-hero .hero__actions {
  display: flex;
  max-width: 690px;
  gap: 10px;
}
.pm-lp .business-hero .hero__actions .button {
  min-width: 0;
  min-height: 54px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(10,53,123,.14);
}
.pm-lp .business-hero .button--line { color: #fff; background: #087b47; }
.pm-lp .business-hero .button--ghost { color: #fff; background: var(--corp-primary-dark); }
.pm-lp .business-hero .button--form {
  border-color: var(--corp-border);
  color: var(--corp-primary-dark);
  background: #fff;
}
.pm-lp .business-hero .hero__summary {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: var(--corp-radius);
  color: var(--corp-text);
  background: rgba(255,255,255,.83);
  box-shadow: 0 24px 55px rgba(10,53,123,.13);
  backdrop-filter: blur(14px);
}
.pm-lp .business-hero .hero__summary { display: none; }
.pm-lp .business-hero .hero__summary * { color: inherit; }
.pm-lp .business-hero .hero__summary-label { color: var(--corp-primary); letter-spacing: .12em; }
.pm-lp .business-hero .hero__summary-list li { border-color: var(--corp-border); }
.pm-lp .business-hero .hero__summary .button { border-radius: 10px; background: var(--corp-primary); }
.pm-lp .business-hero .hero__dock {
  position: relative;
  z-index: 6;
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
  padding-bottom: 82px;
  gap: 14px;
}
.pm-lp .business-hero .hero__dock-card {
  min-height: 122px;
  padding: 24px 16px;
  border: 1px solid var(--corp-border);
  border-radius: 50%;
  color: var(--corp-primary-dark);
  background: rgba(255,255,255,.96);
  box-shadow: var(--corp-shadow);
}
.pm-lp .business-hero .hero__dock-card small { color: var(--corp-subtext); line-height: 1.55; }

.pm-lp .gso-choice-cta {
  padding: 26px 0 52px;
  border: 0;
  background: var(--corp-white);
}
.gso-choice-cta__grid { width: min(calc(100% - 48px), 900px); gap: 12px; }
.pm-lp .gso-choice-card {
  min-height: 78px;
  border: 1px solid var(--corp-border);
  border-radius: 14px;
  color: var(--corp-primary-dark);
  background: #fff;
  box-shadow: 0 10px 28px rgba(20,84,184,.08);
}
.pm-lp .gso-choice-card--phone { color: #fff; background: var(--corp-primary-dark); }
.pm-lp .gso-choice-card--line { color: #fff; background: #087b47; }
.pm-lp .gso-choice-card--form { background: var(--corp-primary-light); }

.corporate-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 40%, rgba(47,118,210,.14), transparent 32%),
    linear-gradient(135deg, #fff, #eef6ff);
}
.corporate-area::after {
  position: absolute;
  right: -10%;
  bottom: -42%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(47,118,210,.12);
  border-radius: 50%;
  content: "";
}
.corporate-area__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}
.corporate-area__copy h2 {
  margin: 12px 0 24px;
  color: var(--corp-text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  font-weight: 600;
  line-height: 1.5;
}
.corporate-area__copy > p { color: var(--corp-subtext); line-height: 2; }
.corporate-area__benefit {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 4px solid var(--corp-primary);
  background: rgba(255,255,255,.78);
}
.corporate-area__benefit strong { color: var(--corp-primary-dark); }
.corporate-area__benefit span { color: var(--corp-subtext); line-height: 1.75; }
.corporate-area__visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}
.corporate-area__visual::before {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px dashed rgba(20,84,184,.34);
  border-radius: 46% 54% 56% 44%;
  background: rgba(255,255,255,.58);
  box-shadow: 0 0 0 44px rgba(234,243,255,.75);
  content: "";
  transform: rotate(-8deg);
}
.corporate-area__visual > strong {
  position: relative;
  z-index: 2;
  display: grid;
  width: 168px;
  height: 168px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--corp-accent), var(--corp-primary-dark));
  box-shadow: 0 20px 45px rgba(20,84,184,.25);
  text-align: center;
  font-size: 1.45rem;
}
.corporate-area__visual small { font-size: .58rem; font-weight: 500; line-height: 1.5; }
.corporate-area__visual > span {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 92px;
  min-height: 92px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--corp-border);
  border-radius: 50%;
  color: var(--corp-primary-dark);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20,84,184,.11);
  font-weight: 700;
}
.corporate-area__visual > span:nth-child(1) { top: 12%; right: 8%; }
.corporate-area__visual > span:nth-child(2) { top: 7%; left: 17%; }
.corporate-area__visual > span:nth-child(3) { top: 41%; left: 0; }
.corporate-area__visual > span:nth-child(4) { right: 0; bottom: 16%; }
.corporate-area__visual > span:nth-child(5) { bottom: 4%; left: 17%; }
.japan-map { margin: 0; }
.japan-map__canvas {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
}
.japan-map__canvas::before {
  position: absolute;
  inset: 7% 6% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.9), rgba(234,243,255,.38) 62%, transparent 63%);
  content: "";
}
.japan-map__canvas img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(20,84,184,.1));
}
.japan-map__label {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 92px;
  min-height: 92px;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--corp-border);
  border-radius: 50%;
  color: var(--corp-primary-dark);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 28px rgba(20,84,184,.11);
  font-size: .82rem;
  font-weight: 800;
}
.japan-map__label--kanto { top: 51%; right: 3%; color: #fff; background: var(--corp-primary); }
.japan-map__label--chiba { right: 24%; bottom: 3%; }
.japan-map figcaption {
  display: grid;
  gap: 5px;
  margin-top: -10px;
  text-align: center;
}
.japan-map figcaption strong { color: var(--corp-primary-dark); font-size: .92rem; }
.japan-map figcaption span { color: var(--corp-subtext); font-size: .78rem; }
.japan-map figcaption small { margin-top: 5px; color: #7c8799; font-size: .58rem; }

.intent-grid { gap: 18px; }
.intent-card,
.area-card,
.service-card,
.reason-card {
  border: 1px solid var(--corp-border);
  border-radius: var(--corp-radius);
  background: var(--corp-white);
  box-shadow: 0 10px 32px rgba(20,84,184,.07);
}
.intent-card { padding: 28px; }
.intent-card__tag,
.case-study-card__tag {
  border-radius: 999px;
  color: var(--corp-primary);
  background: var(--corp-primary-light);
}
.intent-card h3,
.area-card h3,
.service-card h3,
.reason-card h3 { color: var(--corp-text); }
.intent-card p,
.area-card p,
.service-card p,
.reason-card p { color: var(--corp-subtext); line-height: 1.85; }

.reason-grid { gap: 0; border-block: 1px solid var(--corp-border); }
.reason-card {
  min-height: 285px;
  padding: 34px 24px;
  border-width: 0 1px 0 0;
  border-radius: 0;
  box-shadow: none;
}
.reason-card:last-child { border-right: 0; }
.reason-card > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--corp-primary);
  font-size: .8rem;
}

.service-grid { gap: 18px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 34px 28px;
}
.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  border-radius: 0 0 0 100%;
  background: var(--corp-primary-light);
  content: "";
}
.service-card__eyebrow { color: var(--corp-primary); }
.section--dark .service-card { border-color: var(--corp-border); background: #fff; }

.pm-pill-grid { gap: 12px; }
.pm-pill-grid span {
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid var(--corp-border);
  border-radius: 12px;
  color: var(--corp-primary-dark);
  background: #fff;
  box-shadow: 0 8px 22px rgba(20,84,184,.06);
}
.facility-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.facility-card {
  overflow: hidden;
  border: 1px solid var(--corp-border);
  border-radius: var(--corp-radius);
  background: #fff;
  box-shadow: var(--corp-shadow);
}
.facility-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.facility-card > div {
  position: relative;
  padding: 32px 24px 26px;
  text-align: center;
}
.facility-card > div > span {
  position: absolute;
  top: -27px;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translateX(-50%);
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--corp-primary);
  font-size: 1.25rem;
}
.facility-card h3 { margin-bottom: 8px; color: var(--corp-text); }
.facility-card p { color: var(--corp-subtext); line-height: 1.7; }

.case-study-list { gap: 28px; }
.case-study-card {
  overflow: hidden;
  border: 1px solid var(--corp-border);
  border-radius: var(--corp-radius);
  background: #fff;
  box-shadow: var(--corp-shadow);
}
.case-study-card__photos { background: var(--corp-primary-light); }
.case-study-card__photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.case-study-card__label { border-radius: 6px; background: rgba(10,53,123,.9); }
.case-study-card__body { padding: 34px; }
.case-study-card__body h3 { color: var(--corp-text); }
.case-study-card__body p { color: var(--corp-subtext); line-height: 1.85; }
.case-study-card__meta { border-color: var(--corp-border); }
.case-study-card__meta span { color: var(--corp-primary); }
.pm-band-cta {
  border: 0;
  border-radius: var(--corp-radius);
  background: linear-gradient(135deg, var(--corp-primary-dark), var(--corp-primary));
  box-shadow: var(--corp-shadow);
}
.pm-band-cta h3 { color: #fff; }
.pm-band-cta .pm-pill-grid span { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.2); }

.pm-card-grid { gap: 18px; }
.area-card { padding: 30px; }
.area-card h3::before {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background: var(--corp-primary);
  content: "✓";
  font-size: .78rem;
}

.process-steps { gap: 14px; }
.process-step {
  position: relative;
  min-height: 220px;
  padding: 28px 22px;
  border: 1px solid var(--corp-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(20,84,184,.06);
}
.process-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  color: var(--corp-accent);
  content: "›";
  font-size: 2rem;
}
.process-step > span {
  color: var(--corp-primary);
  font-size: 1.8rem;
  font-weight: 300;
}
.process-step h3 { color: var(--corp-text); }
.process-step p { color: var(--corp-subtext); line-height: 1.75; }

.faq-list { max-width: 920px; }
.faq-item {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid var(--corp-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20,84,184,.05);
}
.faq-question {
  min-height: 68px;
  padding: 18px 64px 18px 22px;
  color: var(--corp-text);
  font-size: 1rem;
}
.faq-question::after { color: var(--corp-primary); }
.faq-answer p { color: var(--corp-subtext); line-height: 1.85; }
html:not(.js) .faq-answer {
  display: block;
  padding-bottom: 24px;
  opacity: 1;
  overflow: visible;
}

.contact__layout { position: relative; z-index: 2; }
.section--accent h2 { color: #fff; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; }
.section--accent .eyebrow { color: #cfe3ff; }
.gso-inquiry-panel,
.contact-card {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,22,62,.2);
}
.gso-inquiry-panel { background: #fff; }
.gso-inquiry-panel__label { color: var(--corp-primary); }
.gso-inquiry-panel__button { min-height: 54px; border-radius: 10px; background: var(--corp-primary); }
.contact-card--phone { background: #fff; }
.contact-card--line { background: #087b47; }
.contact-card--note { background: rgba(255,255,255,.1); }

.footer {
  color: #dce9fb;
  background: #071e45;
}
.footer .logo { color: #fff; }
.footer .logo__gso { color: #6aa8ff; }
.footer__nav h3 { color: #fff; }
.footer__nav a,
.footer__nav span,
.footer__brand p { color: #bdcce0; }
.footer__bottom { border-color: rgba(255,255,255,.1); }
.floating-line,
.gso-floating-form { display: none !important; }
.mobile-contact-dock { display: none; }

@media (max-width: 1100px) {
  .site-nav { display: none; }
  .menu-toggle { display: flex; }
  .reason-grid { grid-template-columns: repeat(3, 1fr); border: 0; gap: 14px; }
  .reason-card { min-height: 0; border: 1px solid var(--corp-border); border-radius: 18px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .process-step:not(:last-child)::after { display: none; }
}

@media (max-width: 900px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 36px), var(--corp-container)); }
  .header { position: absolute; }
  .header__inner { min-height: 70px; }
  .header-call { display: none; }
  .header .menu-toggle { display: flex !important; }
  .header-actions .button { min-height: 44px; padding: 10px 14px; }
  .pm-lp .section { padding: 72px 0; }
  .section-heading--split { display: block; }
  .section-heading--split .section-copy { margin-top: 18px; }
  .pm-lp .business-hero { min-height: 0; padding-bottom: 0; }
  .pm-lp .business-hero::after { bottom: -40px; height: 82px; }
  .pm-lp .business-hero .business-hero__media {
    height: 365px;
    background-position: 68% top;
    background-size: auto 365px;
    background-repeat: no-repeat;
  }
  .pm-lp .business-hero .hero__veil {
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0 280px, rgba(238,247,255,.98) 380px, #eaf3ff 100%);
  }
  .pm-lp .business-hero .hero__layout {
    display: block;
    min-height: 0;
    padding-top: 330px;
    padding-bottom: 120px;
  }
  .pm-lp .business-hero .hero__title { font-size: clamp(2.65rem, 9vw, 4rem); }
  .pm-lp .business-hero .hero__lead br { display: none; }
  .pm-lp .business-hero .hero__summary { margin-top: 28px; }
  .pm-lp .business-hero .hero__dock {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    padding-bottom: 62px;
  }
  .pm-lp .business-hero .hero__dock-card { min-height: 116px; border-radius: 18px; }
  .pm-lp .gso-choice-cta { padding-top: 20px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .corporate-area__layout { grid-template-columns: 1fr; }
  .corporate-area__visual,
  .japan-map { width: min(100%, 520px); margin: 0 auto; }
  .facility-card-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .gso-floating-form,
  .floating-line { display: none !important; }
  .mobile-contact-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100vw;
    max-width: 100vw;
    box-shadow: 0 -5px 24px rgba(7,30,69,.2);
  }
  .mobile-contact-dock a {
    display: grid;
    min-width: 0;
    min-height: 62px;
    place-content: center;
    padding: 7px 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: .74rem;
    font-weight: 800;
  }
  .mobile-contact-dock a:nth-child(1) { background: var(--corp-primary-dark); }
  .mobile-contact-dock a:nth-child(2) { background: #087b47; }
  .mobile-contact-dock a:nth-child(3) { color: var(--corp-primary-dark); background: #fff; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--corp-container)); }
  .header__inner { padding-inline: 14px; }
  .logo { font-size: 1.08rem; }
  .header-actions .button { font-size: .76rem; }
  .pm-lp .section { padding: 60px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .section-copy { line-height: 1.8; }
  .pm-lp .business-hero .business-hero__media {
    height: 260px;
    background-position: 70% top;
    background-size: auto 260px;
  }
  .pm-lp .business-hero .hero__veil {
    background: linear-gradient(180deg, rgba(255,255,255,.02) 0 188px, rgba(238,247,255,.98) 270px, #eaf3ff 100%);
  }
  .pm-lp .business-hero .hero__layout { padding-top: 238px; padding-bottom: 105px; }
  .pm-lp .business-hero .eyebrow--hero { font-size: .68rem; letter-spacing: .08em; }
  .pm-lp .business-hero .hero__title { font-size: clamp(2.25rem, 11vw, 3.1rem); line-height: 1.17; }
  .pm-lp .business-hero .hero__title span:first-child { font-size: .29em; }
  .pm-lp .business-hero .hero__lead { font-size: .92rem; }
  .pm-lp .business-hero .hero__trustline span { font-size: .68rem; }
  .pm-lp .business-hero .hero__trustline span:nth-child(n+4) { display: none; }
  .pm-lp .business-hero .hero__actions { display: grid; grid-template-columns: 1fr; }
  .pm-lp .business-hero .hero__actions .button { width: 100%; min-height: 52px; }
  .pm-lp .business-hero .hero__summary { padding: 24px 20px; }
  .pm-lp .business-hero .hero__summary { display: none; }
  .pm-lp .business-hero .hero__dock {
    width: calc(100% - 28px);
    gap: 10px;
  }
  .pm-lp .business-hero .hero__dock-card { min-height: 104px; padding: 17px 10px; }
  .pm-lp .business-hero .hero__dock-card strong { font-size: .86rem; }
  .pm-lp .business-hero .hero__dock-card small { font-size: .69rem; }
  .gso-choice-cta__grid { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .reason-grid,
  .process-steps,
  .intent-grid,
  .service-grid,
  .pm-card-grid,
  .facility-card-grid { grid-template-columns: 1fr; }
  .corporate-area__visual { min-height: 330px; transform: scale(.84); }
  .japan-map__label { min-width: 74px; min-height: 74px; font-size: .7rem; }
  .reason-card { min-height: 0; }
  .case-study-card__photos { grid-template-columns: 1fr 1fr; }
  .case-study-card__body { padding: 24px 20px; }
  .pm-pill-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-pill-grid span { min-width: 0; font-size: .78rem; }
  .contact__cards { grid-template-columns: 1fr; }
  .footer__inner,
  .footer__nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Editorial refinement: reference-led, restrained corporate system */
.pm-lp.business-lp { display: flex; flex-direction: column; }
.pm-lp .business-hero { order: 1; }
.pm-lp .corporate-area { order: 2; }
.pm-lp #concerns { order: 3; }
.pm-lp #facilities { order: 4; }
.pm-lp #reason { order: 5; }
.pm-lp #works { order: 6; }
.pm-lp #business-flow { order: 7; }
.pm-lp #cases { order: 8; }
.pm-lp #business-guide { order: 9; }
.pm-lp #voices { order: 10; }
.pm-lp #faq { order: 11; }
.pm-lp #contact { order: 12; }
.pm-lp .gso-choice-cta { display: none; }

.pm-lp .section { padding-block: clamp(72px, 7vw, 104px); }
.pm-lp .section-heading { margin-bottom: 38px; }
.pm-lp .section-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.48;
  letter-spacing: .025em;
}
.pm-lp .eyebrow {
  margin-bottom: 6px;
  font-size: .76rem;
  letter-spacing: .12em;
}

.pm-lp .business-hero { min-height: 720px; }
.pm-lp .business-hero .hero__layout {
  min-height: 610px;
  padding-top: 112px;
  padding-bottom: 44px;
}
.pm-lp .business-hero .hero__copy { max-width: 650px; }
.pm-lp .business-hero .hero__title { font-size: clamp(3.05rem, 5vw, 5.15rem); }
.pm-lp .business-hero .hero__lead {
  max-width: 540px;
  margin-top: 22px;
  font-size: .94rem;
  line-height: 1.85;
}
.pm-lp .business-hero .hero__trustline { display: none; }
.pm-lp .business-hero .hero__actions {
  display: flex;
  align-items: stretch;
  max-width: 570px;
  margin-top: 23px;
  gap: 14px;
}
.pm-lp .business-hero .hero__actions .button--form {
  display: inline-flex;
  min-width: 278px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--corp-primary-dark);
  box-shadow: 0 12px 28px rgba(10,53,123,.18);
  font-size: .9rem;
}
.pm-lp .business-hero .hero__actions .button--form:hover {
  background: var(--corp-primary);
  transform: translateY(-2px);
}
.hero__phone-link {
  display: grid;
  min-height: 56px;
  align-content: center;
  padding: 7px 2px;
  color: var(--corp-primary-dark);
  text-decoration: none;
}
.hero__phone-link small { color: var(--corp-subtext); font-size: .65rem; }
.hero__phone-link strong { font-size: 1rem; letter-spacing: .04em; }
.pm-lp .business-hero .hero__dock {
  width: min(calc(100% - 48px), 600px);
  margin: -2px auto 0 max(24px, calc((100% - var(--corp-container)) / 2));
  padding-bottom: 84px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pm-lp .business-hero .hero__dock-card {
  width: 142px;
  min-height: 142px;
  padding: 23px 15px;
  border: 1px solid rgba(20,84,184,.14);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(29,75,135,.09);
}
.pm-lp .business-hero .hero__dock-card::before {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin: 0 auto 9px;
  border: 1px solid var(--corp-primary);
  border-radius: 50%;
  color: var(--corp-primary);
  content: "✓";
  font-size: .72rem;
}
.pm-lp .business-hero .hero__dock-card strong { font-size: .82rem; }
.pm-lp .business-hero .hero__dock-card small { margin-top: 5px; font-size: .67rem; }

.corporate-area {
  background:
    linear-gradient(110deg, #fff 0 50%, rgba(234,243,255,.58) 100%);
}
.corporate-area::after { opacity: .35; }
.corporate-area__layout { gap: clamp(48px, 7vw, 86px); }
.corporate-area__copy h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.corporate-area__benefit {
  padding: 17px 20px;
  border-left-width: 3px;
  box-shadow: none;
}
.corporate-area__visual > span {
  min-width: 78px;
  min-height: 78px;
  box-shadow: 0 9px 22px rgba(20,84,184,.08);
  font-size: .78rem;
}
.corporate-area__visual > strong {
  width: 148px;
  height: 148px;
  background: var(--corp-primary);
  box-shadow: 0 18px 36px rgba(20,84,184,.18);
  font-size: 1.25rem;
}

.pm-lp #concerns { background: #f7faff; }
.pm-lp .intent-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pm-lp .intent-card {
  min-height: 0;
  padding: 25px 24px;
  border: 1px solid var(--corp-border);
  border-radius: 8px;
  box-shadow: none;
}
.pm-lp .intent-card__tag {
  padding: 0;
  color: var(--corp-primary);
  background: transparent;
  font-size: .68rem;
  letter-spacing: .08em;
}
.pm-lp .intent-card h3 { margin-top: 13px; font-size: 1rem; line-height: 1.55; }
.pm-lp .intent-card p { font-size: .84rem; line-height: 1.8; }

.facility-card-grid { gap: 18px; }
.facility-card {
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23,57,101,.08);
}
.facility-card img { height: 185px; }
.facility-card > div { padding: 29px 22px 23px; }
.facility-card > div > span {
  width: 48px;
  height: 48px;
  top: -24px;
  border-width: 4px;
}

.pm-lp .reason-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-block: 1px solid var(--corp-border);
}
.pm-lp .reason-card {
  min-height: 250px;
  padding: 28px 22px;
  border: 0;
  border-right: 1px solid var(--corp-border);
  border-radius: 0;
  box-shadow: none;
}
.pm-lp .reason-card:last-child { border-right: 0; }
.pm-lp .reason-card > span {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 18px;
  color: var(--corp-primary);
  background: transparent;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.pm-lp .reason-card h3 { font-size: .95rem; }
.pm-lp .reason-card p { font-size: .78rem; }

.pm-lp #works { background: #f4f8fd; }
.pm-lp .service-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pm-lp .service-card {
  min-height: 205px;
  padding: 28px 24px;
  border-radius: 8px;
  box-shadow: none;
}
.pm-lp .service-card::before {
  width: 4px;
  height: 100%;
  border-radius: 0;
  background: var(--corp-primary);
}
.pm-lp .service-card__eyebrow { font-size: .66rem; letter-spacing: .1em; }

.pm-lp .process-steps { gap: 0; }
.pm-lp .process-step {
  min-height: 190px;
  padding: 25px 20px;
  border: 0;
  border-top: 1px solid var(--corp-border);
  border-bottom: 1px solid var(--corp-border);
  border-right: 1px solid var(--corp-border);
  border-radius: 0;
  box-shadow: none;
}
.pm-lp .process-step:first-child { border-left: 1px solid var(--corp-border); }
.pm-lp .process-step > span { font-family: Georgia, serif; font-size: 1.45rem; }
.pm-lp .process-step h3 { font-size: .94rem; }
.pm-lp .process-step p { font-size: .78rem; }

.pm-lp .case-study-list { gap: 20px; }
.pm-lp .case-study-card {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23,57,101,.07);
}
.pm-lp .case-study-card__body { padding: 28px; }
.pm-lp .case-study-card__tag {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: .7rem;
}
.pm-lp .pm-band-cta { border-radius: 8px; box-shadow: none; }

.pm-lp .area-card {
  padding: 26px 24px;
  border-radius: 8px;
  box-shadow: none;
}
.pm-lp .area-card h3::before {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  font-size: .65rem;
}

.pm-lp .faq-item {
  border-radius: 6px;
  box-shadow: none;
}
.pm-lp .section--accent {
  background: #0b3d88;
}
.pm-lp .gso-inquiry-panel,
.pm-lp .contact-card { border-radius: 8px; box-shadow: none; }

@media (max-width: 1100px) {
  .pm-lp .reason-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; border: 0; }
  .pm-lp .reason-card { border: 1px solid var(--corp-border); }
}

@media (max-width: 900px) {
  .pm-lp .business-hero .hero__layout { min-height: 0; padding-bottom: 34px; }
  .pm-lp .business-hero .hero__actions { display: flex; }
  .pm-lp .business-hero .hero__dock {
    width: min(calc(100% - 36px), 600px);
    margin: 0 auto;
    padding-bottom: 64px;
    grid-template-columns: repeat(3, 1fr);
  }
  .pm-lp .business-hero .hero__dock-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 122px;
    border-radius: 50%;
  }
  .pm-lp .intent-grid,
  .pm-lp .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .pm-lp .business-hero .hero__actions { display: grid; grid-template-columns: 1fr; }
  .pm-lp .business-hero .hero__actions .button--form { width: 100%; min-width: 0; }
  .hero__phone-link { justify-items: center; }
  .pm-lp .business-hero .hero__dock {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px;
  }
  .pm-lp .business-hero .hero__dock-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 105px;
    padding: 14px 7px;
  }
  .pm-lp .business-hero .hero__dock-card::before { width: 25px; height: 25px; margin-bottom: 6px; }
  .pm-lp .business-hero .hero__dock-card strong { font-size: .72rem; }
  .pm-lp .business-hero .hero__dock-card small { display: none; }
  .pm-lp .intent-grid,
  .pm-lp .service-grid,
  .pm-lp .reason-grid { grid-template-columns: 1fr; }
  .pm-lp .reason-card { min-height: 0; }
  .mobile-contact-dock {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .mobile-contact-dock a {
    width: auto !important;
    min-width: 0 !important;
  }
}
