/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2026 | 20:22:53 */
/* 下層ページ（採用） */

/* タイトル */
#content [class*="p-recruit"] h2 {
	font-size: 45px!important;
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
@media (max-width: 599px) {
	#content [class*="p-recruit"] h2 {
		font-size: 28px!important;
	}
}

.p-recruit .lead {
	font-size: 24px;
	margin-bottom: 40px!important;
}
@media (max-width: 959px) {
	.p-recruit .lead {
		font-size: 18px;
		text-align: left;
	}
}
.p-recruit .content .item img {
	width: 80%;
}
@media (max-width: 599px) {
	.p-recruit .content .item img {
		width: 100%;
	}
}