@charset "UTF-8";

/* Design tokens */
:root {
  --turquoise: #4b9f96;
  --white: #fff;
  --shadow: 0 18px 45px rgba(61, 49, 41, .09);
  --radius: 18px;
  --orange: #fc8442;
  --orange-dark: #b8501f;
  --orange-deep: #91370f;
  --sage: #9aaa9f;
  --sage-dark: #52675d;
  --ivory: #fff7e9;
  --beige: #fff2dc;
  --brown: #3f3935;
  --brown-soft: #655d58;
  --line: #eadfd3;
  --container: 1080px;
}

/* Base */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
body {
  margin: 0;
  color: var(--brown);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .01em;
  background: #fff;
}
body, button, a {
  font-family: inherit;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
p {
  margin: 0 0 1.2em;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.42;
  letter-spacing: .02em;
}
ul, ol, dl {
  margin-top: 0;
}
.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}
.section {
  padding: 84px 0;
}
.section--ivory {
  background: #fffaf3;
}
.section--sage {
  color: var(--brown);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 16px;
  padding: 10px 16px;
  color: #fff;
  background: #222;
}
.skip-link:focus {
  top: 12px;
}
.section-label {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  justify-content: center;
  color: var(--orange-dark);
}
.section-heading {
  max-width: 750px;
  margin-bottom: 52px;
}
.section-heading--center {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading--light .section-label {
  color: var(--orange-dark);
}
.section-heading h2, .intro-copy h2, .menu-copy h2, .faq-heading h2, .company-copy h2, .recruit-info h2 {
  font-size: clamp(31px, 4vw, 46px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .025em;
}
.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--brown-soft);
}
.section-heading--light > p:last-child {
  color: var(--brown-soft);
}
.section-rule {
  width: 62px;
  height: 3px;
  margin: 25px 0 34px;
  background: var(--orange);
  display: none;
}
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border: 2px solid transparent;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(64, 49, 40, .08);
  transition: box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.button:hover {
  transform: none;
  box-shadow: 0 12px 28px rgba(64, 49, 40, .14);
}
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #1877f2;
  outline-offset: 3px;
}
.button--small {
  min-height: 50px;
  padding: 12px 18px;
  font-size: 15px;
}
.button--orange {
  color: #fff;
  background: var(--orange-dark);
}
.button--orange:hover {
  background: var(--orange-deep);
}
.button--green {
  color: #fff;
  background: var(--orange-dark);
}
.button--green:hover {
  background: var(--orange-deep);
}
.button--turquoise {
  color: #fff;
  background: var(--orange-dark);
}
.button--outline {
  background: rgba(255,255,255,.8);
  border-width: 1px;
  color: var(--orange-dark);
  border-color: var(--orange);
}
.button--outline:hover {
  color: #fff;
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}
.button--outline[href^="reservation"] {
  color: #e96f2f;
  border-color: var(--orange);
}
.button--outline[href^="reservation"]:hover {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}
.button--light {
  color: var(--sage-dark);
  background: #fff;
}
.button__sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.button--phone {
  min-width: 286px;
  flex-direction: column;
  gap: 1px;
}
.button--phone strong {
  font-size: 24px;
  letter-spacing: .04em;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--sage-dark);
  font-weight: 800;
  border-bottom: 2px solid var(--sage);
  border-bottom-width: 1px;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  box-shadow: 0 1px 0 rgba(60, 51, 44, .12);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.header-top {
  font-size: 13px;
  color: var(--brown-soft);
  border-bottom: 1px solid var(--line);
  background: #fff8ed;
}
.header-top__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
}
.header-top p {
  margin: 0;
}
.header-top nav {
  display: flex;
  gap: 24px;
}
.header-top a:hover {
  text-decoration: underline;
}
.header-main {
  display: flex;
  width: min(calc(100% - 48px), 1280px);
  align-items: center;
  gap: clamp(16px, 1.8vw, 26px);
  min-height: 88px;
}
.brand {
  flex: 0 0 auto;
}
.brand img {
  object-fit: contain;
  width: 165px;
  height: 55px;
}
.header-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.5vw, 22px);
}
.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.25vw, 18px);
}
.global-nav a {
  font-size: clamp(13px, 1vw, 14px);
  white-space: nowrap;
  font-weight: 600;
}
.global-nav a:hover {
  color: var(--orange-dark);
}
.global-nav a.global-nav__assista {
  padding: 7px 10px;
  color: #315f5a;
  border: 1px solid #a9d2cb;
  border-radius: 8px;
  background: #e8f5f2;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.global-nav a.global-nav__assista:hover,
.global-nav a.global-nav__assista[aria-current="page"] {
  color: #234d48;
  background: #d4ece7;
}
.global-nav__assista span {
  display: none;
}
.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.header-phone {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  line-height: 1.2;
  white-space: nowrap;
}
.header-actions .button--small {
  flex: 0 0 auto;
  padding-inline: clamp(14px, 1.25vw, 18px);
  white-space: nowrap;
}
.header-phone span {
  font-size: 11px;
}
.header-phone strong {
  letter-spacing: .03em;
  font-size: 19px;
  color: var(--orange-dark);
}
.menu-button {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  border-bottom: 6px solid var(--orange);
  background: #eee;
}
.hero::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  right: 48%;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(230,127,63,.1);
}
.hero-visual {
  position: absolute;
  overflow: hidden;
  border-bottom-left-radius: 0;
  top: 34px;
  right: 28px;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 35%, rgba(255,255,255,.08) 67%);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 690px;
}
.hero-copy {
  padding-right: 38px;
  width: 49%;
  padding: 52px 42px 48px;
  border-top: 5px solid var(--orange);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(46,37,31,.12);
}
.eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 6px 11px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 999px;
  color: var(--orange-dark);
  border: 1px solid rgba(252,132,66,.35);
  background: #fff7ea;
  box-shadow: none;
}
.hero h1 {
  letter-spacing: .025em;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 500;
  line-height: 1.48;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange-dark);
}
.hero-lead {
  max-width: 620px;
  margin: 28px 0 10px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--brown);
}
.hero-note {
  max-width: 590px;
  font-size: 16px;
  color: var(--brown-soft);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.hero-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 24px 0 0;
  font-size: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  border-top-color: var(--line);
}
.hero-info div {
  display: flex;
  gap: 9px;
}
.hero-info dt {
  font-weight: 800;
  color: var(--orange-dark);
}
.hero-info dd {
  margin: 0;
}

