.secCmnTit .titEng{
    margin-bottom: 3.1rem;
}
.secCmnTit .titJpn{
    padding-left: 4.6rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
}
.secCmnTit .titJpn::after{
    width: 3.5rem;
    height: 1.8rem;
}
@media only screen and (max-width:1215px){
    .secCmnTit .titEng{
        margin-bottom: 1.8rem;
        max-width: 21.1rem;
    }
    .secCmnTit .titJpn{
        padding-left: 3rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLineHeight13_26);
        font-weight: bold;
        position: relative;
    }
    .secCmnTit .titJpn::after {
        background-color: var(--bgColor01);
        width: 2rem;
        height: 1rem;
    }
}

/* secList */
.secList{
    margin-top: 14.4rem;
    margin-bottom: 15rem;
}
.secList .bgTabList{
    padding: 3rem;
    background: var(--Colorwhite);
}
.secList .boxTabList{
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
.secList .itemTabIn{
    display: block;
    padding: 1.6rem 2rem 1.8rem;
    border-radius: 0.5rem;
    background: var(--bgColor);
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secList .itemTab.active .itemTabIn{
    background: var(--ColorOrange);
}
.secList .boxContent .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 5.25rem;
    margin-top: 5rem;
}
.secList .boxContent .item{
    width: calc((100% - 10.5rem) / 3);
    background: var(--Colorwhite);
    box-shadow: 0 0 1rem var(--ShadowColor);
    position: relative;
}
.secList .boxContent .item a{
    display: block;
    height: 100%;
}
.secList .boxContent .boxImg{
    width: 100%;
    height: 0;
    padding-top: 60.475%;
}
.secList .boxContent .boxTxt{
    padding: 3rem 3rem 8.3rem;
}
.secList .boxContent .icon{
    display: inline-block;
    padding: 0.9rem 1rem 0.7rem;
    background: var(--ColorOrange);
    border-radius: 0.5rem;
    font-size: var(--pcFontSize14);
    font-weight: bold;
}
.secList .boxContent .txtAbout{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_36);
    letter-spacing: var(--pcLetterSpacing22_50);
    font-weight: bold;
    margin-top: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 10.8rem;
}
.secList .boxContent .txtDate{
    width: 100%;
    padding: 0 5.5rem 0 3rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--ColorOrange);
    font-weight: bold;
    position: absolute;
    bottom: 3.1rem;
    left: 0;
}
.secList .boxContent .txtDate::before{
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    position: absolute;
    right: 3rem;
    bottom: calc(50% - 1.05rem);
}
.secList .boxContent .txtDate::before{
    background: url(../img/common/iconNext.png) center top / cover;
}
@media only screen and (max-width:1215px){
    .secList{
        margin-top: 4.9rem;
        margin-bottom: 8rem;
    }
    .secList .bgTabList{
        padding: 2rem;
    }
    .secList .boxTabList{
        gap: 1rem;
    }
    .secList .itemTabIn{
        padding: 0.8rem 1.2rem 0.9rem;
        border-radius: 0.5rem;
        font-size: var(--spFontSize13);
    }
    .secList .boxContent .boxList{
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 3rem;
    }
    .secList .boxContent .item{
        width: 100%;
    }
    .secList .boxContent .boxImg{
        padding-top: 67.535%;
    }
    .secList .boxContent .boxTxt{
        padding: 2rem 2rem 6.2rem;
    }
    .secList .boxContent .icon{
        padding: 0.8rem 1rem 0.9rem;
        border-radius: 0.5rem;
        font-size: var(--spFontSize13);
    }
    .secList .boxContent .txtAbout{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_24);
        letter-spacing: var(--spLetterSpacing15_50);
        margin-top: 1rem;
        max-height: 7.2rem;
    }
    .secList .boxContent .txtDate{
        padding: 0 4.5rem 0 2rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        bottom: 2.4rem;
    }
    .secList .boxContent .txtDate::before{
        right: 2rem;
        bottom: calc(50% - 1.05rem);
    }
}
.secList .txtNone{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--textColor);
    text-align: center;
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secList .txtNone{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 8rem;
    }
}

