@charset "utf-8";


#home__kv {
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 600px;
	padding-top: 80px;
	display: flex;
	position: relative;
	z-index: 0;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	opacity: 0;
	transition: all 600ms ease;
}

#home__kv.completed {
	opacity: 1;
}

.home__kv__catch {
	max-width: 550px;
	padding: 0 6vw;
	position: relative;
	z-index: 2;
}

.home__kv__catch.v2 {
	color: #fff;
	font-size: 6rem;
	font-weight: bold;
	margin-top: -360px;
	text-align: center;
  text-shadow:  2px  2px 10px rgba(255,255,255,0.3),
               -2px  2px 10px rgba(255,255,255,0.3),
                2px -2px 10px rgba(255,255,255,0.3),
               -2px -2px 10px rgba(255,255,255,0.3);
}

.home__kv__img {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/home/home_kv_bg.jpg);
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}

.home__kv__img.blur {
	filter: blur(10px);
}

.home__kv__text {
	width: 8000px;
	position: absolute;
	left: 0;
	top: calc(50% + 40px - 50px);
	z-index: 1;
}

.home__kv__text.sp {
	width: 3000px;
}

.home__kv__text.v2 {
	top: calc(50% - 50px);
}

.home__kv__text.sp {
	top: 35px;
}

.home__kv__wrap {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 45%);
	z-index: 1;
}

.home__kv__box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.home__kv__box.sp {
	width: calc(100% - 40px);
	margin: 0 20px;
	height: 200px;
	position: relative;
}

.home__kv__wrap:before,
.home__kv__wrap:after,
.home__kv__box.sp:before,
.home__kv__box.sp:after {
	content: "";
	width: 22px;
	height: 421px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 10;
	top: calc(50% - 90px);
	opacity: .2;
}

.home__kv__box.sp:before,
.home__kv__box.sp:after {
	width: 12px;
	height: 180px;
}

.home__kv__wrap:before {
	background-image: url(../images/home/img_waku01.png);
	left: 0;
}

.home__kv__wrap:after {
	background-image: url(../images/home/img_waku02.png);
	right: 0;
}

.home__kv__box.sp:before {
	background-image: url(../images/home/img_waku_sp01.png);
	left: 0;
}

.home__kv__box.sp:after {
	background-image: url(../images/home/img_waku_sp02.png);
	right: 0;
}

.home__kv__text img {
	width: 4000px;
}

.home__kv__text.sp img {
	width: 1500px;
}

.home__kv__text2 {
	width: 8000px;
	position: absolute;
	left: 0;
	top: calc(50% + 140px);
	z-index: 1;
	opacity: .5;
}

.home__kv__text2.sp {
	width: 1800px;
	top: 50%;
}

.home__kv__text2 img {
	width: 3000px;
}

.home__kv__text2.sp img {
	width: 900px;
}

.home__kv__text__modern {
	z-index: 2;
	opacity: .2;
}

.home__kv__text__win {
	z-index: 1;
	opacity: .6;
}

@supports (mix-blend-mode: overlay) {

	.home__kv__text__modern {
		mix-blend-mode: hard-light;
		opacity: .2;
	}

	.home__kv__text__win {
		mix-blend-mode: overlay;
		opacity: 1;
	}

}

.canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: 'Playfair Display', serif;
}

.home__header {
	width: 100%;
	height: 80px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 1);
	transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
	justify-content: space-between;
	align-items: center;
}

.home__header__logo {
	max-width: 225px;
	flex-basis: 225px;
}

.home__header__nav {
	max-width: 810px;
	flex-basis: 810px;
}

.home__contents {
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 1);
}

#keyvisual__list {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

#keyvisual__list:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.keyvisual__list__item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.keyvisual__list__item span {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}

.keyvisual__list__item.keyvisual1 span {
	background-image: url(../images/home/home_kv_bg1.jpeg);
}

.keyvisual__list__item.keyvisual2 span {
	background-image: url(../images/home/home_kv_bg2.jpeg);
}

.keyvisual__list__item.keyvisual3 span {
	background-image: url(../images/home/home_kv_bg3.png);
}

.keyvisual__list__item span {
	animation-play-state: paused;
}

@keyframes slide-r {
	0% { width: calc(100% + 200px); transform: translate3d(0, 0, 0); }
	100% { width: calc(100% + 200px); transform: translate3d(-200px, 0, 0); }
}

@keyframes slide-r2 {
	0% { width: calc(100% + 200px); transform: translate3d(0, 0, 0) scale(-1, 1); }
	100% { width: calc(100% + 200px); transform: translate3d(-200px, 0, 0) scale(-1, 1); }
}

