@charset "utf-8";
/*-----------------------------------------------
	secCmnHead
-----------------------------------------------*/
.secCmnHead {
    background: linear-gradient(to bottom, var(--bgColor) 52.7rem, transparent 20rem);
}
.secCmnHead:before{
    bottom: -2.7rem;
    z-index: -1;
}
.secCmnHead::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: -10rem;
    left: 0;
    width: 118rem;
    height: 34.3rem;
    background: url(../img/common/imgCmnHero.png) center top / cover no-repeat;
    z-index: -2;
}
@media only screen and (max-width:1215px){
    .secCmnHead {
        background: linear-gradient(to bottom, var(--bgColor) 20rem, transparent 20rem);
    }
    .secCmnHead:before{
        bottom: auto;
    }
    .secCmnHead::after {
        bottom: -5rem;
        max-width: 40rem;
        width: 100%;
        height: 16.3rem;
        right: 0;
    }
}

/*-----------------------------------------------
    boxNewgrads
-----------------------------------------------*/
.boxNewgrads{
    position: relative;
    text-align: left;
    margin-top: 5rem;
    display: flex;
    gap: 4rem;
}
.boxNewgrads .secCmnBtn .boxBtn{
    margin: 0;
}
.boxNewgrads .boxImgLink .txt{
    font-size: var(--pcFS12);
    margin-top: 2rem;
}
@media only screen and (max-width:1430px){
    .boxNewgrads{
        gap: 2rem;
    }
}
@media only screen and (max-width:1215px){
    .boxNewgrads{
        order: 4;
        margin-top: 3rem;
        gap: 1.5rem;
        align-items: center;
        padding-bottom: 2.5rem;
    }
    .boxNewgrads .boxImgLink .txt{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: var(--spFS11);
        text-align: center;
    }
    .boxNewgrads .boxImgLink{
        max-width: 23rem;
        width: 100%;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
    boxListMain
-----------------------------------------------*/
.boxListMain{
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
    gap: 18rem;
}
.boxListMain .item{
    width: 100%;
}
/* boxHead */
.boxListMain .boxHead{
    position: relative;
    width: 100%;
    padding: 3.5rem 0 3rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid var(--grayColor);
}
.boxListMain .boxHead::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    color: var(--greenColor);
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    font-size: var(--pcFS22);
    letter-spacing: var(--pcLS22_50);
    font-weight: bold;
}
.boxListMain .boxHead .tit{
    font-size: var(--pcFSTit);
    line-height: var(--pcLHTit);
    letter-spacing: var(--pcLSTit);
    font-weight: bold;
}
/* boxBody */
.boxListMain .boxBody .boxImg{
    text-align: center;
}
.boxListMain .boxImg + .boxTxt{
    margin-top: 5rem;
}
.boxListMain .boxTxt .tit{
    font-size: var(--pcFS22);
    line-height: var(--pcLH22_50);
    font-weight: bold;
}
.boxListMain .boxTxt .txt{
    font-size: var(--pcFS18);
    line-height: var(--pcLHW18_36);
}
.boxListMain .boxBody .imgTxt{
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .boxListMain{
        margin-top: 3.5rem;
        gap: 8rem;
    }
    /* boxHead */
    .boxListMain .boxHead{
        padding: 2rem 0 1.5rem;
        margin-bottom: 2.2rem;
    }
    .boxListMain .boxHead::before {
        font-size: var(--spFS16);
    }
    .boxListMain .boxHead .tit{
        font-size: var(--spFSSTit);
        line-height: var(--spLHSTit);
        letter-spacing: var(--spLSSTit);
    }
    /* boxBody */
    .boxListMain .boxImg + .boxTxt{
        margin-top: 1.2rem;
    }
    .boxListMain .boxTxt .tit{
        font-size: var(--spFS16);
        line-height: var(--spLH16_26);
    }
    .boxListMain .boxTxt .txt{
        font-size: var(--spFS14);
        line-height: var(--spLHW14_24);
        width: 100%;
    }
    .boxListMain .boxBody .imgTxt{
        margin-top: 0.8rem;
        width: 8.6rem;
    }
}

/*-----------------------------------------------
	boxDlTable
-----------------------------------------------*/
.boxDlTable{
    border-top: 0.1rem solid var(--grayColor);
}
.boxDlTable .tr{
    position: relative;
    display: flex;
    font-size: var(--pcFS18);
    line-height: var(--pcLH18_28);
    letter-spacing: var(--pcLS18_50);
    background-color: var(--whiteColor);
}
.boxDlTable .tr:before,
.boxDlTable .td:after,
.boxDlTable .th:after,
.boxDlTable .tr:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--grayColor);
    opacity: 0.8;
    z-index: 1;
}
.boxDlTable .td:after,
.boxDlTable .th:after,
.boxDlTable .tr:after{
    width: 1px;
    height: 100%;
}
.boxDlTable .th:after,
.boxDlTable .td:after{
    left: auto;
    right: 0;
}
.boxDlTable .th{
    position: relative;
    width: 26rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: var(--gray_lightColor);
}
.boxDlTable .th,
.boxDlTable .td{
    padding: 4rem;
}
.boxDlTable .td{
    flex: 1;
}
.boxDlTable .txtLink{
    text-decoration: underline;
    color: var(--linkColor);
}
@media only screen and (max-width:1215px){
    .boxDlTable{
        width: 100%;
    }
    .boxDlTable .tr{
        flex-wrap: wrap;
        font-size: var(--spFS14);
        line-height: var(--spLH14_20);
        letter-spacing: var(--spLS14_0);
    }
    .boxDlTable .th,
    .boxDlTable .td{
        width: 100%;
        padding: 1rem 1.5rem;
    }
    .boxDlTable .th:after{
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
}

/*-----------------------------------------------
	boxListFlow
-----------------------------------------------*/
.boxListFlow{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.boxListFlow::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 6rem;
    width: 1rem;
    height: 100%;
    background-color: var(--beige_lightColor);
    z-index: -1;
}
.boxListFlow .itemFlow{
    width: 100%;
    background-color: var(--beigeColor);
    border-radius: 1rem;
    padding: 3rem 5rem 5rem 15rem;
    box-shadow: 0 1px 0 0 var(--blackColor_15);
}
.boxListFlow .boxTxt{
    position: relative;
}
.boxListFlow .boxTxt .num{
    position: absolute;
    left: -10rem;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--beige_darkColor);
    font-size: var(--pcFS50);
    font-weight: normal;
    display: flex;
    align-items: center;
}
.boxListFlow .boxTxt .txtDate{
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: var(--whiteColor);
    border-radius: 3rem;
    padding: 2.1rem 3rem;
    font-size: var(--pcFS18);
}
/* boxNewgrads */
.boxListFlow .boxNewgrads{
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .boxListFlow{
        gap: 1.7rem;
    }
    .boxListFlow::before{
        left: 0;
        right: 0;
    }
    .boxListFlow .itemFlow{
        border-radius: 0.8rem;
        padding: 2rem;
    }
    .boxListFlow .boxTxt {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0 0.5rem;
    }
    .boxListFlow .boxTxt .num{
        position: relative;
        top: 3px;
        left: auto;
        bottom: auto;
        margin: 0;
        font-size: var(--spFS22);
        display: inline-block;
    }
    .boxListFlow .boxTxt .tit {
        display: inline-block;
    }
    .boxListFlow .boxTxt .txtDate{
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 1.5rem;
        padding: 0.8rem 1.2rem;
        font-size: var(--spFS13);
    }
    .boxListFlow .txt + .txtDate{
        position: static;
        margin: 0.5rem 0 0;
    }
    .boxListFlow .boxNewgrads{
        margin-top: 1rem;
        flex-direction: column;
    }
    .boxListFlow .boxNewgrads .secCmnBtn {
        width: 20.5rem;
    }
    .boxListFlow .boxNewgrads .boxImgLink {
        width: 17.5rem
    }
}