/* secCmnIndexPager */
.secCmnIndexPager{
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.secCmnIndexPager .btn{
    min-width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    text-align: center;
}
.secCmnIndexPager a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secCmnIndexPager .btn{
    margin:-0.1rem 0 0 -0.1rem;
}
.secCmnIndexPager .on{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background: var(--newsBorder);
    color: var(--ColorOrange);
}
.secCmnIndexPager .btn.dots{
    border: 0;
    background: transparent;
    display: block;
    height: 3rem;
    padding: 0.7rem 0;
    font-size: var(--pcFontSize15);
    color: var(--newsBorder);
    box-shadow: none;
}
.secCmnIndexPager .inner{
    font-size: var(--pcFontSize15);
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext{
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev{
    margin-right: 2rem;
}
.secCmnIndexPager .btnNext{
    margin-left: 2rem;
}
.secCmnIndexPager .btnPrev .inner,
.secCmnIndexPager .btnNext .inner{
    position: relative;
    background: var(--Colorwhite);
    border-radius: 50%;
}
.secCmnIndexPager .btnPrev .inner:after,
.secCmnIndexPager .btnNext .inner::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0.7rem 0.4rem 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: calc(50% - 0.4rem);
    left: calc(50% - 0.4rem);
}
.secCmnIndexPager .btnNext .inner::after{
    left: calc(50% - 0.3rem);
    transform: scale(-1, 1);
}
@media only screen and (max-width:1215px){
    .secCmnIndexPager{
        margin-top: 4rem;
    }
    .secCmnIndexPager .btn{
        min-width: 3rem;
        height: 3rem;
    }
    .secCmnIndexPager .btn.dots{
        height: 3rem;
        padding: 0.7rem 0;
        font-size: var(--spFontSize13);
    }
    .secCmnIndexPager .inner{
        font-size: var(--spFontSize13);
    }
    .secCmnIndexPager .btnPrev,
    .secCmnIndexPager .btnNext{
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 1.5rem;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 1.5rem;
    }
}

/* details */
/* secTop */
.details .secTop{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 11.5rem;
}
.details .secTop:has(.imgBox){
    min-height: 86rem;
}
.details .secTop .boxTxt{
    position: relative;
    z-index: 2;
    margin-top: -1.5rem;
}
.details .secTop .icon{
    padding: 0.9rem 1rem 1rem;
    border-radius: 0.5rem;
    background: var(--ColorOrange);
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    display: table;
}
.details .secTop .txtTit{
    margin-top: 3rem;
}
.details .secTop .txtTit span{
    display: table;
    padding: 0.8rem 1.5rem 1.4rem;
    background: var(--Colorblack);
    font-size: var(--pcFontSize45);
    letter-spacing: var(--pcLetterSpacing45_80);
    color: var(--ColorOrange);
    font-weight: bold;
    margin-bottom: 1.8rem;
}
.details .secTop .txtDate{
    padding: 0.5rem 1.1rem 0.6rem;
    background: var(--Colorblack);
    font-size: var(--pcFontSize20);
    color: var(--Colorwhite);
    display: table;
    margin-top: 2.2rem;
}
.details .secTop .imgBox{
    width: 73.959%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
@media only screen and (max-width:1215px){
    .details .secTop{
        flex-direction: column-reverse;
        margin-top: 4.9rem;
    }
    .details .secTop:has(.imgBox){
        min-height: unset;
    }
    .details .secTop .icon{
        padding: 0.9rem 1rem 1rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
    .details .secTop .txtTit{
        margin-top: 1rem;
    }
    .details .secTop .txtTit span{
        padding: 0.8rem 1.5rem 1.4rem;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        margin-bottom: 0.8rem;
    }
    .details .secTop .txtDate{
        padding: 0.5rem 1.1rem 0.6rem;
        font-size: var(--spFontSize12);
        margin-top: 1rem;
    }
    .details .secTop .imgBox{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
}

/* secInterview */
.details .secInterview{
    margin-top: 12.2rem;
}
.details .secInterview .item{
    margin-bottom: 16.9rem;
}
.details .secInterview .item:last-child{
    margin-bottom: 0;
}
.details .secInterview .boxTop{
    position: relative;
    min-height: 22rem;
    display: flex;
    align-items: center;
}
.details .secInterview .txtNum{
    font-size: var(--pcFontSize220);
    color: var(--Colorwhite);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.details .secInterview .txtInterview{
    width: 138rem;
    margin: 0 auto;
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_60);
    letter-spacing: var(--pcLetterSpacing40_50);
    background: linear-gradient(90deg, var(--bgColor07), var(--bgColor08), var(--bgColor09));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
}
.details .secInterview .boxFlex{
    width: 155rem;
    margin: 3.5rem 0 0 auto;
    display: flex;
}
.details .secInterview .txtAbout{
    width: calc(100% - 70rem - 11.7rem);
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    margin-right: 11.7rem;
}
.details .secInterview .boxImgRight{
    width: 70rem;
}
@media only screen and (max-width:1215px){
    .details .secInterview{
        margin-top: 3.9rem;
    }
    .details .secInterview .item{
        margin-bottom: 7rem;
    }
    .details .secInterview .item:last-child{
        margin-bottom: 0;
    }
    .details .secInterview .boxTop{
        min-height: 8rem;
    }
    .details .secInterview .txtNum{
        font-size: var(--spFontSize80);
        left: unset;
        right: 0;
    }
    .details .secInterview .txtInterview{
        width: calc(100% - 3rem);
        margin: 0;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .details .secInterview .boxFlex{
        width: 100%;
        margin: 3rem auto 0;
        flex-direction: column-reverse;
    }
    .details .secInterview .txtAbout{
        width: 100%;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        margin-right: 0;
        margin-top: 2.5rem;
    }
    .details .secInterview .boxImgRight{
        width: 100%;
    }
}

/* secSchedule */
.details .secSchedule{
    padding: 10rem 0;
    background: var(--Colorwhite);
    margin-top: 14.7rem;
}
.details .secSchedule .boxFlexTop{
    display: flex;
    align-items: center;
}
.details .secSchedule .txtJp{
    padding-left: 4.7rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    position: relative;
    margin-left: 3.8rem;
}
.details .secSchedule .txtJp::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background-color: var(--keysubColor);
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
.details .secSchedule .boxList{
    position: relative;
    margin-top: 5.2rem;
}
.details .secSchedule .boxList::after{
    content: "";
    width: 0.4rem;
    height: 95%;
    background: var(--ColorOrange);
    position: absolute;
    left: 7.3rem;
    top: 0;
    z-index: 1;
}
.details .secSchedule .item{
    display: flex;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}
.details .secSchedule .item:last-child{
    margin-bottom: 0;
}
.details .secSchedule .boxTime{
    width: 15rem;
    height: auto;
    max-height: 7rem;
    border-radius: 0.5rem;
    font-size: var(--pcFontSize22);
    color: var(--Colorwhite);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
}
.details .secSchedule .boxTime.lazyloaded{
    background: url(../img/interview/bgTime.png) center top / cover;
}
.details .secSchedule .boxTxt{
    width: calc(100% - 15rem - 3.6rem);
    margin-left: 3.6rem;
}
.details .secSchedule .txtScheduleTit{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
    color: var(--bgColor04);
}
.details .secSchedule .txtScheduleAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 0.3rem;
}
@media only screen and (max-width:1215px){
    .details .secSchedule{
        padding: 4rem 0;
        margin-top: 5rem;
    }
    .details .secSchedule .txtTit{
        width: 21.2rem;
    }
    .details .secSchedule .boxFlexTop{
        align-items: flex-start;
        flex-direction: column;
    }
    .details .secSchedule .txtJp{
        padding-left: 2.9rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-left: 0;
        margin-top: 1.7rem;
    }
    .details .secSchedule .txtJp::after{
        width: 2rem;
        height: 1rem;
    }
    .details .secSchedule .boxList{
        margin-top: 3rem;
    }
    .details .secSchedule .boxList::after{
        left: 3.2rem;
    }
    .details .secSchedule .item{
        margin-bottom: 3rem;
    }
    .details .secSchedule .item:last-child{
        margin-bottom: 0;
    }
    .details .secSchedule .boxTime{
        width: 7rem;
        max-height: 5rem;
        font-size: var(--spFontSize16);
    }
    .details .secSchedule .boxTxt{
        width: calc(100% - 7rem - 0.9rem);
        margin-left: 0.9rem;
    }
    .details .secSchedule .txtScheduleTit{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
    }
    .details .secSchedule .txtScheduleAbout{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        letter-spacing: var(--pcLetterSpacing10);
        margin-top: 0.5rem;
    }
}

/* secOffDays */
.details .secOffDays{
    padding: 10rem 0;
    background: var(--Colorwhite);
    margin-top: 8.8rem;
}
.details .secOffDays .boxFlex{
    display: flex;
}
.details .secOffDays .boxTxt{
    width: calc(100% - 70rem - 12rem);
    margin-right: 12rem;
}
.details .secOffDays .txtQuestion{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    margin-top: 3.9rem;
}
.details .secOffDays .txtAnswer{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_42);
    letter-spacing: var(--pcLetterSpacing20_50);
    background: linear-gradient(90deg, var(--bgColor07), var(--bgColor08), var(--bgColor09));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2.9rem;
}
.details .secOffDays .txtAbout{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-top: 0.8rem;
}
@media only screen and (max-width:1215px){
    .details .secOffDays{
        padding: 4rem 0;
        margin-top: 6rem;
    }
    .details .secOffDays .boxFlex{
        flex-direction: column;
    }
    .details .secOffDays .boxTxt{
        width: calc(100% - 70rem - 12rem);
        margin-right: 12rem;
        display: contents;
    }
    .details .secOffDays .txtTit{
        width: 15.4rem;
    }
    .details .secOffDays .txtQuestion{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_50);
        margin-top: 2rem;
    }
    .details .secOffDays .txtAnswer{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-top: 2.4rem;
        order: 3;
    }
    .details .secOffDays .txtAbout{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-top: 0.8rem;
        order: 3;
    }
    .details .secOffDays .boxImgRight{
        order: 2;
        margin-top: 3rem;
    }
}

/* secMoreInterviews */
.details .secMoreInterviews{
    margin-top: 14.2rem;
    margin-bottom: 20rem;
}
.details .secMoreInterviews .boxFlexTop{
    display: flex;
    align-items: center;
}
.details .secMoreInterviews .txtJp{
    padding-left: 5.3rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    position: relative;
    margin-left: 3.8rem;
}
.details .secMoreInterviews .txtJp::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background-color: var(--keysubColor);
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
@media only screen and (max-width:1215px){
    .details .secMoreInterviews{
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .details .secMoreInterviews .boxFlexTop{
        align-items: flex-start;
        flex-direction: column;
    }
    .details .secOffDays .txtTit{
        width: 23.6rem;
    }
    .details .secMoreInterviews .txtJp{
        padding-left: 2.8rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-left: 0;
        margin-top: 1.7rem;
    }
    .details .secMoreInterviews .txtJp::after{
        width: 2rem;
        height: 1rem;
    }
}

/* secHeroSlider */
.details .secHeroSlider{
    overflow: hidden;
    margin-top: 5rem;
}
.details .secHeroSlider .boxSlider{
    position: relative;
}
.details .swiper{
    width: 42.5rem;
    overflow: visible;
}
.details .secHeroSlider .item{
    background: var(--Colorwhite);
    box-shadow: 0 0 1rem var(--ShadowColor);
    position: relative;
}
.details .secHeroSlider .boxImg{
    width: 100%;
    height: 0;
    padding-top: 60.475%;
}
.details .secHeroSlider .boxTxt{
    min-height: 23.7rem;
    padding: 3rem 3rem 8.3rem;
}
.details .secHeroSlider .icon{
    display: inline-block;
    padding: 0.9rem 1rem 0.7rem;
    background: var(--ColorOrange);
    border-radius: 0.5rem;
    font-size: var(--pcFontSize14);
    font-weight: bold;
}
.details .secHeroSlider .txtAbout{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_36);
    letter-spacing: var(--pcLetterSpacing22_50);
    font-weight: bold;
    margin-top: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 10.8rem;
}
.details .secHeroSlider .txtDate{
    width: 100%;
    padding: 0 5.5rem 0 3rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--ColorOrange);
    font-weight: bold;
    position: absolute;
    bottom: 3.1rem;
    left: 0;
}
.details .secHeroSlider .txtDate::before{
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    position: absolute;
    right: 3rem;
    bottom: calc(50% - 1.05rem);
}
.details .secHeroSlider .txtDate::before{
    background: url(../img/common/iconNext.png) center top / cover;
}
.details .secMoreInterviews .btnBack{
    margin: 8rem auto 0;
}
@media only screen and (max-width:1215px){
    .secHeroSlider .swiper{
        width: 84%;
    }
    .details .secHeroSlider .item{
        width: 100%;
    }
    .details .secHeroSlider .boxImg{
        padding-top: 67.535%;
    }
    .details .secHeroSlider .boxTxt{
        padding: 2rem 2rem 6.2rem;
    }
    .details .secHeroSlider .icon{
        padding: 0.8rem 1rem 0.9rem;
        border-radius: 0.5rem;
        font-size: var(--spFontSize13);
    }
    .details .secHeroSlider .txtAbout{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_24);
        letter-spacing: var(--spLetterSpacing15_50);
        margin-top: 1rem;
        max-height: 7.2rem;
    }
    .details .secHeroSlider .txtDate{
        padding: 0 4.5rem 0 2rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        bottom: 2.4rem;
    }
    .details .secHeroSlider .txtDate::before{
        right: 2rem;
        bottom: calc(50% - 1.05rem);
    }
}