@charset "UTF-8";
.voice {
  width: 61.25vw;
  margin-bottom: 140px;
  color: #524e46;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 75px;
}
.voice__item {
  width: 29.1666666667vw;
}
.voice__img {
  line-height: 0;
  margin-bottom: 1.3888888889vw;
}
.voice__img img {
  width: 100%;
  height: auto;
}
.voice__vol {
  display: block;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-weight: 600;
  font-size: 15px;
  color: #524e46;
  margin-bottom: 5px;
  line-height: normal;
}
.voice__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.625em;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 9px;
}
.voice__title .sp {
  display: none;
}
.voice__desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .voice {
    width: 86.6666666667vw;
    margin: 0 auto 26.6666666667vw;
    row-gap: 13.3333333333vw;
  }
  .voice__item {
    width: 100%;
  }
  .voice__img {
    margin-bottom: 4.5333333333vw;
  }
  .voice__vol {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .voice__title {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
    height: auto;
    display: block;
    margin-bottom: 2.4vw;
  }
  .voice__title .pc {
    display: none;
  }
  .voice__title .sp {
    display: block;
  }
  .voice__desc {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
}

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