@charset "utf-8";

/* secCmnTit */
.secCmnTit .txt::before {
    width: 270px;
}
@media only screen and (max-width:767px){
    .secCmnTit .txt::before {
        width: 123px;
    }
}

/* secStaff */
.secStaff {
    margin-top: 140px;
    padding-bottom: 150px;
    position: relative;
}
.secStaff::after{
    position: absolute;
    content: "";
    background: #f8f8f8;
    width: 100%;
    left: 0;
    bottom: 0;
    height: calc(100% - 80px);
}
.secStaff:not(:has(.item)):after{
    display: none;
}
.secStaff .list{
    display: flex;
    flex-wrap: wrap;
    padding-right: 60px;
}
.secStaff .item{
    width: 27.778%;
    margin-right: 8.333%;
    position: relative;
    z-index: 1;
}
.secStaff .item:nth-child(3n){
    margin-right: 0;
}
.secStaff .item:nth-child(n+4){
    margin-top: 100px;
}
.secStaff .inner{
    display: block;
    text-decoration: none;
    color: #222;
    height: 100%;
    position: relative;
    padding-bottom: 210px;
}
.secStaff .inner::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    bottom: 30px;
    right: -20px;
    z-index: 1;
}
.secStaff .inner::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    bottom: 46px;
    right: -7px;
}
.secStaff.lazyloaded .inner::after{
    background:url(../img/works/iconBtn03.gif) center top / cover;
}
.secStaff .img{
    padding-top: 120%;
}
.secStaff .txtBox{
    padding: 25px 30px 80px;
    background: #fff;
    position: absolute;
    right: -49px;
    height: calc((100% - (100% - 210px)) + 50px);
    width: 100%;
    bottom: 0;
}
.secStaff .tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 72px;
    margin-top: 0px;
}
.secStaff .data{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 15px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    color: #888888;
}
.secStaff .noneTxt{
    position: relative;
    z-index: 5;
}
/* ホバー時ボタン */
.secStaff.lazyloaded .inner:hover::after{
    background-image: url(../img/works/iconBtn02.png);
    z-index: 1;
    transform: rotate(180deg);
}
.secStaff .inner:hover:before{
    background: #000;
}
@media only screen and (max-width:767px){
    .secStaff {
        margin-top: 62px;
        padding-bottom: 60px;
    }
    .secStaff::after{
        height: calc(100% - 40px);
    }
    .secStaff .list{
        display: block;
        width: calc((305 / 375)* 100%);
        margin: 0px auto;
        padding-right: 0px;
    }
    .secStaff .item{
        width: 100%;
        margin-right: 0%;
    }
    .secStaff .item:nth-child(n+4){
        margin-top: 0px;
    }
    .secStaff .item:nth-child(n+2){
        margin-top: 41px;
    }
    .secStaff .inner{
        padding-bottom: 75px;
    }
    .secStaff .inner::before{
        width: 30px;
        height:30px;
        bottom: 29px;
        right: 30px;
    }
    .secStaff .inner::after{
        bottom: 40px;
        right: 38px;
    }
    .secStaff.lazyloaded .inner::after{
        background:url(../img/works/iconBtn03.gif) center top / cover;
    }
    .secStaff .txtBox{
        padding: 25px 30px 70px;
        right: 0;
        width: calc(100% - 25px);
        bottom: 0;
        height: calc((100% - (100% - 75px)) + 120px);
    }
    .secStaff .tit{
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 48px;
    }
    .secStaff .data{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 10px;
        letter-spacing: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 36px;

    }
}


/*-----------------------------------------------
   Details
-----------------------------------------------*/
/* .secCmnDetailsTit */
.secCmnDetailsTit::before{
    height: 2000px;
}
.secCmnDetailsTit.lazyloaded::before{
    background: url(../img/interview/bgMain01.jpg) center top / cover;
}
@media only screen and (max-width:767px){
    .secCmnDetailsTit::before{
        height: 1030px;
    }
    .secCmnDetailsTit.lazyloaded::before{
        background: url(../img/interview/bgMain01_sp.jpg) center top / cover;
    }
}