/*-----------------------------------------------
    boxLink
-----------------------------------------------*/
.boxListMain .boxLink .link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxListMain .boxLink .boxTxt{
    width: calc(100% - (60rem));
}
.boxLink .boxImg + .boxTxt{
    padding-left: 6rem;
}
.boxListMain .boxLink .boxBtn{
    margin: 1rem 0 0;
    width: 30rem;
}
.boxListMain .boxLink .boxImg{
    width: 60rem;
}
.boxListMain .boxLink img{
    border-radius: 2rem;
}
@media only screen and (max-width:1215px){
    .boxListMain .boxLink a.link{
        flex-direction: column;
    }
    .boxListMain .boxLink .boxTxt{
        order: 2;
        width: 100%;
        margin-top: 1.5rem;
        padding-left: 0!important;
    }
    .boxListMain .boxLink .boxBtn{
        margin: 2.5rem auto 0;
        width: 20.5rem;
    }
    .boxLink .secCmnBtn .link {
        padding-left: 3rem;
    }
    .boxListMain .boxLink .boxImg{
        order: 1;
        width: 100%;
    }
    .boxListMain .boxLink img{
        border-radius: 1rem;
    }
}

/*-----------------------------------------------
    secEntry
-----------------------------------------------*/
.secEntry{
    margin-top: 20rem;
    width: 100%;
    border: 1px solid var(--mainColor);
    padding: 7rem 0;
}
.secEntry .tit{
    font-size: var(--pcFSTit);
    font-weight: bold;
    text-align: center;
}
.secEntry .boxNewgrads{
    justify-content: center;
    align-items: center;
    gap: 10rem;
    margin-top: 7rem;
}
.secEntry .boxNewgrads .secCmnBtn{
    position: relative;
}
.secEntry .boxNewgrads .secCmnBtn::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: -5rem;
    width: 1px;
    height: calc(100% + 4rem);
    background-color: var(--mainColor);
}
.secEntry .boxNewgrads .boxBtn{
    width: 34rem;
}
@media only screen and (max-width:1215px){
    .secEntry{
        margin-top: 8rem;
        padding: 4rem 0 2rem;
    }
    .secEntry .tit{
        font-size: var(--spFSSTit);
    }
    .secEntry .boxNewgrads{
        gap: 6rem;
        margin-top: 3rem;
        flex-direction: column;
    }
    .secEntry .boxNewgrads .secCmnBtn::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: auto;
        bottom: -3rem;
        right: 0;
        left: 0;
        width: 12.5rem;
        height: 1px;
    }
    .secEntry .boxNewgrads .boxBtn{
        width: 20.5rem;
    }
    .secEntry .boxNewgrads .link {
        padding-left: 3rem;
    }
    .secEntry .boxNewgrads .boxImgLink {
        width: 16.8rem;
    }
}

