@charset "utf-8";

/* 採用メッセージ
======================================== */

/* キャッチコピー
------------------------------------------------- */
.message .copy {
	width: 90%;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	color: #e60000;
	border-bottom: solid 1px #ddd;
	padding-bottom: 70px;
	margin: 70px auto 0;
}
@media screen and (max-width:1024px) {
	.message .copy {
		font-size: 2.3rem;
		text-align: left;
		padding-bottom: 30px;
		margin: 30px auto 0;
	}
}