/* secDetailsTop  */
.secDetailsTop{
    margin-top: 86px;
    min-height: 835px;
}
.secDetailsTop .flexBox{
    display: flex;
    align-items: baseline;
    min-height: 650px;
    position: relative;
}
.secDetailsTop .topTit{
    font-size: 34px;
    line-height: 1.76;
    font-weight: bold;
    letter-spacing: 2.5px;
}
.secDetailsTop .txtBox{
    width: calc(50% - 180px);
    margin-right: 130px;
}
.secDetailsTop .tit{
    font-size: 14px;
    line-height: 1.71;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 0.5px;
    color: #888888;
}
.secDetailsTop .txt{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 64px;
    letter-spacing: 0.5px;
}
.secDetailsTop .rightBox{
    width: 800px;
    position: absolute;
    top: -165px;
    right: calc(50% - 750px);
}
.secDetailsTop .rightImg{
    padding-top: 125%;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 9px;
        min-height: 0;
    }
    .secDetailsTop .flexBox{
      flex-direction: column;
        min-height: auto;
    }
    .secDetailsTop .topTit{
        font-size: 20px;
        line-height:2;
        letter-spacing: 0px;
    }
    .secDetailsTop .txtBox{
        width: calc((305 / 375)* 100%);
        margin: 20px auto 0;
    }
    .secDetailsTop .tit{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 11px;
        letter-spacing: 0px;
    }
    .secDetailsTop .txt{
        font-size: 12px;
        line-height: 2.167;
        letter-spacing: 0px;
        width: calc((305 / 375)* 100%);
        margin: -98px auto 0;
        z-index: 10;
        padding-right: 20px;
    }
    .secDetailsTop .rightBox{
        width: calc((305 / 375)* 100%);
        position:static;
        margin: 25px 0 0 auto;
    }
    .secDetailsTop .rightImg{
        padding-top: 125.25%;
        position: relative;
    }
    .secDetailsTop .rightImg::before{
        position: absolute;
        content: "";
        width: 72vw;
        height: 120px;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 1;
    }
}

