@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap');

#highschool #breadcrumb, 
#highschool #breadcrumb a {
	color: #FFFFFF;
}

#highschool .decimal {
	list-style-type: decimal;
	padding-left: 1.3em;
}

#highschool .disc {
	list-style-type: disc;
	padding-left: 1.3em;
}

#highschool #contents h2 {
	font-size: 1.4em;
}

#highschool #message {
	padding: 30px 0;
}

#highschool #message h2{
	padding-bottom: 10px;
}

#highschool #introduction {
	background-color: #0270DC;
}

#highschool #introduction > div {
	background: url(../images/highschool/bg_introduction_sp.png) no-repeat center top 80px;
	background-size: contain;
}

#highschool #introduction h2 {
	padding: 40px 0;
	color: #FFFFFF;
	text-align: center;
}

#highschool #introduction .swiper-container {
	position: relative;
}

#highschool #introduction .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
}

#highschool #introduction .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #009AF1;
}


#highschool #introduction ul {
	padding: 80px 0 50px 0;
}

#highschool #introduction ul li {
	position: relative;
	width: 285px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	background: url(../images/highschool/bg_dot.png) #FFFFFF;
	background-size: 7px;
	border: solid 3px #005BAC;
	border-radius: 50px;
}

#highschool #introduction ul li .thumb {
	position: relative;
	height: 245px;
}

#highschool #introduction ul li .thumb img {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 120%;
	object-fit: cover;
	transform: translateX(-50%);
}

#highschool #introduction ul li .profile {
	padding: 10px 0 50px 0;
	background-color: #005BAC;
	border-radius: 0 0 42px 42px;
}

#highschool #introduction ul li .profile a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#highschool #introduction ul li .profile a span {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #FFFFFF;
}

#highschool #introduction ul li .profile a span::before {
	content: "＋";
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	background-color: #009AF1;
	border-radius: 100%;
}

#highschool #environment {
	position: relative;
	background: url(../images/highschool/bg_stripe.gif) center center;
	z-index: 1;
}

#highschool #environment::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 84%;
	height: 99%;
	background-color: #DAEFFF;
	transform: translateX(-50%);
	z-index: 0;
}

#highschool #environment > div {
	padding-top: 20vw;
	padding-bottom: 50px;
	background: url(../images/highschool/bg_environment_sp.png) no-repeat center top;
	background-size: contain;
}

#highschool #environment ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 30px 0;
}

#highschool #environment ul li {
	position: relative;
	width: calc(50% - 10px);
	padding: 70px 5px 20px 5px;
	background-color: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

#highschool #environment ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #FFDE00;
}

#highschool #environment ul li::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 50%;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	border-radius: 9999px;
	transform: translateX(-50%);
}

#highschool #environment ul li:nth-of-type(even) {
	top: 70px;
}

#highschool #environment ul li strong {
	display: block;
	color: #0270DC;
	line-height: 1.2;
	text-align: center;
}

#highschool #environment ul li strong .num {
	font-size: 1.4em;
}

#highschool #environment ul li strong .num span {
	font-size: 2.8em;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: -0.05em;
}

#highschool #environment ul li p {
	padding: 0 10px;
	font-size: 0.9em;
}

#highschool #environment ul li img {
	padding: 0 10%;
}

#highschool #environment .environment_bottom {
	position: relative;
}

#highschool #recruit {
	background: url(../images/highschool/bg_dot.png) center center #0270DC;
	background-size: 14px;
}

#highschool #recruit > div {
	padding: 10px;
}

#highschool #recruit h2 {
	color: #0270DC;
}

#highschool #recruit .box {
	padding: 30px 10px;
	margin: 20px 10px;
	background-color: #FFFFFF;
	border-radius: 30px;
}

#highschool #recruit .box > table > tbody > tr > th, 
#highschool #recruit .box > table > tbody > tr > td {
	padding: 10px;
	vertical-align: top;
}

#highschool #recruit .box > table > tbody > tr > th {
	padding: 10px 10px 10px 0;
	width: calc(5em + 10px);
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	border-bottom: solid 2px #0270DC;
}

#highschool #recruit .box > table > tbody > tr:first-of-type > th {
	border-top: solid 2px #0270DC;
}

#highschool #recruit .box > table > tbody > tr > td {
	border-bottom: solid 2px #CCCCCC;
}

