/* 体験記 */
.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;
  }