.component {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #F4EDE1;
  color: #29342D;
  font-family: system-ui, -apple-system, "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.component a {
  color: #234B36;
  font-family: inherit;
  text-decoration: none;
}

.component a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.component a:focus-visible {
  outline: 3px solid #234B36;
  outline-offset: 4px;
}

.component h1,
.component h2 {
  margin: 0;
  color: #234B36;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.component p,
.component figure,
.component ul,
.component ol {
  margin: 0;
}

.component ul,
.component ol {
  padding: 0;
  list-style: none;
}

.component .site-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #E9E0D0;
  background-color: #F4EDE1;
}

.component .site-logo {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 0;
  align-items: center;
  color: #234B36;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.component .site-logo:hover {
  color: #B8664B;
}

.component .nav-cta {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  max-width: 58%;
  padding: 0.5rem 0.8rem;
  border: 1px solid #B8664B;
  border-radius: 2px;
  background-color: #B8664B;
  color: #F4EDE1;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.component .nav-cta:hover {
  border-color: #234B36;
  background-color: #234B36;
  color: #F4EDE1;
  text-decoration: none;
  transform: translateY(-1px);
}

.component .top-main {
  padding-bottom: 0.5rem;
}

.component .top-hero {
  border-bottom: 1px solid #E9E0D0;
  background-color: #F4EDE1;
}

.component .top-hero-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.component .top-hero-copy {
  position: relative;
  box-sizing: border-box;
  padding: 3rem 1.25rem 2.9rem;
}

.component .top-hero-copy::before {
  display: block;
  width: 3.5rem;
  height: 0.18rem;
  margin-bottom: 1.4rem;
  background-color: #B8664B;
  content: "";
}

.component .top-hero-title {
  max-width: 17em;
  font-size: clamp(2.15rem, 9.6vw, 5rem);
  line-height: 1.38;
}

.component .top-hero-text {
  max-width: 36rem;
  margin-top: 1.7rem;
  color: #29342D;
  font-size: 0.98rem;
  line-height: 2;
}

.component .top-hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3.35rem;
  max-width: 100%;
  margin-top: 1.8rem;
  padding: 0.65rem 1.2rem;
  border: 1px solid #B8664B;
  border-radius: 2px;
  background-color: #B8664B;
  color: #F4EDE1;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.component .top-hero-link:hover {
  border-color: #234B36;
  background-color: #234B36;
  color: #F4EDE1;
  text-decoration: none;
  transform: translateY(-1px);
}

.component .top-hero-figure {
  box-sizing: border-box;
  width: 100%;
  background-color: #E9E0D0;
}

.component .top-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.component .top-services,
.component .top-process,
.component .top-faq {
  box-sizing: border-box;
  padding: 4.5rem 1.25rem 5rem;
}

.component .top-services {
  border-bottom: 1px solid #F4EDE1;
  background-color: #E9E0D0;
}

.component .top-services-inner,
.component .top-process-inner,
.component .top-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.component .top-services-title,
.component .top-process-title,
.component .top-faq-title {
  max-width: 20em;
  font-size: clamp(1.8rem, 5vw, 3.1rem);
  line-height: 1.45;
}

.component .top-services-list {
  margin-top: 2.7rem;
  border-top: 1px solid #70766D;
}

.component .top-services-item {
  position: relative;
  box-sizing: border-box;
  padding: 1.35rem 0 1.5rem 1.15rem;
  border-bottom: 1px solid #70766D;
}

.component .top-services-item::before {
  position: absolute;
  top: 1.65rem;
  left: 0;
  width: 0.28rem;
  height: 0.28rem;
  background-color: #B8664B;
  content: "";
}

.component .top-services-item-text {
  max-width: 42rem;
  color: #29342D;
  line-height: 1.95;
}

.component .top-services-link {
  display: inline-flex;
  margin-top: 2.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #234B36;
  font-size: 0.92rem;
  font-weight: 600;
}

.component .top-services-link:hover {
  border-bottom-color: #B8664B;
  color: #B8664B;
  text-decoration: none;
  transform: translateX(0.2rem);
}

.component .top-process {
  border-bottom: 1px solid #E9E0D0;
  background-color: #F4EDE1;
}

