/* 体験記 */
.voice-lead-text{
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    background-size: 100%;
    height: 180px;
    padding-top: 35px;
    margin-top: -5px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: -36px;
}

.voice-lead-text::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0%;
    left: 0%;
    z-index: -1;
    border-style: solid;
    border-width: 130px 50vw 0 50vw;
    border-color: var(--light-color) transparent transparent transparent;
}

.voice-lead-font-big{
    font-size: 45px;
}

.voice-pre-content {
    width: 1000px;
    margin: 0 auto 0px;
    position: relative;
}

.voice-pre-text {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -25px;
    position: relative;
}

.voice-pre-text:before {
    content: "";
    width: 3px;
    height: 50px;
    background-color: #000;
    position: absolute;
    transform: rotate(-35deg);
    left: 25%;
    bottom: 15%; 
}
.voice-pre-text:after {
    content: "";
    width: 3px;
    height: 50px;
    background-color: #000;
    position: absolute;
    transform: rotate(35deg);
    right: 25%;
    bottom: 15%; 
}

.voice-pre-pink {
    color: #e9929b;
}

.voice-pre-explanation {
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.voice-title{
    font-size: 45px;
    text-align: center;
    margin-bottom: 10px;
}

.voice-title-big{
    font-size: 54px;
    color: #e9929b;
}

.voice-box{
    width: 870px;
    margin: 30px auto;
    border-radius: 78px 0 0 0;
    border: solid 3px #e9929b;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
}

.voice-box-new{
    width: 870px;
    margin: 30px auto;
    border: solid 3px #e9929b;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
}

.voice-upper-left{
    width: 150px;
    height: 150px;
    /* border: solid 3px #137ac0; */
    border-radius: 50%;
    left: -3px;
    top: -3px;
    z-index: 2;
}

.voice-upper-right{
    padding-left: 160px;
    margin-top: 60px;
}

.voice-upper-right-new {
    padding-left: 225px;
    margin-top: 60px;
}


.voice-header{
    background-color: #e9929b;
    height: 54px;
    width: 839px;
    border-radius: 200px 0 0 0;
    margin-left: 28px;
    position: absolute;
    top: -1px;
}

.voice-header-new{
    background-color: #e9929b;
    height: 54px;
    width: 865px;
    position: absolute;
    top: -1px;
}

.voice-header-text{
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
    font-size: 30px;
    line-height: 1.4;
    margin-left: 130px;
}

.voice-header-text-new{
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
}

.voice-ul{
    padding: 0;
}

.voice-upper-subtitle{
    font-size: 30px;
    color: #e9929b;
}

.voice-tab-panel:not(.voice-is-active){
    display: none;
  }
  
.voice-tab-panel.voice-is-active{
    display: block;
    /* Other styling as needed */
  }

.voice-upper-title{
    margin: 30px;
  }

.voice-slider-title{
    text-align: center;
    padding-top: 5px;
}

.youtube-box-voice{
    width: 600px;
    height: 338px;
    margin: 10px 132px;
}

.voice-slider-title-box:not(.voice-is-active){
    color: #e9929b;
    font-weight: bold;
    margin: 15px 3px 0;
    height: 58px;
    padding: 0 10px;
    font-size: 30px;
    border-radius: 10px 10px 0 0;
    position: relative;
    border: solid #e9929b 3px;
    top: 4px;
}
  
.voice-slider-title-box.voice-is-active{
    background-color: #e9929b;
    color: #000000;
    font-weight: bold;
    margin: 15px 3px 0;
    padding: 8px 18px 0px;
    font-size: 32px;
    height: 69px;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: -8px;
    /* border-bottom:0.6vw solid #ffffff; */
  }

.voice-big-box{
    margin: 0 auto;
    padding: 55px 0 20px;
}

.voice-wrapper{
    padding-left: 20px;
    margin-top: 10px;
    width: 1000px !important;
}
.voice-swiper {
    width: 1000px;
}

.voice-upper-name{
    font-size: 20px;
}

.voice-flower{
    position: absolute;
    width: 100px;
    right: 0%;
    top: -1.5vw;
    z-index: 3;
}

.voice-sub-title{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}

.voice-background{
    background-color: #e9929b;
    height: 14px;
    position: relative;
    top: 97px;
    z-index: 10;
}

.voice-answer-box {
    border: solid 5px #e9929b;
    width: 1000px;
    margin: 0 auto;
}

.voice-detail {
    font-size: 18px;
    text-align: right;
}

.voice-tab-scroll{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 11px;
}

.stickarrow-right {
    width: 100px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    position: relative;
    top: 8px;
}

.voice-video-ttl {
   text-align: center;
    margin: 10px;
    font-size: 28px; 
}

.voice-interview-text {
    font-size: 20px;
    display: block;
    line-height: 20px;
    position: relative;
    bottom: -9px;
}

/* .ribbon {
    position: absolute;
    width: 55px;
    height: 55px;
    overflow: hidden;
  } */
  .ribbon:before, .ribbon:after {
    content: "";
    /* position: absolute; */
    background: #b71c1c;
    width: 20px;
    height: 20px;
    z-index: -1;
  }
  
.voice-ribbon-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 120px;
    height: 20px;
    background: #f44336;
    color: #fff;
    font-size: 16px;
  }
  
  .ribbon_LT {
    top: -27px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    color: #ff0000;
    transform: translateX(-50%);
  }
  .ribbon_LT span {
    top: 15px;
    left: -48px;
    transform: rotate(-45deg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  }
  .ribbon_LT:before {
    bottom: 0;
    left: 0;
  }
  .ribbon_LT:after {
    top: 0;
    right: 0;
  }

  .voice-scroll{
    overflow-y: scroll;
    height: 700px;
  }

  .voice-upper-box{
    width: fit-content;
    margin: 30px 30px 0;
  }

  .voice-student-info-box{
    background-color: #f2eeeb;
    border-radius: 10px;
    height: 50%;
    display: flex;
    align-items: flex-start;
  }

  .voice-coment-bottom-wrap{
    display: flex;
    height: 180px;
  }

.voice-ttl-wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .voice-slides-box {
    width: 1000px;
    margin: 0 auto;
    height:450px;
    background-color: #f4f4f4;
  }
  .voice-slide-box {
      width: 400px;
      box-shadow: 2px 2px 4px gray;
      position: relative;
      margin: auto 0;
      background-color: white;
      /* padding: 5px 10px; */
      border-radius: 15px;
      border: 3px solid #F06F95;
  }
  .voice-student-info-box {
      background-color: #f2eeeb;
      border-radius: 10px 10px 0 0;
      height: 170px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
  }
  .voice-student-img {
    width: 150px;
    border-radius: 0 10px 0 0;
    object-fit: cover;
  }
  .voice-student-uni-txt {
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    line-height: 0.8;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #F06F95;
    padding: 10px;
    width: fit-content;
  }
  .voice-faculty-adj {
    font-size: 17px;
    font-weight: 100;
  }
  .voice-student-name {
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
  }
  .voice-student-honorifics {
    font-size: 18px;
  }
  .voice-univ-hash {
    text-align: right;
    font-size: 18px;
    color: #009380;
    font-weight: bold;
    margin-right: 10px;
  }
  .voice-coment-txt {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size:18px;
  }
  .voice-slide {
    margin: 10px;
      display: flex;
    width: 400px !important;
  }
  .voice-container{
    margin-left: 20px;
  }
  
  .geneki-popup {
    background-color: #F06F95;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
    height: 60px;
    position: absolute;
    width: 60px;
    border-radius: 80px;
    font-weight: bold;
    line-height: 1;
    top: -45px;
    left: -25px;
  }
  .voice-thubnail-box {
    width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
  }
  .voice-thumnail-adj {
      border: solid 1px #F06F95;
      border-radius: 7px;
      color: #000;
      font-size: 22px;
      font-weight: bold;
      width: 130px;
      text-align: center;
      padding-right: 7px;
      margin: 5px 10px;
      padding: 2px 0px;
      cursor: pointer;
      background-color: #f2eeeb;
  }
  .meisei-adj {
    padding-right: 1px;
    width: 200px;
  }
  
  .section-title-box {
      display: flex;
      justify-content: center;
      width:fit-content;
    
  }
  
  .title-right-text {
    font-weight: bold;
    padding: 5px;
  }
  
  .voice-ttl-wrapper .section-title-box::before {
    bottom: 7px;
  }
  .voice-ttl-wrapper .triangle-img {
    margin-bottom: 6px;
  }
  
  .voice-ttl-bold{
    font-weight: bold;
  }