@charset "UTF-8";
/* CSS Document */

.c-category {
	min-height: 500px;
	padding: 0;
	/*background: #FBBD53 url(../images/index/kv_region_culture_sdgs.webp);*/
	background: #FBBD53;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: contain;
}
.c-category h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 2em;
	white-space: nowrap;
	color: #fff;
	background: #F07800;
}
.c-category video {
	display: block;
	height: 100%;
	max-height: 500px;
	margin: 0 auto;
	vertical-align: bottom;
}
.p-bnr {
	max-width: 1100px;
	margin: 2em auto 0;
	padding: 0 1em;
}
.p-efforts__list {
	gap: 1.5em;
}
.c-link--pdf {
	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;
}
.p-nfh-link {
	display: block;
	max-width: 600px;
	margin: 20px auto 0;
	border: solid 3px #F07800;
	text-align: center;
	background: #fff;
	text-decoration: none!important;
}
.p-nfh-link__head {
	padding: 0 5px;
}
.p-nfh-link__body {
	padding: 5px;
	font-size: 18px;
	background: #F07800;
	color: #fff;
}
.p-efforts__text .c-link--pdf, 
.p-efforts__text .c-link--blank {
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 767.9px) {

	.l-gnav__wrap {
		margin-bottom: 0;
	}
	.c-category__wrap {
		margin-bottom: 40px;
	}
	.c-category {
		min-height: auto;
		margin-bottom: 0;
		/*padding-top: 45%;*/
	}
	.c-category video {
		height: auto;
		width: 100%;
	}
	.c-category::before {
		content: none;
	}
	.c-category h1 {
		font-size: 4vw;
	}
	.p-bnr {
		margin-top: 1em;
	}

}