/* Trust bar */
.trust-bar {
  color: var(--brown);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border: 0;
  background: #fff;
}
.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 15px 0;
}
.trust-bar p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  border-color: var(--line);
  text-align: left;
  min-height: 80px;
  padding: 12px 28px;
  border: 0;
  border-right: 1px solid var(--line);
}
.trust-bar p:first-child {
  border-left-color: var(--line);
  border-left: 0;
}
.trust-bar strong {
  font-size: 18px;
  position: relative;
  padding-left: 19px;
  color: var(--orange-dark);
}
.trust-bar span {
  margin-top: 3px;
  color: var(--brown-soft);
  font-size: 15px;
  opacity: 1;
}

/* Introduction */
.intro-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
}
.intro-copy p:not(.section-label) {
  color: var(--brown-soft);
}
.intro-photo {
  position: relative;
  margin: 0;
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
}
.intro-photo::before {
  position: absolute;
  z-index: -1;
  width: 72%;
  height: 80%;
  content: "";
  top: -18px;
  right: -18px;
  border-radius: 26px 6px 26px 6px;
  background: rgba(252,132,66,.16);
}
.intro-photo img {
  box-shadow: var(--shadow);
  border-radius: 4px;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.intro-photo figcaption {
  margin: 14px 0 0;
  color: var(--brown-soft);
  font-size: 15px;
  text-align: right;
  padding-right: 6px;
}

/* Audience */
.target-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-top: 0;
}
.target-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  min-height: 105px;
  padding: 22px 24px;
  border: 1px solid rgba(216,209,199,.8);
  border-color: #f0dfca;
  border-radius: 4px;
  background: #fff;
}
.target-card::after {
  position: absolute;
  right: -35px;
  bottom: -38px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(233,129,66,.1);
  content: "";
  display: none;
}
.target-card span {
  font-weight: 800;
  letter-spacing: .04em;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  border-radius: 50%;
  background: var(--orange-dark);
}
.target-card h3 {
  margin-top: 26px;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.targets-note {
  margin: 28px 0 0;
  font-weight: 800;
  color: var(--orange-dark);
  text-align: center;
}

/* Service cards */
.service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-card {
  overflow: hidden;
  border: 1px solid #ebe4db;
  background: #fff;
  border-color: #f0e5d9;
  border-radius: 3px;
  box-shadow: 0 9px 25px rgba(75,58,46,.07);
}
.service-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.service-card > div {
  padding: 26px 26px 30px;
}
.service-card span {
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
}
.service-card h3 {
  margin: 8px 0 15px;
  font-size: 22px;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}
.service-card p {
  color: var(--brown-soft);
  font-size: 16px;
  line-height: 1.8;
}
.service-card a {
  color: var(--sage-dark);
  font-size: 16px;
  font-weight: 800;
  border-bottom: 2px solid var(--sage);
  border-bottom-width: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
}

/* Pricing */
.menu-section {
  border-top: 1px solid #eee7de;
  background: #fff8ec;
}
.menu-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
  gap: 8%;
}
.menu-copy {
  top: 150px;
  position: static;
}
.menu-copy > p:not(.section-label) {
  margin-top: 22px;
  color: var(--brown-soft);
}
.menu-notice {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 32px;
  padding: 20px 22px;
  border-left: 4px solid var(--orange);
  box-shadow: none;
  border-radius: 0 12px 12px 0;
  border-left-color: var(--orange);
  background: #fff;
}
.menu-notice strong {
  color: var(--orange-dark);
}
.menu-notice span {
  font-size: 14px;
}
.price-panel {
  background: #fff;
  padding: 38px 42px;
  border: 0;
  box-shadow: var(--shadow);
  border-radius: 3px;
}
.price-panel__caption {
  color: var(--brown-soft);
  font-size: 15px;
  text-align: center;
}
.price-list {
  margin: 0;
  border-top: 2px solid var(--brown);
  border-top-color: var(--orange);
}
.price-list > div, .option-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 4px;
  border-bottom: 1px solid var(--line);
}
.price-list dt {
  font-weight: 800;
}
.price-list dd {
  margin: 0;
  font-size: 27px;
  font-weight: 800;
  white-space: nowrap;
  color: var(--orange-dark);
}
.price-list dt small, .option-list dt small {
  display: block;
  color: var(--brown-soft);
  font-size: 13px;
  font-weight: 500;
}
.price-list dd small {
  display: inline;
  margin-left: .15em;
  color: inherit;
  font-size: .55em;
  font-weight: inherit;
}
.price-panel h3 {
  margin: 36px 0 8px;
  color: var(--sage-dark);
  font-size: 19px;
}
.option-list {
  margin: 0;
}
.option-list dd {
  margin: 0;
  font-weight: 800;
}
.price-details {
  margin-top: 26px;
  background: var(--ivory);
  border-radius: 12px;
}
.price-details summary {
  padding: 16px 18px;
  cursor: pointer;
  color: var(--sage-dark);
  font-size: 15px;
  font-weight: 800;
}
.price-details ul {
  margin: 0;
  padding: 0 38px 20px;
  font-size: 14px;
}
.price-panel__more {
  margin: 26px 0 20px;
  color: var(--brown-soft);
  font-size: 15px;
}
.price-panel__button {
  width: 100%;
}