#highschool #recruit .box > table > tbody > tr:first-of-type > td {
	border-top: solid 2px #CCCCCC;
}

#highschool #recruit table td table {
	position: relative;
	top: calc(2em + 10px);
	left: calc(-4em - 10px);
	margin-bottom: calc(3em + 5px);
	width: calc(100% + 4em + 20px);
}

#highschool #recruit table td table tr:nth-of-type(odd) th, 
#highschool #recruit table td table tr:nth-of-type(odd) td {
	background-color: #ECF7FF;
}

#highschool #recruit table td table tr:nth-of-type(even) th, 
#highschool #recruit table td table tr:nth-of-type(even) td {
	background-color: #E1F3FF;
}

#highschool #recruit table td table th, 
#highschool #recruit table td table td {
	padding: 10px;
}

#highschool #recruit table td table th {
	width: 4em;
	font-weight: normal;
	text-align: right;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	border-radius: 20px 0 0 20px;
}

#highschool #recruit table td table td {
	border-top: solid 2px #FFFFFF;
	border-radius: 0 20px 20px 0;
}

#highschool #recruit .btn_detail {
	display: inline-block;
	padding: 1em 1.8em;
	margin: 15px 0;
	color: #FFFFFF;
	white-space: nowrap;
	line-height: 1;
	background-color: #0270DC;
	border-radius: 9999px;
	text-decoration: none;
}

#highschool #recruit .recruit_bottom {
	width: 100%;
}

#highschool #contents #entry h2 {
	font-size: 2rem;
	letter-spacing: 0;
}


@media all and (min-width: 768px) {
	#highschool #contents {
		top: 80px;
	}

	#highschool #contents h2 {
		font-size: 3.4rem;
	}

	#highschool #message p {
		padding: 0 0 60px 0;
		font-size: 1.8rem;
		text-align: center;
	}

	#highschool #introduction > div {
		background: url(../images/highschool/bg_introduction.gif) no-repeat center bottom;
	}

	#highschool #introduction h2 {
		padding-bottom: 10px;
	}

	#highschool #introduction ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 70px;
		padding: 120px 0;
		margin: 0;
	}

	#highschool #introduction ul li {
		border-radius: 70px;
	}

	#highschool #introduction ul li .profile {
		border-radius: 0 0 62px 62px;
	}

	#highschool #environment::before {
		width: 1000px;
	}

	#highschool #environment > div {
		padding: 130px 100px 300px 100px;
		min-height: 855px;
		background: url(../images/highschool/bg_environment.png) no-repeat center top;
	}

	#highschool #environment h2 {
		padding: 10px 0;
	}

	#highschool #environment ul {
		align-items: start;
		gap: 30px;
		padding: 0;
	}

	#highschool #environment ul li {
		flex: 1;
		width: auto;
	}

	#highschool #environment ul li:nth-of-type(2) {
		top: 50px;
	}

	#highschool #environment ul li:nth-of-type(3) {
		top: 170px;
	}

	#highschool #environment ul li:nth-of-type(4) {
		top: 0;
	}

	#highschool #environment ul li strong .num span {
		font-size: 3em;
	}

	#highschool #environment ul li img {
		padding: 0 25%;
	}

	#highschool #environment .environment_bottom {
		position: absolute;
		bottom: 0;
		max-width: 80%;
		max-height: 300px;
	}

	#highschool #recruit > div {
		padding: 100px;
	}

	#highschool #recruit .box {
		padding: 30px 100px 100px 100px;
	}

	#highschool #recruit .box > table > tbody > tr > th {
		padding: 0.5em 1em;
		width: 12em;
	}

	#highschool #recruit .box > table > tbody > tr > td {
		padding: 0.5em 0 0.5em 1em;
	}

	#highschool #recruit table td table {
		left: -7em;
		margin-bottom: 6em;
		width: calc(100% + 8em);
	}

	#highschool #recruit table td table th, 
	#highschool #recruit table td table td {
		padding: 10px 1em;
	}
	
	#highschool #recruit table td table th {
		width: 6em;
	}

	#highschool #recruit table td table td {
		padding: 10px 0 10px 1em;
	}

	#highschool #recruit .recruit_bottom {
		margin-top: -220px;
		width: 100%;
	}

	#highschool #entry {
		top: -2vw;
		margin-bottom: -200px;
		background: linear-gradient(to bottom, #B2F0FF, #FFFFFF 50%);
	}
}

