@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 202px;
}

.pageTitle {
	background-image: url(../img/recruit/page_title_bg.jpg);
}

#conts .txt{
	line-height: 2;
}

#conts .mb01{
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}

#conts .mb02{
	margin-bottom: 76px;
}

#conts .comPhotoBox{
	align-items: center;
	padding: 56px 0 36px;
}

#conts .comPhotoBox .ttl{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.53;
}

#conts .bgBox{
	background: #eef3f9;
	padding: 33px 10px 10px 10px;
	margin-bottom: 134px;
}

#conts .bgBox .ttl{
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 34px;
}

#conts .bgBox .ttl:before{
	content: "\002F";
	margin-right: 12px;
	display: inline-block;
	transform: scale(-1.75, 1.2);
}

#conts .bgBox .ttl:after{
	content: "\002F";
	margin-left: 10px;
	display: inline-block;
	transform: scale(1.75, 1.2);
}

#conts .bgBox ul{
	background: #fff;
	padding: 7px 25px 8px;
}

#conts .bgBox li{
	display: flex;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid #e5e5e5;
}

#conts .bgBox li:last-child{
	border-bottom: none;
}

#conts .bgBox li .an{
	width: 31px;
	height: 31px;
	font-size: 1.7rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background: #2e70b0;
	color: #fff;
	display: flex;
	border-radius: 50px;
	margin-right: 10px;
	flex: none;
}

#conts h3{
	font-size: 2.0rem;
	border-left: 3px solid #2e70b0;
	padding-left: 15px;
	line-height: 1.2;
	margin-bottom: 22px;
}

#conts table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}

#conts table th,
#conts table td{
	font-size: 1.6rem;
	line-height: 1.875;
	padding: 26px 12px 26px 23px;
	border-bottom: 1px solid #e5e5e5;
}

#conts table th{
	border-right: 1px solid #e5e5e5;
}

@media all and (max-width: 767px) {
	#main {
		margin: 0 auto 103px;
	}

	#conts{
		margin: 0 20px;
	}
	
	.pageTitle {
		background-image: url(../img/recruit/sp_page_title_bg.jpg);
	}
	
	#conts .txt{
		line-height: 1.625;
	}

	#conts .mb02{
		margin-bottom: 50px;
	}

	#conts .comPhotoBox{
		padding: 53px 0 0;
	}

	#conts .comPhotoBox .ttl{
		text-align: center;
		font-size: 2.0rem;
		line-height: 1;
		margin-bottom: 31px;
	}

	#conts .bgBox{
		margin: 0 -20px 76px;
		padding: 38px 20px 20px;
	}

	#conts .bgBox .ttl{
		font-size: 1.7rem;
	}

	#conts .bgBox ul{
		padding: 5px 24px 2px;
	}

	#conts .bgBox li{
		padding: 20px 0;
	}

	#conts .bgBox li .an{
		width: 30px;
		height: 30px;
	}

	#conts h3{
		font-size: 1.8rem;
		border-left: 2px solid #2e70b0;
		padding-left: 11px;
		line-height: 1.2;
		margin-bottom: 17px;
	}

	#conts table th,
	#conts table td{
		line-height: 1.562;
		padding: 18px 8px 18px 12px;
	}

	#conts table th{
		border-right: 1px solid #e5e5e5;
		width: 120px;
		box-sizing: border-box;
	}
}
/** add 200220 **/

#conts .movie {
	background: #eef3f9;
	padding: 46px 12px;
	margin-bottom: 134px;
}

#conts .movie .headLine02{
	text-align: center;
	border-left: none;
	margin-bottom: 60px;
}

#conts .movie .headLine02:after{
	left: 50%;
	bottom: -10px;
	margin-left: -24px;
}

#conts .youtube {
	display: flex;
	justify-content: space-between;
}

#conts .youtube > div{
	width: 350px;
}

#conts .youtube iframe{
	width: 100%;
	height: 200px;
	margin-bottom: 16px;
}

#conts .youtube .caption{
	text-align: center;
	color: #2e70b0 ;
	margin-bottom: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

#conts .youtube .comBtn {
	width: 80%;
	margin: 0 auto;
}

#conts .youtube .comBtn a{
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
}

@media all and (max-width: 767px) {
	#conts .movie {
		background: #eef3f9;
		padding: 20px ;
		margin: 0 -20px;
		margin-bottom: 54px;
	}

	#conts .movie .headLine02:after{
		left: 50%;
		bottom: -10px;
		margin-left: -20px;
	}

	#conts .youtube {
		display: block;
	}

	#conts .youtube > div{
		width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 30px;
	}

	#conts .youtube > div:last-of-type{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#conts .youtube iframe{
		width: 100%;
		height: 180px;
		margin-bottom: 16px;
	}

	#conts .youtube .caption{
		text-align: center;
		color: #2e70b0 ;
		margin-bottom: 16px;
	}

	#conts .youtube .comBtn {
		width: 80%;
		margin: 0 auto ;
	}

	#conts .youtube .comBtn a{
		width: 260px;
		padding: 14px;
	}

}

/** end 200220 **/