#canvas {
	width: 300px;
	height: 200px;
	display: block;
}


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

	.home__kv__text {
		width: 4000px;
	}

	.home__kv__text.v2 {
		top: calc(50% - 40px);
	}

	.home__kv__text img {
		width: 2000px;
	}

	.home__kv__text2 {
		width: 3000px;
		top: calc(50% + 60px);
	}

	.home__kv__text2 img {
		width: 1500px;
	}

	.home__kv__wrap:before,
	.home__kv__wrap:after {
		width: 12px;
		height: 230px;
		top: calc(50% - 65px);
	}

}


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

	#home__kv,
	#keyvisual__list {
		height: 550px;
		min-height: 0;
	}

	.home__kv__catch.v2 {
		padding: 0 30px;
		margin-left: 0;
		margin-top: -230px;
	}

	#keyvisual__list {
		top: 50px;
	}

	.home__kv__text.v2 {
		top: calc(50% + 50px);
	}

	.home__kv__text2 {
		top: calc(50% + 150px);
	}

	.home__kv__wrap:before,
	.home__kv__wrap:after {
		top: calc(50% + 20px);
	}

}


/*------------------------------------*/


.home-contents {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
}

.home-results {
	padding: 80px 6vw;
	background-color: rgba(255, 255, 255, 1);
}

.home-results__catch,
.home-point__catch {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.home-results__list {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
}

.home-results__list__item {
	max-width: 130px;
	flex-basis: 130px;
}

.home-point {
	padding: 80px 0;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	z-index: 1;
}

.home-point__catch {
	margin-bottom: 60px;
	color: rgba(255, 255, 255, 1);
}

.home-point__list {
	display: flex;
}

.home-point__list__item {
	max-width: calc(100% / 3);
	flex-basis: calc(100% / 3);
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}

.home-point__list__item:after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	top: 0;
	right: 0;
}

.home-point__list__item:last-child:after {
	display: none;
}

.home-point__list__catch {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.home-point__list__main {
	display: flex;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0);
	justify-content: center;
	align-items: flex-end;
}

.home-point__list__main .en,
.home-point__list__main__jp,
.home-point__list__main__sp {
	background: linear-gradient(0deg, rgba(209, 84, 84, 1), rgba(242, 180, 180, 1));
	-webkit-background-clip: text;
	background-clip: text;
}

@media all and (-ms-high-contrast: none) {

	.home-point__list__main .en,
	.home-point__list__main__jp,
	.home-point__list__main__sp {
		background: none;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		color: rgba(120, 126, 221, 1);
	}

}

.home-point__list__main .en {
	margin-right: 3px;
	margin-bottom: -.1em;
	font-size: 14rem;
	line-height: 1;
	letter-spacing: 0 !important;
}

.home-point__list__main__jp {
	position: relative;
	top: -10px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.home-point__list__main__sp {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.home-point__list__main__en .en {
	font-size: 6rem;
	line-height: 1;
}

.home-point__list__text {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}


@media screen and ( min-width: 481px ) {

	.home-results__list__item {
		transform: translate3d(0, 0, 0) !important;
	}

}


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

	.home-point__list__main .en {
		font-size: 10rem;
	}

	.home-point__list__main__jp {
		font-size: 2rem;
	}

	.home-point__list__main__en .en {
		font-size: 3rem;
	}

	.home-point__list__main__sp {
		font-size: 1.6rem;
	}

}


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

	.home-results{
		padding: 60px 6vw;
	}

	.home-results__catch,
	.home-point__catch {
		font-size: 2.6rem;
	}

	.home-point {
		padding: 60px 0;
	}

}


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

	.home__kv__catch.v2 {
		font-size: 5rem;
	}

	.home-point__list {
		display: block;
	}

	.home-point__list__item {
		max-width: none;
		margin: 40px 6vw;
		padding-bottom: 40px;
	}

	.home-point__list__item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home-point__list__item:after {
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
	}

}


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

	.home__kv__catch.v2 {
		font-size: 4rem;
	}

	.home-results {
		padding: 40px 6vw;
	}

	.home-results__catch,
	.home-point__catch {
		font-size: 2.4rem;
	}

	.home-point {
		padding: 40px 0;
	}

}


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

	.home__kv__catch.v2 {
		font-size: 3rem;
	}

	.home-results {
		padding-left: 0;
		padding-right: 0;
	}

	.home-results__list {
		width: 100%;
		height: 38px;
		position: relative;
	}

	.home-results__list__item {
		width: 80px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.list_last .home-results__list__item {
		left: auto;
		right: 0;
	}

}