/* Features */
.feature-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-top: 0;
  display: block;
  max-width: 940px;
  margin: 0 auto;
}
.feature-list article {
  display: grid;
  gap: 10px;
  grid-template-columns: 48px 1fr;
  border-bottom: 1px solid #bfc9c2;
  padding: 26px 25px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
}
.feature-list article:last-child {
  grid-column: 1 / -1;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.feature-list article > span {
  font-weight: 800;
  font-family: Georgia, serif;
  font-size: 18px;
  color: var(--orange-dark);
}
.feature-list h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}
.feature-list p {
  margin: 0;
  font-size: 15px;
  color: var(--brown-soft);
}

/* Flow */
.flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}
.flow-list li {
  position: relative;
  padding: 0 18px;
  text-align: center;
  padding-top: 0;
}
.flow-list li:not(:last-child)::after {
  position: absolute;
  top: 27px;
  right: -10px;
  color: var(--line);
  font-size: 28px;
  content: "→";
}
.flow-list li > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  border: 0;
  box-shadow: 0 8px 18px rgba(198,101,48,.18);
  color: #fff;
  background: var(--orange-dark);
}
.flow-list h3 {
  font-size: 20px;
}
.flow-list p {
  margin-top: 10px;
  color: var(--brown-soft);
  font-size: 16px;
}
.flow-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 46px;
  padding: 28px;
  border-radius: 3px;
  background: #fff5e5;
}
.flow-cta p {
  margin: 0;
}
.flow-cta strong {
  color: var(--orange-dark);
}

/* Testimonials */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border-top: 0;
}
.voice-card {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 34px 30px 30px 52px;
  border: 1px solid #e9e1d7;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
}
.voice-card::before {
  position: absolute;
  font-family: Georgia, serif;
  line-height: 1;
  content: "“";
  font-size: 50px;
  top: 22px;
  left: 15px;
  color: rgba(252,132,66,.22);
}
.voice-card p {
  position: relative;
  margin: 0 0 20px;
  color: var(--brown-soft);
  font-size: 16px;
}
.voice-card strong {
  font-size: 16px;
  color: var(--orange-dark);
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 7%;
}
.faq-heading {
  position: sticky;
  top: 150px;
}
.faq-heading > p:not(.section-label) {
  color: var(--brown-soft);
}
.faq-heading img {
  margin-top: 30px;
  border-radius: 3px;
  width: 100%;
  max-height: 290px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 35%;
}
.faq-list {
  border-top: 2px solid var(--brown);
  border-top-color: var(--orange);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  padding: 24px 6px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  color: var(--orange-dark);
}
.faq-list details > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 0 6px 26px;
}
.faq-list details > div > span {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange-dark);
}
.faq-list details p {
  margin: 0;
  color: var(--brown-soft);
  font-size: 16px;
}
.faq-list details p strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brown);
  font-size: 17px;
}

/* Facilities */
.facilities {
  padding: 84px 0;
  background: #fff4df;
}
.facilities-card {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: var(--shadow);
  border-radius: 3px;
}
.facilities-card > div:first-child {
  padding: 50px 56px;
}
.facilities-card h2 {
  font-size: clamp(29px, 3.2vw, 40px);
}
.facilities-card p {
  margin-top: 18px;
  color: var(--brown-soft);
}
.facilities-card ul {
  padding-left: 1.3em;
  font-weight: 700;
}
.facilities-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 28px;
  color: #fff;
  text-align: center;
  background: var(--orange-dark);
}
.facilities-action span {
  font-size: 16px;
}
.facilities-action > a:not(.button) {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 800;
}
.facilities-action p {
  margin: 2px 0 22px;
  color: rgba(255,255,255,.9);
  font-size: 15px;
}

