
h1 {
	background-image: url(../../images/recruit/title_recruit.png);
}
#recruitBox{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
	margin-left: 30px;
}
#recruitBox .recruitIn{
	border-radius: 8px;
	width: 100%;
	position: relative;
}
#recruitBox .recruitIn:nth-child(n+2){
	margin-top: 16px;
}
#recruitBox .recruitIn a{
	color: #fff;
	text-decoration: none;
}
#recruitBox .recruitIn .photo{
	overflow: hidden;
	border-radius: 5px;
}
#recruitBox .recruitIn a .photo img{
	transition: 0.2s;
}
#recruitBox .recruitIn a:hover .photo img{
	transform: scale(1.1);
	filter: brightness(120%);
}
#recruitBox .recruitIn .title{
	position: absolute;
	top: -55px;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#recruitBox .recruitIn .title::after{
	content: '';
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 119px;
	border-radius: 2px;
}
#recruitBox .recruitIn .disc{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 1000px){
	#recruitBox .recruitIn .title::after {
			display: none
	}
	#recruitBox{
		margin-left: 0;
	}
}	

/* SP */
@media screen and (max-width: 800px) {
	.pc{
		display: none;
	}
	h1 {
		margin-bottom: 30px;
		background-size: 800px auto;
		background-position: center center;	
	}
	#recruitBox{
		display: block;
		margin-left: 0;
	}
	#recruitBox .recruitIn .title{
		font-size: 160%;
		top: -8vw;
	}
	#recruitBox .recruitIn .disc{
		top: 55%;
		font-size: 12px;
	}
}

#contentInW {
	padding: 0;
}

@media screen and (max-width: 1000px){
#contentInW {
    padding: 0 22px;
}
}