@charset "utf-8";
body{
	background: #E9EFF0;
}

#recruit{
	padding-top:50px;
}

ul.recruit_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:100px;
}

ul.recruit_list li{
	width:48%;
	text-align:center;
	border: 1px solid #EAEAEA;
	border-radius: 24px;
	padding:70px 0 50px 0;
	background:#fff;
}

ul.recruit_list li h4{
	font-size: 24px;
	font-weight: 700;
}

ul.recruit_list li h4 span{
	display: block;
	color: var(--text03, #989898);
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 150%; /* 22.5px */
}

ul.recruit_list li p{
	font-weight: 700;
	margin-top:24px;
}

.more a {
	width:auto;
	padding:0 36px;
	display:inline-block;
}

@media only screen and (min-width: 825px) {


}

@media (max-width:999px) {

}

@media (max-width: 825px) {

}
@media (max-width: 425px) {

	ul.recruit_list {
		display:block;
		margin-top: 30px;
	}

	ul.recruit_list li{
		width:100%;
	}

	ul.recruit_list li:last-child{
		margin-top:50px;
		padding-top:50px;
	}



}

