@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__school-info {
	padding-bottom: 60px;
}


/* ============================================================================================== */
/* section__school-info                                                                           */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* page-link__list */

.page-link__item {
	margin-bottom: 30px;
}

.page-link__item:last-child {
	margin-bottom: 0;
}

.page-link__item .page-link__anchor {
	display: block;
	text-decoration: none;
}

.page-link__item .page-link__img {
	position: relative;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page-link__item .page-link__img:before {
	content:"";
	display: block;
	padding-top: 45%;
}

.page-link__item .page-link__img img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.25s ease;
	/*filter: brightness(95%);*/
}

.page-link__item .page-link__anchor:hover .page-link__img img {
	/*filter: brightness(105%);*/
	border-radius: 10px 10px 0 0;
}

.page-link__item .page-link__txt {
	margin-top: -25px;
	padding: 0 20px 20px 20px;
	transition: all 0.25s ease;
}

.page-link__item .page-link__anchor:hover .page-link__txt {
	background-color: rgba(143,63,107,.1);
	border-radius: 0 0 10px 10px;
}

.page-link__item .page-link__txt .ttl {
	position: relative;
	line-height: 1.3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page-link__item .page-link__txt .ttl:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: rgba(91,40,68,.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-link__item .page-link__txt .ttl .en {
	font-size: 4rem;
	display: block;
}

.page-link__item .page-link__txt .txt {
	font-size: .9em;
	margin-bottom: 10px;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

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

}

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

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

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

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* common */
	.section__school-info {
		padding-bottom: 120px;
	}

	/* page-link__list */
	.page-link__item {
		margin-bottom: 80px;
	}

	.page-link__item .page-link__txt {
		margin-top: -50px;
		padding: 0 40px 40px 40px;
		transition: all 0.25s ease;
	}

	.page-link__item .page-link__txt .ttl {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.page-link__item .page-link__txt .ttl .en {
		font-size: 8rem;
	}

	.page-link__item .page-link__txt .ttl .jp {
		font-size: 2rem;
	}

	.page-link__item .page-link__txt .txt {
		font-size: 1.1em;
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

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

}


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

	/* page-link__list */
	.page-link__item .page-link__img:before {
		padding-top: 40%;
	}

	.page-link__item .page-link__txt {
		margin-top: -60px;
		padding: 0 60px 60px 60px;
	}

	.page-link__item .page-link__txt .ttl .en {
		font-size: 10rem;
	}

}