/* Company and related services */
.company-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8%;
}
.company-copy p:not(.section-label) {
  margin-top: 22px;
  color: var(--brown-soft);
}
.company-table {
  margin: 0;
  border-top: 2px solid var(--brown);
  border-top-color: var(--orange);
}
.company-table div {
  display: grid;
  grid-template-columns: 145px 1fr;
  padding: 18px 10px;
  border-bottom: 1px solid var(--line);
}
.company-table dt {
  font-weight: 800;
  color: var(--orange-dark);
}
.company-table dd {
  margin: 0;
}
.company-table--privacy div {
  grid-template-columns: 230px 1fr;
}
.company-table--privacy dt {
  white-space: nowrap;
}
.related-services {
  padding: 64px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--brown);
  background: #fff4df;
}
.related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.related-card .section-label {
  color: var(--orange-dark);
}
.related-card h2 {
  font-size: clamp(28px, 3.3vw, 40px);
}
.related-card p {
  max-width: 720px;
  margin: 15px 0 0;
  color: var(--brown-soft);
  opacity: 1;
}
.recruit-info {
  background: #fffaf3;
}
.recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
}
.recruit-grid img {
  box-shadow: var(--shadow);
  border-radius: 3px;
  width: 100%;
  max-height: 410px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.recruit-grid > div > p:not(.section-label) {
  color: var(--brown-soft);
}
.recruit-grid .button {
  margin-top: 8px;
}

/* Contact */
.contact {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background: #3b3938;
}
.contact .section-label {
  color: #ffc29d;
}
.contact h2 {
  font-size: clamp(31px, 4vw, 46px);
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: .045em;
}
.contact-inner > p:not(.section-label) {
  color: rgba(255,255,255,.75);
}
.contact-options {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  max-width: 820px;
  margin: 38px auto 0;
  gap: 12px;
}
.contact-phone, .contact-form {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px 5px 16px 5px;
}
.contact-phone {
  color: #fff;
  box-shadow: 0 12px 28px rgba(24,31,28,.15);
  border-radius: 999px;
  background: var(--orange-dark);
}
.contact-phone span {
  font-size: 15px;
}
.contact-phone strong {
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: .04em;
}
.contact-phone small {
  font-size: 14px;
}
.contact-form {
  color: var(--sage-dark);
  background: #fff;
  border-radius: 999px;
}
.contact-form strong {
  font-size: 22px;
}
.contact-form span {
  font-size: 13px;
}
.contact-area {
  margin: 20px 0 0 !important;
  font-size: 15px;
}

/* Footer */
.site-footer {
  padding: 72px 0 112px;
  color: #eee;
  background: #292929;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1fr;
  gap: 50px;
}
.footer-brand img {
  width: 195px;
  height: auto;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  background: #fffaf3;
}
.footer-brand p {
  margin-top: 20px;
  color: var(--brown-soft);
  font-size: 15px;
}
.site-footer nav, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer h2 {
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}
.site-footer nav a {
  color: var(--brown-soft);
  font-size: 15px;
}
.site-footer nav a:hover {
  color: var(--orange-dark);
}
.footer-contact > a {
  font-size: 21px;
  font-weight: 800;
  color: #ff9c63;
}
.footer-contact p {
  color: var(--brown-soft);
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--brown-soft);
  font-size: 13px;
  border-top-color: #4a4a4a;
}
.footer-bottom p {
  margin: 0;
}

/* Floating controls */
.page-top {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: .2s;
  background: var(--orange-dark);
}
.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-fixed {
  display: none;
}
.section-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}
.targets {
  border-top: 1px solid #eee7de;
  border-bottom: 1px solid #eee7de;
  background: #fffaf3;
}
.faq-heading img, .recruit-grid img {
  border-radius: 22px 6px 22px 6px;
  box-shadow: var(--shadow);
}
.section-heading h2::after, .intro-copy h2::after, .menu-copy h2::after, .faq-heading h2::after, .company-copy h2::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 22px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--orange) 0 58%, var(--sage) 58% 100%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 49%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(143,162,150,.35);
  border-radius: 50%;
  content: "";
}
.trust-bar p:last-child {
  border-right: 0;
}
.trust-bar strong::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--orange);
}
.service-card:first-child {
  transform: none;
}
.service-card a::after {
  content: "→";
}
.section-heading--light .section-label::before {
  background: var(--orange);
}
.section-heading--light h2::after {
  background: var(--orange);
}
.voices {
  background: #fffaf3;
}
.intro-copy .section-label, .menu-copy .section-label, .faq-heading .section-label, .company-copy .section-label, .recruit-info .section-label, .related-card .section-label {
  justify-content: flex-start;
}
.section-heading h2, .intro-copy h2, .menu-copy h2, .faq-heading h2, .company-copy h2, .recruit-info h2, .facilities-card h2, .related-card h2 {
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: .045em;
}
.section-heading h2::after {
  margin-right: auto;
  margin-left: auto;
  background: var(--orange);
}
.intro-copy h2::after, .menu-copy h2::after, .faq-heading h2::after, .company-copy h2::after {
  background: var(--orange);
}
.hero::before, .hero::after {
  display: none;
}
.intro {
  background: #fff;
}
.intro-copy {
  padding: 32px 34px;
  background: #fff5e4;
}
.service-links {
  background: #fff;
}
.service-card span, .service-card a {
  color: var(--orange-dark);
}
.price-panel h3, .price-details summary {
  color: var(--orange-dark);
}
.section-heading--light h2 {
  color: var(--orange-dark);
}
.feature-list article, .feature-list article:last-child {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin-bottom: 20px;
  padding: 28px 32px;
  border: 0;
  border-left: 4px solid var(--orange);
  border-radius: 0;
  background: #fff6e7;
}
.flow {
  background: #fff;
}
.faq {
  background: #fff;
}
.company {
  background: #fff;
}
.contact .section-label::before {
  background: #ffc29d;
}
.footer-brand p, .site-footer nav a, .footer-contact p, .footer-bottom {
  color: #cfcfcf;
}
.hero, .hero-inner {
  min-height: 620px;
}

