
@charset "utf-8";


/*ハンバーガーボタン*/
.el_humburger {
    display: none;
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block;
}

.spm_menu {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}

.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans Japanese', serif !important;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
    background: #fff;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.navi {
    display: none;
    position: fixed;
    will-change: transform;
    right: 0;
    height: 100%;
    background-color: rgba(246, 246, 246, 0.97);
    width: 0px;
    z-index: 9999999 !important;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*	 transition: all 600ms ease-out; */
    transition: all 500ms ease-out;
    overflow-y: scroll;
}

.js_humburgerOpen .navi {
    width: 450px;
    /*transform:translateZ(0) translateX(0%);*/

}



.navi_item {
    margin-bottom: 4px;
    font-size: 16px;
    padding: 0 10px 5px 6vw;
    font-family: 'Noto Sans Japanese', serif !important;
    white-space: nowrap;
    margin-left: 90px;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
}

.navi_item.op_innerLink {
    cursor: pointer;
}




@media (max-width: 574px) {
.el_humburger {
        position: fixed;
        display: block;
        right: 0;
        top: 0;
        padding-top: 20px;
        padding-top: 15px;
        width: 70px;
        height: 70px;
        background-color: #2391E1;
        z-index: 99999999;
		 z-index: 99999999999;
    }

  #factory .el_humburger {
    display: none;
  }

  .el_humburger_wrapper {
    width: 30px;
    margin-bottom: 5px;
  }

    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px;
    }

    .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000;
    }

    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }

    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #f6f6f6;
    }

    .navi_header {
	 box-sizing: border-box;
        width: 100vw;
        margin-left: auto;
        padding: 25px 0 10px 4%;
		padding: 25px 0 10px 0%;
    }

    .logo_mark {
        position: relative;
		width: 70%;
        margin-right: 10px;
		margin-left: 4%;
        margin-right: 0px !important;
    }
	    .logo_mark img {
		max-width: 100%;
        height: auto;
    }


    .navi_header_rrt {
        padding: 0px 0 0px 0% !important;
        margin: 0px 0 0 0 !important;
    }

    .recruit_navi_logo {
        width: 60%;
        width: 76% !important;
        height: unset !important;
        margin-top: 20px;
        margin-top: 0px !important;
        margin-left: 6%;
        margin-left: 0% !important;
        padding: 20px 0 10px 4% !important;
    }

    .recruit_navi_logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .recruit_navi_logo a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .navi {
        position: fixed;
        top: 0;
        display: block;
        padding: 0;
        z-index: 99999;
    }

    .js_humburgerOpen .navi {
	box-sizing: border-box;
        padding: 0;
        width: 100vw;
    }

    .navi_inner {
	box-sizing: border-box;
        width: 100vw;
        padding: 30px 0px 0;
        overflow: hidden;
    }

    .navi_item {
	box-sizing: border-box;
        margin-left: 50px;
        margin-right: 50px;
        font-size: 17px;
        margin-bottom: 3px;
		margin-bottom: 8px;
        padding: 0 10px 5px 30px;
		padding: 0 10px 10px 20px;
        font-family: 'Noto Sans JP', sans-serif !important;
		line-height: 1.4em;
    }

    .navi_item a {
        display: inline-block;
        width: 100vw;
        vertical-align: middle;
    }

    .navi_item a:hover {
        text-decoration: none;
    }

    .navi_item a img {
        display: inline-block;
        width: 100%;
        height: auto;
        margin: -8px 0 0;
        vertical-align: middle;
    }

    .navi_item_contact {
        width: 100%;
        margin-top: 25px;
		margin-bottom: 50px;
    }

    .navi_item_contact_txt1 {
        font-size: 17px;
		color: #4d4d4d;
        text-align: center;
        font-weight: bold;
    }

    .navi_item_contact_tel {
        display: block;
        text-align: center;
        margin: 10px auto 0px auto;
        width: 280px;
        height: 32px;
		height: auto;
    }

    .navi_item_contact_tel img {
        max-width: 100%;
        height: auto;
    }

    .navi_item_contact_txt2 {
        font-size: 15px;
        text-align: center;
        margin-top: 8px;
		 margin: 8px auto 10px auto;
    }

    .navi_item_contact_mail {
        background: #0068b7;
        width: 280px;
        height: 50px;
        margin: 15px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
.navi_item_contact a:hover {
        color: #b1e7ff;
	text-decoration: none;
    }

    .navi_item_contact_mail img {
        width: 29px;
        height: 22px;
		width: 24px;
        height: 18px;
        object-fit: cover;
        background: #fff;
		background: transparent;
    }

    /* お問い合わせ*/
    .ft_contact_spmcp {
        box-sizing: border-box;
        color: #333;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        line-height: 1.4em;
        letter-spacing: 0.0em;
        padding: 0px 0px 0px 0px;
        margin: 15px auto 0px auto;
        position: relative;
        overflow: hidden;
        z-index: 30;
    }

    .ft_contact_content_spm {
        box-sizing: border-box;
        width: 1200px;
        width: auto;
        margin: 0px 8% 30px 8%;
        margin: 10px 8% 30px 8%;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .ft_contact_content_spm img {
        max-width: 100%;
        height: auto;
        margin: 0px auto 0 auto;
        padding: 0px 0px 0px 0px;
    }

    .ft_contact_tel_spm {
        box-sizing: border-box;
        width: 75%;
        margin: 0px auto 10px auto;
        padding: 10px 0px 5px 0px;
        border-left: 0px solid #D3E9F9;
        border-right: 0px solid #D3E9F9;
        height: auto;
        overflow: hidden;
    }

    .ft_contact_tel_img_spm {
        box-sizing: border-box;
        width: auto;
        max-width: 300px;
        margin: 0px auto 0 auto;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .ft_contact_tel_hours_spm {
        font-size: 15px;
        color: #333;
        font-weight: normal;
        margin: 2px auto 0 auto;
        padding: 0px 0px 0px 0px;
        text-align: center;
        overflow: hidden;
    }

    .ft_contact_form_spm {
        box-sizing: border-box;
        float: left;
        width: 400px;
        width: 47%;
        margin: 0px 6% 0 0;
        padding: 0px 0px 0px 0px;
        border-right: 0px solid #D3E9F9;
        height: auto;
        overflow: hidden;
    }

    .ft_contact_form_img_spm {
        display: block;
        box-sizing: border-box;
        width: 300px;
        width: auto;
        margin: 0px auto 0 auto;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .ft_contact_line_spm {
        box-sizing: border-box;
        float: left;
        width: 400px;
        width: 47%;
        margin: 0px 0 0 0;
        padding: 0px 0px 0px 0px;
        border-right: 0px solid #D3E9F9;
        height: auto;
        overflow: hidden;
    }

    .ft_contact_line_img_spm {
        display: none;
    }

    .ft_contact_line_img_spm {
        display: block;
        box-sizing: border-box;
        width: 300px;
        width: auto;
        margin: 0px auto 0 auto;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .ft_contact_form_spm1 {
        box-sizing: border-box;
        width: auto;
        width: 75%;
        width: 85%;
        max-width: 300px;
        margin: 0px auto 15px auto;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
    }
	
	

.navi_item_simulation_box {
box-sizing: border-box;
 max-width: 600px;
		margin: 18px 50px 25px 50px;
		 padding: 0px 0px 20px 0px;
		border-bottom: 1px solid #aaa;
		position: relative;
		 overflow: hidden;
    }
.navi_item_simulation {
box-sizing: border-box;
width: 280px;
        height: auto;
        background: #00b4ff;
		text-align:center;
		margin: 0px auto 0px auto;
		 padding: 0px 0px 0px 0px;
		position: relative;
		 overflow: hidden;
    }
.navi_item_simulation a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.navi_item_simulation a:hover{
	 opacity: 0.30;
    background-color: #ffffff;
}
 .navi_item_simulation_link {
        color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	letter-spacing: 0.0em;
	line-height: 1.4em;
	margin: 0px 0 0 0;
	padding: 9px 5px 9px 5px;
    }


 }   