@charset "utf-8";


.page-header {
	height: 700px;
	margin: 0 20px;
	padding: 0 6vw;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.page-header:before,
.page-header:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.page-header:before {
	background-image: url(../images/school/img_pageheader.jpg);
	background-position: center center;
	background-size: cover;
	z-index: 0:
}

.page-header:after {
	background-color: rgba(0, 0, 0, .2);
	z-index: 1:
}

.main__pagetitle {
	margin: 0;
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 1);
}

.page-header__catch {
	margin: 60px 0;
	position: relative;
	z-index: 3;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.page-header__text {
	position: relative;
	z-index: 4;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.school__list {
	margin: 0 20px;
	padding: 120px calc(6vw - 20px);
	background-color: rgba(84, 105, 209, .1);
	border-radius: 10px;
}

.school__list__item {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.school__list__item:after {
	content: "";
	width: 100%;
	height: 2px;
	margin: 40px 0;
	display: block;
	background-image: linear-gradient(to right, rgba(84, 105, 209, 1), rgba(84, 105, 209, 1) 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
    background-repeat: repeat-x;
}

.school__list__item:last-child:after {
	display: none;
}

.school__list__image {
	max-width: 300px;
	flex-basis: 300px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 20px;
}

.school__list__image a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 20px;
}

.school__list__image span {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	opacity: .6;
}

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

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

}

.school__list__image img {
	position: relative;
	z-index: 0;
	opacity: .8;
	transition: all 250ms ease;
}

.school__list__image a:hover img {
	opacity: 1;
}

/*
.school__list__image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 20px;
}
*/

.school__list__image .en {
	margin-bottom: -.1em;
	font-size: 30rem;
	color: rgba(84, 105, 209, 1);
}

s.school__list__image:hover .en {
	opacity: 0;
}

.school__list__wrap {
	max-width: calc(100% - 300px - 60px);
	flex-basis: calc(100% - 300px - 60px);
}

.school__list__title {
	margin-bottom: 20px;
}

.school__list__title span {
	display: block;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.school__list__title__school {
	font-size: 1.4rem;
}

.school__list__title__name {
	font-size: 5rem;
}

span.school__list__title__jp {
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	align-items: center
	
}

span.school__list__title__jp__area {
	height: 24px;
	margin-left: 10px;
	padding: 0 10px;
	background-color: rgba(84, 105, 209, 1);
	border-radius: 5px;
	display: flex;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 1);
	align-items: center;
}

.school__list__text {
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	color: rgba(0, 0, 0, .6);
}

.other-school {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 6vw;
	margin-top: 120px;
}

.other-school__title {
	margin-bottom: 60px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.other-school__title .en {
	display: block;
	font-size: 5rem;
	font-weight: normal;
}

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

.other-school__list__item {
	max-width: calc((100% - 80px) / 3);
	flex-basis: calc((100% - 80px) / 3);
}

.other-school__list__item.tokyo a {
	pointer-events: none;
}

.other-school__list__image a {
	display: block;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: inherit;
}

/*
.other-school__list__image a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
*/

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

.other-school__list__image a:hover img {
	opacity: 1;
}

.other-school__list__image span {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	mix-blend-mode: screen;
}

.other-school__list__image .en {
	margin-bottom: -.1em;
	font-size: 20rem;
	color: rgba(84, 105, 209, 1);
}

.other-school__list__image a:hover .en {
	opacity: 0;
}

.other-school__list__name {
	height: 140px;
	display: flex;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	flex-direction: column;
	justify-content: center;
}

.other-school__list__name__school {
	display: block;
	font-size: 1.6rem;
	text-align: center;
}

.other-school__list__name__en {
	display: block;
	font-size: 3.5rem;
	text-align: center;
}

.other-school__list__name__en.other-school__sname {
	font-size: 2.4rem;
}

.other-school__list__name__jp {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.other-school__list__text {
	font-size: 1.3rem;
	line-height: 2;
}

.school-map {
	min-height: 780px;
	padding: 60px 6vw;
	display: flex;
	position: relative;
	background-image: url(../images/school/bg_vietnam.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 1000px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.school-map__wrap {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}

.school-map__area__name {
	display: flex;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	flex-wrap: wrap;
	align-items: center;
}

.school-map__area__name__en {
	margin-bottom: -.2em;
	margin-right: 10px;
	font-size: 4.5rem;
}

.school-map__area__name__jp {
	font-size: 1.6rem;
	font-weight: 700;
}

.school-map__list__item {
	margin-top: 30px;
}

.school-map__list__item a {
	display: flex;
	text-decoration: none;
	align-items: center;
}

.school-map__list__image {
	max-width: 100px;
	flex-basis: 100px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.school-map__list__school {
	font-size: 1.4rem;
	line-height: 1.1;
}

.school-map__list__name {
	font-size: 3rem;
	line-height: 1.1;
}

.school-map__list__name__jp {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
}

.school-map__area__name__en {
	font-size: 4rem;
}

.school-map__pin {
	position: absolute;
	top: 50%;
	left: 50%;
}

.school-map__pin__image {
	width: 20px;
	margin: 0 auto;
}

.school-map__pin__name {
	margin-bottom: 5px;
	font-size: 2rem;
	color: rgba(0, 0, 0, 1);
}

.pin_ho_chi_minh {
	transform: translate3d(-5px, 160px, 0);
}

.pin_hanoi {
	transform: translate3d(-40px, -240px, 0);
}


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

	.school-map {
		min-height: 660px;
		background-size: auto 700px;
	}

	.school-map__list__image {
		max-width: 80px;
		flex-basis: 80px;
	}

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

	.school-map__list__name {
		font-size: 2.5rem;
	}

	.pin_ho_chi_minh {
		transform: translate3d(-15px, 100px, 0);
	}

	.pin_hanoi {
		transform: translate3d(-30px, -180px, 0);
	}

}


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

	.page-header {
		height: 600px;
	}

	.page-header__catch {
		margin: 40px 0;
		font-size: 2.5rem;
	}

	.page-header__text {
		max-width: 500px;
		font-size: 1.5rem;
		text-align: left;
	}

	.page-header__text br {
		display: none;
	}

	.school__list {
		padding: 100px calc(6vw - 20px);
	}

	.school__list__item {
		display: block;
	}

	.school__list__image {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.school__list__wrap {
		max-width: none;
	}

	.school__list__title {
		text-align: center;
	}

	span.school__list__title__jp {
		flex-direction: column;
	}

	span.school__list__title__jp__area {
		margin-top: 10px;
		margin-left: 0;
	}

	.school__list__text {
		max-width: 600px;
		margin: 30px auto;
	}

	.school__list__btn a {
		margin: 0 auto;
	}

	.school-map {
		min-height: 0;
		padding: 80px 6vw;
		display: flex;
		background: none;
		justify-content: center;
	}

	.school-map:before {
		content: "";
		max-width: 205px;
		flex-basis: 205px;
		height: 400px;
		margin-right: 10%;
		display: block;
		background-image: url(../images/school/bg_vietnam_map.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.school-map__wrap {
		width: auto;
		display: block;
	}

	.school-map__area.hanoi {
		margin-top: 40px;
	}

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

	.school-map__area__name__jp {
		font-size: 1.4rem;
	}

	.school-map__list__image {
		max-width: 60px;
		flex-basis: 60px;
	}

	.school-map__list__item {
		margin-top: 20px;
	}

	.school-map__list__name__jp span {
		display: none;
	}

	.pin_ho_chi_minh {
		left: 50%;
		transform: translate3d(-140px, 100px, 0);
	}

	.pin_hanoi {
		left: 50%;
		transform: translate3d(-160px, -180px, 0);
	}

}


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

	.other-school__list {
		display: block;
	}

	.other-school__list__item {
		max-width: none;
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.other-school__list__item:last-child {
		margin-bottom: 0;
	}

	.other-school__list__image {
		max-width: 200px;
		flex-basis: 200px;
	}

	.other-school__list__image .en {
		font-size: 15rem;
	}

	.other-school__list__wrap {
		max-width: calc(100% - 200px - 30px);
		flex-basis: calc(100% - 200px - 30px);
	}

	.other-school__list__name {
		height: auto;
		margin-bottom: 15px;
		display: block;
		text-align: left;
	}

	.other-school__list__name__school,
	.other-school__list__name__en,
	.other-school__list__name__jp {
		text-align: left;
	}

	.other-school__list__name__en br,
	.other-school__list__name__jp br {
		display: none;
	}

}


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

	.page-header {
		height: 480px;
	}

	.page-header {
		margin: 0 10px;
	}

	.school__list {
		margin: 0 10px;
		padding: 60px 6vw;
	}

	.school__list__image .en {
		font-size: 25rem;
	}

	.span.school__list__title__jp {
		font-size: 1.3rem;
	}

	.school__list__title__name {
		font-size: 4rem;
	}

	.other-school {
		margin-top: 80px;
	}

	.other-school__title {
		margin-bottom: 40px;
		font-size: 1.4rem;
	}

	.other-school__title .en {
		font-size: 4rem;
	}

	.school-map:before {
		max-width: 185px;
		flex-basis: 185px;
		height: 360px;
	}

	.pin_ho_chi_minh {
		left: 50%;
		transform: translate3d(-138px, 85px, 0);
	}

	.pin_hanoi {
		left: 50%;
		transform: translate3d(-150px, -170px, 0);
	}

}


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

	.page-header__catch {
		margin: 30px 0;
		font-size: 2rem;
		line-height: 1.6;
	}

	.page-header__text {
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.school {
		margin-top: 10px;
	}

	.school__list {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}

	.school__list__image {
		max-width: 250px;
		margin-bottom: 20px;
	}

	.school__list__title__school {
		font-size: 1.2rem;
	}

	.school__list__title__name {
		font-size: 3.5rem;
	}

	span.school__list__title__jp {
		font-size: 1.3rem;
	}

	.other-school__list {
		display: block;
	}

	.other-school__list__item {
		max-width: 320px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.school-map {
		display: none;
	}

	.school-map:before {
		max-width: 154px;
		flex-basis: 154px;
		height: 300px;
		margin-right: 0;
	}

	.school-map__wrap {
		display: none;
	}

}


