@charset "UTF-8";
/********************************
OP
*********************************/
body {
    overflow: hidden;
}
body.appear {
    overflow: visible;
}
#Contents {
    overflow: hidden;
}
#container {
    opacity: 1;
}
/*
body.appear #container {
    overflow: visible;
    animation-name: PageAnimeAppear;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes PageAnimeAppear {
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*/
#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#splash::before {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #159CE5;
    animation-name: PageAnime;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#splash.ver2::before {
    background-color: #e5effa;
}
@keyframes PageAnime {
    0% {
        transform-origin: right;
        transform: scaleX(1);
    }
    60% {
        transform-origin: right;
        transform: scaleX(1);
    }
    60.001% {
        transform-origin: left;
    }
    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background: #fff;
    padding: 10px 30px;
    border-radius: 80px;
}
#splash_logo img {
    width:500px;
    box-sizing: border-box;
}
#splash_logo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background: #fff;
    padding: 20px 40px;
    border-radius: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#splash_logo2 .logo {
    margin: 0 10px;
}
#splash_logo2 img {
    box-sizing: border-box;
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 4s;
    animation-delay: .2s;
    animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
    60% {
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
/********************************
inview
*********************************/
.JS_inview{
    opacity: 0;
    animation-delay: .1s;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.JS_inview.top {
    transform: translateY(50px);
}
.JS_inview.left {
    transform: translateX(-100px);
}
.JS_inview.right {
    transform: translateX(100px);
}
.JS_inview_aft {
    opacity: 1 !important;
    transform: translate(0) !important;
}
.delay_2 {
    transition-delay: .2s;
}
.delay_3 {
    transition-delay: .3s;
}
.delay_4 {
    transition-delay: .4s;
}
.delay_5 {
    transition-delay: .5s;
}
.delay_6 {
    transition-delay: .6s;
}
.delay_7 {
    transition-delay: .7s;
}
.delay_8 {
    transition-delay: .8s;
}
.delay_9 {
    transition-delay: .9s;
}
.delay_10 {
    transition-delay: 1s;
}
/********************************
TOP contents
*********************************/
.topCnt3_wrap {
    background: #fff;
    position: relative;
}
.topCnt3_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #E5EFFA;
    z-index: 1;
}
.topCnt3_in {
    z-index: 2;
}
.JS_bg.topCnt3_wrap:before {
    transform: scaleX(0);
}
.JS_bg_aft.topCnt3_wrap:before {
    animation-name: bgleft;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes bgleft {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }
    60% {
        transform-origin: right;
        transform: scaleX(0);
    }
    60.001% {
        transform-origin: left;
    }
    100% {
        transform-origin: left;
        transform: scaleX(1);
    }
}
/********************************
MV
*********************************/
.mv_wrap {
    background: none;
    height: auto;
    padding-bottom: 70px;
    margin-bottom: 0;
    overflow: hidden;
}
.mv_in {
    position: relative;
    height: 692px;
    background: url(../img/recruit_mv_bg2.jpg) top right / cover no-repeat;
    overflow: hidden;
}
.mv_in.re {
    background: url(../retina/recruit_mv_bg.jpg) top right / cover no-repeat;
}
@media (min-width: 896px) {
    .mv_in:after {
        content: '';
        display: block;
        width: 408px;
        height: 692px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../svg/recruit_mv_right.svg) no-repeat center;
        background-size: 100% auto;
        z-index: 1;
    }
}
.JS_Mv.mv_wrap:before {
    transform: translateY(-100%);
}
.JS_Mv .mv_in:after {
    transform: translateY(100%);
}
.JS_Mv_aft.mv_wrap:before,
.JS_Mv_aft .mv_in:after {
    transition: all 0.6s ease;
    transition-delay: .6s;
    transform: translateY(0);
}
.JS_Mv_aft .mv_in:after {
    transition-delay: .7s;
}
.JS_Mv .mv_ttl {
    opacity: 0;
    transition: all .8s ease;
    transition-delay: 1s;
    transform: translateY(-50px);
}
.JS_Mv_aft .mv_ttl {
    opacity: 1 !important;
    transform: translate(0) !important;
}
/********************************
recruit contents
*********************************/
.recMse_wrap,
.recMnb_wrap,
.recSmr_wrap,
.recFaq_wrap {
    overflow: hidden;
}
.JS_bg.recMse_wrap:before {
    transform: translateY(100%);
}
.JS_bg.recMve_wrap:before {
    transform: translateX(100%);
}
.JS_bg.recMnb_wrap:before {
    transform: translateY(-100%);
}
.JS_bg.recFaq_wrap:before {
    transform: translateY(-100%);
}
.JS_bg.recFaq_wrap:after {
    transform: translateY(100%);
}
.JS_bg.recSmr_wrap:before {
    transform: translateY(-100%);
}
.JS_bg_aft.recSmr_wrap:before,
.JS_bg_aft.recMse_wrap:before,
.JS_bg_aft.recMve_wrap:before,
.JS_bg_aft.recMnb_wrap:before,
.JS_bg_aft.recFaq_wrap:before,
.JS_bg_aft.recFaq_wrap:after {
    transition: all 0.4s ease;
    transition-delay: .6s;
    transform: translate(0);
}
/********************************
count
*********************************/
.topCnt1_box .box .in .img,
.recMnb_box .box .img {
    position: relative;
}
.recMnb_box .box .img.ver2 {
    padding-top: 60px;
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: local("Roboto Condensed Bold"),
         url("../font/RobotoCondensed-Bold.ttf") format("TrueType");
}
.count-up {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    color: #159CE5;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
}
.topCnt1_box .box:nth-child(2) .count-up {
    top: -6px;
    right: 108px;
}
.topCnt1_box .box:nth-child(3) .count-up {
    top: -10px;
    right: 104px;
}
.topCnt1_box .box:nth-child(4) .count-up {
    top: -10px;
    right: 52px;
}
.topCnt1_box .box:nth-child(5) .count-up {
    top: -8px;
    right: 136px;
}
.topCnt1_box .box:nth-child(6) .count-up {
    top: -8px;
    right: 98px;
}
.recMnb_box .box:nth-child(2) .count.n1 .count-up {
    font-size: 62px;
    top: 118px;
    left: 16px;
    color: #F28100;
}
.recMnb_box .box:nth-child(2) .count.n2 .count-up {
    font-size: 62px;
    top: 118px;
    right: 42px;
}
.recMnb_box .box:nth-child(3) .count.n1 .count-up {
    font-size: 50px;
    top: 62px;
    left: 39px;
    color: #D13828;
}
.recMnb_box .box:nth-child(3) .count.n2 .count-up {
    font-size: 50px;
    top: 62px;
    right: 42px;
}
.recMnb_box .box:nth-child(3) .count.n3 .count-up {
    font-size: 50px;
    top: 200px;
    left: 39px;
    color: #00913A;
}
.recMnb_box .box:nth-child(3) .count.n4 .count-up {
    font-size: 50px;
    top: 200px;
    right: 42px;
    color: #F28100;
}
.recMnb_box .box:nth-child(4) .count-up {
    font-size: 109px;
    top: 62px;
    right: 85px;
}
/********************************
graph
*********************************/
.topCnt1_box .box .graph,
.recMnb_box .box .graph {
    width: 308px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: -24px;
    right: 0;
    margin: auto;
    top: -31px;
}
.recMnb_box .box .graph {
    width: 397px;
    left: -37px;
    bottom: 26px;
}
.topCnt1_box .box .graph li,
.recMnb_box .box .graph li {
    width: 38px;
    position: relative;
}
.recMnb_box .box .graph li {
    width: 50px;
}
.topCnt1_box .box .graph li:nth-child(1) {
    height: 71px;
}
.topCnt1_box .box .graph li:nth-child(2) {
    height: 81px;
}
.topCnt1_box .box .graph li:nth-child(3) {
    height: 90px;
}
.topCnt1_box .box .graph li:nth-child(4) {
    height: 105px;
}
.topCnt1_box .box .graph li:nth-child(5) {
    height: 126px;
}
.topCnt1_box .box .graph li:nth-child(6) {
    height: 140px;
}
.topCnt1_box .box .graph li:nth-child(7) {
    height: 145px;
}
.recMnb_box .box .graph li:nth-child(1) {
    height: 115px;
}
.recMnb_box .box .graph li:nth-child(2) {
    height: 140px;
}
.recMnb_box .box .graph li:nth-child(3) {
    height: 160px;
}
.recMnb_box .box .graph li:nth-child(4) {
    height: 185px;
}
.recMnb_box .box .graph li:nth-child(5) {
    height: 230px;
}
.recMnb_box .box .graph li:nth-child(6) {
    height: 260px;
}
.recMnb_box .box .graph li:nth-child(7) {
    height: 270px;
}
.topCnt1_box .box .graph li:before,
.recMnb_box .box .graph li:before {
    content: '';
    display: block;
    width: 38px;
    height: 0;
    overflow: hidden;
    transition: height .6s ease;
    transform-origin: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}
