main::after {
	background-color: #ebeff2;
}
.section {
	padding-top: 120px;
}
.section#sec-03 {
	padding-bottom: 120px;
}
.section .container {
	max-width: 900px;
}
.page-title {
	background-image: url("../images/mv.webp");
}
@media screen and (max-width: 768px) {
	.section {
		padding-top: 50px;
	}
	.section#sec-03 {
		padding-bottom: 60px;
	}
}
