

#recurit_menu{
    position: fixed;
    width: 100vw;
    height: 0px;
    z-index: 70;
    top: 100px;
    left: 0vw;
    backdrop-filter: blur(25px);
    background: rgba(255, 255, 255, .7);
    overflow-y: scroll;
    overflow-x: hidden;
}

.prv #recurit_menu{
    top: 90px;
}

@media screen and (max-width: 474px) {
	.prv #recurit_menu{
        top: 126px;
    }
}

#recurit_menu.active{
    /* height: calc(100vh - 100px) */
    animation: recurit_menu_height_100 .5s forwards;
}

html:has(#recurit_menu.active) {
  overflow: hidden;
}

#recurit_menu.active.active_out{
    height: calc(100vh - 100px);
    animation: height_0 .3s forwards .5s;
}

@keyframes recurit_menu_height_100 {
	0% {
		height: 0%;
	}
	100% {
		height: calc(100vh - 100px);
	}
}

@keyframes recurit_menu_height_100_sp {
	0% {
		height: 0%;
	}
	100% {
		height: calc(100vh - 50px);
	}
}


#recurit_menu::before{
    content: "";
    position: fixed;
    display: block;
    width: 100vw;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: transparent;
}


    


@media screen and (max-width: 1023px) {
    #recurit_menu{
        /* height: calc(100vh - 50px) ; */
        top: 50px;
    }

    #recurit_menu.active{
        /* height: calc(100vh - 50px) ; */
        animation: recurit_menu_height_100_sp .5s forwards;
    }

    #recurit_menu.active.active_out{
        height: calc(100vh - 50px);
        animation: height_0 .3s forwards .5s;
    }
}




.recurit_menu_inner{
    display:grid;
    align-items: center;
    max-width: var(--cp-max-width);
    margin: 0 auto 0; 
    height: 100%;
}

#recurit_menu nav{
    position: relative;
    z-index: 5;
    width: 83.33333%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 0px 70px;
    opacity: 0;
}

#recurit_menu.active nav{
    animation: alpha_100 .5s forwards .5s; 
}

#recurit_menu.active.active_out nav{
    animation: alpha_0 .3s forwards 0s; 
}

#recurit_menu nav .bt_recurit_home{
    width: 100%;
    padding: 15px 0px 50px;
    border-top: var(--komatsu-lightblue) solid 1px;
}

#recurit_menu nav .bt_recurit_home a{
    display: inline-block;
    font-size: 22px;
    color: var(--komatsu-blue);
    padding-right: 24px;
}

#recurit_menu nav .bt_recurit_home a::before{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: var(--komatsu-blue) solid 1px;
    border-right: var(--komatsu-blue) solid 1px;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    top: 53%;
}

#recurit_menu nav dl{
    width: 22.5%;
    max-width: 270px;
    padding: 15px 0px 40px;
    border-top: var(--komatsu-lightblue) solid 1px;
}

#recurit_menu nav dl dt{
    font-size: 22px;
    color: var(--komatsu-blue);
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 1;
}

#recurit_menu nav dl dd{
    line-height: 1;
}

#recurit_menu nav dl dd a{
    transition: all 500ms 0s ease;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-bottom: 15px;
    line-height: 1.4;
    color: #000;
}

#recurit_menu nav dl dd a.comingsoon{
    pointer-events: none;
    opacity: .25;
}

#recurit_menu nav dl dd a:hover{
    color: var(--komatsu-blue);
}

#recurit_menu nav dl dd a::before{
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: var(--komatsu-blue) solid 1px;
    border-right: var(--komatsu-blue) solid 1px;
    transform: rotate(45deg);
    left: 0;
    top: 6px;
}

#recurit_menu nav .btnbox{
    /* width: 74.16666667%; */
    width: 100%;
    padding: 30px 0px 50px;
    border-top: var(--komatsu-lightblue) solid 1px;
}

#recurit_menu nav .btnbox.type_3 li{
    width: 31%;
    text-align: center;
}

#recurit_menu nav .btnbox.type_2 li{
    width: 48%;
    text-align: center;
}

#recurit_menu nav .btnbox.type_1 li{
    width: 100%;
    text-align: center;
}

#recurit_menu nav .btnbox li a{
    transition: all 500ms 0s ease;
    display: flex;
    font-size: 14px;
    color: var(--komatsu-blue);
    width: 100%;
    height: 46px;
    border-radius: 23px;
    padding-left: 25px;
    padding-right: 15px;
    align-items: center;
    line-height: 1.2;
}

#recurit_menu nav .btnbox li a:hover{
    opacity: .8;
}

