@charset "UTF-8";

#main{
	padding-bottom: 0px !important;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
#recruit .wrap{
	max-width: 900px;	
	margin: 0 auto;
}
#recruit .wrap h3{
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 2em;
}
#recruit .wrap h2{
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.4;
	border-left: 5px solid #204b8d;
	box-sizing: border-box;
	padding-left: 0.3em;
	text-align: left;
	letter-spacing: 0;
}
#recruit .contents .recruit_top{
	margin-bottom: 4em;
}
#recruit .contents .recruit_top .textBox{
	display: flex;
	justify-content: space-between;

}
#recruit .contents .recruit_top .textBox .LBox{
	width: 50%;
	text-align: justify;
}

#recruit .contents .recruit_top .textBox .RBox{
	width: 45%;
	text-align: center;
	transition: 0.5s all;
}
#recruit .contents .recruit_top .textBox .RBox:hover{
	transition: 0.5s all;
	color: #023894;
	transform: scale(105%)
}
#recruit .contents .recruit_top .textBox .RBox .hover_a{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 0.5em;
	font-weight: 600;
}

#recruit .contents .recruit_third h4,
#recruit .contents .recruit_second h4{
	background-color: #8fd3ff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #023894;
	line-height: 40px;
	margin-bottom: 2em;
}

#recruit .contents .recruit_second .flexbox{
	display: flex;
	justify-content: space-between;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 2.5em;
	flex-wrap: wrap;
}
#recruit .contents .recruit_second .flexbox .CBox,
#recruit .contents .recruit_second .flexbox .LBox,
#recruit .contents .recruit_second .flexbox .RBox{
	width: 45%;
}
#recruit .contents .recruit_second .flexbox .CBox{
	margin-top: 1.5em;
}
/*
#recruit .contents .recruit_second .flexbox .LBox .hover_a{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 0.5em;
	font-weight: 600;
}
*/
#recruit .contents .recruit_third .centerBoX,
#recruit .contents .recruit_second .flexbox .LBox{
	color: #023894;
	transition: 0.5s all;	
}
#recruit .contents .recruit_second .btnBox .btn.kosotuBtn{
	padding: 33px 0;
}
#recruit .contents .recruit_third .centerBoX:hover{
	transition: 0.5s all;
	color: #023894;
	transform: scale(105%)
}
#recruit .contents .recruit_second .btnBox .btn {
	border: 2px solid #0068b7;
	padding: 10px 0px;
	margin-bottom: 25px;
	margin-top: 12px;
	display: block;
	transition: 0.5s all;
}
#recruit .contents .recruit_second .btnBox .btn:hover{
	transition: 0.5s all;
	transform: scale(105%)
}

#recruit .contents .recruit_second .btnBox .btn span{
	padding-top: 0.5rem;
	display: block;
	font-weight: 600;
	font-size: 1.5rem;
}
#recruit .contents .recruit_third .centerBoX{
	width: 60%;
	margin: 0 auto;
}

#recruit .contents .recruit_third .hover_a{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 0.6em;
	font-weight: 600;
	margin-bottom: 5em;
}
#recruit .recruit_footerImg img{
	width: 100%;
}

@media screen and (max-width:640px){
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none;
	}
	#recruit .wrap h3{
		font-size: 2.5rem;
    margin-bottom: 1em;
	}
	#recruit .wrap h2{
		font-size: 2rem;
	}
	#recruit .contents .recruit_top .textBox{
		display: block;
    max-width: 90vw;
		margin: 0 auto;
	}
	#recruit .contents .recruit_top .textBox .RBox,
	#recruit .contents .recruit_top .textBox .LBox{
		width: 100%;
	}
	
/*
	#recruit .contents .recruit_top .textBox img{
		width: 89px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
	}
*/
	#recruit .contents .recruit_third h4,
	#recruit .contents .recruit_second h4{
		margin-bottom: 2em;
	}
	#recruit .contents .recruit_second .flexbox{
		display: block;
		max-width: 80vw;
    margin: 0 auto;
		margin-bottom: 4em;
	}
	#recruit .contents .recruit_second .flexbox .CBox,
	#recruit .contents .recruit_second .flexbox .LBox,
	#recruit .contents .recruit_second .flexbox .RBox{
		width: 100%;
		margin-bottom: 2em;
	}
	#recruit .contents .recruit_third .centerBoX{
		width: 80vw;
	}
	
	
	
	
	
	
	
	
}


