@charset "UTF-8";
/* ================================================
recruit header
================================================== */

#recruit {
    background: #ddd;
}

.recruit_header {
    width: 90%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    background: #fff;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.recruit_header h1 {
    width: 330px;
    max-width: 30%;
    margin-left: 2%;
}

.recruit_header .nav_rArea {
    width: 94%;
    margin-right: 2%;
}

.recruit_header .nav_rArea .fix_nav {
    display: none;
}

.recruit_header .navList {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap:1.5em;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px auto;
}

.recruit_header .navList li {}

.recruit_header .navList li a {
    display: block;
    font-size: 15px;
    padding: 20px 0;
}

.recruit_header .navList li.entryLink {
    width: 8em;
    text-align: center;
    margin: 15px 0;
}

.recruit_header .navList li.entryLink a {
    color: #fff;
    background: #0075b6;
    padding: 10px 0;
    border-radius: 50px;
}

.recruit_header .navList li a:hover {
    color: #0075b6;
}

.recruit_header .navList li.entryLink a:hover {
    color: #fff;
    background: #218dc9;
}

.recruit_header #sp_menu {
    display: none;
}


/* ================================================
1250px以下
================================================== */
@media only screen and (max-width:1250px) {
}
/* ================================================
SP以下
================================================== */
@media only screen and (max-width:768px) {
    
    .recruit_header {
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }
    .recruit_header h1 {
        width: 73%;
        max-width: 280px;
        padding: 10px 0;
        transform: none;
        margin: 0 auto;
    }
    .recruit_header .nav_rArea {
        width: 100%;
    }
    .recruit_header .nav_rArea .fix_nav {
        display: block;
    }
    .recruit_header .nav_rArea .fix_nav {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #218dc9;
        padding: 12px 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .recruit_header .fix_nav .r_entryBtn {
        font-size: 15px;
        color: #218dc9;
        width: 35%;
        max-width: 8em;
        background: #fff;
        padding: 6px 0px;
        text-align: center;
        border-radius: 50px;
        margin-right: 5%;
        margin-left: auto;
    }
    .recruit_header .navList {
        display: none;
        background: #218dc9;
        position: fixed;
        bottom: 0px;
        left: 0;
        padding: 30px 0 100px;
        border-radius: 50px 50px 0 0;
        max-height: 80svh;
        overflow-y: scroll;
        width: 100%;
        z-index: 999;
    }
    .recruit_header .navList li {
        width: 85%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
    }
    .recruit_header .navList li a {
        color: #fff;
        position: relative;
        display: flex;
        justify-content: flex-start;
        gap:1em;
        align-items: flex-end;
    }
    .recruit_header .navList .ic_i-closet {
        width: 50px;
    }
    .recruit_header .navList li a span {
        color: #fff;
    }
    .recruit_header .navList li.entryLink {
        width: 75%;
        margin: 20px auto 0;
        border-bottom: none;
        max-width: 230px;
    }
    .recruit_header .navList li.entryLink a {
        text-align: center;
        padding: 15px;
        gap: 0;
        background: #fff;
        color: #218dc9;
    }
    .recruit_header .navList li.entryLink a span {
        color: #218dc9;
    }
    .recruit_header .navList li.entryLink a:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(/recruit/img/arrow.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .recruit_header .navList li a:after {
        content: "";
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background: url(/recruit/img/miniarrow.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .recruit_header #sp_menu {
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 5px;
        margin: 0 auto;
        background: #fff;
        z-index: 9999;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid #218dc9;
    }
    .recruit_header #sp_menu .bar {
        width: 30px;
        height: 22px;
        display: block;
        margin: 11px auto 3px;
        position: relative;
    }
    .recruit_header #sp_menu p {
        font-size: 10px;
        margin-top: 6px;
        text-align: center;
    }
    .recruit_header #sp_menu,
    .recruit_header #sp_menu .bar span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .recruit_header #sp_menu .bar span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #484747;
        border-radius: 2px;
    }
    .recruit_header #sp_menu .bar span:nth-of-type(1) {
        top: 0;
    }
    .recruit_header #sp_menu .bar span:nth-of-type(2) {
        top: 10;
    }
    .recruit_header #sp_menu .bar span:nth-of-type(3) {
        bottom: 0;
    }
    .recruit_header #sp_menu .bar span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    .recruit_header #sp_menu.active .bar span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg) scale(.8);
        transform: translateY(10px) rotate(-315deg) scale(.8);
    }
    .recruit_header #sp_menu.active .bar span:nth-of-type(2) {
        opacity: 0;
    }
    .recruit_header #sp_menu.active .bar span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(315deg) scale(.8);
        transform: translateY(-10px) rotate(315deg) scale(.8);
    }
    
    footer #page_Top {
        bottom: 70px;
    }
    
}
