@charset "UTF-8";

/* single interview */
body{
    background-color: #fff;
}
.post-type-archive-members .page-fv{
    height:100%;
}



.page-fv.--interview {
    /* background: url("../img/kv-interview.png") center / cover; */
    background-color: #222;
    height: 40vh;
    min-height: 400px;
}

@media screen and (min-width: 768px) {
    .page-fv.--interview {
        height: 400px;
    }
  } 

.article.interview .content-main {
    
    margin-top: 60vh;
}

.article.interview .row.interview-thumb .interview-page-section-title {
    width: 90%;
    margin: 0 auto;
    max-width: 1120px;
}
.article.interview .row.interview-thumb {
    margin: 0 auto;
    position: absolute;
    top: 20vw;
    z-index: 88;
    color: #FFF;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    .article.interview .row.interview-thumb .interview-page-section-title {
        width: 100%;
    }
    .article.interview .row.interview-thumb {
        width: 90%;
        max-width: 1120px;
        z-index: 88;
        color: #FFF;
        align-items: stretch;
        top: 130px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .article.interview .row.interview-thumb>div {
        width: 50%;
        flex: 1;
    }
  } 



.interview-thumb-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.interview-thumb-text .interview-title {
    padding: 3% 5%;
    line-height: 1.5;
    background-color: #222;
    font-size: 8vw;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 77;
}
/* .interview-thumb-text .interview-title::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/kv-interview.png") center / cover;
    z-index: -1;
} */

@media screen and (min-width: 768px) {
    .interview-thumb-text {
        width: 50%;
        margin-left: 50px;
    }
    .interview-thumb-text .interview-title {
        padding: 3% 0;
        font-size: 48px;
        margin-top: 2em;
        font-family: "Shippori Antique", sans-serif;
        font-weight: 400;
        position: relative;
        background-color: transparent;
    }
    .interview-thumb-text .interview-title::before{
        display: none;
        background: none;
    }
  } 

.interview-thumb-text .profile {
    color: #222;
    list-style: none;
}

.interview-thumb-text .profile .profile-name {
    color: #02ADD1;
    font-size: 2rem;
}

.interview-page-section-title{
    margin-bottom: 25px;
}

.interview-page-section-title span{
    color: #02ADD1;
    padding-right: 0.5em;
}


.interview-summary-text{
    padding: 3% 5%;
    /* margin: 0 10%; */
    background-color: #eee;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .interview-summary-text{
        margin: 0 10%;
        margin-bottom: 100px;
    }
  } 

.col-wrap{
    position: relative;
    padding-bottom: 100px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .col-wrap{
        flex-direction: row;
        padding-bottom: 150px;
    }
    .col-main{
        width: 48%;
    }
    .col-side {
        position: sticky;
        top: calc(50% - 200px);
        width: 48%;
        height: 400px;
      }
      
  } 

.article-img-sp{
    margin-bottom: 30px;
}


.col-main .text-box,
.col-main-sp .text-box{
    margin-bottom: 100px;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .col-main .text-box{
        margin-bottom: 150px;
        padding: 0 2%;
    }
    
 } 

.col-main .text-box:last-child,
.col-main-sp .text-box:last-child{
    margin-bottom: 0;
}
.col-main .text-box .topic,
.col-main-sp .text-box .topic{
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .col-main .text-box .topic{
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1em;
    }
    
 } 

.col-main .interview-personal-info,
.col-main-sp .interview-personal-info{
    border: 1px solid #222;
    margin-bottom: 50px;
    padding: 3% 5%;
}

.col-main-sp .interview-personal-info .member-profile{
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .col-main .interview-personal-info .member-profile
{
        font-size: 2rem;
    }
    
 } 


  .photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 30vh; */
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  

.col-side .photo.num1,
.col-side .photo.active{
    visibility: visible;
    opacity: 1;
}


.photo-graphiti img{
    width: 100%;
}

/* timetable */

.timetable-wrap{
    padding: 50px 0;
}

.timetable-wrap .row{
    display: flex;
    flex-direction: column-reverse;
}
.timetable-text{
    margin-top: 1em;
}

.related-interview-title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .timetable-wrap .row{
        flex-direction: row;
        align-items: center;
    }
    
    .timetable-text{
        width: 50%;
        padding-right: 50px;
        margin-top: 0;
    }
 } 

.timetable-clock{
    position: relative;
}

