@charset "utf-8";
/* CSS Document */
#cate_list{
	margin-bottom: 30px;
}
#cate_list li{
	background-color: #88BDDD;
	border-bottom: 1px solid #fff;
}
#cate_list li a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 10px;
	text-align: center;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#recruit{
	padding: 3%;
	padding-bottom: 30vh;
}
#recruit .cate{
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 30px;
}
#recruit .cate .cate_title{
	color: #fff;
	background-color: #0071BD;
	font-size: 20px;
	padding: 15px
}
#recruit .cate .cate_title:empty{
	display: none;
}
#recruit .cate_photo{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#recruit .cate_photo figure{
	margin: 20px;
	position: relative;
	overflow: hidden;
}
#recruit .cate_photo figure img{
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#recruit .cate .cate_txt{
	margin: 20px;
}
#recruit .box_wrap{
}
#recruit .box{
	font-size: 15px;
	letter-spacing: 2.5px;
	padding-bottom: 10px;
	margin: 10px 20px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #88BDDD;
}
#recruit .box:first-of-type{
	border-top: 3px double #88BDDD;
	padding-top: 10px;
}
#recruit .box:last-of-type{
	margin-bottom: 20px;
}
#recruit .box .box_title{
	color: #0071BD;
	width: 30%;
	letter-spacing: 3px;
	padding-left: 0;
}
#recruit .box .box_title:empty{
	display: none;
}
#recruit .box .box_txt{
	width: 65%;
}
#recruit .box .box_txt:empty{
	display: none;
}

#recruit .retop{
	background-color: #0071BD;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
#recruit .retop::after{
	font-family: "Font Awesome 5 Free";
	content: '\f0d8';
	font-weight: 900;
	margin-left: 10px;
}
/*スマホ以下*/
@media screen and (max-width: 500px){
	#recruit .box .box_title{
		width: 100%;
		margin-bottom: 10px;
	}
	#recruit .box .box_txt{
		width: 100%;
	}
}
/*スマホ以下*/
@media screen and (max-width: 400px){

}
/*320以下*/
@media screen and (max-width: 320px){

}
/*タブレット以上*/
@media screen and (min-width: 700px){
	#recruit{
		padding: 5% 8%;
		padding-bottom: 50%;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}