.component .top-process-list {
  display: grid;
  gap: 0;
  margin-top: 2.8rem;
  border-left: 1px solid #B8664B;
}

.component .top-process-item {
  box-sizing: border-box;
  padding: 1.25rem 0 1.35rem 1.25rem;
  border-bottom: 1px solid #E9E0D0;
  color: #29342D;
  line-height: 1.95;
}

.component .top-process-item:last-child {
  border-bottom: 0;
}

.component .top-faq {
  background-color: #E9E0D0;
}

.component .top-faq-list {
  max-width: 860px;
  margin-top: 2.7rem;
  border-top: 1px solid #70766D;
}

.component .top-faq-item {
  box-sizing: border-box;
  padding: 1.35rem 0.2rem 1.45rem;
  border-bottom: 1px solid #70766D;
}

.component .top-faq-answer {
  color: #29342D;
  line-height: 1.95;
}

.component .cv-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 0.7rem 1rem;
  border-top: 1px solid #F4EDE1;
  background-color: #B8664B;
}

.component .cv-bar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 34rem;
  min-height: 3rem;
  margin: 0 auto;
  padding: 0.6rem 1rem;
  border: 1px solid #F4EDE1;
  border-radius: 2px;
  background-color: #B8664B;
  color: #F4EDE1;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.component .cv-bar-button:hover {
  border-color: #F4EDE1;
  background-color: #F4EDE1;
  color: #234B36;
  text-decoration: none;
  transform: translateY(-1px);
}

.component .site-footer {
  box-sizing: border-box;
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 2.8rem 1.25rem 6.7rem;
  border-top: 1px solid #E9E0D0;
  background-color: #F4EDE1;
}

.component .site-footer .site-logo {
  width: max-content;
}

.component .footer-nav {
  min-height: 0;
}

.component .site-copyright {
  color: #70766D;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (min-width: 48rem) {
  .component .site-header {
    min-height: 5.75rem;
    padding: 1rem clamp(2rem, 6vw, 5.5rem);
  }

  .component .site-logo {
    font-size: 1.25rem;
  }

  .component .nav-cta {
    min-width: 14rem;
    max-width: none;
    min-height: 3rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 0.88rem;
  }

  .component .top-hero-inner {
    display: grid;
    grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.35fr);
    align-items: stretch;
  }

  .component .top-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 6vw, 6rem);
  }

  .component .top-hero-title {
    font-size: clamp(2.55rem, 4.7vw, 5.1rem);
  }

  .component .top-hero-text {
    font-size: 1.02rem;
  }

  .component .top-hero-link {
    align-self: flex-start;
    min-width: 15rem;
  }

  .component .top-hero-figure {
    min-height: 35rem;
    border-left: 1px solid #E9E0D0;
  }

  .component .top-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .component .top-services,
  .component .top-process,
  .component .top-faq {
    padding-right: clamp(2rem, 8vw, 8rem);
    padding-left: clamp(2rem, 8vw, 8rem);
  }

  .component .top-services-list {
    margin-top: 3.4rem;
  }

  .component .top-services-item {
    padding-top: 1.65rem;
    padding-bottom: 1.8rem;
  }

  .component .top-services-item:nth-child(2) {
    margin-left: 10%;
  }

  .component .top-services-item:nth-child(3) {
    margin-left: 20%;
  }

  .component .top-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #B8664B;
    border-left: 0;
  }

  .component .top-process-item {
    min-height: 10.5rem;
    padding: 1.4rem 1.35rem 1.6rem;
    border-right: 1px solid #E9E0D0;
    border-bottom: 0;
  }

  .component .top-process-item:first-child {
    padding-left: 0;
  }

  .component .top-process-item:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .component .top-faq-list {
    margin-top: 3.2rem;
  }

  .component .top-faq-item {
    padding: 1.5rem 1rem 1.65rem 0;
  }

  .component .site-footer {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: 3.5rem clamp(2rem, 8vw, 8rem) 7rem;
  }

  .component .site-footer .site-logo {
    grid-column: 1;
    grid-row: 1;
  }

  .component .site-copyright {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .component a {
    transition-duration: 0.01ms;
  }
}