:root {
  --blue: #0872dc;
  --blue-deep: #0958b9;
  --blue-soft: #eaf6ff;
  --blue-pale: #f5fbff;
  --ink: #12315b;
  --text: #405571;
  --muted: #72849b;
  --line: #dbeaf7;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(9, 88, 185, .12);
  --radius: 8px;
  --inner: min(1110px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.85;
  background: var(--white);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(22px, 5vw, 64px);
  background: rgba(255, 255, 255, .84);
  border-bottom: 1px solid rgba(219, 234, 247, .72);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  color: var(--ink);
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  background: linear-gradient(145deg, #0b84ed 0%, #0753b4 100%);
  clip-path: polygon(50% 0, 100% 100%, 67% 100%, 54% 72%, 34% 100%, 0 100%);
}

.brand-name {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-en {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: clamp(18px, 3vw, 40px);
  flex: 1 1 auto;
  height: 100%;
}

.global-nav a {
  position: relative;
  display: grid;
  place-items: center;
  color: #152b4d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.global-nav a::after {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 34px;
  height: 3px;
  content: "";
  background: var(--blue);
  border-radius: 999px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.global-nav a:hover::after,
.global-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta {
  min-width: 132px;
  padding: 0 22px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(8, 114, 220, .22);
}

.hero {
  position: relative;
  min-height: 760px;
  --hero-side: clamp(110px, 13vw, 220px);
  padding: 190px var(--hero-side) 146px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 29%, rgba(255, 255, 255, .28) 58%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(90deg, rgba(229, 245, 255, 0) 0%, rgba(229, 245, 255, .34) 28%, rgba(229, 245, 255, .72) 62%, rgba(242, 250, 255, .98) 100%),
    url("ヒーロー.png");
  background-position:
    center,
    right top,
    right clamp(0px, calc((100vw - 1440px) / 2), 140px) top;
  background-size:
    auto,
    clamp(0px, calc((100vw - 1440px) / 2 + 260px), 460px) 100%,
    auto 122%;
  background-repeat: no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 44vw;
  height: 330px;
  content: "";
  background: rgba(225, 244, 255, .82);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 54vw;
  height: 430px;
  content: "";
  background: linear-gradient(135deg, rgba(39, 163, 246, .92), rgba(5, 104, 211, .97));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
}

.eyebrow,
.label {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  color: #111d30;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--blue);
}

.hero-mobile-photo {
  display: none;
}

.hero-lead {
  width: min(420px, 100%);
  margin: 28px 0 34px;
  color: #203552;
  font-size: 16px;
  font-weight: 700;
}

.hero-actions,
.reserve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  min-width: 214px;
  padding: 0 25px;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.header-cta:hover,
.text-link:hover,
.outline-link:hover,
.news a:hover {
  opacity: .86;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 24px rgba(8, 114, 220, .28);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  border-color: #bed8ef;
  box-shadow: 0 12px 24px rgba(18, 49, 91, .08);
}

.button span,
.text-link span,
.outline-link span,
.news a span {
  margin-left: 16px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.hero-note {
  position: absolute;
  z-index: 3;
  right: clamp(42px, 8vw, 150px);
  bottom: 82px;
  margin: 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.news {
  position: relative;
  z-index: 5;
  width: var(--inner);
  margin: -62px auto 0;
}

.news-inner {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 0 38px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(219, 234, 247, .9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.news h2,
.news p {
  margin: 0;
}

.news h2 {
  color: var(--blue);
  font-size: 15px;
}

.news time,
.news p {
  color: #3b4f69;
  font-size: 13px;
  font-weight: 700;
}

.news a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.section-inner {
  width: var(--inner);
  margin: 0 auto;
}

.section-blue {
  background: linear-gradient(115deg, #f5fbff 0%, #e9f6ff 100%);
}

.features {
  position: relative;
  margin-top: -14px;
  padding: 118px 0 72px;
}

.feature-layout,
.voice-layout,
.menu-layout,
.access-layout {
  display: grid;
  gap: 42px;
}

.feature-layout {
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: start;
}

.section-heading h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.45;
}

.section-heading p:not(.label) {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 600;
}

.text-link,
.outline-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.feature-card,
.voice-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(219, 234, 247, .92);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(9, 88, 185, .08);
}

.feature-card {
  min-height: 274px;
  padding: 30px 28px 26px;
}

.card-number {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.feature-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.feature-card h3,
.menu-card h3,
.voice-card h3,
.access-points h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.feature-card p,
.menu-card p,
.voice-card p,
.access-points p {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.menu-section {
  padding: 76px 0 72px;
}

.menu-layout {
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: start;
}

.section-heading.compact h2 {
  font-size: 34px;
}

.outline-link {
  justify-content: center;
  min-width: 205px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(18, 49, 91, .05);
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.menu-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(9, 88, 185, .08);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
}

.menu-body {
  padding: 15px 16px 18px;
}

.menu-card h3 {
  font-size: 16px;
}

.menu-card strong {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 19px;
  line-height: 1.2;
}

.menu-card strong span {
  font-size: 11px;
}

.voice {
  padding: 72px 0 70px;
}

.voice-layout {
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: center;
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.voice-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  min-height: 178px;
  padding: 24px 22px;
}

.voice-card .avatar {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.voice-card h3 {
  font-size: 15px;
}

.voice-card .profile {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.access {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 36%, rgba(246, 251, 255, .74) 60%, rgba(246, 251, 255, .44) 100%),
    url("素材1.png") right center / 53% auto no-repeat;
}

.access::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 44vw;
  content: "";
  background: rgba(242, 250, 255, .92);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.access-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: center;
}

.access-copy h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}

.access-copy p:not(.label) {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 600;
}

.phone::before {
  content: "☎";
  margin-right: 8px;
  font-size: 18px;
}

.access-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 30px 0;
  text-align: center;
}

.access-points article {
  padding: 0 10px;
}

.access-points img {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.access-points h3 {
  font-size: 16px;
}

.site-footer {
  color: var(--white);
  background: #0c3769;
}

.footer-inner {
  width: var(--inner);
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-en {
  color: rgba(255, 255, 255, .72);
}

.site-footer p,
.site-footer small {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  margin-bottom: 6px;
}

.footer-nav a {
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.subpage-main {
  padding-top: 88px;
}

.page-hero {
  padding: 92px 24px 82px;
  background:
    linear-gradient(115deg, rgba(234, 246, 255, .98) 0 45%, rgba(255, 255, 255, .88) 45% 100%),
    url("素材2.png") center 42% / cover no-repeat;
}

.page-hero-inner,
.content-inner {
  width: var(--inner);
  margin: 0 auto;
}

.page-hero .label {
  margin-bottom: 10px;
}

.page-hero h1 {
  margin: 0;
  color: #10233e;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.35;
}

.page-hero p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  font-weight: 700;
}

.breadcrumb {
  width: var(--inner);
  margin: 0 auto;
  padding: 14px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--blue);
}

.content-section {
  padding: 84px 0;
}

.content-section.alt {
  background: var(--blue-pale);
}

.content-heading {
  margin: 0 0 36px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.45;
}

.content-lead {
  max-width: 780px;
  margin: -18px 0 36px;
}

.split-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 64px;
}

.split-content img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
}

.info-grid,
.detail-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.info-card,
.detail-card,
.review-item {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-card h2,
.detail-card h2,
.detail-card h3,
.review-item h2,
.review-item h3 {
  margin: 0 0 12px;
  color: var(--ink);
}

.detail-card img {
  width: calc(100% + 60px);
  max-width: none;
  aspect-ratio: 16 / 10;
  margin: -30px -30px 24px;
  border-radius: var(--radius) var(--radius) 0 0;
  object-fit: cover;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-top: 2px solid var(--blue);
}

.price-table th,
.price-table td {
  padding: 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  width: 34%;
  color: var(--ink);
}

.price-table td:last-child {
  color: var(--blue-deep);
  font-weight: 800;
  white-space: nowrap;
}

.clinic-table {
  width: 100%;
  border-collapse: collapse;
}

.clinic-table th,
.clinic-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.clinic-table th {
  width: 180px;
  color: var(--ink);
  background: var(--blue-pale);
}

.map-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-weight: 800;
  background:
    linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)),
    url("素材1.png") center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
}

.news-list time {
  color: var(--blue);
  font-weight: 800;
}

.news-list h2 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
}

.contact-form {
  max-width: 820px;
}

.form-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.form-row label,
.form-label {
  color: var(--ink);
  font-weight: 800;
}

.required {
  margin-left: 8px;
  padding: 2px 6px;
  color: var(--white);
  font-size: 11px;
  background: var(--blue);
  border-radius: 3px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--text);
  font: inherit;
  background: var(--white);
  border: 1px solid #bfd7eb;
  border-radius: 4px;
}

.form-row textarea {
  min-height: 180px;
  resize: vertical;
}

.form-submit {
  margin-top: 32px;
  border: 0;
  cursor: pointer;
}

.page-cta {
  padding: 54px 24px;
  color: var(--white);
  text-align: center;
  background: var(--blue-deep);
}

.page-cta h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.page-cta p {
  margin: 0 0 22px;
}

.page-cta .button-secondary {
  background: var(--white);
}

@media (max-width: 1020px) {
  .site-header {
    height: auto;
    min-height: 82px;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding: 16px 24px;
  }

  .global-nav {
    order: 3;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

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

  .global-nav a {
    min-height: 34px;
    font-size: 13px;
  }

  .global-nav a::after {
    bottom: 0;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    min-height: 720px;
    padding-top: 170px;
  }

  .feature-layout,
  .menu-layout,
  .voice-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .feature-cards,
  .voice-cards {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

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

  .access {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .78)),
      url("素材1.png") center bottom / cover no-repeat;
  }

  .access-points {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(219, 234, 247, .82);
    border-radius: var(--radius);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .subpage-main {
    padding-top: 142px;
  }

  .split-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --inner: min(100% - 28px, 1110px);
  }

  body {
    line-height: 1.75;
  }

  .site-header {
    position: sticky;
    padding: 14px;
  }

  .subpage-main {
    padding-top: 0;
  }

  .page-hero {
    padding: 56px 14px 48px;
  }

  .content-section {
    padding: 58px 0;
  }

  .info-grid,
  .detail-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .price-table th,
  .price-table td,
  .clinic-table th,
  .clinic-table td {
    display: block;
    width: 100%;
  }

  .price-table th,
  .clinic-table th {
    padding-bottom: 6px;
  }

  .price-table td,
  .clinic-table td {
    padding-top: 6px;
  }

  .news-list article,
  .form-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-en {
    font-size: 9px;
  }

  .header-cta {
    min-width: auto;
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 98px 18px 94px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .22) 100%);
    background-position:
      center;
    background-size:
      auto;
    background-repeat: no-repeat;
  }

  .hero::before {
    width: 82vw;
    height: 210px;
  }

  .hero::after {
    right: -86px;
    bottom: -120px;
    width: 74vw;
    height: 260px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.45;
  }

  .hero-mobile-photo {
    display: block;
    width: calc(100% + 36px);
    height: 236px;
    margin: 18px -18px 22px;
    overflow: hidden;
  }

  .hero-mobile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% 14%;
  }

  .section-heading h2,
  .section-heading.compact h2,
  .access-copy h2 {
    font-size: 30px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 14px;
  }

  .hero-actions,
  .reserve-actions {
    gap: 12px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .hero-note {
    display: none;
  }

  .news {
    margin-top: -44px;
  }

  .news-inner {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }

  .features {
    padding-top: 92px;
  }

  .features,
  .menu-section,
  .voice,
  .access {
    padding-bottom: 58px;
  }

  .feature-cards,
  .voice-cards,
  .menu-cards,
  .access-points {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .feature-card {
    min-height: auto;
  }

  .menu-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .menu-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .menu-body {
    padding: 14px;
  }

  .menu-card h3 {
    font-size: 15px;
  }

  .access::before {
    width: 86vw;
  }

  .access-points {
    gap: 0;
    padding: 18px;
  }

  .access-points article + article {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }
}
