/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual {
	background-image: url(/assets/common/img/bg_mainvisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
}
.mainvisual__title {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 5.6vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.mainvisual__title span {
	display: block;
	padding-left: 0.15em;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 4vw;
}

@media screen and (min-width: 768px) {
	.mainvisual {
		background-image: url(/assets/common/img/bg_mainvisual.jpg);
		height: 240px;
	}
	.mainvisual__title {
		margin-right: auto;
		margin-left: auto;
		padding-right: 50px;
		padding-left: 50px;
		max-width: 1220px;
		width: 100%;
		font-size: 3.6rem;
	}
	.mainvisual__title span {
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 1200px) {
	.mainvisual__title {
		padding-right: 80px;
		padding-left: 80px;
		max-width: 1280px;
	}
}
/* ==========================================================================
	 * vision
========================================================================== */
.vision {
	margin-bottom: 50px;
}
.vision__container {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.vision__item {
	position: relative;
	margin-bottom: 100px;
}
.vision__item:last-child {
	margin-bottom: 0;
}
.vision__item::after {
	position: absolute;
	z-index: -1;
	bottom: -45px;
	left: -10px;
	content: "";
	display: inline-block;
	width: 225px;
	height: 225px;
	background-image: url(/assets/img/vision/bg_kidsprep.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.vision__item:nth-child(2)::after {
	left: auto;
	right: -10px;
}
.vision__title {
	position: relative;
	margin-bottom: 30px;
	padding-top: 40px;
	font-size: 5.3333333333vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.vision__title::before {
	position: absolute;
	top: 0;
	left: -12px;
	content: "";
	display: inline-block;
	width: 26px;
	height: 22px;
	background-image: url(/assets/img/vision/bg_title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.vision__img {
	margin-bottom: 30px;
}
.vision__picture {
	max-width: 250px;
}
.vision__item:nth-child(1) .vision__picture, .vision__item:nth-child(3) .vision__picture {
	margin-left: auto;
}
.vision__profile {
	position: relative;
	z-index: 1;
	margin-top: -15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: rgba(138, 151, 160, 0.8);
	max-width: 280px;
}
.vision__item:nth-child(2) .vision__profile {
	margin-left: auto;
}
.vision__profile-title {
	margin-bottom: 15px;
	font-size: 4.2666666667vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.8;
}
.vision__profile-title span {
	display: block;
	font-size: 3.2vw;
}
.vision__profile-bodycopy {
	font-size: 3.2vw;
	color: #fff;
	line-height: 1.7;
}
.vision__bodycopy {
	font-size: 3.7333333333vw;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.vision {
		margin-bottom: 80px;
	}
	.vision__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 90px;
		padding-right: 50px;
		padding-bottom: 100px;
		padding-left: 50px;
		max-width: 1220px;
	}
	.vision__item {
		margin-bottom: 200px;
	}
	.vision__item::after {
		bottom: -85px;
		left: -40px;
		width: 450px;
		height: 450px;
	}
	.vision__item:nth-child(3)::after {
		bottom: -70px;
	}
	.vision__item:nth-child(2)::after {
		right: -40px;
	}
	.vision__title {
		margin-bottom: 60px;
		padding-top: 0;
		padding-left: 80px;
		font-size: 3rem;
	}
	.vision__title::before {
		top: -5px;
		left: 0;
		width: 43px;
		height: 37px;
	}
	.vision__flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.vision__item:nth-child(1) .vision__flexbox, .vision__item:nth-child(3) .vision__flexbox {
		flex-direction: row-reverse;
	}
	.vision__img {
		margin-bottom: 0;
		width: 48.5%;
	}
	.vision__picture {
		max-width: 410px;
	}
	.vision__profile {
		padding-top: 25px;
		padding-right: 30px;
		padding-bottom: 25px;
		padding-left: 30px;
		max-width: 380px;
	}
	.vision__profile-title {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.vision__profile-title span {
		font-size: 1.6rem;
	}
	.vision__profile-bodycopy {
		font-size: 1.6rem;
	}
	.vision__text {
		width: 45.5%;
	}
	.vision__bodycopy {
		margin-top: -10px;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1200px) {
	.vision__item:nth-child(1), .vision__item:nth-child(3) {
		padding-left: 110px;
	}
	.vision__item:nth-child(2) {
		padding-right: 110px;
	}
	.vision__item:nth-child(2) .vision__title {
		padding-left: 200px;
	}
	.vision__item:nth-child(2) .vision__title::before {
		left: 120px;
	}
}

/*# sourceMappingURL=style.css.map */