.contentsSliderWrap {
  margin: 10px o 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 0;
}
.voiceSlider .slick-slide {
  margin: 0 15px;
  width: 1200px;
}
.specialVoice {
  padding: 0 !important;
  background: #fff !important;
  overflow: hidden;
}
.specialVoice .voiceBox__img {
 max-width: 390px;
 flex: 0 0 390px;
 margin-right: 30px;
}
.specialVoice .voiceBox__text {
  max-width: calc(100% - 420px);
  flex: 0 0 calc(100% - 420px);
  padding: 30px 24px 30px 0;
}
.specialVoice .voiceBox__text h3 {
   font-size: 16px;
   padding-bottom: 16px;
   border-bottom: 1px solid #C4C4C4;
   margin-bottom: 18px;
   font-weight: 500;
}
.specialVoice_footer {
  display: flex;
  justify-content: space-between;
}

ul#js-future-wp > li:nth-child(n+4){
  display: none;
}
