@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767 */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- VOICE --------------
***************************************/
.voice_wrap_under {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .voice_wrap_under {
    display: block;
  }
}
.voice_wrap_under .voice_block_under {
  width: calc((100% - 40px) / 2);
  border: 1px solid #bbb;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
  padding: 4%;
}
@media (max-width: 767px) {
  .voice_wrap_under .voice_block_under {
    width: 100%;
    margin-top: 20px;
  }
}
.voice_wrap_under .voice_block_under .heading {
  margin-bottom: 40px;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .voice_wrap_under .voice_block_under .heading {
    margin-bottom: 20px;
    padding-left: 60px;
  }
}
.voice_wrap_under .voice_block_under .heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  background: url(../img/female01.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .voice_wrap_under .voice_block_under .heading:before {
    width: 50px;
    height: 50px;
  }
}
.voice_wrap_under .voice_block_under .heading .detail {
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
.voice_wrap_under .voice_block_under .heading .title {
  color: #555;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media (max-width: 767px) {
  .voice_wrap_under .voice_block_under .heading .title {
    letter-spacing: 0;
  }
}
.voice_wrap_under .voice_block_under .heading.female01:before {
  background: url(../img/female01.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .heading.female02:before {
  background: url(../img/female02.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .heading.female03:before {
  background: url(../img/female03.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .heading.male01:before {
  background: url(../img/male01.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .heading.male02:before {
  background: url(../img/male02.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .heading.male03:before {
  background: url(../img/male03.png) no-repeat center center/cover;
}
.voice_wrap_under .voice_block_under .desc {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}