.recruit-content .bt_white a{
    background-color: #FFF;
    border: var(--komatsu-lightblue) solid 1px;
}

.recruit-content .bt_yellow a{
    background-color: var(--komatsu-yellow);
}

#recurit_menu nav .btnbox li a span{
    display: block;
    text-align: left;
    width: 100%;
}

#recurit_menu nav .btnbox li a i{
    display: inline-block;
    font-style: normal;
}





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

    #recurit_menu nav .btnbox{
        width: 100%;
        max-width: 1000px;
        padding: 30px 0px 70px;
    }

    #recurit_menu nav dl{
        width: 31%;
        max-width: 310px;
        padding: 20px 0px 45px;
        border-top: var(--komatsu-lightblue) solid 1px;
    }

    #recurit_menu nav dl:last-of-type{
        margin-right: 34.5%;
    }
}


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

    #recurit_menu nav{
        position: relative;
        z-index: 5;
        width: 88%;
        margin: 0 auto;
        padding: 80px 0px 40px;
    }

    #recurit_menu nav .bt_recurit_home a{
        font-size: 18px;
    }

    #recurit_menu nav dl dt{
        font-size: 18px;
    }

    #recurit_menu nav dl dd a{
        font-size: 14px;
        padding-left: 15px;
    }
    

}

@media screen and (max-width: 1023px) {
    .recurit_menu_inner{
        display:grid;
    }
}

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

    #recurit_menu nav{
        padding: 80px 0px 40px;
    }

    #recurit_menu nav dl{
        width: 48.5%;
        max-width: none;
    }

    #recurit_menu nav dl:last-of-type{
        margin-right: 0%;
    }

    #recurit_menu nav dl dd a{
        font-size: 13px;
        padding-left: 13px;
    }

    #recurit_menu nav dl dd a::before{
        width: 5px;
        height: 5px;
        left: 0;
        top: 5px;
    }

    #recurit_menu nav .btnbox{
        /* width: 48.5%; */
        width: 100%;
        padding: 30px 0px 50px;
    }

    #recurit_menu nav .btnbox.type_2 li,
    #recurit_menu nav .btnbox.type_3 li{
        width: 100%;
        margin-bottom: 3%;
    }

    

}

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

     #recurit_menu nav{
        position: relative;
        z-index: 5;
        width: 92%;
        margin: 0 auto;
        padding: 80px 0px 20px;
    }

    #recurit_menu nav dl{
        display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
        width: 100%;
    }

    #recurit_menu nav dl dt{
        font-size: 14px;
        color: var(--komatsu-blue);
        padding-bottom: 10px;
        font-weight: 500;
        width: 120px;
        line-height: 1;
        padding-top: 0px;
    }

    #recurit_menu nav dl dd{
        width : calc(100% - 120px) ;
    }

    #recurit_menu nav dl dd a{
        display: inline-block;
        font-size: 12px;
        padding-left: 13px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    #recurit_menu nav dl dd a::before{
        width: 5px;
        height: 5px;
        left: 0;
        top: 5px;
    }

    #recurit_menu nav .btnbox{
        width: 100%;
        padding: 30px 0px 50px;
    }


}


#recurit_menu nav .bt_navclose{
    position: fixed;
    width: 46px;
    height: 46px;
    top: 50px;
    left: calc(50% + 645px) ;
    z-index: 5;
    cursor: pointer;
}

#recurit_menu nav .bt_navclose::before,
#recurit_menu nav .bt_navclose::after{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: var(--komatsu-blue);
}

#recurit_menu nav .bt_navclose::before{
    transform: translate(-50%,-50%) rotate(-45deg);
}

#recurit_menu nav .bt_navclose::after{
    transform: translate(-50%,-50%) rotate(45deg);
}


@media screen and (max-width: 1440px) {
    #recurit_menu nav .bt_navclose{
        left: auto;
        right: calc(8px + 20 * (100vw - 769px) / 671);
    }
}


@media screen and (max-width: 1023px) {
    #recurit_menu nav .bt_navclose{
        top: 20px;
        right: 15px
    }

    #recurit_menu nav .bt_navclose::before,
    #recurit_menu nav .bt_navclose::after{
        content: "";
        position: absolute;
        display: block;
        width: 40px;
    }

}

@media screen and (max-width: 480px) {
    #recurit_menu nav .bt_navclose{
        right: 10px
    }
}





/* hanmenu */

.recruit-content .hanmenu{
    /* position: fixed; */
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background-color: var(--komatsu-blue);
    border-radius: 50%;
    top: 170px;
    top: 75px;
    left: calc(50% + 618px) ;
    z-index: 55;
    cursor: pointer;
    /* opacity: 1; */
}

