section#voice {
  background: url(../images/voice_main_bg_pc.jpg) no-repeat #252E48;
  background-position: center top;
  background-size: cover;
}

@supports (background-image: url(../images/voice_main_bg_pc.webp)) {
  section#voice {
    background-image: url(../images/voice_main_bg_pc.webp);
  }
}

.voice__content {

}

.voice__content-sec {
  padding: 0;
  margin-top: 60px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.voice__content-sec:first-child {
  margin-top: 0;
}

.voice__content-sec-head {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 20px;
  background: #f5f6f8;
}

.voice__content-sec-head .pic {
  width: 230px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.voice__content-sec-head .pic img {
  max-width: none;
  width: 100%;
}

.voice__content-sec-head .box {
  flex: 1;
}

.voice__content-sec-head .box__ttl {
  padding: 10px 12px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #242c47;
  border-radius: 5px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.voice__content-sec-head .box__info {
  padding: 0;
}

.voice__content-sec-head .box__info-ttl {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 18px 0;
}

.voice__content-sec-head .box__info-ttl-name {
  display: block;
  color: #242c46;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}

.voice__content-sec-head .box__info-ttl-name .small {
  font-size: 16px;
}

.voice__content-sec-head .box__info-ttl-age {
  display: block;
  color: #242c46;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
}

.voice__content-sec-head .box__info-ttl-work {
  display: block;
  color: #242c46;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
}

.voice__content-sec-head .box__info-list {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #d3d5da;
}

.voice__content-sec-head .box__info-list:last-child {
  padding-bottom: 0;
}

.voice__content-sec-head .box__info-list dt {
  padding: 6px 5px;
  margin-right: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .05em;
  background: #242c47;
}

.voice__content-sec-head .box__info-list dd {
  flex: 1;
  padding-top: .3em;
  color: #242c46;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
}

.voice__content-sec-body {
  padding: 25px 40px 30px;
  background: #ffffff;
}

.voice__content-sec-body p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {

  section#voice {
    padding-top: 30px;
    background: url(../images/voice_main_bg_sp.jpg) no-repeat #252E48;
    background-position: center top;
    background-size: 100% auto;
  }

  @supports (background-image: url(../images/voice_main_bg_sp.webp)) {
    section#voice {
      background-image: url(../images/voice_main_bg_sp.webp);
    }
  }

  .voice__content {
    width: 80vw;
    margin: 0 auto;
  }

  .voice__content-sec {
    margin-top: 30px;
    border-radius: 5px;
  }

  .voice__content-sec-head {
    display: block;
    padding: 15px 20px 15px;
  }

  .voice__content-sec-head .pic {
    width: 115px;
    margin: 0 auto;
  }

  .voice__content-sec-head .pic img {
    max-width: none;
    width: 100%;
  }

  .voice__content-sec-head .box {
    margin-top: 15px;
  }

  .voice__content-sec-head .box__ttl {
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 5px;
  }

  .voice__content-sec-head .box__info {
    margin-top: 15px;
    border-top: 1px solid #d3d5da;
  }

  .voice__content-sec-head .box__info-ttl {
    gap: 5px 12px;
    padding: 11px 0;
    line-height: 1.5;
  }

  .voice__content-sec-head .box__info-ttl-name {
    width: 100%;
    font-size: 16px;
  }

  .voice__content-sec-head .box__info-ttl-name .small {
    font-size: 13px;
  }

  .voice__content-sec-head .box__info-ttl-age {
    font-size: 12px;
  }

  .voice__content-sec-head .box__info-ttl-work {
    text-indent: -4.5em;
    margin-left: 4.5em;
    font-size: 12px;
  }

  .voice__content-sec-head .box__info-list {
    padding: 15px 0;
  }

  .voice__content-sec-head .box__info-list:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d5da;
  }

  .voice__content-sec-head .box__info-list dt {
    padding: 3px 2.5px;
    margin-right: 6px;
    font-size: 11px;
  }

  .voice__content-sec-head .box__info-list dd {
    padding-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .voice__content-sec-body {
    padding: 12px 20px 15px;
  }

  .voice__content-sec-body p {
    font-size: 12px;
  }
}