.component {
  --page-gutter: clamp(24px, 5.5vw, 80px);
  --cv-space: 104px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: calc(var(--cv-space) + env(safe-area-inset-bottom, 0px));
  background: #F4EDE1;
  color: #29342D;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  overflow-wrap: anywhere;
}
.component *,
.component *::before,
.component *::after {
  box-sizing: border-box;
}
.component a {
  color: #234B36;
  text-decoration: none;
}
.component a:focus-visible {
  outline: 2px solid #B8664B;
  outline-offset: 6px;
}
.component .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 32px;
  max-width: 1340px;
  margin-inline: auto;
  padding: 32px var(--page-gutter);
}
.component .site-logo {
  max-width: 100%;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.component .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  max-width: 100%;
  padding-block: 8px;
  border-bottom: 1px solid #234B36;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.component .nav-cta::after,
.component .text-link::after,
.component .cv-bar-button::after {
  content: "";
  display: block;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.component .nav-cta:hover,
.component .text-link:hover {
  border-bottom-color: #B8664B;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.component .page-main {
  display: block;
}
.component .page-main section {
  scroll-margin-top: 32px;
  scroll-margin-bottom: calc(var(--cv-space) + env(safe-area-inset-bottom, 0px));
}
.component .hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(36px, 6vw, 80px);
  max-width: 1340px;
  margin-inline: auto;
  padding: 42px var(--page-gutter) 128px;
}
.component .hero-copy {
  min-width: 0;
  max-width: 29rem;
  padding-top: 40px;
}
.component .hero-title {
  margin: 0;
  color: #234B36;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.065em;
  line-break: strict;
}
.component .hero-text {
  max-width: 26rem;
  margin: 30px 0 34px;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.035em;
}
.component .text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  max-width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #234B36;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.035em;
}
.component .consultation-link::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background: #B8664B;
}
.component .consultation-link {
  gap: 16px;
}
.component .hero-visual {
  min-width: 0;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #70766D;
}
.component .hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.component .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
  max-width: 1180px;
  margin-inline: auto;
}
.component .section-inner > * {
  min-width: 0;
}
.component .section-title {
  max-width: 11em;
  margin: 0;
  color: #234B36;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.07em;
  line-break: strict;
}
.component .section-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 24px;
  background: #B8664B;
}
.component .services-section {
  padding: 100px var(--page-gutter) 108px;
  background: #E9E0D0;
}
.component .services-content {
  padding-top: 12px;
}
.component .service-list {
  margin: 0;
  padding: 0 0 0 3.2rem;
  list-style: decimal-leading-zero outside;
}
.component .service-item {
  display: list-item;
  margin: 0 0 30px;
  padding: 0 0 30px 12px;
  border-bottom: 1px solid #70766D;
}
.component .service-item::marker {
  color: #B8664B;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.component .service-item:nth-child(2) {
  margin-left: 20px;
}
.component .service-item:nth-child(3) {
  margin-left: 40px;
}
.component .service-item p {
  margin: 0;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.035em;
}
.component .services-link {
  margin-left: 3.95rem;
}
.component .process-section {
  padding: 128px var(--page-gutter) 120px;
}
.component .process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #70766D;
  list-style: none;
}
.component .process-item {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #E9E0D0;
}
.component .process-item p {
  max-width: 34rem;
  margin: 0;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.035em;
}
.component .faq-section {
  padding: 100px var(--page-gutter) 124px;
  border-top: 1px solid #E9E0D0;
}
.component .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component .faq-item {
  padding: 28px 0;
  border-bottom: 1px solid #E9E0D0;
}
.component .faq-item:first-child {
  padding-top: 0;
}
.component .faq-item p {
  max-width: 35rem;
  margin: 0;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
.component .site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1340px;
  margin-inline: auto;
  padding: 36px var(--page-gutter) 44px;
  border-top: 1px solid #E9E0D0;
}
.component .site-footer .site-logo {
  font-size: 20px;
}
.component .footer-nav {
  margin-left: auto;
}
.component .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component .site-copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.component .cv-bar {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px var(--page-gutter) calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #E9E0D0;
  background: #F4EDE1;
}
.component .cv-bar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 100%;
  min-height: 52px;
  padding: 13px 28px;
  background: #234B36;
  color: #F4EDE1;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  transition: background-color 180ms ease;
}
.component .cv-bar-button::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background: #B8664B;
}
.component .cv-bar-button:hover {
  background: #29342D;
}
@media (max-width: 900px) {
  .component .hero-section {
    gap: 36px;
    padding-top: 24px;
    padding-bottom: 88px;
  }
  .component .hero-copy {
    padding-top: 12px;
  }
  .component .hero-title {
    font-size: 32px;
  }
  .component .hero-visual {
    margin-top: 44px;
  }
  .component .hero-image {
    aspect-ratio: 3 / 4;
  }
  .component .section-inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 40px;
  }
  .component .service-item:nth-child(2),
  .component .service-item:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .component .hero-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .component .hero-copy {
    max-width: 32rem;
    padding-top: 24px;
  }
  .component .hero-title {
    max-width: 13em;
    font-size: clamp(30px, 5.7vw, 38px);
  }
  .component .hero-text {
    max-width: 31rem;
    margin-top: 24px;
  }
  .component .hero-visual {
    width: 90%;
    margin: 0 0 0 auto;
  }
  .component .hero-image {
    aspect-ratio: 5 / 4;
  }
  .component .section-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .component .section-title {
    max-width: 15em;
    font-size: 28px;
  }
  .component .services-section {
    padding-block: 72px 76px;
  }
  .component .services-content {
    padding-top: 0;
  }
  .component .process-section {
    padding-block: 84px;
  }
  .component .faq-section {
    padding-block: 76px 88px;
  }
}
@media (max-width: 480px) {
  .component {
    --cv-space: 120px;
  }
  .component .site-header {
    align-items: center;
    gap: 16px 12px;
    padding-block: 24px;
  }
  .component .site-header .site-logo {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .component .nav-cta {
    gap: 10px;
    max-width: 11.5em;
    font-size: 12px;
    letter-spacing: 0;
  }
  .component .hero-section {
    padding-top: 12px;
    padding-bottom: 72px;
  }
  .component .hero-title {
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  .component .hero-text {
    line-height: 2.1;
  }
  .component .hero-visual {
    width: 94%;
  }
  .component .section-title {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
  .component .section-title::before {
    margin-bottom: 18px;
  }
  .component .service-list {
    padding-left: 2.6rem;
  }
  .component .service-item {
    padding-left: 6px;
  }
  .component .service-item p,
  .component .process-item p {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .component .services-link {
    margin-left: 3rem;
  }
  .component .site-footer {
    gap: 16px;
    padding-block: 30px 38px;
  }
  .component .site-copyright {
    flex-basis: 100%;
  }
  .component .cv-bar-button {
    gap: 12px;
    width: 100%;
    padding-inline: 18px;
    letter-spacing: 0.02em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .component .cv-bar-button {
    transition: none;
  }
}