/*-----------------------------------------------
    seCmnTit
-----------------------------------------------*/
.seCmnTit{
    text-align: center;
}
.seCmnTit .tit{
    font-size: var(--pcFSTit);
    line-height: var(--pcLHTit);
    letter-spacing: var(--pcLSTit);
    font-weight: bold;
}
.seCmnTit .txt{
    font-size: var(--pcFS18);
    line-height: var(--pcLH18_28);
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .seCmnTit .tit{
        font-size: var(--spFSTit);
        line-height: var(--spLHTit);
        letter-spacing: var(--spLSTit);
    }
    .seCmnTit .txt{
        font-size: var(--spFS14);
        line-height: var(--spLH14_20);
        margin-top: 2rem;
    }
}


/*-----------------------------------------------
    linkList
-----------------------------------------------*/
.secOneday .linkList{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 5.5rem auto 0;
    padding: 0;
}
.secOneday .linkList .linkItem{
    width: 36rem;
    height: 8rem;
}
.secOneday .linkItem + .linkItem{
    margin-left: 4rem;
}
.secOneday .linkItem a{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blueColor);
    color: var(--whiteColor);
    font-size: var(--pcFS18);
    font-weight: bold;
    border-radius: 4rem;
    text-decoration: none!important;
}
.secOneday .linkItem a::before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4rem;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid var(--whiteColor);
    border-right: 2px solid var(--whiteColor);
    transform: rotate(135deg);
}
.secOneday .linkItem a .txtLink{
    font-size: var(--pcFS18);
}
@media only screen and (max-width:1215px){
    .secOneday .linkList{
        margin: 3rem auto 0;
        flex-direction: column;
        width: 80%;
    }
    .secOneday .linkList .linkItem{
        width: 100%;
        height: 4.5rem;
    }
    .secOneday .linkItem + .linkItem{
        margin: 1.5rem 0 0 0;
    }
    .secOneday .linkItem a{
        font-size: var(--spFS14);
        border-radius: 2.25rem;
    }
    .secOneday .linkItem a::before{
        bottom: 0.6rem;
        right: 2.2rem;
    }
    .secOneday .linkItem a .txtLink{
        font-size: var(--spFS14);
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .secOneday .linkItem a span{
        display: block;
    }
}
@media only screen and (max-width:360px){
    .secOneday .linkItem a .txtLink{
        width: 63%;
    }
}

/* secDay */
.secDay{
    margin: 9.9rem auto 0;
}
.secDay .dayTit{
    text-align: center;
}
.secDay .dayTit .txt{
    position: relative;
    display: inline-block;
    font-size: var(--pcFS30);
    font-weight: bold;
    color: var(--blueColor);
    padding-left: 6.2rem;
}
.secDay .dayTit .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    background: center top / cover no-repeat;
}
.secDay .dayTit .txt.lazyloaded::before{
    background-image: url(../img/recruit/newgrads/oneday/iconDay.gif);
}
.secDay .dayBox{
    margin: 4rem auto 0;
    list-style: none;
    background-color: var(--gray_lightColor);
    padding: 7rem;
}
.secDay .dayBox .inBox{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.secDay .dayBox .inBox::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 4rem;
    width: 0.4rem;
    height: 100%;
    background-color: var(--blueColor);
}
.secDay .dayBox .inBox:last-child:before{
    height: 10rem;
}
.secDay .dayBox .inBox + .inBox{
    padding-top: 3.6rem;
}
.secDay .dayBox .leftBox .icon{
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    background-color: var(--blueColor);
    color: var(--whiteColor);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secDay .dayBox .itemBox{
    width: 88%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secDay .dayBox .itemBox .txtBox{
    width: 45.456%;
    margin-top: 2.5rem;
}
.secDay .dayBox .itemBox .txtBox .tit{
    font-size: var(--pcFS20);
    font-weight: bold;
    color: var(--blueColor);
}
.secDay .dayBox .itemBox .txtBox .txt{
    margin-top: 0.5rem;
    font-size: var(--pcFS16);
    line-height: 3rem;
}
.secDay .dayBox .itemBox .imgBox{
    width: 34.092%;
}
@media only screen and (max-width:1215px){
    .secDay{
        margin: 5rem auto 0;
    }
    .secDay .dayTit .txt{
        font-size: var(--pcFS18);
        padding-left: 4rem;
    }
    .secDay .dayTit .txt::before{
        width: 2.4rem;
        height: 2.4rem;
    }
    .secDay .dayBox{
        margin: 2.5rem auto 0;
        padding: 2rem 1.5rem;
    }
    .secDay .dayBox .inBox::before{
        left: 3rem;
        width: 2px;
    }
    .secDay .dayBox .inBox:last-child:before{
        height: 6rem;
    }
    .secDay .dayBox .inBox + .inBox{
        padding-top: 4rem;
    }
    .secDay .dayBox .leftBox .icon{
        width: 6rem;
        height: 6rem;
        font-size: var(--pcFS15);
    }
    .secDay .dayBox .itemBox{
        width: 79.37%;
        flex-direction: column;
        margin-top: 2rem;
    }
    .secDay .dayBox .itemBox .txtBox{
        width: 100%;
        margin-top: 0;
    }
    .secDay .dayBox .itemBox .txtBox .tit{
        font-size: var(--pcFS16);
        line-height: var(--pcLH16_28);
    }
    .secDay .dayBox .itemBox .txtBox .txt{
        font-size: var(--pcFS12);
        line-height: var(--pcLH12_18);
        margin-top: 1rem;
    }
    .secDay .dayBox .itemBox .imgBox{
        margin-top: 2rem;
        width: 100%;
    }
}
@media only screen and (max-width:360px){
    .secDay .dayBox{
        padding: 2rem 1rem;
    }
    .secDay .dayBox .leftBox .icon {
        width: 5rem;
        height: 5rem;
    }
    .secDay .dayBox .inBox::before {
        left: 2.4rem;
    }
    .secDay .dayBox .itemBox {
        margin-top: 1.5rem;
    }
}

/*-----------------------------------------------
	secNumbers
-----------------------------------------------*/

/* secNumbers */
.secNumbers{
    margin-top: 7rem;
    position: relative;
    z-index: 10;
}
.secNumbers .listbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.secNumbers .item{
    position: relative;
    width: 31.58%;
    background-color: var(--gray_lightColor);
    padding: 4rem;
}
.secNumbers:not(.swiper-container) .item::before,
.secNumbers:not(.swiper-container) .item::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 3.7rem;
    right: 2.6rem;
    width: 1.8rem;
    height: 2px;
    background-color: var(--blueColor);
}
.secNumbers:not(.swiper-container) .item::after{
    bottom: 2.9rem;
    right: 3.4rem;
    width: 2px;
    height: 1.8rem;
}
.secNumbers .itemS{
    width: 48.685%;
}
.secNumbers .itemM{
    width: 65.79%;
}
.secNumbers .itemL{
    width: 100%;
}
.secNumbers .item:nth-child(n+4){
    margin-top: 3rem;
}
.secNumbers .itemTxt{
    position: absolute;
    top: 4rem;
    left: 4rem;
    font-size: var(--pcFS20);
    font-weight: bold;
}
.secNumbers .photoItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}
.secNumbers .photoItem.photoItemRow{
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem 4rem 0 4rem;
}
.secNumbers .fBox{
    display: flex;
    margin-top: 2rem;
}
.secNumbers .fBoxCol{
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 42rem;
    margin: 0;
}
.secNumbers .fBoxCol::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: 3px;
    background-color: var(--blueColor);
}
.secNumbers .txtBox{
    position: relative;
    color: var(--blueColor);
    margin-bottom: 1rem;
}
.secNumbers .fBlue{
    color: var(--blueColor);
}
.secNumbers .fBox:not(.fBoxCol) .txtBox + .txtBox{
    margin-left: 3.5rem;
}
.secNumbers .fBoxCol .txtBox {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.secNumbers .txtBox .txtNum{
    font-size: var(--pcFS100);
    letter-spacing: var(--pcLH100_50);
}
.secNumbers .txtBox .txtJp{
    font-weight: bold;
    font-size: var(--pcFS24);
}
.secNumbers .txtBox .txtJp.txtDeco{
    position: absolute;
    top: 0;
    left: 0;
}
.secNumbers .txtBox .txtJp.txtDeco.txtDecoEnd{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.secNumbers .infoTxt{
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    font-size: var(--pcFS13);
    text-align: center;
    color: var(--textColor);
}
.secNumbers .fBox .txtBox{
    padding-top: 1.5rem;
}
.secNumbers .fBox .txtBox .txtNum{
    font-size: var(--pcFS80);
}
.secNumbers .fBox .txtBox .subTxt{
    font-size: var(--pcFS18);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}
.secNumbers .listNum{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: 2rem auto 0;
}
.secNumbers .listNum .itemNum{
    width: 33rem;
    height: 6rem;
    background-color: var(--whiteColor);
    padding: 0 1.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secNumbers .listNum .txtJp{
    font-size: var(--pcFS18);
    font-weight: bold;
}
.secNumbers .listNum .txtNum{
    position: relative;
    font-size: var(--pcFS36);
    letter-spacing: var(--pcLS36_50);
    padding-right: 1.5rem;
}
.secNumbers .listNum .decoTxt{
    font-size: var(--pcFS24);
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0.4rem;
}

/* popupPhoto */
#popupPhoto .secNumbers .item{
    padding: 11rem 2rem 5.7rem;
}
#popupPhoto .secNumbers .photoItem{
    flex-direction: row;
    justify-content: center;
    padding: 0;
}
#popupPhoto .secNumbers .photoItem .img{
    margin-right: 12rem;
}
#popupPhoto .secNumbers .itemTxt{
    color: var(--textColor);
    left: 0;
    right: 0;
}
#popupPhoto .secNumbers .txtBox{
    line-height: 1;
}
#popupPhoto .secNumbers .photoTxt{
    font-size: var(--pcFS18);
    line-height: var(--pcLH18_28);
    font-weight: bold;
    color: var(--textColor);
    margin-top: 5.5rem;
}
#popupPhoto .secNumbers .photoTxt + .photoTxt{
    margin-top: 0;
}
#popupPhoto .secNumbers .photoTxt.photoTxtSub{
    font-size: var(--pcFS15);
    margin-top: 6.5rem;
    font-weight: normal;
}
#popupPhoto .secNumbers .photoTxt a{
    color: var(--blueColor);
    text-decoration: underline;
}
#popupPhoto .secNumbers .fMin{
    font-size: var(--pcFS15);
}
#popupPhoto .secNumbers .fRed{
    color: var(--redColor);
}
#popupPhoto .secNumbers .subBox{
    display: flex;
    justify-content: center;
    margin-top: 3.3rem;
}
#popupPhoto .secNumbers .infoList{
    counter-reset: number 0;
    list-style: none;
    line-height: var(--pcLH28_36);
    color: var(--textColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
#popupPhoto .secNumbers .infoSub{
    position: relative;
    font-size: var(--pcFS15);
    line-height: var(--pcLH15_20);
    text-align: left;
    padding-left: 4rem;
}
#popupPhoto .secNumbers .infoSub::before{
    position: absolute;
    counter-increment: number 1;
    content: "※" counter(number);
    color: var(--redColor);
    font-size: var(--pcFS15);
    left: 0;
    top: 0;
}
#popupPhoto .secNumbers .infoSub + .infoSub{
    margin-top: 0.5rem;
}
#popupPhoto .secNumbers .infoTxt{
    position: static;
    font-size: var(--pcFS15);
    margin-top: 2.2rem;
}
#popupPhoto .secNumbers .listNum{
    flex-direction: column;
    width: auto;
    margin: 0;
    color: var(--textColor);
}
#popupPhoto .secNumbers .listNum .itemNum + .itemNum{
    margin-top: 1.5rem;
}
#popupPhoto .secNumbers .itemImgBox{
    color: var(--textColor);
}
#popupPhoto .secNumbers .itemImgBox .img{
    position: relative;
}
#popupPhoto .secNumbers .itemImgBox .img::after{
    position: absolute;
    content: '×';
    margin: auto;
    font-size: var(--pcFS60);
    top: 0;
    bottom: 1.4rem;
    right: -10rem;
    color: var(--textColor);
    line-height: 1;
    display: flex;
    align-items: flex-end;
}
#popupPhoto .secNumbers .itemImgBox .jpTxt{
    font-size: var(--pcFS20);
    font-weight: bold;
}
#popupPhoto .secNumbers .itemImgBox .numTxt{
    font-size: var(--pcFS80);
    margin: 0 1rem;
    font-weight: 500;
}
#popupPhoto .secNumbers .fBox .txtBox {
    padding: 2.1rem 0;
}
@media only screen and (max-width:1215px){
    .secNumbers{
        margin-top: 3rem;
    }
    .secNumbers .item{
        width: 48%;
        padding: 2rem;
    }
    .secNumbers .item.item05,
    .secNumbers .item.item06,
    .secNumbers .item.item07,
    .secNumbers .item.item08{
        padding: 2rem 2rem 4rem;
    }
    .secNumbers .itemS,
    .secNumbers .itemM,
    .secNumbers .itemL{
        width: 100%;
    }
    .secNumbers .item:nth-child(n+3){
        margin-top: 1.5rem;
    }
    .secNumbers:not(.swiper-container) .item::before,
    .secNumbers:not(.swiper-container) .item::after{
        bottom: 1.5rem;
        right: 1.5rem;
        width: 1.4rem;
        height: 2px;
    }
    .secNumbers:not(.swiper-container) .item::after{
        bottom: 0.9rem;
        right: 2.1rem;
        width: 2px;
        height: 1.4rem;
    }
    .secNumbers .itemTxt{
        top: 1.5rem;
        left: 1.5rem;
        font-size: var(--pcFS13);
        width: calc(100% - 3rem);
    }
    .secNumbers .photoItem{
        padding-top: 2.5rem;
        justify-content: space-between;
        height: 100%;
    }
    .secNumbers .itemS .photoItem{
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
    }
    .secNumbers .itemS .photoItem .img{
        height: 7rem;
    }
    .secNumbers .photoItem.photoItemRow{
        padding: 2rem 0 0 0;
        width: 80%;
        margin: 0 auto;
    }
    .secNumbers .item .img{
        width: auto;
        height: 5rem;
    }
    .secNumbers .item img{
        width: auto;
        height: 100%;
    }
    .secNumbers .fBox{
        display: flex;
        margin-top: 2rem;
    }
    .secNumbers .fBoxCol{
        width: 70%;
    }
    .secNumbers .fBoxCol::before{
        top: 0.5rem;
        height: 2px;
    }
    .secNumbers .txtBox{
        margin-bottom: 0;
    }
    .secNumbers .fBox:not(.fBoxCol) .txtBox + .txtBox{
        margin-left: 1rem;
    }
    .secNumbers .fBoxCol .txtBox {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .secNumbers .txtBox .txtNum{
        font-size: var(--spFS50);
        letter-spacing: 0;
    }
    .secNumbers .txtBox .txtJp{
        font-size: var(--spFS14);
        margin: 0 0.3rem;
    }
    .secNumbers .txtBox .txtJp.txtDeco{
        position: absolute;
        top: 0;
        left: 0;
    }
    .secNumbers .txtBox .txtJp.txtDeco.txtDecoEnd{
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }
    .secNumbers .infoTxt{
        bottom: 2.5rem;
        font-size: var(--spFS11);
    }
    .secNumbers .fBox .txtBox{
        padding-top: 1rem;
    }
    .secNumbers .fBox .txtBox .txtNum{
        font-size: var(--spFS40);
    }
    .secNumbers .fBox .txtBox .subTxt{
        font-size: var(--spFS12);
    }
    .secNumbers .listNum{
        flex-direction: column;
        padding: 0;
        width: 85%;
        margin: 2rem auto 0;
    }
    .secNumbers .listNum .itemNum{
        width: 100%;
        height: 5rem;
        padding: 0 1rem;
    }
    .secNumbers .listNum .itemNum + .itemNum{
        margin-top: 1rem;
    }
    .secNumbers .listNum .txtJp{
        font-size: var(--spFS13);
    }
    .secNumbers .listNum .txtNum{
        font-size: var(--spFS30);
        padding-right: 1.2rem;
        letter-spacing: 0;
    }
    .secNumbers .listNum .decoTxt{
        font-size: var(--spFS20);
    }
    /* popupPhoto */
    #popupPhoto .secNumbers .item{
        padding: 6rem 2rem 4rem;
        max-height: calc(100vh - 23rem);
        overflow-y: scroll;
    }
    #popupPhoto .secNumbers .item:not(.swiper-slide-active){
        opacity: 0;
        height: 0;
    }
    #popupPhoto .secNumbers .photoItem .itemTxt{
        font-size: var(--spFS14);
    }
    #popupPhoto .secNumbers .photoItem .img{
        margin-right: 3rem;
    }
    #popupPhoto .secNumbers .itemTxt{
        color: var(--textColor);
        left: 0;
        right: 0;
        margin: auto;
        font-size: var(--spFS15);
    }
    #popupPhoto .secNumbers .txtBox{
        line-height: 1;
    }
    #popupPhoto .secNumbers .photoTxt{
        font-size: var(--spFS13);
        line-height: var(--spLH13_24);
        margin-top: 3rem;
        text-align: left;
    }
    #popupPhoto .secNumbers .item07 .photoTxt,
    #popupPhoto .secNumbers .item12 .photoTxt,
    #popupPhoto .secNumbers .item04 .photoTxt{
        text-align: center;
    }
    #popupPhoto .secNumbers .item04 .photoTxt + .photoTxt,
    #popupPhoto .secNumbers .item07 .photoTxt + .photoTxt{
        text-align: left;
    }
    #popupPhoto .secNumbers .photoTxt + .photoTxt{
        margin-top: 1rem;
    }
    #popupPhoto .secNumbers .photoTxt.photoTxtSub{
        font-size: var(--spFS15);
        font-weight: bold;
        margin-top: 6.5rem;
    }
    #popupPhoto .secNumbers .fMin{
        font-size: var(--spFS11);
    }
    #popupPhoto .secNumbers .subBox{
        margin-top: 2rem;
    }
    #popupPhoto .secNumbers .infoList{
        line-height: var(--spLH28_36);
    }
    #popupPhoto .secNumbers .infoSub{
        font-size: var(--spFS12);
        line-height: var(--spLH12_18);
        padding-left: 2.5rem;
    }
    #popupPhoto .secNumbers .infoSub::before{
        font-size: var(--spFS11);
    }
    #popupPhoto .secNumbers .infoSub + .infoSub{
        margin-top: 0.5rem;
    }
    #popupPhoto .secNumbers .infoTxt{
        font-size: var(--spFS12);
        margin-top: 1rem;
    }
    #popupPhoto .secNumbers .photoTxt.photoTxtSub{
        font-size: var(--spFS12);
        margin-top: 0;
        font-weight: normal;
    }
    #popupPhoto .secNumbers .listNum{
        width: 90%;
        margin-top: 2rem;
    }
    #popupPhoto .secNumbers .listNum .itemNum + .itemNum{
        margin-top: 1.5rem;
    }
    #popupPhoto .secNumbers .item12 .photoItem,
    #popupPhoto .secNumbers .itemImgBox{
        flex-direction: column;
    }
    #popupPhoto .secNumbers .item12 .photoItem{
        margin: 0 0 1rem 0;
    }
    #popupPhoto .secNumbers .item12 .photoItem .img{
        margin: 0;
    }
    #popupPhoto .secNumbers .item12 .photoItem.itemImgBox .img{
        margin: 0 3rem 0 0;
    }
    #popupPhoto .secNumbers .item12 .photoTxt + .photoItem{
        flex-direction: row;
        justify-content: center;
    }
    #popupPhoto .secNumbers .itemImgBox .img{
        margin: 1.5rem 0;
    }
    #popupPhoto .secNumbers .itemImgBox .img::after{
        font-size: var(--spFS30);
        bottom: 1rem;
        right: -3.6rem;
        display: flex;
        justify-content: center;
    }
    #popupPhoto .secNumbers .itemImgBox .jpTxt{
        font-size: var(--spFS15);
    }
    #popupPhoto .secNumbers .itemImgBox .numTxt{
        font-size: var(--spFS50);
        margin: 0 0.5rem;
    }
    #popupPhoto .secNumbers .fBox .txtBox {
        padding: 2.1rem 0;
    }
}
@media only screen and (max-width:360px){
    #popupPhoto .secNumbers .itemImgBox .numTxt {
        font-size: var(--spFS33);
    }
}

