@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 100px;
	background-image: url(../img/recruit/page_title_bg.jpg);
}
#main .soon {
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 9.5rem;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 50px;
	}
	#main {
		min-height: calc(100vh - 780px);
	}
	#main .soon {
		font-size: 6rem;
	}
	
}

