@charset "UTF-8";
/* CSS Document */

.c-category {
/*	min-height: 400px;
	padding: 0;*/
	padding: 26% 0 0 0;
	background: url("../images/index/saiyo_main.webp");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}
.c-category h1 {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	white-space: nowrap;
	color: #fff;
	visibility: hidden;
}
.p-efforts__list {
	gap: 1.5em;
}
.p-efforts__text .c-link--pdf, 
.p-efforts__text .c-link--blank {
	text-decoration: none;
	color: inherit;
}
.c-article__inner {
	position: relative;
	height: 100%;
	background: none;
}
.recruitment_img {
	width: 100%;
	max-width: none;
}
.c-box--gray {
	margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {

	.l-gnav__wrap {
		margin-bottom: 0;
	}
	.c-category__wrap {
		margin-bottom: 40px;
	}
	.c-category::before {
		content: none;
	}
	.c-category h1 {
		top: 5vw;
		font-size: 4vw;
	}

}