/* 404 (not-found) ページ — REDISH デザイン */
.notfound-section {
	max-width: 920px;
	margin: 0 auto;
	padding: 88px 20px 128px;
	text-align: center;
}
.notfound-section .nf-code {
	color: #00a4c5;
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 24px;
}
.notfound-section .nf-title {
	color: #00a4c5;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 40px;
}
.notfound-section .nf-text {
	color: #5fb0c9;
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 48px;
}
.notfound-section .nf-actions {
	display: flex;
	justify-content: center;
}
.notfound-section .nf-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: #00a4c5;
	color: #fff;
	border-radius: 33px;
	padding: 16px 48px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s;
}
.notfound-section .nf-btn:hover {
	opacity: 0.88;
	color: #fff;
	text-decoration: none;
}
.notfound-section .nf-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	flex: none;
}
.notfound-section .nf-arrow svg {
	width: 15px;
	height: 15px;
	color: #00a4c5;
}

@media (max-width: 767px) {
	.notfound-section {
		padding: 56px 20px 80px;
	}
	.notfound-section .nf-code {
		font-size: 110px;
	}
	.notfound-section .nf-title {
		font-size: 21px;
	}
	.notfound-section .nf-text {
		font-size: 14px;
		line-height: 2;
	}
	.notfound-section .nf-btn {
		padding: 15px 40px;
	}
}