/* Subpages: shared navigation, page heading and content layout */
.site-header nav a[aria-current="page"] {
  color: var(--orange-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .45em;
}
.site-footer nav a[aria-current="page"] {
  color: #ff9c63;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .35em;
}
.subpage main [id] {
  scroll-margin-top: 32px;
}
.breadcrumb {
  padding-block: 18px;
  color: var(--brown-soft);
  font-size: 15px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  min-width: 0;
}
.breadcrumb li + li::before {
  margin-right: 14px;
  color: var(--orange-dark);
  content: "›";
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: .25em;
}
.page-hero {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}
.page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center;
  gap: 54px;
  padding-block: 54px;
}
.page-hero__copy .section-label {
  justify-content: flex-start;
}
.page-hero__inner--text {
  grid-template-columns: minmax(0, 1fr);
}
.page-hero h1 {
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 500;
  letter-spacing: .045em;
}
.page-hero__lead {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
}
.page-hero__copy > p:last-child {
  margin-bottom: 0;
  color: var(--brown-soft);
}
.page-hero__photo, .detail-photo {
  min-width: 0;
  margin: 0;
}
.page-hero__photo img, .detail-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
.page-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.page-links a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 600;
}
.page-links a span {
  color: var(--orange-dark);
}
.page-links a:hover {
  color: var(--orange-dark);
  border-bottom-color: var(--orange);
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 64px;
}
.detail-photo figcaption {
  margin-top: 14px;
  color: var(--brown-soft);
  font-size: 15px;
}
.detail-copy article + article {
  margin-top: 30px;
}
.detail-copy h3 {
  margin-bottom: 14px;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 500;
}
.detail-copy p {
  margin-bottom: 0;
  color: var(--brown-soft);
}
.detail-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
  padding: 28px 32px;
  border-left: 4px solid var(--orange);
  background: #fff5e4;
}
.detail-notice > div {
  min-width: 0;
}
.detail-notice h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.detail-notice p {
  margin-bottom: 0;
  color: var(--brown-soft);
  font-size: 17px;
}
.detail-notice .button {
  flex-shrink: 0;
}
.feature-list--detail p {
  font-size: inherit;
}
.feature-list--detail p + p {
  margin-top: 1em;
}
.related-page-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.related-page-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 16px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}
.related-page-links a:last-child {
  border-right: 0;
}
.related-page-links a:hover {
  background: #fff;
}
.related-page-links strong {
  color: var(--orange-dark);
  font-size: 20px;
}
.related-page-links span {
  grid-column: 1;
  color: var(--brown-soft);
  font-size: 15px;
}
.related-page-links span[aria-hidden] {
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--orange-dark);
  font-size: 24px;
}

/* Detailed FAQ: native disclosures, readable answers and visible state */
.faq-content {
  max-width: 900px;
}
.faq-list.faq-list--detail summary {
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 8px;
  font-size: inherit;
}
.faq-list--detail .faq-question {
  font-size: inherit;
  color: inherit;
}
.faq-list--detail summary::after {
  color: var(--orange-dark);
  font-size: 24px;
  text-align: center;
  content: "+";
}
.faq-list--detail details[open] > summary::after {
  content: "−";
}
.faq-list--detail details p {
  font-size: inherit;
}
.faq-list--detail .faq-answer {
  min-width: 0;
}
.faq-list--detail .faq-answer p + p {
  margin-top: 1em;
}
.faq-list--detail .faq-answer strong {
  display: inline;
  margin: 0;
  font-size: inherit;
}
.faq-list--detail .faq-answer a {
  text-decoration: underline;
  text-underline-offset: .25em;
}

/* Detailed flow: a readable sequence rather than home summary columns */
.flow-content {
  max-width: 900px;
}
.flow-detail {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-detail > li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}
.flow-detail > li:last-child {
  padding-bottom: 0;
}
.flow-detail__number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange-dark);
  font-size: 16px;
  font-weight: 700;
}
.flow-detail h3 {
  margin: 8px 0 18px;
  font-size: 25px;
}
.flow-detail p {
  margin-bottom: 16px;
  color: var(--brown-soft);
}
.flow-detail p:last-child {
  margin-bottom: 0;
}
.flow-detail__list {
  padding-left: 1.3em;
  color: var(--brown-soft);
}
.flow-detail__list li + li {
  margin-top: 8px;
}
.flow-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.flow-detail__link {
  display: inline-block;
  padding-block: 8px;
  text-decoration: underline;
  text-underline-offset: .25em;
}

