
html,body{
	max-height:auto;
	background:#fff;
}

main{
	overflow:visible;
}

#recruit{
	height:auto;
	min-height:auto;
	padding-bottom:120px;
}

.rps_visible{
	display:none;
}

.rps_del{
	display:block;
}



@media screen and (max-width: 767px) {
#recruit{
	height:auto;
	min-height:auto;
	padding-bottom:18vw;
}






.rps_visible{
	display:block;
}

.rps_del{
	display:none;
}




}