.recMnb_box .box .graph li:before {
    width: 50px;
}
.topCnt1_box .box .graph li:nth-child(1):before,
.recMnb_box .box .graph li:nth-child(1):before {
    background: #e5effa url(../img/about_img1n2_1_2506.png) top center no-repeat;
    background-size: 100% auto;
    transition-delay: .6s, .6s;
}
.topCnt1_box .box .graph li:nth-child(2):before,
.recMnb_box .box .graph li:nth-child(2):before {
    background: #bfdff6;
    transition-delay: .8s, .8s;
}
.topCnt1_box .box .graph li:nth-child(3):before,
.recMnb_box .box .graph li:nth-child(3):before {
    background: #99d0f1;
    transition-delay: 1s, 1s;
}
.topCnt1_box .box .graph li:nth-child(4):before,
.recMnb_box .box .graph li:nth-child(4):before {
    background: #73c0ed;
    transition-delay: 1.2s, 1.2s;
}
.topCnt1_box .box .graph li:nth-child(5):before,
.recMnb_box .box .graph li:nth-child(5):before {
    background: #4db1e8;
    transition-delay: 1.4s, 1.4s;
}
.topCnt1_box .box .graph li:nth-child(6):before,
.recMnb_box .box .graph li:nth-child(6):before {
    background: #4db1e8;
    transition-delay: 1.8s, 1.8s;
}
.topCnt1_box .box .graph li:nth-child(7):before,
.recMnb_box .box .graph li:nth-child(7):before {
    background: #27a1e4 url(../img/about_img1n2_2506.png) top center no-repeat;
    background-size: 100% auto;
    transition-delay: 2.2s, 2.2s;
}
.recMnb_box .box .graph li:nth-child(1):before {
    background: #e5effa url(../img/recruit_mnb1_1_2506.png) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(2):before {
    background: #c5e2f6 url(../img/recruit_mnb1_2_2506.png) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(3):before {
    background: #a6d5f3 url(../img/recruit_mnb1_3_2506.png) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(4):before {
    background: #86c8ef url(../img/recruit_mnb1_4_2506.png) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(5):before {
    background: #66bbeb url(../img/recruit_mnb1_5_2506.png) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(6):before {
    background: #47aee8 url(../img/recruit_mnb1_6_2506.png?2) top center no-repeat;
    background-size: 100% auto;
}
.recMnb_box .box .graph li:nth-child(7):before {
    background: #27a1e4 url(../img/recruit_mnb1_7_2506.png?2) top center no-repeat;
    background-size: 100% auto;
}
.JS_graph_aft.box .graph li:nth-child(1):before,
.JS_graph_aft.box .graph li:nth-child(2):before,
.JS_graph_aft.box .graph li:nth-child(3):before,
.JS_graph_aft.box .graph li:nth-child(4):before,
.JS_graph_aft.box .graph li:nth-child(5):before,
.JS_graph_aft.box .graph li:nth-child(6):before,
.JS_graph_aft.box .graph li:nth-child(7):before,
.JS_graph_aft.box .graph li:nth-child(1):before,
.JS_graph_aft.box .graph li:nth-child(2):before,
.JS_graph_aft.box .graph li:nth-child(3):before,
.JS_graph_aft.box .graph li:nth-child(4):before,
.JS_graph_aft.box .graph li:nth-child(5):before,
.JS_graph_aft.box .graph li:nth-child(6):before,
.JS_graph_aft.box .graph li:nth-child(7):before {
    height: 100%;
}
/********************************
popup
*********************************/
.JS_popup.recMnb_box .box {
    transition: .8s .1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: .8s;
    opacity: 0;
    transform: scale(.4);
    -webkit-transform: scale(.4);
}
.JS_popup_aft.recMnb_box .box {
    opacity: 1;
    transform: translate(0,0) scale(1) !important;
    -webkit-transform: translate(0,0) scale(1) !important;
}
.recMnb_box .box:nth-child(1) {
}
.recMnb_box .box:nth-child(2) {
    transition-delay: .4s;
}
.recMnb_box .box:nth-child(3) {
    transition-delay: .8s;
}
.recMnb_box .box:nth-child(4) {
    transition-delay: 1.2s;
}

