@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	padding: 12.1rem 0 13.2rem;
	position: relative;
}
#main .bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/news/bg.jpg) no-repeat center center / cover;
	z-index: -1;
}
#main .bg::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00183e;
	opacity: 0.59;
	content: "";
}
@media all and (max-width: 999px) {
	#main {
		padding: 10.4rem 0 0;
	}
	#main .bg {
		background-image: url(../img/news/bg_sp.jpg);
	}
}