@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
@media only screen and (max-width:767px){
    #header{
        padding: 15px 15px;
        border-bottom: solid 1px #3e3a39;
    }
    #btnNavi {
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
        border-left: solid 1px #3e3a39;
    }
    #btnNavi .naviCover{
        flex-flow: column;
        display: flex;
    }
}
@media only screen and (max-width:767px){
    #main.co,
    #main.ok{
        display: block;
    }
}

/* secBox */
.gro .secBox{
    background: url(../img/saiyou/interview/01/imgBox01.jpg) center top no-repeat;
    height: 680px;
    margin-top: 69px;
}
.gro .secBox.interview02{
    background: url(../img/saiyou/interview/02/imgBox01.jpg) center top no-repeat;
}
.gro .secBox .wrapper{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gro .secBox .sideTxt{
    position: absolute;
    top: -30px;
    left: 0;
}
.gro .secBox .txtBox{
    margin-left: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.gro .secBox .topTit{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 72px;
    display: inline-block;
    background: rgb(198,0,128);
    background: linear-gradient(90deg, rgba(198,0,128,1) 0%, rgba(139,32,132,1) 50%, rgba(84,27,134,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gro .secBox .tit{
    font-weight: bold;
    font-size: 22px;
    margin-top: 40px;
}
.gro .secBox .tit span{
    font-size: 16px;
    margin-left: 5px;
}
.gro .secBox .topTit.spNone{
    display: block;
}
.gro .secBox .topTit.spOnly{
    display: none;
}
@media only screen and (max-width:767px){
    .gro .secBox{
        background: url(../img/saiyou/interview/01/imgBox01Sp.jpg) center top / contain no-repeat,#fff;
        height: auto;
        margin-top: 38px;
        padding-top: 135px;
    }
    .gro .secBox.interview02{
        background: url(../img/saiyou/interview/02/imgBox01Sp.jpg) center top / contain no-repeat,#fff;
    }
    .gro .secBox .wrapper{
        justify-content: center;
    }
    .gro .secBox .sideTxt{
        top: -45px;
        left: auto;
        right: 5%;
        width: 20px;
        height: auto;
    }
    .gro .secBox .txtBox{
        margin-left: 0;
        width: 100%;
    }
    .gro .secBox .txtBox .topTit{
        width: 86.96%
    }
    .gro .secBox .topTit.spNone{
        display: none;
    }
    .gro .secBox .topTit.spOnly{
        display: block;
    }
    .gro .secBox .tit{
        font-size: 14px;
        margin-top: 10px;
    }
    .gro .secBox .tit span{
        font-size: 12px;
        margin-left: 4px;
    }
}

/* secInterview */
.gro .secInterview{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
}
.gro .secInterview .box{
    padding-left: 120px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gro .secInterview .box::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 20px;
    left: 0;
    width: 90px;
    height: 1px;
    background: rgb(198,0,128);
    background: linear-gradient(90deg, rgba(198,0,128,1) 0%, rgba(139,32,132,1) 50%, rgba(84,27,134,1) 100%);
}
.gro .secInterview .box + .box{
    margin-top: 170px;
}
.gro .secInterview .txtBox .tit{
    font-size: 36px;
    line-height: 54px;
}
.gro .secInterview .txtBox .txt{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}
.gro .secInterview .imgBox{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .gro .secInterview{
        margin-top: 70px;
    }
    .gro .secInterview .box{
        padding-left: 0;
        padding-top: 40px;
    }
    .gro .secInterview .box::before{
        top: 0;
        width: 80px;
    }
    .gro .secInterview .box + .box{
        margin-top: 80px;
    }
    .gro .secInterview .txtBox .tit{
        font-size: 16px;
        line-height: 26px;
    }
    .gro .secInterview .txtBox .txt{
        font-size: 13px;
        line-height: 22px;
        margin-top: 20px;
    }
    .gro .secInterview .imgBox{
        margin-top: 25px;
    }
}
/* secOther */
.gro .secOther{
    margin: 200px auto 160px;
}
.gro .secOther .aBnr{
    position: relative;
    width: 100%;
    height: 380px;
    /* background: rgb(198,0,128);
    background: linear-gradient(270deg, rgba(198,0,128,1) 0%, rgba(139,32,132,1) 50%, rgba(84,27,134,1) 100%); */
    overflow: visible;
    display: block;
    z-index: 2;
}
.gro .secOther .aBnr .box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 115px;
    overflow: hidden;
}
.gro .secOther .aBnr .box::after{
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(rgb(84,27,134)), color-stop(rgb(198,0,128)), to(rgb(84,27,134)));
    background: -webkit-linear-gradient(left, rgb(84,27,134), rgb(198,0,128), rgb(84,27,134));
    background: -o-linear-gradient(left, rgb(84,27,134), rgb(198,0,128), rgb(84,27,134));
    background: linear-gradient(90deg, rgb(84,27,134), rgb(198,0,128), rgb(84,27,134));
    z-index: -1;
}
.gro .secOther .aBnr:hover .box::after{
    left: 0;
}
.gro .secOther .imgBox{
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.gro .secOther .txtArea{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}
.gro .secOther .tit{
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0;
}
.gro .secOther .txtBox{
    margin: 30px 0 0;
}
.gro .secOther .name{
    font-size: 18px;
}
.gro .secOther .txt{
    font-size: 18px;
    margin-top: 10px;
}
.gro .secOther .btnBox {
    width: 200px;
    padding-bottom: 18px;
    border-bottom: solid 1px #fff;
    position: relative;
    margin: -33px 19px 0px auto;
    padding-right: 35px;
    color: #fff;
}
.gro .secOther .btnTxt{
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
}
.gro .secOther .btnBox::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.gro .secOther .btnBox::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 17px;
    height: 1px;
    background: #fff;
}
@media only screen and (max-width:767px){
    .gro .secOther{
        margin: 230px auto 50px;
    }
    .gro .secOther .aBnr{
        height: 400px;
    }
    .gro .secOther .aBnr .box{
        padding-left: 0;
    }
    .gro .secOther .imgBox{
        width: 92%;
        top: -110px;
        right: 0;
        left: 0;
        bottom: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gro .secOther .nameImg {
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 225px;
    }
    .gro .secOther .txtArea{
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        align-content: flex-end;
        padding-bottom: 60px;
    }
    .gro .secOther .tit{
        font-size: 15px;
        line-height: 27px;
        font-weight: bold;
    }
    .gro .secOther .txtBox{
        margin: 20px 0 0;
    }
    .gro .secOther .name{
        font-size: 13px;
    }
    .gro .secOther .txt{
        font-size: 12px;
        margin-top: 8px;
    }
    .gro .secOther .btnBox {
        width: 120px;
        padding-bottom: 18px;
        margin: 0;
        padding-right: 0;
    }
    .gro .secOther .btnTxt{
        text-align: left;
        font-size: 12px;
        letter-spacing: 2px;
    }
}



.gro .secBnr{
    height: 700px;
    position: relative;
    overflow: hidden;
}
.gro .secBnr .img{
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .gro .secBnr{
        height: auto;
    }
    .gro .secBnr .img{
        width: 100%;
        height: auto;
        position: static;
    }
}