:root {
  --ink: #4c494f;
  --muted: #77727a;
  --line: #eadfe9;
  --paper: #fffafd;
  --pink: #e98cae;
  --rose: #df3d85;
  --lavender: #c8c3df;
  --sky: #74c4ea;
  --butter: #f5df5e;
  --shadow: 0 22px 70px rgba(132, 96, 130, 0.16);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 253, 0.9);
  border-bottom: 1px solid rgba(234, 223, 233, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.brand img {
  display: block;
  width: clamp(132px, 15vw, 190px);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #615b65;
  font-size: 0.82rem;
  line-height: 1.3;
  overflow-x: auto;
  scrollbar-width: none;
}

nav::-webkit-scrollbar { display: none; }

nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.nav-cta, .primary {
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--sky));
  box-shadow: 0 14px 30px rgba(223, 61, 133, 0.22);
}

.secondary {
  background: white;
  border: 1px solid var(--line);
}

.hero {
  overflow: hidden;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 4vw, 56px) 54px;
  background:
    radial-gradient(circle at 18% 22%, rgba(245, 223, 94, 0.22), transparent 27%),
    radial-gradient(circle at 82% 16%, rgba(116, 196, 234, 0.28), transparent 31%),
    linear-gradient(135deg, #fff6fb 0%, #f4fbff 58%, #fffdf0 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
  max-width: 1160px;
  margin: 0 auto;
}

.eyebrow, .section-label {
  margin: 0 0 12px;
  color: var(--rose);
  font-weight: 800;
  letter-spacing: 0;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 7vw, 5.8rem);
  line-height: 1.05;
}

h2 { font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.22; }
h3 { margin-bottom: 10px; font-size: 1.18rem; }
.lead {
  max-width: 680px;
  color: #625c66;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.9;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-panel {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}

.logo-orbit {
  display: grid;
  place-items: center;
  width: min(100%, 470px);
  aspect-ratio: 1.18;
  border-radius: 50%;
  background:
    radial-gradient(circle at 16% 62%, rgba(245, 223, 94, 0.42), transparent 19%),
    radial-gradient(circle at 78% 66%, rgba(223, 61, 133, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(233, 140, 174, 0.2), rgba(116, 196, 234, 0.22));
}

.logo-orbit img {
  width: min(84%, 390px);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(132, 96, 130, 0.12));
}

.hero-card {
  position: absolute;
  right: 0;
  bottom: 42px;
  max-width: 270px;
  padding: 22px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.icon, .work-icon, .pin {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--sky));
  font-weight: 900;
}

.hero-card .icon {
  margin-bottom: 12px;
  background: var(--rose);
  font-size: 1.35rem;
}

.hero-card p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }

.intro, .work, .access, .nurse, .open-info {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 40px;
  align-items: end;
}

.intro > p, .nurse p, .open-info p, .work-item p, .strength p, address, .station {
  color: var(--muted);
  line-height: 1.85;
}

.nurse {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.nurse > div {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 251, 255, 0.9));
  box-shadow: var(--shadow);
}

.open-info {
  text-align: left;
}

.open-info h2 {
  color: var(--rose);
}

.strengths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #fff8fc 100%);
}

.strength {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.strength:last-child { border-right: 0; }
.strength .icon { margin-bottom: 24px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.work-list {
  display: grid;
  gap: 16px;
}

.work-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.74fr);
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.number { color: var(--rose); font-weight: 900; }
.work-icon { background: linear-gradient(135deg, var(--lavender), var(--sky)); }

.work-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.work-photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
}

.work-photo-stack .work-photo {
  min-height: 0;
  height: 100%;
}

.work-photo-stack .work-photo:first-child {
  grid-row: span 2;
}

.station-band {
  padding: 26px 18px;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 8% 20%, rgba(245, 223, 94, 0.24), transparent 25%),
    linear-gradient(135deg, #51425a 0%, #d94b8c 55%, #6ebfe8 100%);
}

.station-band p {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-weight: 900;
}

.access {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 32px;
  align-items: stretch;
}

address {
  font-style: normal;
  font-size: 1.05rem;
}

.station {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
}

.contact-grid {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-grid a, .contact-grid span {
  padding: 14px 16px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  font-weight: 700;
}

.map-card {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 360px;
  padding: 32px;
  border-radius: 8px;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(36, 49, 59, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(36, 49, 59, 0.06) 1px, transparent 1px),
    #f6f0fa;
  background-size: 34px 34px;
}

.pin {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  background: var(--rose);
  font-size: 1.2rem;
}
.map-card strong { font-size: 1.5rem; }
.map-card p { color: var(--muted); }

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: white;
  background: linear-gradient(135deg, #51425a 0%, #2f3348 100%);
}

footer p { margin: 4px 0 0; color: #c3ced5; }
footer a { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.footer-logo {
  display: block;
  width: min(210px, 62vw);
  height: auto;
}

@media (max-width: 880px) {
  .site-header { display: grid; align-items: flex-start; }
  nav { width: calc(100vw - 36px); padding-bottom: 2px; }
  .hero-inner, .intro, .access { grid-template-columns: 1fr; }
  .hero-panel { min-height: 330px; }
  .hero-card { right: 18px; bottom: 10px; }
  .strengths { grid-template-columns: repeat(2, 1fr); }
  .strength:nth-child(2) { border-right: 0; }
  .strength:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .brand img { width: 126px; }
  .hero { padding-top: 42px; }
  h1 {
    font-size: 2rem;
    line-height: 1.16;
  }
  .hero-actions, .button { width: 100%; }
  .hero-panel { min-height: 280px; }
  .hero-card {
    left: 18px;
    right: 18px;
    max-width: none;
  }
  .intro, .work, .access, .nurse, .open-info { padding-left: 18px; padding-right: 18px; }
  .work-photo {
    height: 240px;
  }
  .work-photo-stack {
    grid-template-columns: 1fr;
  }
  .work-photo-stack .work-photo:first-child {
    grid-row: auto;
  }
  .strengths { grid-template-columns: 1fr; }
  .strength { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .strength:last-child { border-bottom: 0; }
  .work-item { grid-template-columns: 1fr; gap: 12px; }
  .section-heading { display: block; }
  footer { display: grid; }
}
