@charset "UTF-8";
/* ========================================
Voice Index (お客様の声一覧)
======================================== */
.voice-index {
  background: var(--color-white);
}
.voice-index__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 135px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__container {
    padding: 0 30px 80px;
  }
}
@media (max-width: 768px) {
  .voice-index__container {
    padding: 0 15px 60px;
  }
}
.voice-index__description {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  max-width: 100%;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__description {
    margin: 40px auto;
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .voice-index__description {
    margin: 10px 0;
    font-size: 15px;
    line-height: 26px;
  }
}
.voice-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
  justify-content: center;
  margin-top: 61px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__list {
    gap: 25px 30px;
  }
}
@media (max-width: 768px) {
  .voice-index__list {
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
    margin-top: 30px;
    padding: 0 12px;
  }
}
.voice-index__list .voice-card {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__list .voice-card {
    width: calc((100% - 60px) / 3);
    flex: auto;
  }
}
@media (max-width: 768px) {
  .voice-index__list .voice-card {
    width: 100%;
    max-width: none;
    flex: auto;
  }
}
.voice-index__list .voice-card__image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.voice-index__list .voice-card__image img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__list .voice-card__image img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .voice-index__list .voice-card__image img {
    height: auto;
    aspect-ratio: 340 / 255;
  }
}
.voice-index__list .voice-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .voice-index__list .voice-card__content {
    gap: 5px;
    margin-top: 10px;
  }
}
.voice-index__list .voice-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__list .voice-card__title {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .voice-index__list .voice-card__title {
    font-size: 15px;
    line-height: 24px;
  }
}
.voice-index__list .voice-card__location {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-index__list .voice-card__location {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .voice-index__list .voice-card__location {
    font-size: 14px;
  }
}

/* ============================================================
Voice Detail (お客様の声詳細)
============================================================ */
.voice-detail {
  background: #fff;
  /* Hero Section */
  /* Q&A Section */
  /* Related Voices Section */
}
.voice-detail__hero {
  background: #fff;
  padding: 60px 0 69px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__hero {
    padding: 50px 0 60px;
  }
}
@media (max-width: 768px) {
  .voice-detail__hero {
    padding: 20px 0 0;
  }
}
.voice-detail__hero-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__hero-container {
    padding: 0 30px;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .voice-detail__hero-container {
    padding: 0 15px;
    gap: 0;
  }
}
.voice-detail__hero-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .voice-detail__hero-header {
    margin-bottom: 15px;
    gap: 6px;
    max-width: 100%;
  }
}
.voice-detail__hero-image {
  width: 100%;
  max-width: 1000px;
  line-height: 0;
}
.voice-detail__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.voice-detail__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  color: #333;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__title {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .voice-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.voice-detail__location {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #333;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__location {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .voice-detail__location {
    font-size: 13px;
    line-height: 21px;
  }
}
.voice-detail__intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin: 0;
  max-width: 1000px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__intro {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .voice-detail__intro {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
}
.voice-detail__qa {
  background: #f4f4f4;
  padding: 80px 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__qa {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .voice-detail__qa {
    padding: 50px 0 31px;
  }
}
.voice-detail__qa-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__qa-container {
    padding: 0 30px;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .voice-detail__qa-container {
    padding: 0 15px;
    gap: 30px;
  }
}
.voice-detail__qa-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__qa-item {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .voice-detail__qa-item {
    flex-direction: column-reverse;
    gap: 13px;
  }
}
.voice-detail__qa-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .voice-detail__qa-item--reverse {
    flex-direction: column;
  }
}
.voice-detail__qa-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .voice-detail__qa-text {
    gap: 11px;
  }
}
.voice-detail__qa-image {
  width: 540px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__qa-image {
    width: 420px;
  }
}
@media (max-width: 768px) {
  .voice-detail__qa-image {
    width: 100%;
    gap: 6px;
  }
  .voice-detail__qa-image img {
    aspect-ratio: 363 / 242;
  }
}
.voice-detail__qa-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.voice-detail__qa-works {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
.voice-detail__qa-works__container {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.voice-detail__qa-works__container:hover .btn {
  background: var(--color-primary);
  color: white;
}
.voice-detail__qa-works__title {
  text-align: center;
}
.voice-detail__qa-works__content-image {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.voice-detail__qa-works__content-image img {
  max-width: 100%;
  max-height: 500px;
}
.voice-detail__qa-works__content-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}
.voice-detail__qa-works__content-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.voice-detail__qa-works__content-link .btn {
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.3;
  transition-duration: .3s;
}
.voice-detail__question {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__question {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .voice-detail__question {
    font-size: 18px;
    line-height: 30px;
  }
}
.voice-detail__answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #4c4c4c;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__answer {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .voice-detail__answer {
    font-size: 15px;
    line-height: 26px;
  }
}
.voice-detail__caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .voice-detail__caption {
    font-size: 12px;
    line-height: 18px;
  }
}
.voice-detail__related {
  background: #fff;
  padding: 60px 0 120px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__related {
    padding: 50px 0 100px;
  }
}
@media (max-width: 768px) {
  .voice-detail__related {
    padding: 20px 0 60px;
  }
}
.voice-detail__related-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .voice-detail__related-container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .voice-detail__related-container {
    padding: 0;
    gap: 0;
  }
}
.voice-detail__related-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .voice-detail__related-header {
    margin: 0 15px;
  }
}
.voice-detail__related-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .voice-detail__related-title {
    font-size: 18px;
  }
}
.voice-detail__related-list {
  display: flex;
  gap: 26px;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .voice-detail__related-list {
    flex-direction: row;
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .voice-detail__related-list::-webkit-scrollbar {
    height: 6px;
  }
  .voice-detail__related-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .voice-detail__related-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .voice-detail__related-list {
    margin-top: 29px;
  }
}
.voice-detail__related-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 280px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.voice-detail__related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .voice-detail__related-card:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 960px) {
  .voice-detail__related-card {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {
  .voice-detail__related-card {
    width: 340px;
  }
  .voice-detail__related-card:first-child {
    width: 355px;
    padding-left: 15px;
  }
}
.voice-detail__related-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .voice-detail__related-card-title {
    font-size: 15px;
    line-height: 24px;
  }
}
.voice-detail__related-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 768px) {
  .voice-detail__related-image {
    height: 255px;
  }
}
.voice-detail__related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice-detail__related-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (max-width: 768px) {
  .voice-detail__related-content {
    gap: 2px;
  }
}
.voice-detail__related-location {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .voice-detail__related-location {
    font-size: 14px;
  }
}
.voice-detail__youtube {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .voice-detail__youtube {
    margin: 20px 0;
    padding: 0 15px;
  }
}
.voice-detail__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 800px;
}

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