@charset "utf-8";

/********************/
/* low */
/********************/
.low_header__recruit {
	background-image: url(./img/recruit/recruit_header.jpg);
	background-position: bottom ri;
	background-size: cover;
	padding:0;
	color:#fff;
    height:calc(100vh - 140px);
	position:relative;
}

.low_header__recruit .low_header-inn {
    background:#000000c9;
    height:calc(100vh - 140px);
    width:60%;
}

.low_header__recruit .low_header-inn .h__box {
}

.low_header__recruit .low_header-inn .h__box .sub {
}

.low_header__recruit .low_header-inn .h__box h1 {
}

.low_header__recruit .low_header-inn h2 {
}

.low_header__recruit .low_header-inn h3 {
}

.low_header__recruit .low_header-inn p {
}

.low_header__recruit .low_header-inn p span {
    font-weight: bold;
}

.low_header__recruit .btn_entry {
	position:absolute;
	top:0;
	right:0;
}

.low_header__recruit .btn_entry a {
	background:#4980B7;
	display:block;
	width:290px;
	text-align:center;
	padding:20px 0;
}

