@layer components {
  .breadcrumb {
    padding: 20px 0 0;
    background-color: #fff;
    border-block-start: 1px solid #ececec;
  }
  @media (max-width: 640px) {
    .breadcrumb {
      margin: 2px 0 0 -6px;
      padding: 7px 0 9px;
      border-block-end: 1px solid #ececec;
    }
  }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #747474;
    font-family: var(--font-ja, "Noto Sans JP", sans-serif);
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 13px;
    list-style: none;
  }
  @media (max-width: 640px) {
    .breadcrumb__list {
      font-size: 10px;
      gap: 7px;
    }
  }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M0.311705 5.36347e-08C0.232631 5.45393e-08 0.15171 0.033567 0.0910258 0.0987265C-0.0303421 0.229045 -0.0303421 0.442294 0.0910258 0.572613L4.24513 5.03307L0.15171 9.42837C0.0303417 9.55869 0.0303417 9.77194 0.15171 9.90226C0.273078 10.0326 0.471681 10.0326 0.593049 9.90226L4.90897 5.27002C5.03034 5.1397 5.03034 4.92645 4.90897 4.79613L0.534204 0.0987265C0.471681 0.0315925 0.392617 5.27091e-08 0.311705 5.36347e-08Z' fill='%23747474'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    content: "";
    margin-inline-start: 14px;
    inline-size: 5px;
    block-size: 10px;
  }
  @media (max-width: 640px) {
    .breadcrumb__item:not(:last-child)::after {
      margin-inline-start: 7px;
      block-size: 7px;
    }
  }
  .breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: opacity var(--transition-duration-base) ease;
  }
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
  .breadcrumb__item span {
    color: inherit;
  }
}
.customer-voice-page {
  padding: 60px 0 120px;
  background-color: #fff;
}
.customer-voice-page .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .customer-voice-page .container {
    padding: 0 20px;
  }
}

.customer-voice-title {
  margin-bottom: 60px;
  color: #000;
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 640px) {
  .customer-voice-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.customer-voice-section {
  max-width: 800px;
  margin: 0 auto 80px;
}
.customer-voice-section:last-child {
  margin-bottom: 0;
}

.customer-voice-content {
  color: #333;
  font-family: var(--font-ja);
  font-size: 1rem;
  line-height: 1.8;
}

.customer-voice__item {
  margin-bottom: 60px;
}
.customer-voice__item:last-child {
  margin-bottom: 0;
}
.customer-voice__item .customer-voice__name {
  margin-bottom: 20px;
  color: var(--color-fg);
  font-size: 1.125rem;
  font-weight: 600;
}

.voice_text_2, .voice_text_1, .customer-voice__text {
  padding: 40px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 640px) {
  .voice_text_2, .voice_text_1, .customer-voice__text {
    padding: 30px 20px;
  }
}

.customer-voice__text--pattern-1 {
  background-color: #f5f5f5;
}

.customer-voice__text--pattern-2 {
  background-color: #fff;
  border: 2px solid #f5f5f5;
}

.voice_area {
  margin-bottom: 60px;
}
.voice_area:last-child {
  margin-bottom: 0;
}
.voice_area .name {
  margin-bottom: 20px;
  color: var(--color-fg);
  font-size: 1.125rem;
  font-weight: 600;
}

.voice_text_1 {
  background-color: #f5f5f5;
}

.voice_text_2 {
  background-color: #fff;
  border: 2px solid #f5f5f5;
}

/*# sourceMappingURL=customer-voice.css.map */
