@charset "UTF-8";

.c-heading__en {
	font-size: clamp(5rem, calc(0rem + 10.42vw), 12rem);
}

.page-tag {
	right: -0.25em;
}

@media (min-width: 1730px) {
	.page-tag {
		right: calc((100vw - 1730px) / 2);
	}
}

@media only screen and (max-width: 768px) {
	.c-heading__en {
		font-size: clamp(2rem, 10.4167vw, 5rem);
	}

	.page-tag {
		right: 85px;
	}
}

.history__story1, .history__story2 {
	margin-bottom: var(--space-section-pc);
}

:is(.history__story1,.history__story2) .section__image {
	margin: var(--section-img-margin-top);
}

.section__image img{
	aspect-ratio: 2160 / 1000;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.history__story1, .history__story2 {
		margin-bottom: var(--space-section-sp);
	}

	.section__image {
		margin: 4rem auto var(--space-section-sp);
	}
	
	.section__image img {
		aspect-ratio: 1172 / 720;
	}
}