/* Detailed menu: keep amounts together, allow descriptions to wrap */
.menu-content {
  max-width: 900px;
}
.menu-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.menu-table caption {
  padding-bottom: 14px;
  color: var(--brown-soft);
  text-align: left;
  font-size: 16px;
}
.menu-table th, .menu-table td {
  padding: 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.menu-table thead th {
  padding-block: 12px;
  background: #fff2dc;
  font-size: 16px;
}
.menu-table th small {
  display: block;
  margin-top: 5px;
  color: var(--brown-soft);
  font-size: 15px;
  font-weight: 400;
}
.menu-table td, .menu-table thead th:last-child {
  width: 30%;
  text-align: right;
}
.menu-amount {
  display: inline-block;
  color: var(--orange-dark);
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.menu-amount small {
  margin-left: 3px;
  font-size: 17px;
}
.menu-amount--inline {
  color: inherit;
  font-size: inherit;
}
.menu-notes {
  margin-block: 24px 0;
  padding-left: 1.3em;
  color: var(--brown-soft);
  font-size: 16px;
}
.menu-notes li + li {
  margin-top: 8px;
}
.menu-notes a, .menu-explanation a {
  text-decoration: underline;
  text-underline-offset: .25em;
}
.menu-fee-note {
  margin-block: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--orange);
  background: #fff2dc;
}
.menu-explanation {
  margin-top: 40px;
}
.menu-explanation h3 {
  margin-bottom: 16px;
  font-size: 23px;
}
.menu-explanation p {
  color: var(--brown-soft);
}
.menu-explanation a {
  font-size: 16px;
}
.menu-guidance {
  margin-bottom: 0;
}
.menu-guidance > div {
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.menu-guidance dt {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}
.menu-guidance dd {
  margin: 0;
  color: var(--brown-soft);
}
.menu-guidance + .related-page-links {
  margin-top: 40px;
}

/* Form preview pages: semantic input layout without submission behavior */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.form-content {
  max-width: 820px;
}
.form-preview-notice {
  margin-bottom: 48px;
  padding: 24px 28px;
  border: 2px solid var(--orange);
  border-radius: 3px;
  background: var(--ivory);
}
.form-preview-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-dark);
  font-size: 21px;
}
.form-preview-notice p {
  margin-bottom: 0;
}
.form-preview-notice p + p {
  margin-top: 12px;
}
.form-preview-notice a, .form-choice--consent a {
  color: var(--orange-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .25em;
}
.inquiry-form {
  border-top: 1px solid var(--line);
}
.form-group {
  min-width: 0;
  margin: 0;
  padding: 42px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.form-group > legend {
  float: left;
  width: 100%;
  margin-bottom: 28px;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .045em;
}
.form-group > legend + * {
  clear: both;
}
.form-field {
  min-width: 0;
  margin-bottom: 28px;
}
.form-field:last-child {
  margin-bottom: 0;
}
.form-field > label, .form-label, .form-choice-group > legend {
  display: block;
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 700;
}
.form-required, .form-optional {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 3px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: .1em;
}
.form-required {
  background: var(--orange-dark);
}
.form-optional {
  background: var(--sage-dark);
}
.form-field input:not([type="checkbox"]):not([type="radio"]), .form-field select, .form-field textarea {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid #b9aca0;
  border-radius: 3px;
  color: var(--brown);
  background: #fff;
  font: inherit;
  line-height: 1.5;
}
.form-field textarea {
  min-height: 150px;
  resize: vertical;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: #1877f2;
  outline: 3px solid rgba(24, 119, 242, .25);
  outline-offset: 1px;
}
.form-grid {
  display: grid;
  min-width: 0;
  gap: 24px;
}
.form-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.form-grid--address {
  grid-template-columns: minmax(0, 1fr) minmax(150px, .65fr);
}
.form-grid > .form-field {
  min-width: 0;
}
.form-static-value {
  min-height: 52px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #f7f3ef;
}
.form-help {
  margin: 8px 0 0;
  color: var(--brown-soft);
  font-size: 15px;
  line-height: 1.65;
}
.form-help--lead {
  margin: 0 0 20px;
  font-size: 16px;
}
.form-choice-group {
  min-width: 0;
  padding: 0;
  border: 0;
}
.form-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.form-check-list--single {
  grid-template-columns: 1fr;
}
.form-choice {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 9px 0;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}
.form-choice input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: .2em 0 0;
  accent-color: var(--orange-dark);
}
.form-choice span {
  min-width: 0;
}
.form-choice--consent {
  padding: 20px 22px;
  border: 1px solid var(--line);
  background: var(--ivory);
}
.form-people {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 30px;
}
.form-people > label:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-people input[type="number"] {
  width: 150px;
}
.form-sensitive-note {
  margin: 10px 0 28px;
  padding: 20px 22px;
  border-left: 4px solid var(--orange);
  background: var(--beige);
}
.form-sensitive-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}
.form-sensitive-note p {
  margin-bottom: 0;
  color: var(--brown-soft);
  font-size: 16px;
}
.form-actions {
  margin-top: 32px;
  text-align: center;
}
.form-actions .button {
  min-width: min(100%, 360px);
}
.form-actions .button:disabled {
  color: #fff;
  background: #918881;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.form-actions p {
  margin: 12px 0 0;
  color: var(--brown-soft);
  font-size: 15px;
}
.form-preview-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--orange-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .3em;
}
.form-confirm {
  border-top: 1px solid var(--line);
}
.form-confirm__group {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
.form-confirm__group h3 {
  margin-bottom: 22px;
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: .045em;
}
.form-confirm-list {
  margin: 0;
}
.form-confirm-list > div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.form-confirm-list dt {
  font-weight: 700;
}
.form-confirm-list dd {
  min-width: 0;
  margin: 0;
  color: var(--brown-soft);
  overflow-wrap: anywhere;
}
.form-actions--review {
  margin-top: 42px;
}
.form-actions .form-review-warning {
  margin: 0 0 14px;
  color: var(--orange-dark);
  font-size: 16px;
  font-weight: 700;
}
.form-actions__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.form-actions__row .button {
  min-width: 0;
}
.form-complete {
  padding: 52px 48px;
  border-left: 4px solid var(--orange);
  background: var(--ivory);
  text-align: center;
}
.form-state-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 11px;
  border-radius: 3px;
  color: #fff;
  background: var(--sage-dark);
  font-size: 13px;
  font-weight: 700;
}
.form-complete h2 {
  color: var(--orange-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(31px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: .045em;
}
.form-complete__lead {
  margin-top: 26px;
  color: var(--brown);
  font-size: 21px;
  font-weight: 700;
}
.form-complete p:not(.form-complete__lead) {
  color: var(--brown-soft);
}
.form-complete a:not(.button) {
  color: var(--orange-dark);
  font-weight: 700;
  white-space: nowrap;
}
.form-complete__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}
.contact-options--single {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
}

@media (max-width: 1240px) {
  .header-top {
    display: none;
  }
  .header-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 26px 24px 34px;
    background: #fff;
    box-shadow: 0 16px 25px rgba(0,0,0,.12);
  }
  .global-nav {
    display: grid;
  }
  .global-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }
  .global-nav a.global-nav__assista {
    margin-top: 10px;
    padding: 13px 14px;
    text-align: left;
  }
  .global-nav__assista span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 600;
  }
  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }
  .header-phone {
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    background: var(--ivory);
  }
  .menu-button {
    display: flex;
    width: 64px;
    height: 52px;
    flex: 0 0 64px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    padding: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  /* Flow */
  .flow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
  .flow-list li:not(:last-child)::after {
    display: none;
  }
  .menu-button > span:not(.menu-button__label) {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--brown);
  }
  .menu-button__label {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }
  .header-nav.is-open {
    display: block;
  }
}

