/* ==========================================================================
	 * 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;
	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;
	}
}
/* ==========================================================================
	 * overview
========================================================================== */
.overview {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.overview__img {
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	max-width: 140px;
}
.overview__title {
	margin-bottom: 30px;
	font-size: 4.8vw;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.15em;
}
.overview__bodycopy {
	font-size: 3.7333333333vw;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.overview {
		margin-right: auto;
		margin-left: auto;
		padding-top: 100px;
		padding-right: 50px;
		padding-bottom: 100px;
		padding-left: 50px;
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.overview__img {
		margin-bottom: 0;
		margin-left: 0;
		max-width: 280px;
		width: 31%;
	}
	.overview__textbox {
		margin-top: -15px;
		width: 58%;
	}
	.overview__title {
		margin-bottom: 45px;
		font-size: 2.4rem;
	}
	.overview__bodycopy {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1200px) {
	.overview__title {
		font-size: 2.6rem;
	}
}
/* ==========================================================================
	 * method
========================================================================== */
.method {
	background-image: url(/assets/img/program/concept/bg_method_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
}
.method__container {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.method__title {
	margin-bottom: 25px;
	font-size: 5.3333333333vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.method__title::after {
	content: "";
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.15em;
	width: 30px;
	height: 2px;
	background-color: #ed6e35;
}
.method__bodycopy {
	margin-bottom: 50px;
	font-size: 4vw;
	color: #fff;
	line-height: 2;
}
.method__list {
	padding-right: 30px;
	padding-left: 30px;
}
.method__item {
	margin-bottom: 40px;
}
.method__item:last-child {
	margin-bottom: 0;
}
.method__item-title {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 100px;
}
.method__item-bodycopy {
	font-size: 3.4666666667vw;
	color: #fff;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.method {
		background-image: url(/assets/img/program/concept/bg_method.jpg);
	}
	.method__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 90px;
		padding-right: 50px;
		padding-bottom: 100px;
		padding-left: 50px;
		max-width: 1000px;
	}
	.method__title {
		margin-bottom: 50px;
		font-size: 3.4rem;
	}
	.method__title::after {
		width: 50px;
		height: 3px;
	}
	.method__bodycopy {
		margin-bottom: 70px;
		font-size: 2rem;
	}
	.method__list {
		padding-right: 0;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.method__item {
		margin-bottom: 0;
		width: 28%;
	}
	.method__item-title {
		margin-bottom: 40px;
		max-width: 145px;
	}
	.method__item-bodycopy {
		font-size: 1.6rem;
	}
}
/* ==========================================================================
	 * ability
========================================================================== */
.ability__container {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}
.ability__title {
	margin-bottom: 25px;
	font-size: 5.3333333333vw;
	font-weight: bold;
	text-align: center;
	color: #1d5ba9;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.ability__title::after {
	content: "";
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.15em;
	width: 30px;
	height: 2px;
	background-color: #ed6e35;
}
.ability__bodycopy {
	margin-bottom: 25px;
	font-size: 4vw;
	line-height: 2;
}
.ability__item {
	margin-bottom: 40px;
}
.ability__item:last-child {
	margin-bottom: 0;
}
.ability__item-img {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	max-width: 110px;
}
.ability__item-title {
	margin-bottom: 8px;
	font-size: 4vw;
	font-weight: 700;
	color: #1d5ba9;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
.ability__item-title span {
	color: #ed6e35;
}
.ability__item-bodycopy {
	font-size: 3.4666666667vw;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.ability__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 90px;
		padding-right: 50px;
		padding-bottom: 120px;
		padding-left: 50px;
		max-width: 1000px;
	}
	.ability__title {
		margin-bottom: 50px;
		font-size: 3.4rem;
	}
	.ability__title::after {
		width: 50px;
		height: 3px;
	}
	.ability__bodycopy {
		margin-right: auto;
		margin-bottom: 80px;
		margin-left: auto;
		max-width: 900px;
		font-size: 2rem;
	}
	.ability__item {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ability__item-img {
		margin-bottom: 0;
		max-width: 130px;
		width: 22.5%;
	}
	.ability__item-textbox {
		width: 74%;
	}
	.ability__item-title {
		font-size: 2rem;
	}
	.ability__item-bodycopy {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1200px) {
	.ability__container {
		padding-right: 80px;
		padding-left: 80px;
		max-width: 1280px;
	}
	.ability__item-img {
		margin-right: 0;
		margin-left: 0;
		max-width: 140px;
		width: 12.5%;
	}
	.ability__item-textbox {
		width: 84%;
	}
}

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