@charset "UTF-8";
/* CSS Document */

.c-category {
	min-height: 400px;
	padding: 0;
	background: #ee7602 url(../images/index/kv_corporate.webp);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: contain;
}
.c-category h1 {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	white-space: nowrap;
	color: #fff;
}
.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;
}
.c-article__inner::after {
	z-index: -1;
	content: '';
	position: absolute;
	display: block;
	top: 5%;
	left: 0%;
	width: 100%;
	height: 100%;
	transform: skewY(-10deg);
	background: #fffaee;
}
.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 {
		min-height: auto;
		padding-top: 45%;
	}
	.c-category::before {
		content: none;
	}
	.c-category h1 {
		top: 5vw;
		font-size: 4vw;
	}

}