/* secDetailsMovie */
.secDetailsMovie{
    padding-top: 206px;
    position: relative;
    padding-bottom: 120px;
}
.secDetailsMovie .movieBox{
    margin-top: 58px;
    position: relative;
    width: 1200px;
    height: 675px;
    margin: 58px auto 0;
}
.secDetailsMovie .movieBox video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.secDetailsMovie .movieBox::before{
    position: absolute;
    content: "";
    width: 1460px;
    height: 1360px;
    right: -610px;
    bottom: -779px;
}
.secDetailsMovie .movieBox.lazyloaded::before{
    background: url(../img/works/bgMovie.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secDetailsMovie{
        padding: 70px 0;
    }
    .secDetailsMovie .movieBox{
        width: 81.333%;
        height: auto;
        padding-top: 45.334%;
        margin-top: 30px;
    }
    .secDetailsMovie .movieBox::before{
        width: 756px;
        height: 729px;
        right: -300px;
        bottom: -588px;
    }
    .secDetailsMovie .movieBox.lazyloaded::before{
        background: url(../img/works/bgMovie.png) center top / cover;
    }
}

/* .secLinePlan */
.secLinePlan .img{
    padding-top: 60%;
}
.secHeroSlider{
    overflow: hidden;
    padding: 143px 0 150px;
    background: #f8f8f8;
    position: relative;
}
.secHeroSlider .slBox{
    display: flex;
    align-items: center;
}
.secHeroSlider .slTit{
    font-size: 40px;
    letter-spacing: 5px;
}
.secHeroSlider .slTxt{
    margin-left: 54px;
    font-size: 16px;
    position: relative;
}
.secHeroSlider .slTxt::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    left: -45px;
    top: calc(50% - -1px);
}
.secHeroSlider .boxSlider{
    position: relative;
    padding-top: 85px;
    margin-top: -27px;
}
.secHeroSlider .swiper{
    width: 1500px;
    overflow: visible;
}
.secHeroSlider .swiper-button-prev,
.secHeroSlider .swiper-button-next{
    width: 73px;
    height:16px;
    margin-top: 0;
    top: -84px;

}
.secHeroSlider .swiper-button-prev{
    right: calc(50% - 653px);
    left: unset;
}
.secHeroSlider .swiper-button-next{
    right: calc(50% - 755px);
}
.secHeroSlider .swiper-button-prev::after,
.secHeroSlider .swiper-button-next::after{
    display: none;
}
.secHeroSlider .swiper-button-prev::after{
    transform: rotate(45deg);
  left: 3px;
}
.secHeroSlider .swiper-button-prev{
    background: url(../img/index/iconBtnPrev.png) center center / 73px auto no-repeat;
}
.secHeroSlider .swiper-button-next{
    background: url(../img/index/iconBtnNext.png) center center / 73px auto no-repeat;
}
.secHeroSlider .swiper-pagination{
    position: absolute;
    font-size: 15px;
    top: -26px;
    z-index: -1;
    right: calc(50% - 1045px);
    left: unset;
}
.secHeroSlider .swiper-pagination-current,
.secHeroSlider .swiper-pagination-total{
    position: relative;
    z-index: 2;
    font-size: 24px;
    top: 0;
    font-family: 'Sen', sans-serif;
}
.secHeroSlider .swiper-pagination-total{
    padding-left: 33px;
}
.secHeroSlider .swiper-slide{
    height: auto;
}
.secHeroSlider .inner{
    display: block;
    text-decoration: none;
    color: #222;
    height: 100%;
    position: relative;
    padding-bottom: 210px;
}
.secHeroSlider .inner::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    bottom: 30px;
    right: -19px;
    z-index: 1;
}
.secHeroSlider .inner::after{
        position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    bottom: 46px;
    right: -6px;
}
.secHeroSlider .inner.lazyloaded::after{
    background:url(../img/works/iconBtn03.gif) center top / cover;
}
.secHeroSlider .img{
    padding-top: 120%;
}
.secHeroSlider .txtBox{
    padding: 25px 30px 80px;
    background: #fff;
    position: absolute;
    right: -49px;
    width: 100%;
    bottom: 0;
    height: calc((100% - (100% - 210px)) + 50px);
}
.secHeroSlider .tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 72px;
    margin-top: 0px;
}
.secHeroSlider .data{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 15px;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    color: #888888;
}
.secHeroSlider .secCmnBtnView{
    margin-top: 49px;
    justify-content: flex-end;
    display: flex;
}
.secHeroSlider .disabled .swiper-slide{
    width: 26.667%;
    margin-right: 9.9995%;
}
.secHeroSlider .disabled .swiper-slide:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1540px){
    .secHeroSlider .boxSlider {
        margin: -38px 0 0 20px;
    }
        .secHeroSlider .swiper-button-prev {
        right: calc(50% - 530px);
    }
    .secHeroSlider .swiper-button-next {
        right: calc(50% - 620px);
    }
    .secHeroSlider .swiper{
        width: 100%;
    }
}
/* ホバー */
.secHeroSlider .inner.lazyloaded:hover::after{
    background-image: url(../img/works/iconBtn02.png);
    z-index: 1;
    transform: rotate(180deg);
}
.secHeroSlider .inner:hover:before{
    background: #000;
}
@media only screen and (max-width:767px){
    .secHeroSlider .swiper{
        width: 100%;
    }
    .secHeroSlider .inner{
        padding-bottom: 126px;
    }
    .secHeroSlider{
        padding: 67px 0 70px;
    }
    .secHeroSlider .slBox{
        display: block;
        padding-left: 15px;
    }
    .secHeroSlider .slTit{
        font-size:30px;
        letter-spacing: 3px;
    }
    .secHeroSlider .slTxt{
        letter-spacing: 0px;
        margin-left: 0px;
        font-size: 13px;
        margin-top: 15px;
    }
    .secHeroSlider .slTxt::before {
       display: none;
    }
    .secHeroSlider .boxSlider{
        padding-top: 28px;
        width: 89.334%;
        margin: 0 auto 0;
    }
    .secHeroSlider .swiper-button-prev,
    .secHeroSlider .swiper-button-next{
        width: 20px;
        height:12px;
        margin-top: 0;
        top: -43px;
    }
    .secHeroSlider .swiper-button-prev{
        right: 50px;
        left: unset;
    }
    .secHeroSlider .swiper-button-next{
        right:15px;
    }
    .secHeroSlider .swiper-button-prev::after,
    .secHeroSlider .swiper-button-next::after{
        display: none;
    }
    .secHeroSlider .swiper-button-prev::after{
        transform: rotate(45deg);
      left: 3px;
    }
    .secHeroSlider .swiper-button-prev{
        background: url(../img/index/iconBtnPrev_sp.png) center center / 20px auto no-repeat;
    }
    .secHeroSlider .swiper-button-next{
        background: url(../img/index/iconBtnNext_sp.png) center center / 20px auto no-repeat;
    }
    .secHeroSlider .swiper-pagination{
        position: absolute;
        font-size: 15px;
        top: -26px;
        z-index: -1;
        right: calc(50% - 1045px);
        left: unset;
    }
    .secHeroSlider .swiper-pagination-current,
    .secHeroSlider .swiper-pagination-total{
        position: relative;
        z-index: 2;
        font-size: 24px;
        top: 0;
        font-family: 'Sen', sans-serif;
    }
    .secHeroSlider .swiper-pagination-total{
        padding-left: 33px;
    }
    .secHeroSlider .txtBox{
        padding: 10px 20px 55px;
        right: 0;
        width: calc(100% - 20px);
        bottom: 0;
        height: calc((100% - (100% - 126px) + 63px));
    }
    .secHeroSlider .tit{
        font-size: 14px;
        line-height: 1.42;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 60px;
        margin-top: 8px;
    }
    .secHeroSlider .data{
        font-size: 11px;
        line-height: 1.63;
        letter-spacing: 0px;
        margin-top: 13px;
    }
    .secHeroSlider .inner::before{
        width: 30px;
        height: 30px;
        bottom: 19px;
        right: 20px;
        z-index: 1;
    }
    .secHeroSlider .inner::after{
        bottom: 30px;
        right: 28px;
    }
    .secHeroSlider .disabled .swiper-slide{
        width: 59.702%;
        margin-right: 0;
    }
    .secHeroSlider .secCmnBtnView{
        margin-top: 31px;
        padding-right: 15px;
    }
}



