@charset "utf-8";

.secCmnTopBox{
    background: url(../img/interview/bgCmnTopBox.jpg) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnTopBox{
        background: url(../img/interview/bgCmnTopBox_sp.jpg) center top / cover;
    }
}
@media only screen and (max-width: 1215px) {
    #pnkz {
        background: var(--white);
    }
}
/* secTop */
.secTop{
    margin-top: 8.8rem;
    text-align: center;
}
.secTop .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_60);
    font-weight: bold;
}
.secTop .txt{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_50);
    font-weight: bold;
    margin-top: 2.5rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 2.8rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_27);
    }
    .secTop .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        margin: 1.5rem -1rem 0;
    }
}
/* secSearch */
.secSearch{
    margin-top: 4.5rem;
    text-align: center;
}
.secSearch .boxSearch{
    background: var(--pnkzColor);
    padding: 2rem 3rem;
    display: inline-block;
}
.secSearch .boxItem{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSearch .txtIn{
    font-size: var(--pcFontSize16);
    margin-right: 0.7rem;
}
.secSearch .selectbox{
    position: relative;
}
.secSearch .w300{
    width: 30rem;
}
.secSearch .w100p{
    width: 100%;
}
.secSearch select{
    height: 6rem;
    background: var(--white);
    border: solid 0.1rem var(--formBoderColor);
    font-size: var(--pcFontSize16);
    padding: 0.5rem 2rem;
    padding-right: 4rem;
}
@media only screen and (max-width:1215px){
    .secSearch{
        margin-top: 3.2rem;
    }
    .secSearch .boxSearch{
        background: var(--pnkzColor);
        padding: 1rem 5rem;
        display: block;
    }
    .secSearch .txtIn{
        font-size: var(--spFontSize13);
        margin-right: 0.5rem;
        flex-shrink: 0;
    }
    .secSearch .w200{
        width: 100%;
    }
    .secSearch .w100p{
        width: 100%;
    }
    .secSearch select{
        height: 4.6rem;
        font-size: var(--spFontSize13);
        padding: 0.5rem 1.2rem;
        padding-right: 3rem;
    }
}
/* secInterview */
.secInterview{
    margin-top: 6rem;
}
.secInterview .list{
    display: flex;
    flex-wrap: wrap;
}
.secInterview .item{
    width: 31.628%;
    margin-right: 2.558%;
    height: auto;
}
.secInterview .item:nth-child(3n){
    margin-right: 0;
}
.secInterview .item:nth-child(n+4){
    margin-top: 2.558%;
}
.secInterview .inner{
    position: relative;
    height: 100%;
    display: block;
    color: var(--white);
    overflow: visible;
}
.secInterview .btnBox{
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    bottom: 4rem;
    right: 4rem;
    z-index: 10;
    transition: 0.5s;
}
.secInterview .btnBox::after{
    position: absolute;
    content: "";
    width: 6.4rem;
    height: 6.4rem;
    top: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.5s;
}
.secInterview.lazyloaded .inner .btnBox::after{
    background: url(../img/interview/iconInterviewBtn02.png) center top / cover;
}
.secInterview .inner:hover .btnBox::after{
    background: var(--white);
    transition: 0.5s;
}
.secInterview .btnIcon{
    position: relative;
    width: 100%;
    height: 100%;
}
.secInterview .btnIcon::before,
.secInterview .btnIcon::after{
    background: var(--white);
    transition: 0.5s;
}
.secInterview .btnIcon::before{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 1px;
    bottom: calc(50% + 1.5px);
    right: 2.6rem;
    transform: rotate(45deg);
}
.secInterview .btnIcon::after{
    content: "";
    position: absolute;
    width: 5.8rem;
    height: 1px;
    right: 2.7rem;
    bottom: calc(50% - 0.5px);
}
.secInterview .inner:hover .btnIcon::before,
.secInterview .inner:hover .btnIcon::after{
    background: var(--textColor);
    z-index: 15;
}
.secInterview .inner:hover .btnIcon::after{
    width: 1.6rem;
}
.secInterview .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 0 2.7rem 2.7rem 2.7rem;
    z-index: 1;
}
.secInterview .imgBox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(var(--ColorBlack_0), var(--ColorBlack_40))
}
.secInterview .img{
    padding-top: 125%;
}
.secInterview .txtBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 6.5rem 4rem;
}
.secInterview .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_40) * 2);
}
.secInterview .tit br{
    display:none;
}
.secInterview .txtList{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.secInterview .txtItem{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
    margin-right: 0.9rem;
}
.secInterview .txtItem02{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secInterview .txtItem:nth-child(n+2){
    position: relative;
    padding-left: 1.4rem;
}
.secInterview .txtItem:nth-child(n+2)::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 0.1rem;
    background: var(--white);
    left: -0.5rem;
    bottom: 0.9rem;
    transform: rotate(-60deg)
}
.secInterview .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.5rem 0;
    padding-right: 11rem;
}
.secInterview .tagItem{
    min-width: 11rem;
    padding: 0.85rem 1.5rem;
    border-radius: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    margin: 0.5rem;
}
.secInterview .tagItem.tag01{
    background: var(--tag01Color);
    color: var(--white);
}
.secInterview .tagItem.tag02{
    background: var(--white);
    color: var(--textColor);
}
.secInterview .tagItem.tag03{
    background: var(--formBtnColor);
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secInterview{
        margin-top: 4rem;
    }
    .secInterview .item{
        width: calc(50% - 0.5rem);
        margin-right: 1rem;
    }
    .secInterview .item:nth-child(3n){
        margin-right: 1rem;
    }
    .secInterview .item:nth-child(2n){
        margin-right: 0;
    }
    .secInterview .item:nth-child(n+3){
        margin-top: 4.6rem;
    }
    .secInterview .inner{
        color: var(--textColor);
    }
    .secInterview .btnBox{
        display: none;
    }
    .secInterview .imgBox{
        border-radius: 0 1.7rem 1.7rem 1.7rem;
    }
    .secInterview .img{
        padding-top: 125.295%;
    }
    .secInterview .txtBox{
        position: static;
        padding: 0.4rem 0 0;
    }
    .secInterview .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        -webkit-line-clamp: 3;
        max-height: calc(var(--spFontSize14) * var(--spLineHeight14_24) * 3);
    }
    .secInterview .txtList{
        margin-top: 0.5rem;
    }
    .secInterview .txtItem{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        margin-right: 0.4rem;
    }
    .secInterview .txtItem:nth-child(n+2){
        padding-left: 0.9rem;
    }
    .secInterview .txtItem:nth-child(n+2)::after{
        width: 1.4rem;
        height: 0.1rem;
        background: var(--textColor);
        left: -0.5rem;
        bottom: 0.7rem;
        transform: rotate(-60deg)
    }
    .secInterview .tagList{
        margin: 0.85rem -0.35rem 0rem;
        padding-right: 0;
    }
    .secInterview .tagItem{
        min-width: 7.8rem;
        border-radius: 1.4rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
        margin: 0.35rem;
        padding: 0.5rem 1rem;
    }
    .secInterview .tagItem.tag02{
        border: solid 0.1rem var(--textColor);
    }
}
/*-----------------------------------------------
	details
-----------------------------------------------*/
.secDetailsTop{
    margin-top: 10rem;
    position: relative;
}
.secDetailsTop .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 0 5rem 5rem 5rem;
}
.secDetailsTop .imgBox::after{
    position: absolute;
    content: "";
    width: 93.5rem;
    height: 100%;
    top: 0;
    right: 90rem;
    background-image: -moz-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.secDetailsTop .img{
    padding-top: 52%;
}
.secDetailsTop .txtBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 7rem 13.5rem;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_90);
    font-weight: bold;
}
.secDetailsTop .tit span{
    background: linear-gradient(transparent 15%, var(--white) 15%, var(--white) 85%, transparent 85%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2rem;
}
.secDetailsTop .engName{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: bold;
    color: var(--white);
    margin-top: 2.2rem;
}
.secDetailsTop .name{
    font-size: var(--pcFontSize50);
    line-height: var(--pcLineHeight50_75);
    font-weight: bold;
    color: var(--white);
    margin-top: 0.5rem;
}
.secDetailsTop .txtList{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.secDetailsTop .txtItem{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_39);
    font-weight: bold;
    color: var(--white);
}
.secDetailsTop .txtItem:nth-child(n+2){
    position: relative;
    padding-left: 3.5rem;
}
.secDetailsTop .txtItem:nth-child(n+2)::after{
    position: absolute;
    content: "";
    width: 2.6rem;
    height: 0.1rem;
    background: var(--white);
    left: 0.8rem;
    bottom: 1.8rem;
    transform: rotate(-60deg)
}
.secDetailsTop .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.5rem 0;
}
.secDetailsTop .tagItem{
    min-width: 12rem;
    border-radius: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_28);
    padding: 0.7rem 1.5rem;
    margin: 0.5rem;
}
.secDetailsTop .tagItem.tag01{
    background: var(--tag01Color);
    color: var(--white);
}
.secDetailsTop .tagItem.tag02{
    background: var(--white);
    color: var(--textColor);
}
.secDetailsTop .tagItem.tag03{
    background: var(--formBtnColor);
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 2.5rem;
    }
    .secDetailsTop .imgBox{
        border-radius: 0 3rem 3rem 3rem;
        padding-bottom: 14.5rem;
    }
    .secDetailsTop .imgBox::after{
        width: 100%;
        height: 25rem;
        top: auto;
        bottom: 0;
        right: 0;
        background-image: -moz-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(29,60,135) 0%, rgb(59,197,137) 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }
    .secDetailsTop .img{
        padding-top: 114.286%;
    }
    .secDetailsTop .txtBox{
        width: 100%;
        z-index: 10;
        padding: 0 3rem 3rem;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_42);
    }
    .secDetailsTop .tit span{
        background: linear-gradient(transparent 10%, var(--white) 10%, var(--white) 90%, transparent 90%);
        padding: 1rem;
    }
    .secDetailsTop .engName{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_21);
        margin-top: 1rem;
    }
    .secDetailsTop .name{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_45);
        margin-top: -0.5rem;
    }
    .secDetailsTop .txtList{
        margin-top: -0.2rem;
    }
    .secDetailsTop .txtItem{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
    }
    .secDetailsTop .txtItem:nth-child(n+2){
        padding-left: 2rem;
    }
    .secDetailsTop .txtItem:nth-child(n+2)::after{
        width: 1.3rem;
        height: 0.1rem;
        left: 0.3rem;
        bottom: 0.9rem;
    }
    .secDetailsTop .tagList{
        margin: 0.95rem -0.25rem 0;
    }
    .secDetailsTop .tagItem{
        min-width: 8rem;
        border-radius: 1.5rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        margin: 0.25rem;
        padding: 0.6rem 1rem;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 7.5rem;
}
.secDetailsEntry .item:nth-child(n+2){
    margin-top: 6.5rem;
}
.secDetailsEntry .tit{
    position: relative;
    padding-left: 8rem;
}
.secDetailsEntry .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_33);
    font-weight: bold;
}
.secDetailsEntry .tit::after{
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.1rem;
    left: 0;
    top: 1.6rem;
    background: var(--textColor);
}
.secDetailsEntry .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1.2rem;
}
.secDetailsEntry .img{
    padding-top: 40%;
}
.secDetailsEntry .img img{
    border-radius: 0 3rem 3rem 3rem;
    overflow: hidden;
}
.secDetailsEntry .img + .txtBox,
.secDetailsEntry .imgFlex + .txtBox{
    margin-top: 7.1rem;
}
.secDetailsEntry .imgFlex{
    display: flex;
    margin-top: 7.5rem;
}
.secDetailsEntry .imgLeftBox{
    width: 60%;
}
.secDetailsEntry .imgRightBox{
    width: 40%;
}
.secDetailsEntry .imgLeft{
    padding-top: 66.667%;
    border-radius: 0 0 0 3rem;
    overflow: hidden;
}
.secDetailsEntry .imgRight{
    padding-top: 100%;
    border-radius: 0 3rem 3rem 0;
    overflow: hidden;
}
.secDetailsEntry .img{
    margin-top: 7.5rem;
}
@media only screen and (max-width:1215px){
    .secDetailsEntry{
        margin-top: 2rem;
    }
    .secDetailsEntry .item:nth-child(n+2){
        margin-top: 1.8rem;
    }
    .secDetailsEntry .tit{
        padding-left: 0;
    }
    .secDetailsEntry .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_28);
    }
    .secDetailsEntry .tit::after{
        display: none;
    }
    .secDetailsEntry .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 1.2rem;
    }
    .secDetailsEntry .img img{
        border-radius: 0 1.5rem 1.5rem 1.5rem;
    }
    .secDetailsEntry .img + .txtBox,
    .secDetailsEntry .imgFlex + .txtBox{
        margin-top: 2.2rem;
    }
    .secDetailsEntry .imgFlex{
        margin-top: 2.2rem;
    }
    .secDetailsEntry .imgLeft{
        border-radius: 0 0 0 1.5rem;
    }
    .secDetailsEntry .imgRight{
        border-radius: 0 1.5rem 1.5rem 0;
    }
    .secDetailsEntry .img{
        margin-top: 2.5rem;
    }
}
/* secSchedule */
.secSchedule{
    margin-top: 19rem;
    background: var(--tag01Color);
    padding: 20rem 0;
}
.secSchedule .wrapper{
    position: relative;
    z-index: 10;
}
.secSchedule .topTitBox{
    text-align: center;
    color: var(--white);
}
.secSchedule .topEngTit{
    width: 89.8rem;
    margin: 0 auto;
}
.secSchedule .topJpnTit{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    margin-top: 3.8rem;
}
.secSchedule .mainBox{
    margin-top: 7rem;
    border-radius: 3rem;
    overflow: hidden;
    background: var(--white);
    padding: 8rem 10.5rem;
}
.secSchedule .list{
    display: flex;
}
.secSchedule .item{
    width: 62rem;
    padding: 2.5rem 0;
    position: relative;
}
.secSchedule .item::after{
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 100%;
    top: 0;
    left: 9rem;
    background: var(--formBtnColor);
    border-radius: 0.3rem;
}
.secSchedule .item:nth-child(2){
    margin-left: 8rem;
}
.secSchedule .txtItem{
    display: flex;
}
.secSchedule .txtItem:nth-child(n+2){
    margin-top: 2.5rem;
}
.secSchedule .leftBox{
    width: 9rem;
    padding: 0.7rem 0 0;
}
.secSchedule .time{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
}
.secSchedule .rightBox{
    width: calc(100% - 9rem);
    padding: 0 0 0 5rem;
    position: relative;
}
.secSchedule .rightBox::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    top: 1rem;
    left: -0.7rem;
    background: var(--formBtnColor);
    border-radius: 50%;
}
.secSchedule .tit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_36);
    font-weight: bold;
}
.secSchedule .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 0;
}
.secSchedule .imgBox{
    margin-top: 2.5rem;
    width: calc(100% - 5.5rem);
}
.secSchedule .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .secSchedule{
        margin-top: 7.5rem;
        padding: 8rem 0;
    }
    .secSchedule .topEngTit{
        width: 19.2rem;
    }
    .secSchedule .topJpnTit{
        font-size: var(--spFontSize18);
        margin-top: 2rem;
    }
    .secSchedule .mainBox{
        margin-top: 3rem;
        padding: 4rem 2rem;
    }
    .secSchedule .list{
        position: relative;
        display: block;
    }
    .secSchedule .list::after{
        position: absolute;
        content: "";
        width: 0.3rem;
        height: calc(100% + 2rem);
        left: 6.3rem;
        top: -1rem;
        background: var(--formBtnColor);
        border-radius: 1.5rem;
    }
    .secSchedule .item{
        width: 100%;
        padding: 0;
    }
    .secSchedule .item::after{
        display: none;
    }
    .secSchedule .item:nth-child(2){
        margin: 2.2rem auto 0;
    }
    .secSchedule .txtItem:nth-child(n+2){
        margin-top: 2.2rem;
    }
    .secSchedule .leftBox{
        width: 6rem;
        padding: 0.5rem 0 0;
    }
    .secSchedule .time{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        font-weight: bold;
    }
    .secSchedule .rightBox{
        width: calc(100% - 6rem);
        padding: 0 0 0 2rem;
    }
    .secSchedule .rightBox::after{
        width: 1.3rem;
        height: 1.3rem;
        top: 1rem;
        left: -0.2rem;
    }
    .secSchedule .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_27);
    }
    .secSchedule .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        margin-top: 0;
    }
    .secSchedule .imgBox{
        margin-top: 0.5rem;
        width: calc(100% - 0.3rem);
    }
    .secSchedule .img img{
        border-radius: 1rem;
    }
}
/* secStaff  */
.secStaff{
    margin-top: 20rem;
}
.secStaff .topTitBox{
    text-align: center;
}
.secStaff .topEngTit{
    width: 24.9rem;
    margin: 0 auto;
}
.secStaff .topJpnTit{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    margin-top: 3.5rem;
}
.secStaff .boxSlider{
    position: relative;
    margin-top: 7rem;
}
.secStaff .swiper{
    overflow: visible;
}
.secStaff .swiper-slide{
    height: auto;
}
.secStaff .inner{
    position: relative;
    height: 100%;
    display: block;
    color: var(--white);
    overflow: visible;
}
.secStaff .btnBox{
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    bottom: 4rem;
    right: 4rem;
    z-index: 10;
    transition: 0.5s;
}
.secStaff .btnBox::after{
    position: absolute;
    content: "";
    width: 6.4rem;
    height: 6.4rem;
    top: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.5s;
}
.secStaff.lazyloaded .inner .btnBox::after{
    background: url(../img/interview/iconInterviewBtn02.png) center top / cover;
}
.secStaff .inner:hover .btnBox::after{
    background: var(--white);
    transition: 0.5s;
}
.secStaff .btnIcon{
    position: relative;
    width: 100%;
    height: 100%;
}
.secStaff .btnIcon::before,
.secStaff .btnIcon::after{
    background: var(--white);
    transition: 0.5s;
}
.secStaff .btnIcon::before{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 1px;
    bottom: calc(50% + 1.5px);
    right: 2.6rem;
    transform: rotate(45deg);
}
.secStaff .btnIcon::after{
    content: "";
    position: absolute;
    width: 5.8rem;
    height: 1px;
    right: 2.7rem;
    bottom: calc(50% - 0.5px);
}
.secStaff .inner:hover .btnIcon::before,
.secStaff .inner:hover .btnIcon::after{
    background: var(--textColor);
    z-index: 15;
}
.secStaff .inner:hover .btnIcon::after{
    width: 1.6rem;
}
.secStaff .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 0 2.7rem 2.7rem 2.7rem;
    z-index: 1;
}
.secStaff .imgBox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(var(--ColorBlack_0), var(--ColorBlack_40))
}
.secStaff .img{
    padding-top: 125%;
}
.secStaff .txtBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 7rem 4rem;
}
.secStaff .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_40) * 2);
}
.secStaff .tit br{
    display:none;
}
.secStaff .txtList{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.secStaff .txtItem{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
    margin-right: 0.9rem;
}
.secStaf .txtItem02{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secStaff .txtItem:nth-child(n+2){
    position: relative;
    padding-left: 1.4rem;
}
.secStaff .txtItem:nth-child(n+2)::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 0.1rem;
    background: var(--white);
    left: -0.5rem;
    bottom: 0.9rem;
    transform: rotate(-60deg)
}
.secStaff .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.5rem 0;
}
.secStaff .tagItem{
    min-width: 11rem;
    padding: 0.85rem 1.5rem;
    border-radius: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    margin: 0.5rem;
}
.secStaff .tagItem.tag01{
    background: var(--tag01Color);
    color: var(--white);
}
.secStaff .tagItem.tag02{
    background: var(--white);
    color: var(--textColor);
}
.secStaff .tagItem.tag03{
    background: var(--formBtnColor);
    color: var(--textColor);
}
.secStaff .boxSlider.disabled .swiper-wrapper{
    justify-content: center;
}
.secStaff .boxSlider.disabled .swiper-slide{
    width: 31.628%;
    margin-right: 2.558%;
}
.secStaff .boxSlider.disabled .swiper-slide:nth-child(3),
.secStaff .boxSlider.disabled .swiper-slide:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1215px){
    .secStaff{
        margin-top: 8rem;
    }
    .secStaff .topEngTit{
        width: 10.2rem;
    }
    .secStaff .topJpnTit{
        font-size: var(--spFontSize18);
        margin-top: 2rem;
    }
    .secStaff .boxSlider{
        margin-top: 3rem;
    }
    .secStaff .btnBox{
        display: none;
    }
    .secStaff .imgBox{
        position: relative;
        overflow: hidden;
        border-radius: 0 2.7rem 2.7rem 2.7rem;
    }
    .secStaff .txtBox{
        padding: 2.5rem 3rem;
    }
    .secStaff .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        max-height: calc(var(--spFontSize16) * var(--spLineHeight16_28) * 2);
    }
    .secStaff .txtList{
        margin-top: 1rem;
    }
    .secStaff .txtItem{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        margin-right: 0.4rem;
    }
    .secStaff .txtItem:nth-child(n+2){
        padding-left: 0.9rem;
    }
    .secStaff .txtItem:nth-child(n+2)::after{
        width: 1.4rem;
        height: 0.1rem;
        background: var(--white);
        left: -0.5rem;
        bottom: 0.7rem;
        transform: rotate(-60deg)
    }
    .secStaff .tagList{
        margin: 1.5rem -0.35rem 0rem;
    }
    .secStaff .tagItem{
        min-width: 8rem;
        border-radius: 1.4rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
        margin: 0.35rem;
        padding: 0.7rem 1rem;
    }
    .secStaff .boxSlider.disabled{
        padding-bottom: 0;
    }
    .secStaff .boxSlider.disabled .swiper-wrapper{
        justify-content: center;
    }
    .secStaff .boxSlider.disabled .swiper-slide{
        width: calc(100% - 3rem);
        margin: 0 auto;
    }
    .secStaff .boxSlider.disabled .swiper-slide:nth-child(3),
    .secStaff .boxSlider.disabled .swiper-slide:last-child{
        margin: 0 auto;
    }
}
.secStaff .slideUnderbox{
    width: 100%;
    display: flex;
    margin-top: 5rem;
}
.secStaff .boxSlider.disabled .slideUnderbox{
    display: none;
}
.secStaff .paginationArea{
    flex: 1;
    padding-right:6.5rem;
    position: relative;
}
.secStaff .swiper-pagination{
    position: relative;
    top: calc(50% - 0.4rem);
    left: 0;
    bottom: auto;
    background-color: var(--bgGlay);
    border-radius: 0.4rem;
    height: 0.8rem;
    display: flex;
}
.secStaff .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.secStaff .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: var(--bgGlay);
    border-radius: 0.4rem;
    margin: 0;
    flex: 1;
}
.secStaff .swiper-pagination-bullet-active{
    background-color: var(--textColor)!important;
}
.secStaff .btnArea{
    width: 18.6rem;
    position: relative;
    height: 6.4rem;
}
.secStaff .swiper-button-prev,
.secStaff .swiper-button-next{
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    top: 0;
    margin: 0;
}
.secStaff .swiper-button-prev{
    left: 0;
}
.secStaff .swiper-button-next{
    right: 0;
    transform: scale(-1, 1);
}
.secStaff .swiper-button-prev::before,
.secStaff .swiper-button-next::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: var(--textColor);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.secStaff .swiper-button-prev::after,
.secStaff .swiper-button-next::after{
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    right: calc(0% - 1.5rem);
    background-color: var(--bgGlay);
}
@media only screen and (min-width:1216px){
    .secStaff .swiper-button-prev::before,
    .secStaff .swiper-button-next::before{
        transition: 0.5s;
    }
    .secStaff .swiper-button-prev::after,
    .secStaff .swiper-button-next::after{
        transition: 0.1s;
    }
    .secStaff .swiper-button-prev:hover:before,
    .secStaff .swiper-button-next:hover:before{
        background-color: var(--textColor);
        z-index: 3;
    }
    .secStaff .swiper-button-prev:hover::after,
    .secStaff .swiper-button-next:hover::after{
        background-color: rgba(0,0,0,0);
        right: calc(0% - 2rem);
        transition: 0.5s;
    }
}
.secStaff .slide_Arrow{
    width:1.6rem;
    height: 0.6rem;
    position: absolute;
    left: calc(50% - 0.8rem);
    top: calc(50% - 0.5rem);
    z-index: 3;
}
.secStaff .slide_Arrow::before,
.secStaff .slide_Arrow::after{
    content: "";
    position: absolute;
    background-color: var(--textColor);
    transition: 0.5s;
}
.secStaff .slide_Arrow::before{
    width: 0.8rem;
    height: 1px;
    bottom: calc(0% + ((0.8rem / 2) - 0.1rem));
    left: 0;
    transform: rotate(-45deg);
}
.secStaff .slide_Arrow::after{
    width: 5.4rem;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--textColor);
}
@media only screen and (min-width:1216px){
    .secStaff .swiper-button-prev:hover .slide_Arrow::before,
    .secStaff .swiper-button-next:hover .slide_Arrow::before,
    .secStaff .swiper-button-prev:hover .slide_Arrow::after,
    .secStaff .swiper-button-next:hover .slide_Arrow::after{
        background-color: var(--white);
    }
    .secStaff .swiper-button-prev:hover .slide_Arrow::after,
    .secStaff .swiper-button-next:hover .slide_Arrow::after{
        width: 1.6rem;
    }
}
@media only screen and (max-width:1215px){
    .secStaff .slideUnderbox{
        justify-content: flex-end;
        margin-top: 3rem;
    }
    .secStaff .paginationArea{
        display: none;
    }
    .secStaff .btnArea{
        width: 13rem;
        height: 5rem;
    }
    .secStaff .swiper-button-prev,
    .secStaff .swiper-button-next{
        width: 5rem;
        height: 5rem;
    }
    .secStaff .swiper-button-prev::after,
    .secStaff .swiper-button-next::after{
        display: none;
    }
    .secStaff .slide_Arrow{
        width: 1rem;
        height: 0.5rem;
        left: calc(50% - 0.5rem);
        top: calc(50% - 0.3rem);
        z-index: 3;
    }
    .secStaff .slide_Arrow::before{
        width: 0.6rem;
        bottom: calc(0% + ((0.3rem / 2) + 0.1rem));
    }
    .secStaff .slide_Arrow::after{
        width: 3.8rem;
    }
}