/*------------------------------------*/

.feature {
	padding: 160px 6vw;
	background: linear-gradient(135deg, rgba(209, 84, 84, .8), rgba(242, 180, 180, .8));
}

.feature-list {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-list__item {
	max-width: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
	margin-top: 20px;
	display: flex;
}

.feature-list__item:nth-child(1),
.feature-list__item:nth-child(2),
.feature-list__item:nth-child(3) {
	max-width: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
}

.feature-list__item_spacer {
  width: 100%;
}

.feature-list__item a {
	width: 100%;
	min-height: 0%;
	padding-bottom: 40px;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.feature-list__item a:hover {
	background-color: rgba(255, 255, 255, .05);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.feature-list__title a {
	width: 100%;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 10px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feature-list__title a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.feature-list__title__image {
	display: none;
}

.feature-list__title__en {
	margin-bottom: 10px;
	font-size: 6rem;
	font-weight: normal;
}

.feature-list__title__jp {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.feature-list__title__text {
	margin-top: 20px;
	display: none;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	text-align: left;
}

.feature-list__image {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 1);
	transition: all 250ms ease;
	transform: translateZ(0);
}

.feature-list__image span {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	justify-content: center;
	align-items: center;
	opacity: .5;
}

a:hover .feature-list__image span {
	opacity: 0;
}

a:hover .feature-list__image {
	border-radius: 10px 10px 0 0;
}

.feature-list__image img {
	position: relative;
	z-index: 0;
	opacity: .8;
	transition: all 200ms ease;
}

a:hover .feature-list__image img {
	opacity: 1;
}

.feature-list__image .en {
	margin-bottom: -.1em;
	font-size: 22rem;
	line-height: 1;
	letter-spacing: 0 !important;
	color: rgba(209, 84, 84, 1);
	transition: all 250ms ease;
	z-index: 1;
}

@supports (mix-blend-mode: overlay) {

	.feature-list__image span {
		opacity: 1;
		mix-blend-mode: screen;
	}

/*
	.feature-list__image .en {
		opacity: .6;
	}
*/

}

.feature-list__catch,
.feature-list__text {
	max-width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}

.feature-list__catch {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.feature-list__text {
	margin-bottom: 40px;
	font-size: 1.3rem;
	line-height: 2;
	flex: 1 0 auto;
}

.feature-list__more {
	height: 30px;
	display: flex;
	margin-top: auto;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	display: flex;
	font-size: 1.4rem;
	box-sizing: border-box;
	align-items: center;
}

.feature-list__title .feature-list__more {
	margin-top: 40px;
}

.feature-list__more:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 10px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_wt.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: -1px;
}

a:hover .feature-list__more:after {
	transform: translateX(5px);
}

.feature-btn {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.feature-btn__item {
	max-width: calc((100% - 40px) / 2);
	flex-basis: calc((100% - 40px) / 2);
	display: flex;
}

.feature-btn__item a {
	width: 100%;
	height: 80px;
	display: flex;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.feature-btn__item a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 30px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_wt.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.feature-btn__item a:hover:after {
	transform: translateX(5px);
}


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

	.feature-list__item {
		max-width: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3);
	}

}


@media screen and ( min-width: 881px ) and ( max-width: 1200px ) {

	.feature-list {
		justify-content: flex-start;
	}

	.feature-list__item {
		margin-right: 20px;
	}

	.feature-list__item:nth-child(3n) {
		margin-right: 0;
	}

}


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

	.feature {
		padding: 120px 6vw;
	}

	.feature-list__item {
		max-width: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.feature-list__title__en {
		font-size: 5rem;
	}

	.feature-list__image .en {
		font-size: 16rem;
	}

}


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

	.feature {
		padding: 100px 6vw;
	}

	.feature-btn {
		display: block;
	}

	.feature-btn__item {
		margin-top: 10px;
		max-width: none;
	}

	.feature-btn__item a {
		height: 60px;
	}

}


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

	.feature {
		padding: 40px 6vw;
		padding-bottom: 60px;
	}

	.feature-list {
		display: block;
	}

	.feature-list__item {
		margin-top: 0;
		max-width: none !important;
		display: none;
	}

	.feature-list__title {
		display: flex;
	}

	.feature-list__title a {
		border: 0 !important;
		padding: 0;
	}

	.feature-list__title__image {
		margin-bottom: 40px;
		display: block;
		border-radius: 10px;
		overflow: hidden;
	}

	.feature-list__title__text {
		display: block;
	}

}


/*------------------------------------*/


.school {
	padding: 160px 6vw;
	position: relative;
	background-color: rgba(120, 126, 221, .07);
}

.school .home-list__title,
.school-list {
	max-width: 1400px;
	margin: 0 auto;
}

.school .home-list__title {
	margin-bottom: 20px;
}

.school .home-list__more {
	top: calc(160px + 15px);
}

.school-list {
	display: flex;
	justify-content: space-between;
}

.school-list__item {
	max-width: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
	margin-top: 20px;
}

.school-list__item {
	display: flex;
	box-sizing: border-box;
}

.school-list__state {
	display: flex;
	border: 1px solid rgba(0, 0, 0, .15);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.school-list__state__country {
	margin-bottom: 5px;
	font-size: 1.8rem;
	text-align: center;
}

.school-list__state__name {
	min-height: 0%;
}

.school-list__state__name span {
	display: block;
	text-align: center;
}

.school-list__state__name__en {
	margin-bottom: 10px;
	font-size: 4rem;
	line-height: 1;
}

.school-list__state__name__jp {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.school-list__state__map {
	max-width: 100px;
	min-height: 0%;
	margin: 0 auto;
	margin-top: 40px;
}

.school-list__area a {
	width: 100%;
	display: flex;
	padding-bottom: 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.school-list__area a:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.school-list__area__image {
	width: 100%;
	margin-bottom: 40px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.school-list__area__image img {
	position: relative;
	z-index: 0;
	opacity: .8;
	transition: all 200ms ease;
}

a:hover .school-list__area__image img {
	opacity: 1;
}

.school-list__area__image span {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	justify-content: center;
	align-items: center;
	opacity: .5;
}

@supports (mix-blend-mode: overlay) {

	.school-list__area__image span {
		opacity: 1;
		mix-blend-mode: screen;
	}

}

.school-list__area__image .en {
	margin-bottom: -.1em;
	font-size: 28rem;
	line-height: 1;
	letter-spacing: .05em !important;
	color: rgba(209, 84, 84, 1);
}

a:hover .school-list__area__image .en {
	opacity: 0;
}

.school-list__area__wrap {
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}

.school-list__area__school {
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.school-list__area__name__en {
	margin-bottom: 10px;
	font-size: 3rem;
}

.school-list__area__name__jp {
	margin-bottom: 30px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, .7);
}

.school-list__wrap {
	margin-bottom: 40px;
}

.school-list__area__more {
	height: 30px;
	display: flex;
	margin-top: auto;
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	display: flex;
	font-size: 1.4rem;
	box-sizing: border-box;
	align-items: center;
}

.school-list__area__more:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 10px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_bk.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: -1px;
}

a:hover .school-list__area__more:after {
	transform: translateX(5px);
}

.school-list__other {
	display: flex;
}

.school-list__other a {
	width: 100%;
	display: flex;
	background-image: url(../images/home/img_world.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.school-list__other a:hover {
	background-color: rgba(120, 126, 221, .08);
	border: 1px solid rgba(0, 0, 0, .3);
}

.school-list__other__title__en {
	font-size: 5rem;
}

.school-list__other__title__jp {
	font-size: 1.4rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}


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

	.school-list__area__image .en {
		font-size: 22rem;
	}

}


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

	.school-list__state__country {
		font-size: 1.6rem;
	}

	.school-list__state__name__en {
		font-size: 3.2rem;
	}

	.school-list__state__name__jp {
		font-size: 1.3rem;
	}

	.school-list__area__image .en {
		font-size: 18rem;
	}

	.school-list__area__school {
		font-size: 1.2rem;
	}

	.school-list__area__name__en {
		font-size: 2.6rem;
	}

}


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

	.school {
		padding: 120px 6vw;
	}

	.school .home-list__more {
		top: calc(120px + 15px);
	}

	.school-list {
		flex-wrap: wrap;
	}

	.school-list.hanoi {
		margin-top: 20px;
	}

	.school-list__state {
		max-width: 100%;
		flex-basis: 100%;
		display: block;
		border: 0;
	}

	.school-list__state__country {
		display: none;
	}

	.school-list__state__name {
		display: flex;
		align-items: center;
	}

	.school-list__state__name__en {
		margin-bottom: 0;
	}

	.school-list__state__name__jp {
		margin-left: 20px;
		position: relative;
		top: -2px;
	}

	.school-list__state__map {
		display: none;
	}

	.school-list__area,
	.school-list__other {
		max-width: calc((100% - 20px) / 3);
		flex-basis: calc((100% - 20px) / 3);
	}

}


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

	.school .home-list__more {
		display: none;
	}

	.school-list {
		display: block;
	}

	.school-list__item {
		margin-top: 10px;
	}

	.school-list__area,
	.school-list__other {
		max-width: none;
	}

	.school-list__area a {
		width: 100%;
		padding-bottom: 0;
		flex-direction: row;
	}

	.school-list__area__image {
		max-width: 140px;
		flex-basis: 140px;
		margin-bottom: 0;
	}

	.school-list__area__image .en {
		font-size: 12rem;
	}

	.school-list__area__wrap {
		max-width: calc(100% - 150px);
		flex-basis: calc(100% - 150px);
		text-align: left;
	}

	.school-list__area__name__en {
		margin-bottom: 5px;
	}

	.school-list__area__more {
		display: none;
	}

	.school-list__other a {
		height: 100px;
	}

	.school-list__other__title__en {
		font-size: 3.5rem;
	}

	.school-list__other__title__en br {
		display: none;
	}

	.school-list__other__title__jp {
		font-size: 1.2rem;
	}

}


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

	.school {
		padding: 80px 6vw;
	}

	.school-list__area__image {
		max-width: 120px;
		flex-basis: 120px;
		border-radius: 10px 0 0 10px;
	}

	.school-list__area__wrap {
		max-width: calc(100% - 130px);
		flex-basis: calc(100% - 130px);
	}

	.school-list__area__name__jp {
		margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.school-list__state__name__en {
		font-size: 3rem;
	}

}


/*------------------------------------*/


.home-list {
	max-width: 1400px;
	margin: 160px auto;
	padding: 0 6vw;
	position: relative;
}

.home-list:last-child {
	margin-bottom: 0;
}

.home-list__title {
	margin-bottom: 40px;
	position: relative;
}

.home-list__title__en {
	text-align: center;
	font-size: 7rem;
	background: linear-gradient(0deg, rgba(209, 84, 84, 1), rgba(242, 180, 180, 1));
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {

	.home-list__title__en {
		background: none;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		color: rgba(120, 126, 221, 1);
	}

}

.home-list__title__jp {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	transform: translateY(-50%);
}

.home-list__more {
	position: absolute;
	top: 17px;
	right: 6vw;
}

.home-list__more a.en {
	height: 30px;
	display: flex;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
}

.home-list__more a.en:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 10px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_bk.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: -1px;
}

.home-list__more a.en:hover:after {
	transform: translateX(4px);
}

.stories__list {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.stories__list__items {
	max-width: calc((100% - 80px) / 5);
	flex-basis: calc((100% - 80px) / 5);
	margin: 0;
}

.stories__list__items:last-child {
	margin-right: 0;
}

.news__list {
	display: flex;
	justify-content: space-between;
}

.news__list__item {
	max-width: calc((100% - 80px) / 5);
	flex-basis: calc((100% - 80px) / 5);
}

.news__list__item a {
	padding: 30px 20px;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-decoration: none;
}

.news__list__item a:hover {
	border-top-color: rgba(0, 0, 0, 1);
}

.news__list__date {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}

.news__list__category {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.news__list__title {
	margin: 20px 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.news__list__text {
	font-size: 1.3rem;
	line-height: 1.6;
	color: rgba(0, 0, 0, .8);
}

.news__list__text br {
	display: none;
}


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

	.stories__list__image .en {
		font-size: 14rem;
	}

}


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

	.stories__list,
	.news__list {
		width: calc(100% + 12vw);
		position: relative;
		left: -6vw;
		overflow-x: scroll;
		overflow-scrolling: touch;
	}

	.stories__list:before,
	.stories__list:after,
	.news__list:before,
	.news__list:after {
		content: "";
		width: 6vw;
		min-width: 6vw;
		height: 1px;
		display: block;
	}

	.stories__list__items,
	.news__list__item {
		min-width: 200px;
		margin-right: 20px;
	}

	.stories__list__image {
		height: 200px !important;
	}

	.stories__list__image img {
		width: auto;
		height: 200px;
		min-height: 200px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}

}


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

	.home-list {
		margin: 120px auto;
	}

}

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

	.home-list__title {
		margin-bottom: 20px;
	}

	.home-list__title__en {
		font-size: 6rem;
	}

	.home-list__title__jp {
		margin-top: 10px;
		position: static;
		text-align: center;
	}

	.news__list__item a {
		padding: 20px 10px;
	}

	.home-list__more {
		margin-top: 40px;
		position: static;
	}

}


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

	.home-list {
		margin: 80px auto;
	}

}


/*------------------------------------*/


.main-contents {
	padding-bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
}

.home-contents {
	padding-bottom: 160px;
}

.foot-home-wrap {
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}


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



}


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



}


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



}


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



}


/*------------------------------------*/




