@CHARSET "UTF-8";

.wrapper {
	max-width: 1170px;
}

.recruit-area {
	padding-top: 120px;
	margin-bottom: 50px;
}

.recruit-area div.tit-page h3 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
}

.recruit-area div.tit-page span {
	color: #7040CD;
}

.recruit-page {
	position: relative;
	top: -25px;
	left: 20%;
	width: 80%;
}

.recruit-area:first-child .recruit-page {
	top: -49px;
}

.recruit-page h1 {
	padding: 0;
	margin: 0;	
	color: #080808;
}

.recruit-page h1 span {
	display: inline-block;
	border-bottom: 5px solid #7040C8;	
}

.recruit-page h1 {
	font-size: 3.5em;
}

.recruit-page p {
	color: #505050;
	margin-top: 50px;
}

.recruit-page div {
	position: relative;
	height: 120px;
	margin-top: 50px;
}

.recruit-page div:last-child {
	margin-top: 10px;
	margin-bottom: 40px;
}

.recruit-page div section {
	position: relative;
	top: 0;
	width: calc(50% - 30px);
	padding: 20px 0;
	border-top: 1px solid #A0A0A0;
	height: 100px;
}

.recruit-page div section:nth-child(odd) {
	left: 0;
}

.recruit-page div section:nth-child(even) {
	top: -142px;
	left: calc(50% + 30px);
}

.recruit-page div section p {
	margin-top: 5px;
	font-size: 14px;
}

.recruit-page img {
	width: 90%;
	margin: auto;
}

@media screen and (max-width: 1250px) {
	.recruit-page {
		left: 0;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 60px;
	}
	
	.recruit-area div.tit-page span {
		position: relative;
		top: -24px;
		left: 120px;
	}

	.recruit-page h1 {
		margin-top: 25px;
	}
	
	.recruit-page p {
		margin-top: 80px;
	}
	
	.recruit-page img {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.recruit-page div {
		height: 270px;
	}
	
	.recruit-page div section {
		width: 100%;
	}
	
	.recruit-page div section:nth-child(even) {
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 700px) {
	.recruit-page h1 {
		font-size: 1.9em;
		border: ;
	}
	
	.recruit-page h2 {
		font-size: 1.7em;
	}
	
	.recruit-page h2 span {
		color: #666;
	}
}