@charset "UTF-8";
/* お客様の声ページ */
.voice-page {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .voice-page {
    padding-bottom: 60px;
  }
}

.voice-hero {
  padding: 40px 0 48px;
}
.voice-hero__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.voice-hero__label {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0975c2;
  letter-spacing: 0.05em;
}
.voice-hero__title {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #0975c2;
  letter-spacing: 0.02em;
}
.voice-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.voice-hero__illust {
  flex: 0 0 auto;
}
.voice-hero__illust img {
  display: block;
  width: 150px;
  height: auto;
}
.voice-hero__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
  text-align: left;
}
@media (max-width: 767.98px) {
  .voice-hero {
    padding: 32px 0 40px;
  }
  .voice-hero__label {
    font-size: 14px;
  }
  .voice-hero__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .voice-hero__content {
    flex-direction: column;
    gap: 20px;
  }
  .voice-hero__illust img {
    width: 127px;
  }
  .voice-hero__lead {
    font-size: 14px;
    text-align: center;
  }
}

.voice-nav {
  margin-bottom: 56px;
}
.voice-nav__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.voice-nav__heading {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.voice-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.voice-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 20px;
  background-color: #226db6;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.voice-nav__link:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.voice-nav__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.voice-nav__arrow {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .voice-nav {
    margin-bottom: 40px;
  }
  .voice-nav__heading {
    font-size: 16px;
  }
  .voice-nav__link {
    padding: 12px 16px;
  }
  .voice-nav__text {
    font-size: 15px;
  }
}

.voice-sections {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.voice-section {
  padding: 8px 0 48px;
}
.voice-section__inner {
  padding: 0;
}
.voice-section__question {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #c8460e;
}
.voice-section__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .voice-section {
    padding-bottom: 36px;
  }
  .voice-section__question {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .voice-section__cards {
    gap: 32px;
  }
}

.voice-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.voice-card__icon {
  flex: 0 0 80px;
  width: 80px;
}
.voice-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.voice-card__body {
  flex: 1;
  min-width: 0;
}
.voice-card__label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.voice-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}
@media (max-width: 767.98px) {
  .voice-card {
    gap: 14px;
  }
  .voice-card__icon {
    flex: 0 0 64px;
    width: 64px;
  }
  .voice-card__label {
    font-size: 15px;
  }
  .voice-card__text {
    font-size: 14px;
  }
}

.voice-divider {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 48px;
  padding: 0 20px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .voice-divider {
    margin-bottom: 36px;
  }
}

.voice-back {
  margin-top: 48px;
  text-align: center;
}
.voice-back__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #454545;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.voice-back__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .voice-back {
    margin-top: 36px;
  }
}
