@charset "UTF-8";

/*----------------------------------------------------
    ☆PC
----------------------------------------------------*/

/*--------------------------------------------------------------------------- loading */

body #header,
body #footer{
    opacity: 1;
}

.mv {
    opacity: 1;
}

/*--------------------------------------------------------------------------- common */
.eng .text { letter-spacing: .05rem;}
.eng .center { text-align: center !important;}
.eng .tabLeft { text-align: center ;}

.eng .anotherLink > li a {
    padding: 20px 50px 20px 30px;
}

.eng .flowList02:after {
    height: 82%;
}

.eng .flowList {
    display: block;
}

.eng .flowList li {
    height: auto;
    padding: 15px 20px;
    writing-mode: unset;
    width: 100%;
}

.eng .flowList li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
}

.eng .flowList li:not(:last-child):after {
    top: auto;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
    width: 35px;
    height: 8px;
}

/*--------------------------------------------------------------------------- about */

.eng#about .workInner .shortBox .shortInner .title span {
    font-size: min(0.95vw, 1.4rem);
}

/*--------------------------------------------------------------------------- office-tour */

.eng#office-tour .chara_02 {
    top: -10%;
    left: -12%;
}

/*--------------------------------------------------------------------------- crosstalk */

.eng.crosstalk .conversation dd {
    text-align: left;
}

/*--------------------------------------------------------------------------- internship */

.eng#internship .chara_01 {
    top: -124%;
}

.eng#internship .chara_02 {
    bottom: -114%;
}

/*--------------------------------------------------------------------------- education */

.eng .collegeList > li .numberBox {
    flex-direction: column;
    align-items: center;
}

.eng .collegeList > li .numberBox .number {
    font-size: 6.5rem;
    line-height: 1;
}

.eng .collegeList > li .numberBox .unit {
    font-size: 2.5rem;
}

.eng .roadmapBox > dl > dd {
    height: 226px;
}

/*--------------------------------------------------------------------------- interview */

.eng .intTopList {
    align-items: stretch;
}

.eng .intTopList .intTopListInner {
    display: flex;
}

.eng .intTopList .intTopListInner a {
    display: flex;
    flex-direction: column;
}

.eng .intTopList .intTopListInner .textBox {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.eng.interview.original #profile .profileInner:after {
    top: -20%;
}


.eng.interview #profile .profileInner .profileBox .textBox .itemBox dl {
    padding-left: 45px;
}

.eng.interview #profile .profileInner .profileBox .textBox .itemBox dt {
    flex: 0 0 11rem;
}

.eng.interview #profile .profileInner .profileBox .textBox .itemBox dt .label {
    width: calc(100% - 0.4em);
}

/*--------------------------------------------------------------------------- recruit */

.eng#recruit .chara_02 {
    top: -26%;
}





/*----------------------------------------------------
    ☆TABLET UNDER 1180
----------------------------------------------------*/

@media screen and (max-width: 1180px) {
    .eng .roadmapBox > dl > dd {
        height: 280px;
    }
}





/*----------------------------------------------------
    ☆TABLET UNDER 1100
----------------------------------------------------*/

@media screen and (max-width:1100px) {

    .eng .btnBox02.big.pdf a {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .eng .btnBox02.big.pdf a .group {
        align-items: flex-start;
        flex-direction: column;
    }

    .eng .btnBox02.big.pdf a .small {
        margin: 10px 0;
    }

    .eng .btnBox02.big.pdf a .station {
        margin-left: 0;
    }

}





/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {

    .eng .tabLeft { text-align: left ;}

    .eng .anchorLink li a {
        padding: 5px 20px 5px 10px;
    }

    /*--------------------------------------------------------------------------- education */

    .eng .roadmapBox > dl > dd {
        height: auto;
    }

    /*--------------------------------------------------------------------------- interview */

    .eng.interview.original #profile .profileInner:after {
        top: 20px;
    }


}






/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {

    /*--------------------------------------------------------------------------- about */

    .eng#about .workInner .shortBox .shortInner .title span {
        font-size: 0.6rem;
    }

    /*--------------------------------------------------------------------------- company */

    .eng#company .chara_01 {
        display: none;
    }

    .eng .btnBox02.big.pdf a .station {
        flex-direction: column;
    }

    .eng .btnBox02.big.pdf a .station li:nth-child(n+2) {
        margin-left: 0;
    }

    /*--------------------------------------------------------------------------- education */

    .eng .collegeList > li {
        padding: 65px 0;
    }

    /*--------------------------------------------------------------------------- interview */

    .eng.interview #intTitle .intTitleInner .textBox .title {
        font-size: min(2.2rem, 5.3vw);
        letter-spacing: 0.06rem;
    }

    .eng.interview #profile .profileInner .profileBox .textBox .itemBox dl {
        padding-left: 35px;
        font-size: 1.1rem;
    }

    .eng.interview #profile .profileInner .profileBox .textBox .levelBox dt {
        font-size: 1.1rem;
        line-height: 1.1;
        padding: 5px 12px 5px 25px;
    }

    .eng.interview #profile .profileInner .profileBox .textBox .itemBox dt {
        flex: 0 0 8.5rem;
    }

    /*--------------------------------------------------------------------------- recruit */

    .eng#recruit .chara_02 {
        top: 0%;
    }

}