.recruit-content .hanmenu.hide{
    opacity: 0;
}

.recruit-content .hanmenu.fixed{
    position: fixed;
    top: 125px;
}

.recruit-content.nomix .hanmenu{
    display: none;
}

.recruit-content .btn_trigger{
    position: relative;
    width: 100%;
    height: 100%;
}

.recruit-content .btn_trigger span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    left: 25%;
}

.recruit-content .btn_trigger, .btn_trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
}

.recruit-content .btn_trigger span:nth-of-type(1) {
    top: 14px;
}

.recruit-content .btn_trigger span:nth-of-type(2) {
    top: calc(50% - 1px) ;
    opacity: 1;
}

.recruit-content .btn_trigger span:nth-of-type(3) {
    bottom: 15px;
}


.recruit-content .btn_trigger.active span:nth-of-type(1) {
    top: 14px;
    animation: active-hanmenu-bar01 .75s forwards;
}

.recruit-content .btn_trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.recruit-content .btn_trigger.active span:nth-of-type(3) {
    bottom: 15px;
    animation: active-hanmenu-bar03 .75s forwards;
}

.recruit-content .btn_trigger.no_active span:nth-of-type(1) {
    top: 14px;
    animation: hanmenu-bar01 .75s forwards;
}

.recruit-content .btn_trigger.no_active span:nth-of-type(2) {
    top: calc(50% - 1px) ;
    transition: all .25s .25s;
    opacity: 1;
}

.recruit-content .btn_trigger.no_active span:nth-of-type(3) {
    bottom: 15px;
    animation: hanmenu-bar03 .75s forwards;
}


/* hanmenu */

@media screen and (max-width: 1440px) {
    .recruit-content .hanmenu{
        left: auto;
        right: 3.75vw;
    }
}


@media screen and (max-width: 1023px) {
    .recruit-content .hanmenu{
        top: 50px;
        right: 30px
    }

    .recruit-content .hanmenu.fixed{
        position: fixed;
        top: 70px;
    }
}

@media screen and (max-width: 480px) {
    .recruit-content .hanmenu{
        top: 25px;
        right: 10px
    }

    .recruit-content .hanmenu.fixed{
        position: fixed;
        top: 60px;
    }
}


@keyframes hanmenu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes hanmenu-bar03 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-hanmenu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-hanmenu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* hanmenu */







/* ページ上部のボタン */

.recruit-content #recurit_header_menubox{
    position: absolute;
    width: 260px;
    right: 55px;
    top: 130px;
    z-index: 50;
}

.recruit-content #recurit_header_menubox li{
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
}

.recruit-content #recurit_header_menubox li a{
    transition: all 500ms 0s ease;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    color: var(--komatsu-blue);
    align-content: center;
    padding-left: 20px;
    line-height: 1.4;
}

.recruit-content #recurit_header_menubox li a i,
.recruit-content #recurit_header_menubox li a span{
    display: inline-block;
    line-height: 1.2;
}

.recruit-content #recurit_header_menubox li .arrow_r::before{
    right: 20px;
    top: calc(50% - 4px) ;
}

.recruit-content #recurit_header_menubox li a:hover{
    opacity: .8;
}


.recruit-content #recurit_header_menubox.fixed{
    /* transition: all 500ms 0s ease; */
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    right: 0px;
    top: auto;
    bottom: -50px;
    background-color: #FFF;
    padding: 15px;
    animation: header_menubox_fixed .5s forwards;
}

@keyframes header_menubox_fixed {
	0% {
        width: 100%;
        top: auto;
        right: 0px;
		bottom: -50px;
	}
	100% {
        width: 100%;
        top: auto;
        right: 0px;
		bottom: 0px;
	}
}

.recruit-content #recurit_header_menubox.fixed li{
    height: 40px;
    margin-bottom: 0px;
    font-size: 12px;
}

.recruit-content #recurit_header_menubox.fixed.type_4 li{
    width: 24%;
}

.recruit-content #recurit_header_menubox.fixed.type_3 li{
    width: 32%;
}

.recruit-content #recurit_header_menubox.fixed li a{
    border-radius: 7px;
    
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.recruit-content #recurit_header_menubox.fixed li .arrow_r::before{
    display: none;
}


@media screen and (max-width: 1440px) {
    .recruit-content #recurit_header_menubox{
        left: auto;
        right: 3.7vw;

    }
}

