@charset "UTF-8";
.wrapper {
  padding-top: 150px;
  background-color: #fefaf7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 120px;
  }
}
.mv-sub__visual {
  background: url("/_common_n/img/voice/mv.webp?4") 50% 50% / cover no-repeat;
}
/* -------------------------------- */
.voice {
  padding: 160px 5%;
}
.voice__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.voice h2 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.voice h2 .en {
  display: block;
  font-size: 52px;
  letter-spacing: .05em;
}
.voice h2 .ja {
  display: block;
  margin-top: 10px;
  color: #e47d6e;
}
.voice ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-top: 60px;
}
.voice ul li {
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
.voice ul li .voice__ttl {
  color: #e47d6e;
  font-size: 40px;
  letter-spacing: .05em;
}
.voice ul li .voice__text {
  line-height: 2;
  letter-spacing: .05em;
}
.voice ul li .voice__user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.voice ul li .voice__name {
  letter-spacing: .05em;
}
.voice ul li .voice__icon {
  width: 65px;
  min-width: 65px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 60px 24px 100px;
  }
  .voice h2 .en {
    font-size: 36px;
    letter-spacing: .05em;
  }
  .voice h2 .ja {
    margin-top: 10px;
  }
  .voice ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .voice ul li {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 30px;
  }
  .voice ul li .voice__ttl {
    font-size: 40px;
    letter-spacing: .05em;
  }
  .voice ul li .voice__text {
    line-height: 2;
    letter-spacing: .05em;
  }
  .voice ul li .voice__user {
    margin-top: 20px;
  }
  .voice ul li .voice__name {
    letter-spacing: .05em;
  }
  .voice ul li .voice__icon {
    width: 65px;
    min-width: 65px;
  }
}