.clock-face,
.clock-hour,
.clock-minute,
.clock-second{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .clock-face,
    .clock-hour,
    .clock-minute,
    .clock-second{
        width: 270px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
 } 


/* gallery */
.my-gallery{
    /* margin-bottom: 150px; */
    background-color: #fff;
    padding: 50px 0 100px;
}

@media screen and (min-width: 768px) {
    .my-gallery{
        padding: 50px 0 150px;
    }
    
 } 

.my-gallery .row{
    display: flex;
    flex-wrap: wrap;
}

.my-gallery .row img {
    width: calc((100% - 20px) / 2); /* 4つの画像と3つの間隔（20px×3=60px） */
    margin-right: 20px;
    margin-bottom: 20px;
}

.my-gallery .row img:nth-child(2n) {
    margin-right: 0;
    }   
@media screen and (min-width: 768px) {
.my-gallery .row img {
    width: calc((100% - 60px) / 4); /* 4つの画像と3つの間隔（20px×3=60px） */
    margin-right: 20px;
    margin-bottom: 0;
    }
    .my-gallery .row img:nth-child(2n) {
        margin-right: 20px;
        }   
         
.my-gallery .row img:last-child {
    margin-right: 0;
    }
   
} 

.related-interview-wrap .members-slider{
    width: 100%;
}

.related-interview-nav{
    padding-top: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
    justify-content: center;
}



.article-directory-navi{
    text-align: center;
    margin-top: 100px;
}

/* ---ends single interview */

.bgWhite{
    background-color: #FFF;
}


/* members archive */
.members-title-wrap {
    position: relative;
    padding-bottom: 100px;
    text-align: center;
}

.members-title-wrap .members-title {
    font-size: 8vw;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    transform: rotate(-15deg);
    position: relative;
    display: inline-block;
    text-indent: -2.2em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .members-title-wrap {
        padding-bottom: 150px;
    }
    .members-title-wrap .members-title {
        font-size: 76px;
    }
  } 

@media screen and (min-width: 1120px) {
.members-title-wrap .members-title {
    font-size: 96px;
}
} 

.members-title-wrap .members-title span {
    font-size: 1.2em;
}

.members-title-wrap .members-title::before {
    content: "「";
    display: block;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8vw;
    font-weight: 100;
}

.members-title-wrap .members-title::after {
    content: "」";
    display: block;
    color: #666;
    position: absolute;
    bottom: 0;
    right: -2em;
    font-size: 8vw;
    font-weight: 100;
}

@media screen and (min-width: 768px) {
    .members-title-wrap .members-title::before {
        font-size: 100px;
        left: 0.2em;
    }
    .members-title-wrap .members-title::after {
        font-size: 100px;
        right: -1.6em;
    }
  } 

.row.interview-archive-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding-bottom: 100px; */
}
@media screen and (min-width: 768px) {
    .row.interview-archive-list {
        padding-bottom: 150px;
    }
} 

.row.interview-archive-list .person-wrap {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .row.interview-archive-list .person-wrap {
        width: calc( ( 100% - 40px ) / 2 );
        margin-right: 20px;
        margin-bottom: 100px;
    }
    .row.interview-archive-list .person-wrap:nth-child(2n) {
        margin-right: 0;
    }
  } 
  @media screen and (min-width: 1120px) {
    .row.interview-archive-list .person-wrap {
        width: calc( ( 100% - 30px ) / 3 );
        margin-right: 10px;
        margin-bottom: 100px;
    }
    .row.interview-archive-list .person-wrap:nth-child(2n) {
        margin-right: 10px;
    }
    .row.interview-archive-list .person-wrap:nth-child(3n){
        margin-right: 0;
    }
  } 

.person-wrap .row {
    align-items: stretch !important;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .person-wrap .row {
        align-items: stretch;
    }
  } 


.person-img {
    flex: 1;
}

.person-wrap .hovImgWrap ,
.other-member-post .hovImgWrap {
    position: relative;
    width: 180px;
    height: 355px;
}

.person-wrap .hovImgWrap img,
.other-member-post .hovImgWrap img {
    position: absolute;
    transition: all 0.3s ease;
    max-width: 180px;
}

.person-wrap .hovImgWrap img.img-before,
.other-member-post .hovImgWrap img.img-before{
    z-index:2;
}
.person-wrap .hovImgWrap img.img-after,
.other-member-post .hovImgWrap img.img-after {
    opacity: 1;
    transition: all 0.3s ease;
}

.person-wrap a:hover~.hovImgWrap img.img-after,
.person-wrap .row:hover .hovImgWrap img.img-after ,
.other-member-post a:hover~.hovImgWrap img.img-after,
.other-member-post .row:hover .hovImgWrap img.img-after {
    opacity: 1;
}

.person-wrap a:hover~.hovImgWrap img.img-before,
.person-wrap .row:hover .hovImgWrap img.img-before,
.other-member-post a:hover~.hovImgWrap img.img-before,
.other-member-post .row:hover .hovImgWrap img.img-before {
    opacity: 0;
}

.person-wrap a ,
.other-member-post a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.person-wrap a:hover~.interview-titles .ttl,
.person-wrap .row:hover .interview-titles .ttl ,
.other-member-post a:hover~.interview-titles .ttl,
.other-member-post .row:hover .interview-titles .ttl {
    transition: all 0.3s ease;
}

.person-wrap a:hover~.interview-titles .ttl,
.person-wrap .row:hover .interview-titles .ttl ,
.other-member-post a:hover~.interview-titles .ttl,
.other-member-post .row:hover .interview-titles .ttl {
    color: #02ADD1;
}

.interview-titles {
    position: relative;
    flex: 1;
}

.interview-titles .name {
    position: absolute;
    font-style: italic;
    color: #ccc;
    font-size: 40px;
    transform: rotate(90deg);
    white-space: nowrap;
    top: 0; /* bottomは消す */
    left: 0;
    translate: 0.5em 0;
    width: 9em;
    height: 1em;
    text-align: right;
    line-height: 0;
    transform-origin: top left;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7.45vw;
    font-weight: 600;
    margin: 10px 20px auto 40px;
}
.vertical-text .ttl{
    overflow-wrap: normal;
}