@media (max-width: 820px) {
  .home-page main section .section-label {
    justify-content: center;
    text-align: center;
  }
  .home-page main section h2 {
    text-align: center;
  }
  .home-page main section h2::after {
    margin-right: auto;
    margin-left: auto;
  }
  /* Subpages */
  .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px;
  }
  .page-hero h1 {
    font-size: 40px;
  }
  .page-hero__lead {
    font-size: 18px;
  }
  .page-hero__photo {
    width: min(100%, 620px);
    margin-inline: auto;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .detail-photo {
    width: min(100%, 620px);
    margin-inline: auto;
  }
  .detail-notice {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }
  .related-page-links {
    grid-template-columns: 1fr;
  }
  .related-page-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .related-page-links a:last-child {
    border-bottom: 0;
  }

  html {
    scroll-padding-top: 76px;
  }
  body {
    padding-bottom: 70px;
    font-size: 17px;
  }
  .hero-note {
    font-size: 17px;
  }
  .container {
    width: min(calc(100% - 36px), var(--container));
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .button--phone {
    width: 100%;
  }

  /* Hero */
  .hero {
    flex-direction: column;
    display: block;
    min-height: auto;
    border-bottom-width: 4px;
  }
  .hero-visual {
    order: 2;
    right: 0;
    margin-left: 18px;
    position: relative;
    height: 330px;
    margin: 0;
  }
  .hero-visual::after {
    background: linear-gradient(0deg, rgba(255,255,255,.15), transparent 45%);
  }
  .hero-inner {
    order: 1;
    min-height: auto;
  }
  .hero-copy {
    padding-right: 0;
    width: 100%;
    margin: 0;
    padding: 46px 0 42px;
    border-top: 0;
    background: #fff;
    box-shadow: none;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .trust-bar__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trust-bar p {
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  /* Introduction */
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 7%;
  }
  .intro-photo {
    margin: 16px auto 0;
    width: min(100%, 620px);
  }

  /* Service cards */
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    grid-template-columns: .85fr 1.15fr;
    display: block;
  }

  /* Features */
  .feature-list {
    grid-template-columns: 1fr;
  }
  .feature-list article:last-child {
    grid-column: auto;
  }

  /* Flow */
  .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  /* Testimonials */
  .voice-grid {
    grid-template-columns: 1fr;
  }
  .faq-heading img {
    display: none;
  }
  .facilities-card {
    grid-template-columns: 1fr;
  }
  .facilities-card > div:first-child {
    padding: 38px 32px;
  }
  .related-card {
    align-items: stretch;
    flex-direction: column;
  }
  .recruit-grid img {
    max-height: 460px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Floating controls */
  .page-top {
    right: 14px;
    bottom: 84px;
  }
  .mobile-fixed {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70px;
    color: #fff;
    box-shadow: 0 -5px 18px rgba(0,0,0,.13);
  }
  .menu-layout, .faq-layout, .company-grid, .recruit-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .menu-copy, .faq-heading {
    position: static;
  }
  .mobile-fixed a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
  }
  .mobile-fixed a:first-child {
    background: var(--orange-dark);
  }
  .mobile-fixed a:last-child {
    background: var(--sage-dark);
  }
  .mobile-fixed strong {
    font-size: 15px;
  }
  .mobile-fixed span {
    font-size: 11px;
  }
  .mobile-fixed a:first-child strong {
    font-size: 16px;
  }
  .mobile-fixed a:first-child span {
    font-size: 12px;
  }
  .hero::after {
    display: none;
  }
  .intro-copy {
    padding: 30px;
  }
  .feature-list article, .feature-list article:last-child {
    grid-template-columns: 52px 1fr;
    padding: 24px 22px;
  }
}

@media (max-width: 560px) {
  .features .section-heading h2 {
    font-size: clamp(26px, 7.8vw, 31px);
  }
  .features .section-heading h2 span {
    display: block;
    white-space: nowrap;
  }
  .form-preview-notice {
    margin-bottom: 36px;
    padding: 20px;
  }
  .form-preview-notice strong {
    font-size: 19px;
  }
  .form-group {
    padding-block: 34px;
  }
  .form-group > legend {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .form-grid--2, .form-grid--3, .form-grid--address, .form-check-list {
    grid-template-columns: 1fr;
  }
  .form-grid {
    gap: 0;
  }
  .form-choice--consent, .form-sensitive-note {
    padding: 18px;
  }
  .form-people {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .form-people > label:first-child, .form-people input[type="number"] {
    width: 100%;
  }
  .form-actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    font-size: 16px;
  }
  .form-confirm__group {
    padding-block: 32px;
  }
  .form-confirm__group h3 {
    font-size: 24px;
  }
  .form-confirm-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 16px;
  }
  .form-actions__row {
    grid-template-columns: 1fr;
  }
  .form-complete {
    padding: 38px 20px;
  }
  .form-complete h2 {
    font-size: 30px;
  }
  .form-complete__lead {
    font-size: 19px;
  }
  .form-complete__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .flow-detail > li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding-top: 28px;
  }
  .flow-detail__number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .flow-detail h3 {
    margin-top: 4px;
    font-size: 22px;
  }
  .flow-detail__actions .button {
    width: 100%;
    padding-inline: 10px;
    font-size: 16px;
  }
  .menu-table th, .menu-table td {
    padding: 20px 12px;
  }
  .menu-table th small {
    font-size: 15px;
  }
  .menu-table td {
    width: 38%;
  }
  .menu-table td .menu-amount {
    font-size: 25px;
  }
  .menu-fee-note {
    padding: 18px 20px;
  }
  /* Subpages */
  .page-hero__inner {
    padding-block: 32px;
  }
  .page-hero h1 {
    font-size: 30px;
  }
  .page-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }
  .page-links a {
    font-size: 16px;
  }
  .subpage .section-heading {
    margin-bottom: 36px;
  }
  .detail-copy h3 {
    font-size: 22px;
  }
  .detail-notice {
    padding: 24px 22px;
  }
  .related-page-links a {
    padding: 24px 12px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }
  .section {
    padding: 64px 0;
  }
  .brand img {
    width: 145px;
    height: auto;
  }
  .header-nav {
    top: 72px;
  }
  .header-actions {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 240px;
  }
  .hero-copy {
    padding-top: 46px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero-info {
    flex-direction: column;
    gap: 2px;
  }
  .intro-photo::before {
    right: 0;
  }

  /* Audience */
  .target-grid {
    grid-template-columns: 1fr;
  }
  .target-card {
    padding: 18px;
  }
  .target-card h3 {
    margin-top: 0;
  }
  .price-panel {
    margin: 0 -4px;
  }
  .price-list > div, .option-list > div {
    align-items: flex-end;
  }
  .price-list dd {
    font-size: 23px;
  }
  .feature-list article {
    border-radius: 12px;
  }

  /* Flow */
  .flow-list {
    grid-template-columns: 1fr;
  }
  .flow-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    text-align: left;
  }
  .flow-list li > span {
    width: 46px;
    height: 46px;
    margin: 0;
  }
  .flow-list p {
    margin-bottom: 0;
  }
  .voice-card {
    padding-left: 52px;
  }
  .faq-list summary {
    grid-template-columns: 32px 1fr;
    font-size: 16px;
  }
  .faq-list details > div {
    grid-template-columns: 32px 1fr;
  }
  .facilities-card > div:first-child {
    padding: 32px 22px;
  }
  .facilities-action > a:not(.button) {
    font-size: 27px;
  }
  .company-table div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  /* Contact */
  .contact {
    padding: 72px 0;
  }
  .contact-options {
    grid-template-columns: 1fr;
  }
  .contact-phone, .contact-form {
    border-radius: 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .related-card br {
    display: none;
  }
  .intro-copy {
    padding: 26px 22px;
  }
  .feature-list article, .feature-list article:last-child {
    grid-template-columns: 42px 1fr;
    padding: 22px 18px;
  }
  .intro-photo img, .recruit-grid img {
    max-height: 300px;
  }
}

@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;
  }
}
/* Form submission states */
.form-error { margin: 1.5rem 0; padding: 1rem; border: 2px solid #a72d21; border-radius: 8px; color: #842316; background: #fff4f1; white-space: pre-line; }
.form-error[hidden] { display: none; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-confirm-list dd { white-space: pre-wrap; overflow-wrap: anywhere; }
.form-actions button:disabled { opacity: .55; cursor: wait; }
.form-security { margin: 1.5rem auto; max-width: 100%; }
.form-receipt { font-size: .875rem; overflow-wrap: anywhere; }
