img {
	vertical-align: top;
	line-height: 1;
}
.sp-only{
	display: none;
}
.inner_box{
	font-family: "Noto Serif JP", serif;
	color: #000;
	line-height: 1.6;
}
.mv,
.about,
.section{
	padding: 0;
}
.cta{
	padding: 30px 0;
}
.cta .cta__text-1{
	font-size: 40px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 20px;
}
.cta .cta__text-2{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-align: center;
}
.page-text-3{
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.about .about__list-1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
.about .about__list-1 .list-item{
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}

@media screen and ( max-width:1023px){
	.sp-only{
		display: block;
	}
	.inner_box{
		max-width: 100%;
	}
	.about,
	.section{
		padding: 0 20px;
	}
	.cta{
		padding: 30px 20px;
	}
	.cta .cta__text-1 {
		font-size: 20px;
	}
	.cta .cta__text-2 {
		font-size: 14px;
	}
	.page-text-3 {
		font-size: 18px;
	}
	.about .about__list-1 {
		display: block;
		margin-bottom: 30px;
	}
	.about .about__list-1 .list-item:not(:last-of-type) {
		margin-bottom: 20px;
	}
}