@media screen and (min-width: 768px) {
    .vertical-text {
        font-size: 2rem;
    }
    
  } 

.infographics {
    background-color: #eee;
}




/* ---ends members archive */

/* infographics */
.infographics{
    padding: 100px 0;
}

@media screen and (min-width: 768px) {
    .infographics{
        padding: 150px 0;
    }
    
} 


.infographics .row{
    flex-wrap: wrap;
}

.graph-wrap{
    background-color: #fff;
    /* width: 48%; */
    position: relative;
    height: 72vw;
    padding: 2.5%;
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .graph-wrap{
        width: 48%;
        height: 400px;
    }
} 

.graph-title{
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 50px; */
    padding: 0.25em 0.25em 0.5em;
}

.graph-wrap .graph-option{
    font-weight: 600;
}

.graph-wrap .graph-result{
    text-align: center;
    font-size: 24vw;
    color: #02ADD1;
    font-family: "Roboto", system-ui;
    font-weight: 700;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .graph-wrap .graph-result{
        font-size: 7rem;
    }
} 
.graph-wrap .img-left,
.graph-wrap .img-right{
    position: absolute;
    /* width: 45%; */
    height: 60%;
}

.graph-wrap .img-left{
    bottom: 0;
    left: -10%;
}

.graph-wrap .img-right{
    bottom: 0;
    right: -11%;
}

.graph-wrap .img-center{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.graph-result-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

.echo-data{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
}

.graph-label{
    display: block;
    font-weight: 600;
    color: #02ADD1;
    font-size: 3vw;
    letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
    .graph-label{
        font-size: 1rem;
    }
} 

.graph-result span{
    font-size: 0.5em;
}


/* グラフごとの設定 */
/* age */
.graph-wrap.--age .graph-result{
    font-size: 28vw;
    margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
    .graph-wrap.--age .graph-result{
        font-size: 10rem;
    }
} 
.graph-wrap.--age .graph-result span{
    font-size: 0.5em;
}

/* experience */
#experience-chart .echo-data.data1{
    top: 10vw;
    left: 2vw;
    right: unset;
}

@media screen and (min-width: 768px) {
    #experience-chart .echo-data.data1{
        top: 20%;
        left: 2%;
        right: unset;
    }
} 
@media screen and (min-width: 1120px) {
    #experience-chart .echo-data.data1{
        top: 20%;
        left: 10%;
        right: unset;
    }
} 

#experience-chart .echo-data.data1::after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -10%;
}
#experience-chart .echo-data.data2{
    top: 10vw;
    right: 2vw;
}
@media screen and (min-width: 768px) {
    #experience-chart .echo-data.data2{
        top: 20%;
        right: 2%;
    }
    
} 
@media screen and (min-width: 1120px) {
    #experience-chart .echo-data.data2{
        top: 20%;
        right: 10%;
    }
    
} 
#experience-chart #expChart{
    position: absolute;
    bottom: 0;
}
.graph-wrap.--experience .img-left{
    bottom: -30%;
    width: 35%;
}

.graph-wrap.--experience .img-right{
    top: -17%;
    width: 35%;
}



/* .graph-wrap.--experience .row,
.graph-wrap.--club .row{
    flex-wrap: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* region */
.echo-data.zero-entry .graph-label,
.echo-data.zero-entry .graph-result{
    color: #ccc;
}

.graph-wrap.--birthplace .graph-label{
    padding-right: 1em;
} 

.graph-wrap.--birthplace .graph-result-wrap{
    position: relative;
    margin-top: -50px;
}