/*-----------------------------------------------
    popup
-----------------------------------------------*/
#popupPhoto{
    display: none;
    position: relative;
    z-index: 99999;
    overflow: hidden;
}
#popupPhoto .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: var(--blackColor_80);
    position: absolute;
    top: 0;
    left: 0;
}
#popupPhoto .popupContainer{
    display: table;
    width: 100%;
    height: 100vh;
}
#popupPhoto .popupContents{
    display: table-cell;
    vertical-align: middle;
}
#popupPhoto .popupMain{
    width: 100%;
}

/* secPopupPhoto */
.secPopupPhoto{
    color: var(--whiteColor);
    position: relative;
    z-index: 10;
}
.secPopupPhoto .swiper-pagination{
    width: auto;
    font-size: var(--pcFS15);
    position: static;
    margin-top: 5rem;
}
.secPopupPhoto.isList .swiper-pagination,
.secPopupPhoto:not(.isList) .txtListHeader{
    display: none;
}
.secPopupPhoto .boxBtnHeader{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.secPopupPhoto .btnList{
    width: 2.6rem;
    height: auto;
    padding: 0.4rem;
}
.secPopupPhoto .btnList img{
    border-radius: 0.1rem;
    overflow: hidden;
}
.secPopupPhoto .btnClose{
    position: absolute;
    top: -2rem;
    right: calc(50% - 47.5rem);
}
.secPopupPhoto .boxSlider{
    position: relative;
    overflow: visible;
}
.secPopupPhoto.isList .boxSlider{
    display: none;
}
.secPopupPhoto .swiper-wrapper{
    flex-wrap: nowrap;
    align-items: center;
}
.secPopupPhoto .swiper-slide {
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    cursor: grab;
}
.secPopupPhoto .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
}
.secPopupPhoto .swiper-slide:not(.swiper-slide-active) .imgSlider,
.secPopupPhoto .swiper-slide img{
    pointer-events: none;
}
.secPopupPhoto .swiper-container{
    width: 95rem;
    overflow: visible;
}
.secPopupPhoto .swiper-button-prev,
.secPopupPhoto .swiper-button-next{
    width: 5.2rem;
    height: 6.2rem;
    margin-top: 0;
    top: calc(50% - 3.1rem);
    background: center center / 3.6rem no-repeat;
}
.secPopupPhoto .swiper-button-prev{
    left: calc(50% - 56.5rem);
}
.secPopupPhoto .swiper-button-next{
    right: calc(50% - 56.5rem);
}
.secPopupPhoto .swiper-button-prev::after,
.secPopupPhoto .swiper-button-next::after{
    display: none;
}
.secPopupPhoto .swiper-button-prev.lazyloaded{
    background-image: url(../img/recruit/newgrads/numbers/btnPrev.png);
}
.secPopupPhoto .swiper-button-next.lazyloaded{
    background-image: url(../img/recruit/newgrads/numbers/btnNext.png);
}
.secPopupPhoto .imgSlider{
    cursor: grab;
    text-align: center;
}
.secPopupPhoto .boxList{
    display: none;
}
.secPopupPhoto.isList .boxList{
    display: flex;
    flex-wrap: wrap;
}
.secPopupPhoto.isList .item{
    width: calc(33.333% - 2px);
    margin: 3px 3px 0 0;
    background: var(--whiteColor);
}
.secPopupPhoto.isList .item:nth-child(3n){
    margin-right: 0;
}
.secPopupPhoto.isList .item:nth-child(-n+3){
    margin-top: 0;
}
.secPopupPhoto.isList .img{
    height: 0;
    padding-top: 100%;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
}
.secPopupPhoto.isList .img:hover{
    opacity: 0.8;
}
.secPopupPhoto .swiper-button-next.swiper-button-disabled,
.secPopupPhoto .swiper-button-prev.swiper-button-disabled{
    display: none;
}
@media only screen and (max-width:1215px){
    .secPopupPhoto .swiper-pagination{
        width: auto;
        font-size: var(--spFS15);
        position: static;
        margin-top: 5rem;
    }
    .secPopupPhoto .boxBtnHeader{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .secPopupPhoto .btnList{
        width: 2.6rem;
        height: auto;
        padding: 0.4rem;
    }
    .secPopupPhoto .btnList img{
        border-radius: 0.1rem;
        overflow: hidden;
    }
    .secPopupPhoto .btnClose{
        top: -2rem;
        right: 5%;
        width: 2.4rem;
        margin: 0 0 0 auto;
    }
    .secPopupPhoto .boxSlider{
        width: 100vw;
    }
    .secPopupPhoto .swiper-container{
        width: 92%;
        margin: 2rem auto 0;
    }
    .secPopupPhoto .swiper-button-prev,
    .secPopupPhoto .swiper-button-next{
        display: none;
    }
    .secPopupPhoto .imgSlider{
        cursor: grab;
        text-align: center;
    }
    .secPopupPhoto .boxList{
        display: none;
    }
    .secPopupPhoto.isList .boxList{
        display: flex;
        flex-wrap: wrap;
    }
    .secPopupPhoto.isList .item{
        width: calc(33.333% - 2px);
        margin: 3px 3px 0 0;
        background: var(--whiteColor);
    }
    .secPopupPhoto.isList .item:nth-child(3n){
        margin-right: 0;
    }
    .secPopupPhoto.isList .item:nth-child(-n+3){
        margin-top: 0;
    }
    .secPopupPhoto.isList .img{
        height: 0;
        padding-top: 100%;
        cursor: pointer;
        transition: opacity 0.2s ease-out;
    }
    .secPopupPhoto.isList .img:hover{
        opacity: 0.8;
    }
    .secPopupPhoto .swiper-button-next.swiper-button-disabled,
    .secPopupPhoto .swiper-button-prev.swiper-button-disabled{
        display: none;
    }
}
@media only screen and (max-width:360px){
    .secPopupPhoto .swiper-container {
        margin-top: 5rem;
    }
    .secPopupPhoto .swiper-pagination{
        margin-top: 2rem;
    }
}

/*-----------------------------------------------
    secDetails
-----------------------------------------------*/
.secDetails .secCmnBack{
    padding-top: 0;
    border-top: none;
}