@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.voice-post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.voice-post-list-item {
  width: calc(33.3% - 6.6666666667px);
}
@media screen and (max-width: 767px) {
  .voice-post-list-item {
    width: 100%;
  }
}

.voice-post-list-content {
  padding: 15px 0 30px 0;
}

.voice-catch {
  position: relative;
  z-index: 2;
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .voice-catch {
    margin-bottom: 90px;
  }
}
.voice-catch::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #cff1fe;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .voice-catch::before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .voice-catch::before {
    top: 17px;
    right: -13px;
    width: 100%;
  }
}

.voice-img {
  position: relative;
  width: 70%;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .voice-img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .voice-img {
    width: 100%;
  }
}

.voice-dtl {
  position: absolute;
  bottom: 13%;
  right: 30px;
  width: 45%;
  padding: 45px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .voice-dtl {
    bottom: 4%;
    right: 20px;
    width: 65%;
  }
}
@media screen and (max-width: 1050px) {
  .voice-dtl {
    bottom: 2%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice-dtl {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.voice-dtl > p {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .voice-dtl > p {
    font-size: 18px;
  }
}

.youtube-style {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .youtube-style {
    margin-bottom: 70px;
  }
}

.voice-heading {
  position: relative;
  margin-bottom: 90px;
  padding-bottom: 28px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.17;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice-heading {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 24px;
  }
}
.voice-heading::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 90px;
  height: 8px;
  margin: auto;
  background-color: #004ca0;
}
@media screen and (max-width: 767px) {
  .voice-heading::before {
    height: 4px;
  }
}

.voice-qa-items {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .voice-qa-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
  }
}

.voice-qa-items-pt2 {
  padding-inline: 60px;
}
@media screen and (max-width: 767px) {
  .voice-qa-items-pt2 {
    padding-inline: 0px;
  }
}

.voice-qa-item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .voice-qa-item {
    width: 100%;
  }
}

.voice-qa-item.item-l-b {
  width: 41.74%;
}
@media screen and (max-width: 767px) {
  .voice-qa-item.item-l-b {
    width: 100%;
  }
}

.voice-qa-item.item-r-a {
  width: 53.914%;
}

.voice-qa-part {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .voice-qa-part {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.voice-qa-part span {
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .voice-qa-part span {
    padding-right: 2px;
  }
}

.voice-qa-img {
  margin-bottom: 20px;
}

.voice-qa-text {
  font-size: 18px;
  line-height: 2.33;
}
@media screen and (max-width: 767px) {
  .voice-qa-text {
    font-size: 16px;
  }
}

/* その他のお客様の声 */
.voice-etc-items-title {
  margin-top: 120px;
}

.voice-etc-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
@media screen and (max-width: 767px) {
  .voice-etc-items {
    gap: 20px;
  }
}

.voice-etc-item {
  width: calc(33.3% - 6.6666666667px);
}
@media screen and (max-width: 767px) {
  .voice-etc-item {
    width: 100%;
  }
}

.voice-etc-title {
  padding: 15px 0 30px 0;
}