.component {
  --forest: #263f30;
  --ink: #384238;
  --cream: #f2ece2;
  --sand: #eae2d4;
  --rust: #a95536;
  --cv-space: calc(7.5rem + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding-bottom: var(--cv-space);
  color: var(--ink);
  background: #304b39;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.045em;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}
.component *,
.component *::before,
.component *::after {
  box-sizing: border-box;
}
.component h1,
.component h2,
.component p,
.component ul,
.component ol {
  margin: 0;
}
.component ul,
.component ol {
  padding: 0;
  list-style: none;
}
.component a {
  color: inherit;
  text-decoration: none;
}
.component a:focus-visible {
  outline: 3px solid #653922;
  outline-offset: 5px;
  box-shadow: 0 0 0 3px #fffaf0;
}
.component img {
  display: block;
  max-width: 100%;
}
.component section {
  min-width: 0;
  scroll-margin-top: 24px;
  scroll-margin-bottom: var(--cv-space);
}
.component .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(20px, 3.6vw, 56px);
  background: var(--cream);
}
.component .site-logo {
  min-width: 0;
  color: var(--forest);
  font-size: clamp(22px, 3.3vw, 36px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.component .nav-cta,
.component .action-link,
.component .cv-bar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 52px;
  padding: 12px 52px 12px 28px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fffaf3;
  background: var(--rust);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  transition: background-color 160ms ease;
}
.component .nav-cta {
  width: min(42%, 360px);
  font-size: clamp(14px, 1.9vw, 20px);
}
.component .nav-cta::after,
.component .action-link::after,
.component .cv-bar-button::after,
.component .text-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 11px;
  height: 11px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.component .nav-cta:hover,
.component .action-link:hover,
.component .cv-bar-button:hover {
  background: #8c432b;
}
.component .page-main {
  background: var(--cream);
}
.component .content-width {
  width: calc(100% - clamp(40px, 12.8vw, 176px));
  max-width: 1240px;
  margin-inline: auto;
}
.component .hero {
  background: linear-gradient(110deg, #f2ece2, #eee7dc 58%, #f4eee5);
}
.component .hero-image {
  width: 100%;
  height: auto;
  max-height: 720px;
  aspect-ratio: 2.1 / 1;
  object-fit: cover;
  object-position: center;
}
.component .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(96px, 15%);
  align-items: center;
  gap: clamp(32px, 9vw, 128px);
  padding-block: clamp(30px, 3.5vw, 52px) clamp(36px, 4.5vw, 68px);
}
.component .hero-copy {
  min-width: 0;
}
.component .hero-title {
  max-width: 11em;
  color: var(--forest);
  font-size: clamp(32px, 5.65vw, 70px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.035em;
  line-break: strict;
}
.component .hero-text {
  margin-top: 22px;
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.85;
  letter-spacing: 0.055em;
}
.component .action-link {
  width: 100%;
  max-width: 700px;
  min-height: 70px;
  margin-top: 24px;
  font-size: clamp(17px, 2.3vw, 26px);
}
.component .botanical-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}
.component .hero-sprig {
  max-width: 156px;
  justify-self: end;
}
.component .section-block {
  padding-block: clamp(38px, 4.5vw, 68px);
}
.component .section-title {
  position: relative;
  min-width: 0;
  padding-left: clamp(34px, 7.5vw, 92px);
  color: var(--forest);
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
  line-break: strict;
}
.component .section-title::before {
  position: absolute;
  top: 0.79em;
  left: 0;
  width: clamp(20px, 4.6vw, 54px);
  height: 1px;
  background: var(--forest);
  content: "";
}
.component .services,
.component .faq {
  background: linear-gradient(105deg, #ebe3d5, #eee7da 53%, #e9e1d3);
}
.component .service-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.component .service-item {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5.2vw, 72px);
}
.component .service-copy {
  min-width: 0;
  padding-block: 12px;
}
.component .service-copy::before {
  display: block;
  width: 56px;
  height: 1px;
  margin-bottom: 20px;
  background: var(--rust);
  content: "";
}
.component .service-text {
  color: var(--forest);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.95;
}
.component .service-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.component .service-item:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
}
.component .service-item:nth-child(even) .service-copy {
  grid-column: 2;
  grid-row: 1;
}
.component .service-item:nth-child(even) .service-image {
  grid-column: 1;
  grid-row: 1;
}
.component .text-link {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 24px;
  padding: 4px 46px 7px 0;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-size: clamp(17px, 2.1vw, 24px);
  line-height: 1.7;
}
.component .text-link::after {
  right: 8px;
}
.component .text-link:hover {
  color: var(--rust);
  border-bottom-color: var(--rust);
}
.component .process {
  background: linear-gradient(110deg, #f3ede3, #eee8dd 60%, #f4eee5);
}
.component .process-layout,
.component .faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(88px, 13%);
  align-items: center;
  gap: clamp(28px, 5.5vw, 84px);
}
.component .process-content,
.component .faq-content {
  min-width: 0;
}
.component .process-list {
  margin-top: 30px;
  margin-left: 20px;
}
.component .process-item {
  position: relative;
  min-width: 0;
  padding: 0 0 36px 42px;
}
.component .process-item::before {
  position: absolute;
  z-index: 1;
  top: 0.65em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--rust);
  content: "";
}
.component .process-item::after {
  position: absolute;
  top: calc(0.65em + 13px);
  bottom: -0.65em;
  left: 6px;
  width: 1px;
  background: #bb8066;
  content: "";
}
.component .process-item:last-child {
  padding-bottom: 0;
}
.component .process-item:last-child::after {
  content: none;
}
.component .process-text {
  font-size: clamp(17px, 2.1vw, 24px);
  line-height: 1.95;
}
.component .process-sprig {
  max-width: 138px;
  justify-self: end;
}
.component .faq-list {
  margin-top: 24px;
}
.component .faq-item {
  padding-block: 23px;
  border-bottom: 1px solid #c9c3b6;
}
.component .faq-item:first-child {
  padding-top: 8px;
}
.component .faq-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.component .faq-text {
  font-size: clamp(17px, 2.05vw, 24px);
  line-height: 2;
}
.component .faq-sprig {
  max-width: 130px;
  align-self: end;
  justify-self: end;
  margin-bottom: 12px;
}
.component .site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 32px clamp(24px, 4.8vw, 72px);
  color: #f7f1e6;
  background: #304b39;
}
.component .site-footer .site-logo {
  color: #f7f1e6;
  font-size: clamp(22px, 2.6vw, 30px);
}
.component .footer-nav {
  min-width: 0;
}
.component .site-copyright {
  min-width: 0;
  font-size: clamp(13px, 1.6vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.component .cv-bar {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px clamp(12px, 2.5vw, 36px) calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #ffffff18;
  background: #304b39;
}
.component .cv-bar-button {
  width: 100%;
  max-width: 1440px;
  min-height: 60px;
  margin-inline: auto;
  padding-block: 14px;
  font-size: clamp(0.875rem, 2.3vw, 1.5rem);
}
.component .site-footer a:focus-visible,
.component .cv-bar a:focus-visible {
  outline-color: #fff5d9;
  box-shadow: 0 0 0 3px #304b39;
}
@media (min-width: 1440px) {
  .component .hero-content {
    grid-template-columns: minmax(0, 1fr) 170px;
  }
}
@media (max-width: 700px) {
  .component .content-width {
    width: calc(100% - 40px);
  }
  .component .hero-image {
    aspect-ratio: 1.65 / 1;
  }
  .component .hero-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .component .hero-title {
    max-width: 11em;
    font-size: clamp(30px, 6.5vw, 44px);
  }
  .component .hero-text {
    margin-top: 20px;
    font-size: 17px;
  }
  .component .action-link {
    min-height: 58px;
    padding-inline: 20px 42px;
  }
  .component .hero-sprig {
    width: 64px;
    margin-right: 4px;
  }
  .component .service-list {
    gap: 30px;
    margin-top: 22px;
  }
  .component .service-item,
  .component .service-item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .component .service-copy {
    padding-block: 0;
  }
  .component .service-copy::before {
    width: 38px;
    margin-bottom: 12px;
  }
  .component .service-item:nth-child(even) .service-copy,
  .component .service-item:nth-child(even) .service-image {
    grid-column: auto;
    grid-row: auto;
  }
  .component .service-image {
    aspect-ratio: 16 / 9;
  }
  .component .process-layout,
  .component .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .component .process-list {
    margin-left: 3px;
    margin-top: 24px;
  }
  .component .process-item {
    padding-left: 28px;
    padding-bottom: 28px;
  }
  .component .process-sprig,
  .component .faq-sprig {
    width: 60px;
    margin: 0 4px 0 0;
  }
  .component .faq-item {
    padding-block: 20px;
  }
  .component .site-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 28px 20px;
  }
  .component .footer-nav {
    flex: 1 1 0;
  }
  .component .site-copyright {
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .component .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    min-height: 72px;
    padding: 12px 16px;
  }
  .component .site-header .site-logo {
    font-size: 19px;
    letter-spacing: 0.065em;
  }
  .component .nav-cta {
    width: 100%;
    min-height: 44px;
    padding: 8px 24px 8px 10px;
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .component .nav-cta::after {
    right: 11px;
    width: 7px;
    height: 7px;
  }
  .component .section-title {
    font-size: 24px;
    letter-spacing: 0.035em;
  }
  .component .hero-text,
  .component .process-text,
  .component .faq-text {
    font-size: 16px;
  }
  .component .service-text {
    font-size: 18px;
  }
  .component .action-link::after,
  .component .cv-bar-button::after {
    right: 18px;
    width: 9px;
    height: 9px;
  }
  .component .cv-bar-button {
    min-height: 56px;
    padding-inline: 16px 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .component .nav-cta,
  .component .action-link,
  .component .cv-bar-button {
    transition: none;
  }
}