@charset "utf-8";
/*
*
*	募集要項関係（jobsys)
*
*/

/* 2022/07/04 jobsys用 平林 */

/*一覧表示(新卒）*/
.new2_about_flex{
	display:flex;
}
.new_about .job_sentence{
	margin-top:0px;
	width:60%;
	margin-right:20px;
}
.new_about .job_title{
	margin-bottom:30px;
	font-size:21px;
	text-align:left;
}
.new_about .job_link{
	margin-right:10%;
	width:100%;
}
.new_about .job_link a{
	font-size:18px;
	color:#ffffff;
	border:1px solid #002E7D;
	background-color:#002E7D;
	padding:10px;
	border-radius: 10px;
	display:block;
	width:50%;
	margin-bottom:0;
}
.new_about .job_link a::before{
	content: ">> ";
}
.new_about .job_link a::after{
	content: "採用";
}
.description_title{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}
.job_new_link2{
	width:100%;
	display:flex;
	justify-content:space-around;
	margin-top:15px;
	margin-bottom:20px;
}
.job_new_link2 p{
	width:90%;
}
.job_new_link2 p a{
	display:block;
	margin-right;8px;
	margin-left:8px;
	border:1px solid #002E7D;
	background-color:#002E7D; ;
	padding:10px 5px;
	border-radius: 10px;
	text-align:center
	font-size:16px;
	color:#ffffff;
}
.job_new_link2 a:hover{
	opacity:0.7
}
.blog img{
	width:200px;
	height:129px;
	object-fit: cover;
	object-position: 0 0;
}
@media screen and (max-width: 767px){
	.new2_about_flex{
		display:block;
		margin-top:30px;
		margin-bottom:50px;
		height:auto;
	}
	.new_about .job_sentence{
		width:100%;
		margin-bottom:40px;
	}
	.new_about .job_link a{
		width:100%;
		margin:0;
	}
	.job_new_link2{
		display:block;
	}
	.job_new_link2 a{
		display:block;
		margin-bottom:10px;
	}
}
/*一覧表示(中途）*/
#mid_about .job_sentence{
	border:1px solid #3071CF;
	margin-bottom:20px;
}
#mid_about .job_title{
	background-color:#3071CF;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:18px;
	color:rgb(255, 255, 255);
	font-weight:normal;
	padding-left:10px;
}
#mid_about .job_outline{
	padding:5px 15px 10px;
}
#mid_about .job_link{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-right:15px;
}
#mid_about .job_link a{
	margin-left:20px;
}
#mid_about .job_link a::before{
	content: ">> ";
}
/*一覧表示(スタッフ）*/
#bosyuu .job_sentence{
	border:1px solid #3071CF;
	margin-top:20px;
	margin-bottom:20px;
}
#bosyuu .job_title{
	background-color:#3071CF;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:18px;
	color:rgb(255, 255, 255);
	font-weight:normal;
	padding-left:10px;
}
#bosyuu .job_outline{
	padding:5px 15px 10px;
}
#bosyuu .job_link{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-right:15px;
}
#bosyuu .job_link a{
	margin-left:20px;
}
#bosyuu .job_link a::before{
	content: ">>";
}
/*募集要項詳細（共通）*/
.job_rec{
	text-align:left;
}
.job_rec h3{
	width: 100%;
	height: 35px;
	border-bottom: solid 1px #003366;
	margin-bottom: 5px;
	margin-top:50px;
	text-align:left;
}
/*募集要項詳細（スタッフ）*/
.job_rec ul{
	display:flex;
}
.job_rec ul li{
	margin-right:15px;
	margin-bottom:10px;
}
.job_rec li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
}
