@charset "UTF-8";
/* CSS Document */


/*採用担当者からのメッセージ*/
.p-h1 {
	margin-bottom: 60px;
}
.p-sectionTitle {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 25px;
	padding-left: 54px;
	text-indent: -54px;
	letter-spacing: .14em;
}
.p-sectionTitle::before {
	content: '';
	display: inline-block;
	background: #be3636;
	width: 40px;
	height: 1px;
	position: relative;
	bottom: 7px;
	margin-right: 14px;
}
.p-message-img {
	float: right;
}
.p-message-img img {
	width: 316px;
	height: auto;
	margin-left: 20px;
}
.p-message section p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
.p-message section p {
	margin-bottom: 30px;
}
.p-message section p span {
	color: #be3636;
	font-weight: bold;
}
.p-message .btn-recruit {
	width: 384px;
	padding: 27px 0 24px;
	margin: 60px auto 75px;
}
.p-message .btn-recruit p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
}


/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
	.p-h1 {
		margin: 2em 0;
	}
	.p-message section {
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.p-message-img img {
		margin-left: 0;
	}
	.p-message section p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.p-sectionTitle {
		padding-left: 44px;
		text-indent: -44px;
		margin-bottom: 1em;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.p-sectionTitle::before {
		width: 30px;
	}
	.p-message section p {
		margin-bottom: 2.5em;
	}
	.p-message .btn-recruit {
		width: 70%;
		margin: 0 auto 15%;
		padding: 1.2em;
	}
	.p-message .btn-recruit p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.p-message section p.p-message-img {
		margin: 0 0 1em 5%;
		width: 50%;
	}
}




