.phvInnder{
	background:center / cover no-repeat url(../img/img_recruit_header.jpg);
}

.titleSet h1{
	font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 34px;
	width:100%;
}

.commonSection{
	width:96%;
	max-width:1050px;
	padding:0 0 36px;
}

.pageHeadView + .commonSection{
	width:82.43%;
	max-width:none;
	margin:0 11.57% 0 6%;
	padding:36px 0;
}

.titleImg{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:16px;
}

.titleImg > h2{
	color:#fff;
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:60px;
	line-height:28px;
	font-size:24px;
}

.companyCol2:nth-of-type(2) .titleImg > h2{
	height:30px;
}

.col2Child{
	display: flex;
	flex-direction: column;
}

.col2Child h3{
	text-align:center;
	font-size:16px;
	position:relative;
	margin-bottom:28px;
	line-height:28px;
}

.col2Child h3:after{
	position:absolute;
	content:"";
	background:#DFDFDF;
	width:52px;
	height:4px;
	bottom:-7.5px;
	left:0;
	right:0;
	margin:auto;
}

.col2Child p{
	font-size:15px;
	line-height:28px;
}

.col2Child p a{
	color:#282828;
	font-weight:600;
	font-size:15px;
}

.col2Child ul{
	margin:16px 0 0;
	padding:0 0 0 16px;;
	list-style: none;
}

.col2Child ul li{
	font-size:15px;
	position:relative;
}

.col2Child ul li:before{
	content:"※";
	position:absolute;
	font-size:15px;
	left:-15px;
	top:0;
}

.col2Child a.button{
	display:block;
	color:#fff;
	font-weight:600;
	background:#444444;
	width:220px;
	margin:38px auto 0;
	padding:14.5px 16px;
	text-align:center;
	text-decoration:none;
	opacity:1;
	transition:all .3s ease;
}

.col2Child a.button:hover{
	opacity:.8;
}

.col2Child > .fgrow{
	flex-grow: 1;
}

.companyCol2{
	margin-bottom:56px;
}

.companyCol2:nth-of-type(2){
	margin-bottom:36px;
}

@media(max-width:768px){
	.pageHeadView + .commonSection{
		width:100%;
		margin:0 auto 16px;
		padding:36px 16px;
		text-align:center;
	}
	.titleSet h1{
		font-size:20px;
		padding-bottom: 12px;
	}
	span.line{
		/* display:none; */
		width: 120px;
		position:relative;
		top:unset;
		left:unset;
		margin:0 auto;
	}
	.titleImg img{
		width:100%;
		height:220px;
		object-fit:cover;
	}
	.companyCol2{
		margin-bottom:16px;
	}
	
	.companyCol2:nth-of-type(2){
		margin-bottom:0;
	}
}

@media(max-width:480px){
	.pageHeadView + .commonSection{
		margin: 0 auto 40px;
	}
	.companyCol2{
		margin-bottom:42px;
	}
	.companyCol2:nth-of-type(2){
		margin-bottom:0;
	}
	.col2Child a.button{
		width:90%;
	}
	.titleImg > h2{
		font-size:20px;
	}
}