@media screen and (max-width: 1023px) {
    .recruit-content #recurit_header_menubox{
        position: fixed;
        display: flex;
        flex-wrap: wrap;
		justify-content: space-between;
        width: 100%;
        right: 0px;
        top: auto;
        bottom: 0;
        background-color: #FFF;
        padding: 15px;
    }

    .recruit-content #recurit_header_menubox li{
        height: 40px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .recruit-content #recurit_header_menubox.type_4 li{
        width: 24%;
    }

    .recruit-content #recurit_header_menubox.type_3 li{
        width: 32%;
    }

    .recruit-content #recurit_header_menubox li a{
        border-radius: 7px;
        
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .recruit-content #recurit_header_menubox li .arrow_r::before{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .recruit-content #recurit_header_menubox{
        padding: 12px;
    }

    .recruit-content #recurit_header_menubox.type_4 li{
        width: 24.3%;
    }
}

@media screen and (max-width: 540px) {
    .recruit-content #recurit_header_menubox{
        padding: 12px;
    }

    .recruit-content #recurit_header_menubox.type_4 li{
        width: 49%;
        height: 36px;
    }

    .recruit-content #recurit_header_menubox.type_4 li:nth-child(-n+2){
        margin-bottom: 6px;
    }
}






/* ページ上部のボタン */





/* recruit_footer */

#recruit_footer {
    padding-top: 75px;
    padding-bottom: 75px;
}



#recruit_footer .bt_navclose {
    display: none;
}

#recruit_footer .logo{
    width: 200px;
}

.recruit-content #recruit_footer .logo a{
    width: 100%;
    display: block;
}

#recruit_footer .logo p{
    padding-top: 15px;
}

#recruit_footer .logo p a{
    display: block;
}

#recruit_footer .recruit_footer_nav{
    width: 920px;
}

#recruit_footer .recruit_footer_nav aside{
    display: none;
}

#recruit_footer .recruit_footer_nav dl{
    width: 36%;
}

#recruit_footer .recruit_footer_nav dl:nth-of-type(3n+2){
    width: 32%;
}

#recruit_footer .recruit_footer_nav dl:nth-of-type(3n+3){
    width: 28%;
}

#recruit_footer .recruit_footer_nav dl:last-of-type{
    margin-right: 30%;
}

#recruit_footer .recruit_footer_nav dl dt{
    font-size: 16px;
    color: var(--komatsu-blue);
    padding-bottom: 5px;
}

#recruit_footer .recruit_footer_nav dl dd{
    font-size: 14px;
    padding-left: 1em;
    padding-bottom: 20px;
}

#recruit_footer .recruit_footer_nav dl dd a{
    transition: all 500ms 0s ease;
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
}

#recruit_footer .recruit_footer_nav dl dd a:hover{
    color: var(--komatsu-blue);
}

#recruit_footer nav div{
    width: 100%;
    padding: 70px 0px 40px;
}

#recruit_footer nav div ul{
    padding: 20px 0;
    border-top: var(--komatsu-gray) solid 1px;
}

#recruit_footer nav div ul li{
    padding: 0px 0px 5px;
}

#recruit_footer nav div ul li a{
    transition: all 500ms 0s ease;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-right: 30px;
    min-height: 11px;
}

#recruit_footer nav div ul li a:hover{
    color: var(--komatsu-blue);
}

#recruit_footer nav div ul li a[target="_blank"]{
    padding-right: 22px;
    background-image: url(/-/media/HOME/recruit/new/images/window.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right top 2px;
}

#recruit_footer nav div address{
    display: block;
    padding-top: 30px;
    font-size: 13px;
    line-height: 1;
    border-top: var(--komatsu-gray) solid 1px;
    font-style: normal;
}

#recruit_footer nav dl dd a.comingsoon{
    pointer-events: none;
    opacity: .25;
}


@media screen and (max-width: 1270px) {
    #recruit_footer .logo{
        width: 170px;
        font-size: 13px;
    }

    #recruit_footer .recruit_footer_nav{
        width: 70%;
    }

    #recruit_footer .recruit_footer_nav dl dd{
        font-size: 12px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    #recruit_footer nav div{
        padding: 50px 0px 30px;
    }

    #recruit_footer nav div address{
        padding-top: 20px;
    }

}




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

    #recruit_footer {
        padding-bottom: 70px;
    }

    #recruit_footer.flex{
        display: block;
    }

    #recruit_footer .logo{
        width: 240px;
        font-size: 16px;
        margin: 0 auto;
    }

    #recruit_footer .logo p{
        padding-top: 10px;
        text-align: center;
    }

    #recruit_footer .recruit_footer_nav{
        width: 100%;
    }
    
    #recruit_footer.flex dl{
        display: none;
    }

    #recruit_footer nav div ul{
        padding: 20px 0;
        border-top: none;
    }

}

@media screen and (max-width: 540px) {
    #recruit_footer{
        padding-bottom: 130px;
    }
}

















