@charset "utf-8";

#recruit{
}

#recruit h1{
	background: url("../img/back_img.jpg") no-repeat center top;
}

#recruit section{
	padding: 25px 15px 0 15px;
}

#recruit section + section{
	padding-bottom: 25px;
}

#recruit section ul{
	margin-top: 20px;
}

#recruit section li{
	position: relative;
  overflow: hidden;
}

#recruit section ul li img{
	width: 100%;
}

#recruit section h3{
	margin-top: 10px;
}

.link_move{
  pointer-events: none;
}


@media only screen and (min-width: 750px) {
	
	#recruit > div{
		width: 750px;
		margin: 0 auto;
	}
	
	#recruit section{
		padding: 25px 0;
	}

}



@media only screen and (min-width: 1040px) {
	
	#recruit{
	}
	
	#recruit > div{
		width: 1040px;
		margin: 0 auto;
		padding: 50px 0;
		display: flex;
		justify-content: space-between;
	}

	#recruit section{
		padding: 0;
		width: 500px;
	}

	#recruit section + section{
		padding-bottom: 0;
	}
	
	#recruit section ul li{
		position: relative;
		overflow: hidden;
	}
	
	.link_move{
		width: 500px;
		height: 180px;
		display: block;
	}
	
	.link_move div{
		left: 0;
		top: -180px;
		width: 500px;
		height: 180px;
	}
	
	.link_move:hover div{
		top: 0;
	}
	
}



/*　中途採用・新卒採用
---------------------------------------------------*/
#career_set{
}

#career_set h1{
	background: url("../img/back_img.jpg") no-repeat center top;
}

#career_set section{
	padding: 25px 15px;
}

#career_set section h2 + *{
	margin-top: 20px;
}

#career_set dl{
	font-size: 1.6rem;
}

#career_set dl dt{
	color: #007F40;
	font-weight: bold;
}

#career_set dl dd{
	padding: 0.5em 0;
}

a#gmap_link{
	position: relative;
	padding-left: 1em;
	text-decoration: underline;
}

a#gmap_link:hover{
	text-decoration: none;
}

a#gmap_link::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #007f40;
	position: absolute;
	left: 0;
	top: 0.3em;
}

@media only screen and (min-width: 750px) {
	
	#career_set > div{
		width: 750px;
		margin: 0 auto;
	}
	
	#career_set section{
		padding: 25px 0;
	}

}

@media only screen and (min-width: 1040px) {
	
	#career_set h1 + div{
		width: 1040px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	#career_set section{
		padding: 50px 0;
	}

	#career_set section h2 + *{
		margin-top: 40px;
	}
	
	#career_set dl dt{
		clear: both;
		float: left;
		width: 260px;
	}

	#career_set dl dd{
		padding: 0 0 0 260px;
		width: 500px;
	}
	
	#career_set dl dd + dt{
		margin-top: 20px;
	}
	
	#career_set dl dd + dt + dd{
		margin-top: 20px;
	}
	
	
	
	
}