/* Front: Mission — matched to totop-site-main final (clip-path scroll + diagram) */

body.totop-front-page .totop-front .mission.totop-section {
	text-align: center;
}

body.totop-front-page .totop-front .mission::after {
	content: "";
	position: absolute;
	right: -110px;
	bottom: -110px;
	width: 430px;
	height: 430px;
	opacity: 0.07;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Crect x='0' y='0' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='0' y='12' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='12' y='12' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='12.9' y='0.9' width='7.8' height='7.8' rx='2' fill='white' fill-opacity='0.6' transform='rotate(45 16.8 4.8)'/%3E%3C/svg%3E") no-repeat center / contain;
}

body.totop-front-page .totop-front .mission-copy {
	font-family: var(--totop-serif);
	font-weight: 600;
	font-size: clamp(28px, 4.2vw, 44px);
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	word-break: auto-phrase;
	margin: 0 0 26px;
	color: #fff;
}

body.totop-front-page .totop-front .mission-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.72);
}

body.totop-front-page .totop-front .mission-diagram {
	max-width: 720px;
	margin: 40px auto 0;
}

body.totop-front-page .totop-front .mission-diagram svg {
	width: 100%;
	height: auto;
	display: block;
}

body.totop-front-page .totop-front .mission-diagram .dia-sp {
	display: none;
}

body.totop-front-page .totop-front .mission ::selection {
	background: rgba(44, 184, 183, 0.5);
	color: #fff;
}

@media (max-width: 900px) {
	body.totop-front-page .totop-front .mission::after {
		content: none;
	}
}

@media (max-width: 767px) {
	body.totop-front-page .totop-front .mission-diagram {
		margin-top: 28px;
	}

	body.totop-front-page .totop-front .mission-diagram .dia-pc {
		display: none;
	}

	body.totop-front-page .totop-front .mission-diagram .dia-sp {
		display: block;
		width: 100%;
	}
}