@media only screen and (max-width: 896px) {
    /********************************
    OP
    *********************************/
    #splash_logo img {
        width: 80vw;
    }
    #splash_logo2 {
        padding: 10px 20px;
    }
    #splash_logo2 img {
        width: 16vw;
    }
    /********************************
    MV
    *********************************/
    .mv_wrap {
        background: none;
        padding-bottom: 24px;
    }
    .mv_in {
        height: 232px;
        background: url(../img/sp/recruit_mv_bg01.jpg) top right / cover no-repeat;
    }
    .mv_in.re {
        background: url(../img/sp/recruit_mv_bg01.jpg) top right / cover no-repeat;
    }
    /********************************
    count
    *********************************/
    .count-up {
        font-size: 54px;
    }
    .topCnt1_box .box:nth-child(2) .count-up {
        top: -4px;
        right: 78px;
    }
    .topCnt1_box .box:nth-child(3) .count-up {
        top: -4px;
        right: 70px;
    }
    .topCnt1_box .box:nth-child(4) .count-up {
        top: -6px;
        right: 34px;
    }
    .topCnt1_box .box:nth-child(5) .count-up {
        top: -4px;
        right: 90px;
    }
    .topCnt1_box .box:nth-child(6) .count-up {
        top: -4px;
        right: 66px;
    }
    .recMnb_box .box:nth-child(2) .count.n1 .count-up {
        font-size: 40px;
        top: 77px;
        left: 10px;
    }
    .recMnb_box .box:nth-child(2) .count.n2 .count-up {
        font-size: 40px;
        top: 76px;
        right: 26px;
    }
    .recMnb_box .box:nth-child(3) .count.n1 .count-up {
        font-size: 34px;
        top: 40px;
        left: 24px;
    }
    .recMnb_box .box:nth-child(3) .count.n2 .count-up {
        font-size: 34px;
        top: 40px;
        right: 27px;
    }
    .recMnb_box .box:nth-child(3) .count.n3 .count-up {
        font-size: 34px;
        top: 130px;
        left: 24px;
    }
    .recMnb_box .box:nth-child(3) .count.n4 .count-up {
        font-size: 34px;
        top: 130px;
        right: 27px;
    }
    .recMnb_box .box:nth-child(4) .count-up {
        font-size: 60px;
        top: 15px;
        right: 72px;
    }
    /********************************
    graph
    *********************************/
    .topCnt1_box .box .graph {
        width: 200px;
        left: -21px;
        top: -7px;
    }
    .topCnt1_box .box .graph li {
        width: 18px;
        position: relative;
    }
    .topCnt1_box .box .graph li:nth-child(1) {
        height: 45px;
    }
    .topCnt1_box .box .graph li:nth-child(2) {
        height: 50px;
    }
    .topCnt1_box .box .graph li:nth-child(3) {
        height: 54px;
    }
    .topCnt1_box .box .graph li:nth-child(4) {
        height: 61px;
    }
    .topCnt1_box .box .graph li:nth-child(5) {
        height: 74px;
    }
    .topCnt1_box .box .graph li:nth-child(6) {
        height: 82px;
    }
    .topCnt1_box .box .graph li:nth-child(7) {
        height: 90px;
    }
    .topCnt1_box .box .graph li:before {
        width: 22px;
    }
    .recMnb_box .box .graph {
        width: 262px;
        left: -25px;
        bottom: 18px;
    }
    .recMnb_box .box .graph li {
        width: 32px;
    }
    .recMnb_box .box .graph li:nth-child(1) {
        height: 70px;
    }
    .recMnb_box .box .graph li:nth-child(2) {
        height: 93px;
    }
    .recMnb_box .box .graph li:nth-child(3) {
        height: 106px;
    }
    .recMnb_box .box .graph li:nth-child(4) {
        height: 120px;
    }
    .recMnb_box .box .graph li:nth-child(5) {
        height: 152px;
    }
    .recMnb_box .box .graph li:nth-child(6) {
        height: 170px;
    }
    .recMnb_box .box .graph li:nth-child(7) {
        height: 175px;
    }
    .recMnb_box .box .graph li:before {
        width: 32px;
    }
    .recMnb_box .box .img.ver2 {
        padding-top: 45px;
    }
}
@media only screen and (max-width: 374px) {
    .recMnb_box .box .graph {
        width: 232px;
        left: -21px
    }
    .recMnb_box .box .img.ver2 {
        padding-top: 64px;
    }
    .recMnb_box .box:nth-child(2) .count.n1 .count-up {
        top: 67px;
        left: 2px;
    }
    .recMnb_box .box:nth-child(2) .count.n2 .count-up {
        top: 66px;
        right: 22px;
    }
    .recMnb_box .box:nth-child(3) .count.n2 .count-up {
        font-size: 29px;
        top: 36px;
        right: 22px;
    }
    .recMnb_box .box:nth-child(3) .count.n4 .count-up {
        font-size: 29px;
        top: 112px;
        right: 21px;
    }
    .recMnb_box .box:nth-child(3) .count.n1 .count-up {
        font-size: 29px;
        top: 37px;
        left: 0px;
    }
    .recMnb_box .box:nth-child(3) .count.n3 .count-up {
        font-size: 29px;
        top: 112px;
        left: 2px;
    }
    .recMnb_box .box:nth-child(4) .count-up {
        font-size: 51px;
        top: 15px;
        right: 62px;
    }
}