/* secInterview */
.secInterview{
    margin-top: 156px;
    position: relative;
    z-index: 10;
}
.secInterview .item:nth-child(n+2){
    margin-top: 92px;
}
.secInterview .tit{
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.secInterview .tit::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    top: calc(50% - 0.5px);
    background: #1f85ba;
}
.secInterview .titMain{
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 29px;
    letter-spacing: 1px;
}
.secInterview .txt{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 29px;
    letter-spacing: 1px;
}
.secInterview .img{
    margin-top: 89px;
}
@media only screen and (max-width:767px){
    .secInterview{
        margin-top: 67px;
        width: 81.334%;
    }
    .secInterview .item:nth-child(n+2){
        margin-top: 46px;
    }
    .secInterview .tit{
        font-size: 12px;
        letter-spacing: normal;
    }
    .secInterview .tit::before{
        top: calc(50% - 0.5px);
    }
    .secInterview .titMain{
        font-size: 15px;
        line-height: 2;
        margin-top: 17px;
        letter-spacing: normal;
    }
    .secInterview .txt{
        font-size: 12px;
        line-height: 2.16;
        margin-top: 13px;
        letter-spacing: normal;
    }
    .secInterview .img{
        margin-top: 45px;
    }
}
.secCmnNextLoad{
    margin: 100px auto 0;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        margin: 40px auto 0;
    }
}

.secCmnDetailsTit::before{
    z-index: 0;
}

/* 追記0731 */
.secInterview + .secLinePlan{
    margin-top: 120px;
}
@media only screen and (max-width:767px){
    .secInterview + .secLinePlan{
        margin-top: 60px;
    }
}