@charset "UTF-8";

/*-----------------------------------

	recruitment

-----------------------------------*/

#recruitment {
	background:#f3f3f3;	
	text-align:center;
	position:relative;
	z-index: 1;
	margin-top:60px;
}
#recruitment:after {
	content: "";
	width: 100%;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: -1;
}
#recruitment h2{
		
}
#recruitment .recruitment_bg{
	padding: 0 0 70px 0;
}
#recruitment .listbox {
    margin-top:20px;
	background: #587391;
}
#recruitment dt {
	background: #587391;
	text-align:center;
	width:220px;
	float:left;
	box-sizing: border-box;
	color:#fff;
	padding:20px;
}
#recruitment dd {
	background:#fff;
	text-align: left;
	margin-left: 220px;
	box-sizing: border-box;
	padding:20px;
}
#recruitment dd .list_txt{
	width:640px;
	float:left;
	line-height: 30px;
}
#recruitment dd .year{
	width:120px;
	float:left;
	line-height: 30px;
}
#recruitment dd span{
	display:block;
}
#recruitment .tel_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-top: 30px;
}
#recruitment .tel_box .f_c_tel{
	display: inline-block;
	position:relative;
	font-size:32px;
	font-weight: 800;
	font-style: oblique;
	line-height: 40px;
	letter-spacing: 0.2em;
	margin-left: 40px;
}
#recruitment .tel_box .f_c_tel:before{
	content: "";
	display: block;
	background: url(../img/common/f_c_tel.png) no-repeat center / contain;
	width: 29px;	
	height: 40px;
	position:absolute;
	top: 3px;
	left: -30px;
}
#recruitment .tel_box .f_c_tel span{
	display:block;	
	font-size:14px;
	font-style: normal;
}
#recruitment .tel_box .f_c{
	width:43%;
	min-width: 300px;
	font-size:1px;
	display:inline-block;
	position:relative;
	background:#26558a;
	color:#fff;
	text-align:center;
}
#recruitment .tel_box .f_c a{
	color:#fff;
	display:block;
	font-size: 14px;
	padding:18px 20px;
}
#recruitment .tel_box .f_c::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 14%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#recruitment .tel_box .f_c:hover{
	opacity:0.8;	
}
@media screen and (max-width: 1240px) {

	#recruitment dd .year {
		width:20%;	
	}
	#recruitment dd .list_txt{
		width:75%;
	}
}

@media screen and (max-width: 1000px) {
	#recruitment .tel_box {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 840px) {


}


@media screen and (max-width: 640px) {

	#recruitment {
		margin-top:30px;	
	}
	#recruitment .listbox {
		background:#fff;	
	}
	#recruitment dt {
		float:none;
		width:100%;	
	}
	#recruitment dd {
		margin-left: 0;	
	}
	#recruitment dd .year {
		width: 30%;	
	}
	#recruitment dd .list_txt {
		width:65%;	
	}
	#recruitment .tel_box {
		gap: 10px 0;
		margin-top: 20px;
	}
	#recruitment .tel_box .f_c_tel {
		font-size: 24px;	
		margin-left: 0;
	}
	#recruitment .tel_conte {
		width:100%;
		text-align:center;
		margin:0 auto;
		display:block;
		float:none;
	}
	#recruitment .tel_box .f_c {
		width:250px;
		margin:0 auto;
		display:block;
		float:none;
	}
	#recruitment .tel_box .f_c::before {
		left:4%;	
	}
	#recruitment .tel_box .f_c_tel:before{
		background: url(../img/common/f_c_tel.png) no-repeat center / contain;
		width:20px;
		left: -15px;
	}

}
