.innerLead {
  padding-bottom: 6px;
}
.voiceBlock {
  letter-spacing: 0.06em;
  padding: 68px 0 40px;
  overflow: hidden;
}
.voiceBlock.bgG {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #f3f3f3;
}
.voiceBlock:last-of-type {
  padding-bottom: 0;
}
.voiceBox {
  padding: 0 3%;
}
.voiceBox::before {
  top: 77px;
  right: -47.6%;
  transform: scale(-1, 1);
}
.voiceBox::after {
  bottom: 277px;
  left: -41%;
}
.bgG .voiceBox::before {
  background: #fff;
  top: -272px;
  right: -38%;
}
.bgG .voiceBox::after {
  background: #fff;
  bottom: -222px;
}
.voiceBox .question {
  text-align: center;
  font-size: 2.5rem;
  color: #e60033;
  font-weight: 300;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.voiceBox h2 {
  text-align: center;
  line-height: 1.35;
  margin-bottom: 54px;
  color: #000;
}
.voiceBox h2 span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
}
.voiceBox h2 span::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
.show .voiceBox h2 span {
  color: #fff;
}
.show .voiceBox h2 span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.voiceBox .voiceList {
  max-width: calc(880px + 57.5px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.voiceBox .voiceList .box {
  width: 255px;
  margin: 0 28.75px 64px;
  position: relative;
  background: url(../img/voice/bg.png) no-repeat;
  background-size: 100%;
  padding: 0 1% 0 3%;
  z-index: 2;
  cursor: pointer;
}
.voiceBox .voiceList .box::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../img/voice/bg_top.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.voiceBox .voiceList .box::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -26px;
  position: absolute;
  background: url(../img/voice/bg_bottom.png) no-repeat 0 bottom;
  background-size: 100%;
  z-index: 3;
}
.voiceBox .voiceList .box .openBtn {
  width: 45px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 4;
  top: 44px;
  right: -23px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2091%2091%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23e60033%3B%20%7D%20.st0%2C%20.st1%20%7B%20fill-rule%3A%20evenodd%3B%20stroke%3A%20%23fff%3B%20stroke-width%3A%202px%3B%20%7D%20.st1%20%7B%20fill%3A%20%231e1c1c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.5%2C1.3c24.4%2C0%2C44.2%2C19.8%2C44.2%2C44.2s-19.8%2C44.2-44.2%2C44.2S1.3%2C69.9%2C1.3%2C45.5%2C21.1%2C1.3%2C45.5%2C1.3Z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M65.9%2C44.9v1.2H25.1v-1.2h40.9Z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M44.9%2C25.1h1.2v40.9h-1.2V25.1Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
}
.voiceBox .voiceList .box figure {
  position: relative;
  width: 75.98%;
  max-width: 151px;
  left: 1%;
  top: -1.5%;
  z-index: 4;
  margin-bottom: 18px;
}
.voiceBox .voiceList .box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  box-decoration-break: clone;	
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .3em;
  line-height: 2.667;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 4;
}
.voiceBox .voiceList .box .meta {
  font-size: 1.5rem;
  margin-top: 12px;
  position: relative;
  z-index: 4;
}
.voiceBox .voiceList .box .meta p {
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 8px;
}
.voiceBox .voiceList .box .meta .dept {
  font-weight: 700;
}
.modalWrap {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: all .25s ease-in;
  visibility: hidden;
}
.modalWrap.isActive {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.modalWrap .modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(230, 231, 230, 0.95);
  top: 0;
  left: 0;
}
.modalWrap .modalBlock {
  width: 65%;
  max-width: 880px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
  border-radius: 20px;
  position: fixed;
  margin: auto;
  background: url(../img/voice/modal_bg.jpg) no-repeat right bottom #fff;
  background-size: 171px 90px;
  padding: 52px 3%;
  letter-spacing: 0.06em;
  border: 1px solid #000;
  min-height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modalWrap .closeBtn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: -4%;
  right: -2%;
  z-index: 2;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2092%2092%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23e60033%3B%20%7D%20.st0%2C%20.st1%20%7B%20fill-rule%3A%20evenodd%3B%20stroke%3A%20%23fff%3B%20stroke-width%3A%202px%3B%20%7D%20.st1%20%7B%20fill%3A%20%231e1c1c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M46%2C1.8c24.4%2C0%2C44.2%2C19.8%2C44.2%2C44.2s-19.8%2C44.2-44.2%2C44.2S1.8%2C70.4%2C1.8%2C46%2C21.6%2C1.8%2C46%2C1.8Z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M31.1%2C32l.8-.8%2C28.9%2C28.9-.8.8-28.9-28.9Z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M60%2C31.1l.8.8-28.9%2C28.9-.8-.8%2C28.9-28.9Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.modalWrap .modalDetails {
  overflow: auto;
  flex: 1;
  min-height: 0;

}
.modalWrap .prof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 566px;
  margin: 0 auto 50px;
}
.modalWrap .prof .imgBox {
  width: 35.5%;
}
.modalWrap .prof .metaTxt {
  width: 55%;
  border-left: 8px solid #e60033;
  font-size: 1.5rem;
  padding: 13px 0 13px 3.5%;
}
.modalWrap .prof .metaTxt p {
  margin-bottom: 5px;
}
.modalWrap .prof .metaTxt p:last-of-type {
  margin-bottom: 0;
}
.modalWrap .prof .metaTxt .dept {
  font-weight: bold;
  margin-bottom: 18px;
}
.modalWrap .notes {
  max-width: 712px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.563;
}
@media (max-width: 1000px){
  .voiceBox .voiceList {
    max-width: calc(880px + 2%);
  }
  .voiceBox .voiceList .box{
    width: 31.3%;
    margin: 0 1% 64px;
  }
  .voiceBox .voiceList .box figure {
    width: 67.5%;
    max-width: none;
    left: 3%;
  }
  .voiceBox .voiceList .box .openBtn {
    right: -4%;
  }
}
@media only screen and (max-width:749px) {
  .innerLead {
    padding: calc(19% + 17.33vw) 5% 0;
  }
  .voiceBlock {
    padding: 8% 0 7.5%;
  }
  .voiceBlock:last-of-type {
    padding-bottom: 4%;
  }
  .voiceBox {
    padding: 0;
  }
  .voiceBox::before {
    top: 37%;
    right: -176.6%;
  }
  .voiceBox::after {
    display: none;
  }
  .bgG .voiceBox::before {
    top: -49%;
    right: -176.6%;
  }
  .voiceBox .question {
    font-size: 4vw;
    margin-bottom: 2.6%;
  }
  .voiceBox h2 {
    line-height: 1.7;
    margin-bottom: 10.5%;
  }
  .voiceBox h2 span {
    padding: 0 2vw;
    letter-spacing: 0;
    font-size: 5.33vw;
  }
  .voiceBox .voiceList {
    max-width: none;
    padding: 0 5% 2%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    justify-content: flex-start;
  }
  .voiceBox .voiceList .box {
    width: 68vw;
    margin: 0 4% 10% 0;
    padding: 0 4% 0 9%;
    flex-shrink: 0;
  }
  .voiceBox .voiceList .box:last-of-type {
    margin-right: 0;
  }
  .voiceBox .voiceList .box::before {
    top: 1%;
  }
  .voiceBox .voiceList .box::after {
    bottom: -6%;
  }
  .voiceBox .voiceList .box .openBtn {
    width: 12vw;
    top: 11.2%;
    right: -2%;
  }
  .voiceBox .voiceList .box figure {
    width: 71.525%;
    max-width: none;
    left: 1%;
    top: 0;
    margin-bottom: 10%;
  }
  .voiceBox .voiceList .box h3 {
    font-size: 4vw;
    padding: .4em;
  }
  .voiceBox .voiceList .box .meta {
    font-size: 4vw;
    margin-top: 7%;
  }
  .voiceBox .voiceList .box .meta p {
    margin-bottom: 3.5%;
  }
  .modalWrap .modalBlock {
    width: 90%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 91);
    max-width: none;
    min-height: 0;
    background-size: 24vw auto;
    padding: 10% 5%;
  }
  .modalWrap .closeBtn {
    width: 11.79vw;
    height: 11.79vw;
    top: -2%;
  }
  .modalWrap .prof {
    display: block;
    max-width: none;
    margin: 0 auto 50px;
  }
  .modalWrap .prof .imgBox {
    width: 67.5%;
    margin: 0 auto 6.5%;
  }
  .modalWrap .prof .metaTxt {
    width: 91%;
    margin: 0 auto;
    font-size: 4vw;
    padding: 1.5% 0 1.5% 4.5%;
  }
  .modalWrap .prof .metaTxt p {
    margin-bottom: 1.5%;
  }
  .modalWrap .prof .metaTxt .dept {
    margin-bottom: 5%;
  }
  .modalWrap .notes {
    max-width: none;
    font-size: 4.26vw;
  }
}
