@charset "UTF-8";

/* mv-page
------------------------------------------------------------ */
#mv-page {
    padding: 180px 50px 150px;
}
#mv-page.page-point::before {
	content: "POINT";
	position: absolute;
	bottom: -28px;
	left: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 21rem;
	color: #d5ecff;
	line-height: 1;
	letter-spacing: -0.07em;
	opacity: 0.5;
	z-index: 2;
}
#mv-page .inner::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -30px;
	display: block;
	width: 500px;
	height: 372px;
	background: url(../../assets/img/illust_d.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}

/* content-body
------------------------------------------------------------ */

#content-body .illust-e {
	position: relative;
	margin: 0 auto;
	padding: 60px 110px 60px 540px;
	line-height: 1.9;
}
#content-body .illust-e::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100px;
	display: block;
	width: 386px;
	height: 300px;
	background: url(../../assets/img/illust_e.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}
#content-body .illust-e p {
	position: relative;
	margin-top: 30px;
	font-size: 1.8rem;
	color: #0d65b0;
}
#content-body .illust-f {
	position: relative;
	margin: 0 auto;
	padding: 50px 570px 30px 100px;
	line-height: 1.9;
}
#content-body .illust-f::before {
	content: "";
	position: absolute;
	top: 0;
	right: 60px;
	display: block;
	width: 422px;
	height: 324px;
	background: url(../../assets/img/illust_f.png) no-repeat center;
	background-size: contain;
	z-index: 2;
}
#content-body .illust-f p {
	position: relative;
	margin-top: 30px;
	font-size: 1.8rem;
	color: #0d65b0;
}

#content-body .ol-point {
	display: flex;
	flex-wrap: wrap;
	width: 920px;
	margin: 70px auto 0;
	counter-reset: li;
}
#content-body .ol-point li {
	position: relative;
	width: 420px;
	margin: 0 20px 20px;
	padding: 60px 30px;
	background-color: #dff1f3;
	border-radius: 30px;
	box-sizing: border-box;
}
#content-body .ol-point li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	top: -15px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-family: 'Barlow', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #b9cfd1;
	border-radius: 25px;
	box-sizing: border-box;
	transform: translateX(-50%);
}
#content-body .ol-point li h3 {
	font-size: 2.6rem;
	font-weight: 700;
	color: #000;
	text-align: center;
}
#content-body .ol-point li p {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #0d65b0;
	line-height: 1.9;
	text-align: center;
}

@media only screen and (max-width:768px) {

	/* mv-page
	------------------------------------------------------------ */
	#mv-page {
		width: auto;
		margin: 0 4.66vw;
		padding: 23.33vw 5.86vw 66vw;
	}
	#mv-page.page-point::before {
		bottom: -2.4vw;
		left: auto;
		right: 0;
		font-size: 17.33vw;
	}
	#mv-page .inner::before {
		top: 58.33vw;
		right: 7vw;
		width: 66.66vw;
		height: 49.86vw;
		z-index: 2;
	}
	
	/* content-body
	------------------------------------------------------------ */
	#content-body .illust-e {
		margin: 0 auto;
		padding: 0;
		line-height: 1.9;
	}
	#content-body .illust-e::before {
		top: 16vw;
		left: 4vw;
		width: 69.33vw;
		height: 53.33vw;
	}
	#content-body .illust-e p {
		margin-top: 6vw;
		font-size: 3.46vw;
	}
	#content-body .illust-f {
		margin: 0 auto;
		padding: 0;
		line-height: 1.9;
	}
	#content-body .illust-f::before {
		top: 26vw;
		right: 4vw;
		width: 69.33vw;
		height: 53.33vw;
	}
	#content-body .illust-f p {
		margin-top: 6vw;
		font-size: 3.46vw;
	}
	#content-body .ttl-d {
		margin-bottom: 65.3vw;
		text-align: center;
	}

	#content-body .ol-point {
		display: block;
		width: 100%;
		margin: 10.66vw auto 0;
	}
	#content-body .ol-point li {
		position: relative;
		width: 100%;
		margin: 0 0 7.33vw;
		padding: 7.33vw 3.66vw;
		border-radius: 3.66vw;
	}
	#content-body .ol-point li::before {
		top: -4.93vw;
		width: 9.33vw;
		height: 9.33vw;
		font-size: 4.4vw;
		border-radius: 3vw;
	}
	#content-body .ol-point li h3 {
		font-size: 4.26vw;
	}
	#content-body .ol-point li p {
		margin-top: 3vw;
		font-size: 3.46vw;
	}

}