.faterise-inner-page {
	background: #fff;
	color: #111;
	font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	overflow: clip;
}

.faterise-inner-container {
	width: min(83.2%, 1200px);
	margin-inline: auto;
}

.faterise-inner-heading {
	position: relative;
	display: inline-block;
	margin: 0;
}

.faterise-inner-heading__en,
.faterise-inner-heading__ja {
	margin: 0;
}

.faterise-inner-heading__en {
	position: absolute;
	top: -17px;
	left: 92px;
	color: #c9a532;
	font-family: "Noto Serif Tamil", Georgia, serif;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1;
	white-space: nowrap;
}

.faterise-inner-heading__ja {
	position: relative;
	padding-left: 40px;
	color: #111;
	font-size: clamp(4rem, 3.35vw, 5.2rem);
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.2;
}

.faterise-inner-heading__ja::before {
	position: absolute;
	top: .61em;
	left: 0;
	width: 24px;
	height: 4px;
	background: #c9a532;
	content: "";
}

@media (max-width: 767px) {
	.faterise-inner-container {
		width: calc(100% - 38px);
	}

	.faterise-inner-heading__en {
		top: -11px;
		left: 44px;
		font-size: 1.45rem;
		letter-spacing: .13em;
	}

	.faterise-inner-heading__ja {
		padding-left: 23px;
		font-size: 2.3rem;
		letter-spacing: .06em;
	}

	.faterise-inner-heading__ja::before {
		width: 14px;
		height: 3px;
	}
}
