@charset "utf-8";

.image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.image::before {
	display: block;
	content: "";
/*	padding-top: calc(((900 / 1200) * 100%));	*/
	aspect-ratio: 12 / 9;
}
.image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-main .content {
/*	min-height: calc(100vh - 8rem - 8px - 1rem);	*/
	padding-bottom: 10rem;
}
.l-main .content-body {
	width: 80%;
	margin: 0 auto;
}

.l-main h1 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #154577;
	font-size: 30px;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	text-align: center;
}


@media screen and (min-width: 1025px) {

	.l-main h1 {
		padding-top: 4vw;
		padding-bottom: 4vw;
		font-size: 2vw;
	}

}