.graph-wrap.--birthplace .graph-result-wrap .echo-data{
    position: absolute;
    display: block;
    line-height: 1.2;
}

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--1{
    top:2vw;
    right:10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--1{
        top:-4%;
        right:10%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--2{
    top:22vw;
    right:15vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--2{
        top:25%;
        right:16%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--3{
    top:38vw;
    right:13vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--3{
        top:60%;
        right:20%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--4{
    top:50vw;
    right:34vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--4{
        top:76%;
        right:40%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--5{
    top:55vw;
    right:48vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--5{
        top:83%;
        right:57%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--6{
    top:26vw;
    right:43vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--6{
        top:35%;
        right:56%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--7{
    top:31vw;
    right:53vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--7{
        top:46%;
        right:68%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--8{
    top:49vw;
    right:66vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--8{
        top:70%;
        right:80%;
    }
} 

.graph-wrap.--birthplace .graph-result-wrap .echo-data.--9{
    top:55vw;
    right:0;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--birthplace .graph-result-wrap .echo-data.--9{
        top:83%;
        right:0;
    }
} 

.graph-wrap.--birthplace .graph-option{
    display: block;
}
.graph-wrap.--birthplace .graph-result{
    font-size: 2.5rem;
}
.graph-wrap.--birthplace .graph-result span{
    font-size: 0.65em;
}

/* club */
.graph-wrap.--club .graph-result-wrap .echo-data{
    line-height: 1.2;
}

.graph-wrap.--experience .graph-label,
.graph-wrap.--club .graph-label,
.graph-wrap.--lunch .graph-label{
    padding-right: 1em;
} 

@media screen and (min-width: 768px) {
    .graph-wrap.--experience .graph-label,
    .graph-wrap.--club .graph-label,
    .graph-wrap.--lunch .graph-label{
        padding-right: 1.5em;
    } 
} 

.graph-wrap.--club .echo-data.data1{
    left: -2%;
    top: 5vw;
    right: unset;
}

.graph-wrap.--club .echo-data.data2{
    top: 5vw;
    right: 8vw;
}

.graph-wrap.--club .echo-data.data3{
    left: unset;
    right: -7%;
    top: 5vw;
    /* transform: translateX(-50%); */
}


@media screen and (min-width: 768px) {
    .graph-wrap.--club .echo-data.data1{
        top: 5%;
    }
    
    .graph-wrap.--club .echo-data.data2{
        top: 5%;
        right: 12%;
    }
    
    .graph-wrap.--club .echo-data.data3{
        top: 5%;
        right: -2%;
        left: unset;
    }
    
} 
.graph-wrap.--club #clbChart{
    position: absolute;
    bottom: 10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--club #clbChart{
        position: absolute;
        bottom: 0;
    }
} 

.graph-wrap #club-chart .graph-result {
    font-size: 2.5rem;
}

.graph-wrap.--club .graph-result-wrap{
    width: 75vw;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--club .graph-result-wrap{
        width: 100%;
    }
} 
.graph-wrap.--club .img-left{
    bottom: -21%;
    left: -9%;
}

.graph-wrap.graph-wrap.--club .img-right{
    bottom: -10%;
    right: -10%;
}

/* lunch */

.graph-wrap.--lunch .graph-result-wrap{
    height: 80%;
}

.graph-wrap.--lunch .graph-result-wrap .echo-data{
    line-height: 1.2;
}

.graph-wrap.--lunch #doughnutChart{
    margin: 0 auto;
}

.graph-wrap.--lunch .lunch-img{
    width: 15%;
    position: absolute;
    top: 36vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .lunch-img{
        top: 45%;
    }
} 
.graph-wrap.--lunch .graph-result{
    font-size: 10vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .graph-result{
        font-size: 3.5rem;
    }
} 


.graph-wrap.--lunch .graph-result-wrap .echo-data.data2{
    top:1vw;
    right:69vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--lunch .graph-result-wrap .echo-data.data2{
        top:5%;
        right:80%;
    }
} 
.graph-wrap.--lunch .graph-result-wrap .echo-data.data3{
    top:0;
    right:79%;
}


/* reason */
.graph-wrap.--reason .graph-result-wrap{
    height: 100%;
}

#reason-chart #barChart{
    position: absolute;
    top: 4vw;
    height: 55vw !important;
}
@media screen and (min-width: 768px) {
    #reason-chart #barChart{
        top: 50%;
        transform: translateY(-50%);
        height: 300px !important;
    }
} 

.graph-wrap.--reason .graph-result{
    font-size: 8vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result{
        font-size: 2.5rem;
    }
} 

.graph-wrap.--reason .graph-result-wrap .echo-data{
    text-align: right;
    margin-right: -2%;
    line-height: 1.2;
}
.graph-wrap.--reason .graph-result-wrap .echo-data.data1{
    top:1vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data1{
        top:6%;
    }
} 
.graph-wrap.--reason .graph-result-wrap .echo-data.data2{
    top:15vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data2{
        top:27%;
    }
} 
.graph-wrap.--reason .graph-result-wrap .echo-data.data3{
    top: 29vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data3{
        top:48.5%;
    }
} 

.graph-wrap.--reason .graph-result-wrap .echo-data.data4{
    top:43vw;
}
@media screen and (min-width: 768px) {
    .graph-wrap.--reason .graph-result-wrap .echo-data.data4{
        top:70%;
    }
} 

/* comment-likes */
.members-comment-title{
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 50px; */
    padding: 0.25em 0.25em 1em;
}
.comment-wrap{
    background-color: #fff;
    padding: 2.5% 5%;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .comment-wrap{
        padding: 2.5%;
    }
} 
.each-comment-box.row{
    justify-content: flex-start;
}

.comment{
    background-color: #B2E6F1;
    /* width: calc( ( 100% - 20px ) / 3 ); */
    margin-bottom: 25px;
    /* margin-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
}


.comment::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 16px;
    height: 16px;
    background-color: #B2E6F1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);

}

.comment-wrap.--surprises-aboutFA .comment{
    background-color: #02ADD1;
    border-radius: unset;
    color: #fff;
}

.comment-wrap.--surprises-aboutFA .comment::before{
    right: 20px;
    left: auto;
    background-color: #02ADD1;
}

@media screen and (min-width: 768px) {
    .comment{
        /* width: calc( ( 100% - 20px ) / 3 ); */
        display: flex;
        margin-right: 10px;
    }
    .grid-item{
        /* width: 33.333%; */
        width: calc( ( 100% - 30px ) / 3 );
    }
} 
/* .comment-wrap .comment:nth-child(3n){
    margin-right: 0;
} */


.members-comment-ppl-wrap{
    position: relative;
}



@keyframes slideUpAndFade {
0% {
transform: translateY(0) rotate(-45deg);
opacity: 0;
}
20% {
opacity: 1;
}
50% {
transform: translateY(0) rotate(-45deg);
opacity: 1;
}
60% {
transform: translateY(-15px) rotate(-45deg);
opacity: 0;
}
100% {
transform: translateY(-15px) rotate(-45deg);
opacity: 0;
}
}
.members-comment-heart {
width: 10px;
height: 10px;
background-color: #02ADD1;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transform: rotate(-45deg);
animation: slideUpAndFade 10s infinite;
}

.members-comment-heart::before,
.members-comment-heart::after {
content: "";
width: 10px;
height: 10px;
background-color: #02ADD1;
border-radius: 50%;
position: absolute;
}

.members-comment-heart::before {
top: -5px;
left: 0;
}


.members-comment-heart::after {
top: 0;
left: 5px;
}

@media screen and (min-width: 768px) {
.members-comment-heart {
    width: 20px;
    height: 20px;
    top: 3%;
    left: 1%;
    }
    .members-comment-heart::before,
    .members-comment-heart::after {
    content: "";
    width: 20px;
    height: 20px;
    }
    .members-comment-heart::before {
        top: -10px;
        left: 0;
        }
    .members-comment-heart::after {
        top: 0;
        left: 10px;
        }
} 

.members-comment-heart.small{
width: 5px;
height: 5px;
}
.members-comment-heart.small::before,
.members-comment-heart.small::after{
width: 5px;
height: 5px;
}

.members-comment-heart.small::before{
top: -2.5px;
}

.members-comment-heart.small::after{
left: 2.5px;
}

@media screen and (min-width: 768px) {
    .members-comment-heart.small{
    width: 10px;
    height: 10px;
    }
    .members-comment-heart.small::before,
    .members-comment-heart.small::after{
    width: 10px;
    height: 10px;
    }
    .members-comment-heart.small::before{
        top: -5px;
        }
        
    .members-comment-heart.small::after{
    left: 5px;
    }

} 


.heart2{
top: 0;
left: 48%;
  animation-delay: 5.2s;
}
.heart3{
top: 10%;
left: 25%;
animation-delay: 7s;
}
.heart4{
top: 5%;
left: 75.5%;
animation-delay: 1.4s;
}
.heart5{
top: 8%;
left: 72%;
animation-delay: 4s;
}
.heart6{
top: -3%;
left: 85%;
animation-delay: 2.5s;
}

@media screen and (min-width: 768px) {
    .heart2{
    top: 0;
    left: 50%;
        animation-delay: 5.2s;
    }
    .heart3{
    top: 7%;
    left: 25%;
    animation-delay: 7s;
    }
    .heart4{
    top: 5%;
    left: 75%;
    animation-delay: 1.4s;
    }
    .heart5{
    top: 8%;
    left: 73%;
    animation-delay: 4s;
    }
    .heart6{
    top: 8%;
    left: 85%;
    animation-delay: 2.5s;
    }
} 





@keyframes fadeInAndRotate {
0% {
transform: rotate(0deg) scale(0.2);
opacity: 0;
}
15% {
transform: rotate(360deg);
opacity: 1;
}
97% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg) scale(0.6);
opacity: 0;
}
}


.members-comment-wow{
width: 9px;
animation: fadeInAndRotate 10s infinite;
position: absolute;
top: -15%;
left: -1%;
}
.wow-txt{
    width: 45px;
    }

@media screen and (min-width: 768px) {
.members-comment-wow{
    width: 25px;
    top: -15%;
    left: 1%;
    }
    .wow-txt{
        width: 100px;
        }
} 

.wow2{
top: -29%;
left: 11%;
animation-delay: 2.2s;
}
.wow3{
top: -2%;
left: 36%;
animation-delay: 5.8s;
}
.wow4{
top: -24%;
left: 50%;
animation-delay: 4.2s;
}
.wow5{
top: 5%;
left: 85%;
animation-delay: 7s;
}

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

    .wow2{
    top: -10%;
    left: 12%;
    animation-delay: 2.2s;
    }
    .wow3{
    top: 0;
    left: 37%;
    animation-delay: 5.8s;
    }
    .wow4{
    top: -5%;
    left: 55%;
    animation-delay: 4.2s;
    }
    .wow5{
    top: 5%;
    left: 85%;
    animation-delay: 7s;
    }
        
} 
    

/* ---ends infographics */




/* 20260113追加 */
/* ============================================
   インタビューページ共通・モバイル版 (768px未満)
   ============================================ */

.article.interview{
    background-color: #eee;
}
   
/* メインコンテンツコンテナ */
.article-main-content {
    width: 100%;
    position: relative;
  }
  
  /* ヒーローセクション */
  .article-hero-section {
    width: 95%;
    margin: 0 auto 0 0;
    background-color: #222;
    border-bottom-right-radius: 30px;
  }
  
  .article-hero-image img {
    width: 100%;
    height: auto;
  }
  
  
  .profile-info {
    padding: 50px 5%;
    position: relative;
  }
  
  .profile-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #02add1;
    font-size: 2rem;
    margin-bottom: 6px;
  }
  
  .profile-department {
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .profile-history {
    font-weight: 400;
    color: #fff;
  }
  
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;

  }
  
  .tag {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 4px 13px;
    border-radius: 60px;
    color: #fff;
    font-size: 0.85rem;
  }
  
  /* キャッチコピー・タイトル周り */
  .title-overlay {
    position: absolute;
    left: 5%;
    top: 0; 
    transform: translateY(-90%);
    /* left: 8.86px;
    top: 243.53px; */
  }
  
  .career-badge {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #707070;
    position: absolute;
    left: 0;
    top: -1.8em;
    font-size: 0.85em;
  }
  
  .career-number {
    font-size: 1.2em;
  }
  
  .title-container {
    position: relative;
  }
  
  .title-text {
    font-family: 'Shippori Antique', sans-serif;
    font-size: 4.5vw;
    position: relative;
    z-index: 10;
  }

  .title-text div{
    background-color: #fff;
    padding: 0 0.5em;
  }

  .title-text div:first-child{
    margin-bottom: 10px;
  }
  
  /* Q&Aセクション */
  
  .qa-section-title {
    padding: 0 23.47px;
    margin-top: 50px;
    /* margin-bottom: 50px; */
  }
  
  .qa-section-title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
  }
  
  .bullet {
    color: #02add1;
  }
  
  .qa-content {
    margin-left: auto;   
    margin-right: 0;     
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 50px;
  }
  
  .qa-item {
    margin-bottom: 60px;
    padding: 0 5%;
  }
  
  .qa-item:last-child {
    margin-bottom: 0;
  }
  
  .article h3.fa_question  {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    line-height: 1.6;
    margin-bottom: 10px;
    text-wrap: unset;
    text-indent: -1em;
    margin-left: 1em;
  }
  

  
  .divider {
    border-top: 2px solid #222;
    margin-bottom: 19px;
  }
  
  .answer {
    font-family: 'Hiragino Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 25.6px;
  }
  
  .answer p {
    margin-bottom: 0;
  }
  
  /* 画像セクション (記事中挿絵) */
  .image-section {
    position: relative;
    height: 350px;
  }
  
  .image-wrapper {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 30px;
    overflow: hidden;
  }
  
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* オフの過ごし方セクション */
  .offtime-section {
    position: relative;
    height: 500px;
  }
  
  .interview-right-column{
    width: 95%;
    margin: 0 0 0 auto;
  }

  .offtime-content {
    /* position: absolute;
    left: 22px;
    top: 56.66px; */
    /* width: 409px; */
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: auto;
    margin-right: 0;
    padding: 50px 30px 60px;
  }
  
  .offtime-item {
    margin-bottom: 60px;
  }
  
  .offtime-item:last-child {
    margin-bottom: 0;
  }
  
  .offtime-heading {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #222;
    line-height: 40px;
    margin-bottom: 19px;
  }
  
  .offtime-text {
    font-family: 'Hiragino Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 25.6px;
  }
  
  /* ============================================
   PC版スタイル (768px以上)
   ============================================ */
@media screen and (min-width: 768px) {

    /* メインコンテンツ：Flexコンテナにする */
    .article-main-content {
      width: 100%;       /* 全幅を使用 */
      /* max-width: 1920px; */
      margin: 0 auto;
      display: flex;    
      justify-content: space-between;
      align-items: flex-start; /* 上揃え */
      position: relative;
      padding-top: 0;
    }
  
    /* --- 左カラム：ヒーローセクション（固定） --- */
    .article-hero-section {
      width: 48%;
      padding-bottom: 50px;
      position: sticky; 
      top: 0;
      overflow: hidden; 
      border-bottom-right-radius: 50px;
    }
  
    /* 左カラム内の要素配置（absoluteのまま維持しつつ位置調整） */
    .article-hero-image {
      width: 100%;
      height: auto;       /* 画像の高さを調整 */
      margin-top: -60px;
    }
  
    .profile-info {
      padding: 30px 7.5%;
    }
  
    /* 各テキストサイズ調整 */
    .profile-name { 
        margin-bottom: 20px; 
        font-size: 2vw;
    }
    .profile-department { margin-bottom: 10px; }
    .profile-history { margin-bottom: 20px; }
    
    .tags {
      position: static;
      margin-top: 10px;
      /* left: 44px;
      top: 489px; */
    }
    
    /* キャッチコピー位置調整 */
    .title-overlay {
      left: 7.5%;
      z-index: 3;
    }
  
    .career-badge {
      position: static;
      margin-bottom: 20px;
      display: block;
    }
    .title-text {
        font-size: 2vw;
      }

  
    /* --- 右カラム：スクロールエリア --- */
    .interview-right-column {
      width: 48%;        
      padding: 100px 0 0;
    }
  
    /* 右カラム内のセクション共通設定 */
    .qa-section, 
    .image-section{
      /* position: static;   */
      width: 100%;
      height: auto;
      margin-bottom: 100px;
    }
    .offtime-section {
      width: 100%;
      height: auto;
     }
  
    .qa-section-title {
      position: static;
      margin-bottom: 1em;
      padding: 0;
      margin-top: 0;
    }
  
    /* Q&Aコンテンツ */
    .qa-content,
    .offtime-content {
      width: 100%;
      height: auto;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      background-color: #fff;
    }

    .qa-content{
        margin-top: 0;    
    }
  
    .qa-item {
      width: 100%;
      margin-bottom: 80px;
      padding: 0 60px;
    }

    .article h3.fa_question,
    .article h3.offtime-heading  {
        font-size: 1.5vw;
      }
  
    /* 画像セクション */
    .image-wrapper {
      position: static;
      width: 100%;
      /* height: 500px; */
      border-bottom-left-radius: 50px;
    }
  
    /* オフの過ごし方コンテンツ */
    
    .offtime-item {
      width: 100%;
    }
 
  
  }






  
  /* ========================================
     Hero Text Section (テキスト部分)
     ======================================== */
     .members-arc-hero-section {
        display: flex; /* 確認 */
        flex-direction: row; /* 横並びに設定 */
        align-items: center; /* 縦位置を中央に */
        justify-content: flex-end; 
        width: 90%;
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
    
    .members-arc-hero-section::after {
        content: ""; 
        height: 2px; 
        background-color: #222; 
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    }
    

  .members-arc-hero-text {
    font-family: 'Shippori Antique', serif;
    font-size: 1.5rem;
    margin: 0;
    background-color: #fff;
    z-index: 1;
    padding-left: 0.5em;
  }
  
  .members-arc-hero-text-highlight {
    font-size: 1.2em;
    color: #02add1;
  }
  
  @media screen and (min-width: 768px) {
    .members-arc-hero-section::after {
        /* width: calc(100% - 27em); */
    }
    

  .members-arc-hero-text {
    font-size: 2rem;
  }
  }

  /* ========================================
     Career Stories Section
     ======================================== */
  .career-stories-section {
    padding: 80px 20px;
  }
  
  .career-stories-title {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .section-title-en {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.22em;
    color: #02add1;
    margin: 0 0 15px 0;
  }
  
  .section-title-jp {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    color: #222;
  }
  
  .section-title-jp p {
    margin: 0;
  }
  
  .career-intro {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 40px 0;
  }
  
  .career-intro p {
    margin: 0;
  }
  
  /* Filter Buttons */
  .filter-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  
  .filter-btn {
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    border: 1px solid #222;
    border-radius: 2px;
    padding: 0.35em 2em 0.35em 2em;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .filter-btn:hover {
    background: #f5f5f5;
  }
  
  .filter-btn.active {
    background: #02add1;
    border-color: #02add1;
    color: #fff;
    font-weight: 600;
  }
  
  /* ========================================
     Employee Cards (一覧部分)
     ======================================== */
  .employee-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .employee-card {
    position: relative;
    border-radius: 8px;
    /* overflow: hidden; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }


  /* 画像コンテナの基準位置 */
.employee-image-container {
    position: relative;
    width: 100%;
    height: 230px; 
    overflow: hidden;
    border-radius: 30px;
  }
  
  /* 画像共通設定（絶対配置で重ねる） */
  .employee-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease; /* フェードのアニメーション速度 */
  }
  
  .employee-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* --- 重ね順と表示切り替えのロジック --- */
  
  /* 奥の画像（Back）：常に不透明度は1だが見えなくなる */
  .image-back {
    z-index: 1;
    opacity: 1;
  }
  
  /* 手前の画像（Front）：通常時は見えている */
  .image-front {
    z-index: 2;
    opacity: 1;
  }
  
  /* PC: ホバー時 
    スマホ: クラス付与時 
    手前の画像を透明にして、奥の画像を見せる
  */
  .employee-card:hover .image-front,
  .employee-card.is-active .image-front {
    opacity: 0;
  }
  
  .employee-story-number {
    position: absolute;
    top: -1em;
    left: 0.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    z-index: 10;
  }
  
  .employee-story-number p {
    margin: 0;
    line-height: 1.2;
  }
  
  .employee-story-number p:first-child {
    font-size: 12px;
  }
  
  .employee-story-number p:last-child {
    font-size: 36px;
  }
  
  .employee-title {
    /* font-family: 'Shippori Antique', serif; */
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #222;
    padding: 24px 0;
    margin: 0;
    min-height: 100px;
  }
  
  .employee-info {
    display: flex;
    justify-content: space-between; 
    align-items: flex-end;
    padding: 0 0 24px;
  }
  
  .employee-department {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    color: #8a8a8a;
    margin: 0 0 4px 0;
  }
  
  .employee-name {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #222;
    margin: 0;
  }
  
  .employee-arrow {
    position: relative; /* absoluteから変更 */
    bottom: auto;       /* リセット */
    right: auto;        /* リセット */
    width: 21px;
    height: 20px;
    margin-bottom: 5px; 
    flex-shrink: 0;
  }
  
  .employee-arrow svg {
    width: 100%;
    height: 100%;
  }
  
  /* ========================================
     Desktop Styles (Media Queries)
     ======================================== */
  @media screen and (min-width: 768px) {
    /* Hero Section */
    .hero-section {
      /* 以前の margin-top: 860px はFVの高さ依存なので、状況に応じて調整してください */
      padding: 80px 40px;
    }
    .hero-divider { width: 300px; margin-bottom: 40px; }
    .hero-text { font-size: 48px; line-height: 1.6; }
    .hero-text-normal { font-size: 42px; }
    .hero-text-highlight { font-size: 48px; }
  
    /* Career Stories */
    .career-stories-section {
      padding: 120px 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .career-intro {
      font-size: 16px;
      line-height: 1.8;
      max-width: 800px;
      margin: 0 0 60px 0;
    }
    
    /* Filter & Grid */
    .filter-buttons { margin-bottom: 60px; }
    .filter-btn { 
        padding: 0.35em 2em 0.35em 2em;
    }
    
    .employee-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 60px 40px;
    }
    /* .employee-image-container { height: 388px; } */
    .employee-title {
      font-size: 20px;
      line-height: 1.6;
      padding: 32px 0;
      min-height: 120px;
    }
    .employee-info { padding: 0 0 32px; }
    .employee-department { font-size: 14px; }
    .employee-name { font-size: 20px; }
    .employee-arrow { right: 32px; }
  
  }
  
  @media screen and (min-width: 1024px) {
    .employee-cards {
      grid-template-columns: repeat(3, 1fr);
    }

  }


/* 社員紹介ページ FV Section */
.employee-hero {
    position: relative;
    width: 100%;
    /* height: 357px; */
    overflow: hidden;
    background-color: #ffffff;
  }
  
  /* 背景画像コンテナ */
  /* .employee-hero__background {
    position: absolute;
    top: -18px;
    left: -11px;
    width: 562px;
    height: 375px;
    z-index: 1;
  }
  
  .employee-hero__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  } */
  
  /* 社員画像グリッド */
/* =========================================================
   1. ベーススタイル（スマホ版 / 767px以下が基準）
   ========================================================= */

/* FVの内側コンテナ */
.employee-hero__grid-inner {
    position: relative;
    height: auto; 
    /* min-height: 500px;  */
  }
  
  /* グリッド全体（スマホ版：中央配置） */
  .employee-hero__grid {
    position: relative;
    width: auto; 
    display: inline-grid;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    grid-template-columns: 165px 165px;
    grid-template-rows: 125px 125px;
    gap: 10px;
  }
  
  /* グリッドアイテム（スマホ版） */
  .employee-hero__grid-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #d9d9d9;
  }
  
  .employee-hero__grid-item .swiper {
    width: 100%;
    height: 100%;
  }
  
  .employee-hero__grid-item .swiper-slide {
    width: 100%;
    height: 100%;
  }
  
  .employee-hero__grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  
  /* テキストコンテンツ */
  .employee-hero__content {
    position: absolute;
    top: 116.63px;
    left: 32px;
    right: 148px;
    z-index: 4;
    color: #02add1;
  }
  
  .employee-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    white-space: pre-wrap;
  }
  
  /* SP版で非表示にするアイテム（5番目と6番目） */
  @media screen and (max-width: 767px) {
    .employee-hero__grid-item:nth-child(5),
    .employee-hero__grid-item:nth-child(6) {
      display: none;
    }
  }
  
  /* PC版スタイル (768px以上) */
  @media screen and (min-width: 768px) {

    .employee-hero__grid-inner{
        position: relative;
        height: calc(12vw * 3 + 90px + 2vw);
    }
  
    /* PC版ではグリッドを使わず絶対配置に変更 */
    .employee-hero__grid {
        position: absolute;
        width: 100%;
        height: calc(12vw * 3 + 90px);
        margin-top: 0;
        top: 60px;
        left: unset;
        right: 0;
        transform: none;
    }


  
    .employee-hero__grid-item {
      position: absolute;
      width: 16vw;
      aspect-ratio: 4 / 3;
      height: unset;
      display: block;
    }

    .employee-hero__grid-item img {
        width: 100%; /* 親要素に応じてサイズが変わる */
        height: 100%; /* 親要素に応じてサイズが変わる */
        object-fit: cover; /* コンテンツが親要素全体を覆うようにし、縦横比を維持 */
      }
  
    /* 1行目: 中央に1つ */
    .employee-hero__grid-item:nth-child(1) {
      top: 0;
      right:0 ;
    }
  
    /* 2行目: 左と右に2つ */
    .employee-hero__grid-item:nth-child(2) {
        top: 13vw;
        right: 17vw;
    }
  
    .employee-hero__grid-item:nth-child(3) {
        top: 13vw;
        right: 0;
    }
  
    /* 3行目: 左、中央、右に3つ */
    .employee-hero__grid-item:nth-child(4) {
        top: 26vw;
        right: 34vw;
    }
  
    .employee-hero__grid-item:nth-child(5) {
        top: 26vw;
        right: 17vw;
    }
  
    .employee-hero__grid-item:nth-child(6) {
        top: 26vw;
        right: 0;
    }

  }

  .employee-hero__grid-item .swiper-wrapper{
    height: 100%;
    margin: 0;
  }
  


 






