<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* recruit - message
--------------------------------------------------*/
.recruitMain {
	margin-bottom: 60px;
	background: url(../../../images/recruit/index/img_01.jpg) no-repeat right top;
	/* background-size: 870px auto; */
	position: relative;
	height: 440px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.recruitMain .box {
	position: absolute;
	left: auto;
	bottom: 30px;
}
.messageArea p {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 2;
}
.recruitHeading {
	font-family: 'Noto Serif Japanese', serif;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	font-size: 34px;
}

@media only screen and (max-width:767px) {
	.recruitMain {
		margin-bottom: 20px;
		padding-top: 200px;
		padding-bottom: 20px;
		/* background-size: cover; */
		height: auto;
	}
	.recruitMain .box {
		position: static;
	}
	.recruitHeading {
		font-size: 20px;
	}
	.messageArea p {
		font-size: 14px;
	}
}
</pre></body></html>