@charset "UTF-8";


#Highschool__content{
    margin: 0 auto;
	background: #FFF;
}
#Highschool__content h2{
    letter-spacing: -0.03em;
	line-height: 1.2;
}


/* ---------- Hero ---------- */
#Highschool__content .Hero{
	/* width:100%; */
	height: 54.5vw;
	max-height: 800px;
	margin: 0 auto;
	padding-top:1rem;
	padding-left:5vw;
	position: relative;
	background: url(../images/top_mainvisual.jpg) no-repeat center;
	background-size: cover;

	position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	z-index: 2;
}

@media only screen and (max-width: 559px) {
	#Highschool__content .Hero{
		height: 60vw;
	}
}


#Highschool__content .Hero .Hero_Catch{
	width: 50%;
	max-width:700px;
	display: block;
	position: absolute;
	left:0;
	right:0;
	top: 90px;
	margin: auto;
	z-index: 10;
}

@media only screen and (max-width: 559px) {
	#Highschool__content .Hero .Hero_Catch {
		top: 15vw;
	}
}

/*---------- Section_main ----------*/
#Highschool__content #Section_main {
	width: auto;
	padding-top: 5em;
	background:#FFF;
	z-index: 1;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content #Section_main {
		padding-top: 3em;
	}
}

@media only screen and (max-width: 559px) {
	#Highschool__content #Section_main {
			padding-top: 2em;
		}
}
/*---------- COMMON ----------*/
#Highschool__content .SiteContent__sectionInner {
	position: relative;
}
#Highschool__content .heading h2{
	margin-bottom: 0.5em;
	font-weight: 900;
}
#Highschool__content .button {
	margin-top: 1.5em;
	font-size: 1.8rem;
	font-weight: 600;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .button {
		font-size: 4vw;
	}
}
#Highschool__content .button a {
	padding: 2rem 3em 2rem 2rem;
}

@media only screen and (max-width: 559px) {
	#Highschool__content .button a {
			padding: 1rem 2em 1rem 1.5rem;
		}
}

/*---------- Section1 ----------*/
#Highschool__content .Section1 {
	width: 100%;
	margin-bottom: 5em;
	padding-bottom: 20px;
	position: relative;
	background-size: contain;
	z-index: 1;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 {
		padding-bottom: 10px;
	}
}
#Highschool__content .Section1 .-inner{
	position: relative;
}

#Highschool__content .Section1 .heading{
	color:#00a8a9;
}
#Highschool__content .Section1 .heading h2 {
	font-size: 5rem;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section1 .heading h2 {
		font-size: 4.7vw;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .heading h2 {
		font-size: 7vw;
	}
}
#Highschool__content .Section1 .heading h2 strong{
	font-size: 140%;
}
#Highschool__content .Section1 .heading h2 span.text_small {
	font-size: 60%;
	font-weight: 700;
}
#Highschool__content .Section1 .heading h2 span.text_blue {
	color:#698cd8;
}

#Highschool__content .Section1 .pointbox {
	width: 45%;
	position: absolute;
	right:4rem;
	top:0;
	padding: 1em;
	background:#f7f7f7;
	border: 5px solid #00a8a9;
	border-radius: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
	z-index: 3;
}

@media only screen and (max-width: 959px) {
	#Highschool__content .Section1 .pointbox {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		padding: 1em;
		border: 4px solid #00a8a9;
	}
}
#Highschool__content .Section1 .pointbox .inner{
	width: 100%;
	height: 100%;
	padding-left: 5%;
	position: relative;
}
#Highschool__content .Section1 .pointbox h3{
	margin-bottom: 1em;
	font-size: 2.6rem;
	font-weight: 900;
	color: #00a8a9;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .pointbox h3 {
		font-size: 5vw;
	}
}
#Highschool__content .Section1 .pointbox h3 span.text_small{
	font-size: 73%;
}
#Highschool__content .Section1 .pointbox ul {
	margin:0;
	position: relative;
	z-index: 10;
}
#Highschool__content .Section1 .pointbox li {
	padding-left: 40px;
	font-size: 1.8rem;
	margin-bottom: 1em;
	color:#5e5d5d;
	line-height: 1.2;
	background:url(../images/top_sec1_checkbox.png) no-repeat 0px 0px;
	background-size: 23px 23px;
}
@media only screen and (max-width: 559px) {
#Highschool__content .Section1 .pointbox li {
	font-size: 3.5vw;
	}
}
#Highschool__content .Section1 .pointbox li strong{
	font-size: 120%;
	line-height: 1.5;
	font-weight: 900;
}
#Highschool__content .Section1 .pointbox .illust{
	width: 80px;
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 9;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .pointbox .illust {
		width: 15vw;
		margin: 0;
		position: absolute;
		right: 5px;
		bottom: 5px;
		z-index: 9;
	}
}
#Highschool__content .Section1 .img_box {
	width: calc(100% - 60px);
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section1 .img_box {
		width: auto;
		margin: 0 40px;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .img_box {
		width: auto;
		margin: 0 20px;
		padding-top: 20px;
	}
}

#Highschool__content .Section1 .img_box .sec1_img{
	width: 100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
#Highschool__content .Section1 .img_box .sec1_img img{
	border: 5px solid #00a8a9;
	border-radius: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .img_box .sec1_img img {
			border: 4px solid #00a8a9;
		}
}
#Highschool__content .Section1 .SiteContent__sectionInner.button_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section1 .SiteContent__sectionInner.button_wrap {
		display: flex;
		justify-content: center;
	}
}



/*---------- Section2 ----------*/
#Highschool__content .Section2 {
	width: 100%;
	margin-top: 0;
	padding: 0;
	position: relative;
}
#Highschool__content .Section2 .heading_wrap{
	width: 100%;
	height: 39.6vw;
	min-height: 450px;
	max-height: 600px;
	background: url(../images/top_sec2_img.jpg) no-repeat center;
	background-size: cover;
	margin-top: 0;
	padding: 0;
	position: relative;
	color: #FFF;
}
@media only screen and (max-width: 559px) {
#Highschool__content .Section2 .heading_wrap {
		min-height: 50vw;
		height: 50vw;
	}
}
#Highschool__content .Section2 .heading_wrap .heading {
	width:100%;
	position: absolute;
	left: 0;
	bottom: 0.5em;
}
#Highschool__content .Section2 .heading h2 {
	font-size: 6rem;
	font-weight: 900;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section2 .heading h2 {
		font-size: 8vw;
	}
}
#Highschool__content .Section2 .text_lead {
	margin-top: 2em;
}

#Highschool__content .Section2 .imagebox {
	width:100%;
	margin: 3em auto 0 auto;
	padding: 0 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section2 .imagebox {
		margin: 2em auto 0 auto;
		padding: 0 2rem;
	}
}




/*---------- Section3 ----------*/
#Highschool__content .Section3 {
	width: 100%;
	margin-top: 5em;
	padding: 2em 0 5em 0;
	background:#6699ff;
	position: relative;
	
	z-index: 1;
}
@media only screen and (max-width: 559px) {
#Highschool__content .Section3 {
		margin-top: 3em;
		padding: 2em 0 3em 0;
	}
}
#Highschool__content .Section3 .heading h2{
	font-size: 6rem;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .heading h2 {
			font-size: 8vw;
		}
}
#Highschool__content .Section3 .heading span{
	font-size: 50%;
}
#Highschool__content .Section3 .box_wrap {
	width:100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	gap: 16px;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap {
		gap: 30px;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap {
		gap: 20px;
	}
}
#Highschool__content .Section3 .box_wrap .box{
	width: calc((100% - 32px) / 3);
	padding: 30px 20px 50px 20px;
	border: 3px dotted #FFF;
	border-radius: 20px;
	position: relative;
	color:#FFF;
}
@media only screen and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap .box{
		width: 100%;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box {
			padding: 5vw 20px 8vw 20px;
		}
}
#Highschool__content .Section3 .box_wrap .box .img_wrap {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	z-index: 3;
}
#Highschool__content .Section3 .box_wrap .box01 .img_wrap {
	top: 45px;
}
#Highschool__content .Section3 .box_wrap .box02 .img_wrap {
	top: 45px;
}
#Highschool__content .Section3 .box_wrap .box03 .img_wrap {
	top: -15px;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box01 .img_wrap {
		top: 7vw;
	}

	#Highschool__content .Section3 .box_wrap .box02 .img_wrap {
		top: 8vw;
	}

	#Highschool__content .Section3 .box_wrap .box03 .img_wrap {
		top: -15px;
	}
}
#Highschool__content .Section3 .box_wrap .box figure{
	width: clamp(80 * 0.8px, 80 / 1280 * 100vw, 80px);
}

#Highschool__content .Section3 .box_wrap .box01 figure {
	margin-right: clamp(195 * 0.8px, 195 / 1280 * 100vw, 195px);
}

#Highschool__content .Section3 .box_wrap .box02 figure {
	margin-left: clamp(125 * 0.8px, 125 / 1280 * 100vw, 125px);
}

#Highschool__content .Section3 .box_wrap .box03 figure {
	margin-left: clamp(125 * 0.8px, 125 / 1280 * 100vw, 125px);
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap .box figure {
		width: 80px;
	}

	#Highschool__content .Section3 .box_wrap .box01 figure {
		margin-right: 195px;
	}

	#Highschool__content .Section3 .box_wrap .box02 figure {
		margin-left: 125px;
	}

	#Highschool__content .Section3 .box_wrap .box03 figure {
		margin-left: 125px;
	}
}

@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box figure {
			width: 16.5vw;
		}
	
		#Highschool__content .Section3 .box_wrap .box01 figure {
			margin-right: 46vw;
		}
	
		#Highschool__content .Section3 .box_wrap .box02 figure {
			margin-left: 30vw;
		}
	
		#Highschool__content .Section3 .box_wrap .box03 figure {
			margin-left: 31vw;
		}
}

#Highschool__content .Section3 .box_wrap .box .Text__eng {
	width: 100%;
	margin-bottom: clamp(20 * 0.8px, 20 / 1280 * 100vw, 20px);
	padding-bottom: clamp(10 * 0.8px, 10 / 1280 * 100vw, 10px);
	font-size: clamp(90 * 0.8px, 90 / 1280 * 100vw, 90px);
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap .box .Text__eng {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 90px;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box .Text__eng {
		font-size: 18vw;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
	}
}
#Highschool__content .Section3 .box_wrap .box .Text__eng::after {
	content: "";
	width: 100%;
	max-width: clamp(226 * 0.8px, 226 / 1280 * 100vw, 226px);
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 2;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap .box .Text__eng::after {
		width: 220px;
		max-width: 220px;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box .Text__eng::after {
		width: 50vw;
		max-width: 50vw;
	}
}
#Highschool__content .Section3 .box_wrap .box h3 {
	font-size: clamp(30 * 0.8px, 30 / 1280 * 100vw, 30px);
	line-height: 1.3;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section3 .box_wrap .box h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section3 .box_wrap .box h3 {
		font-size: 7vw;
	}
}
#Highschool__content .Section3 .box_wrap .box p {
	margin-top: 1.5em;
	line-height: 1.5;
	text-align: justify;
}


/*---------- Section4 ----------*/
#Highschool__content .Section4 {
	width: 100%;
	text-align: center;
}
#Highschool__content .Section4 .heading_section{
	padding: 5em;
	display: inline-block;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4 .heading_section {
		padding: 4em 3em 2em 3em;
	}
}
#Highschool__content .Section4 .heading_section h2{
	width: auto;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4 .heading_section h2 {
			font-size: 5vw;
		}
}
#Highschool__content .Section4 .heading_section figure {
	width: 80px;
	position: absolute;
	right: -20px;
	top: 10px;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4 .heading_section figure {
		width: 50px;
		right: 0px;
	}
}

#Highschool__content .Section4_1 {
	width:100%;
	min-height: 500px;
	max-height: 800px;
	background: url(../images/top_sec4_img01.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 0;
	padding-top: 150px;
	position: relative;
	text-align: left;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4_1 {
		min-height: 80vw;
		max-height: 80vw;
		padding-top: 20vw;
	}
}

#Highschool__content .Section4_2 {
	width: 100%;
	background: linear-gradient(180deg, #6699ff 0%, #6699ff 80%, #4272e0 80%, #4272e0 100%);
	background-size: cover;
	margin-top: 0;
	padding-top: 70px;
	position: relative;
	text-align: left;
	color:#FFF;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4_2 {
		padding-top: 10vw;
	}
}
#Highschool__content .Section4_2 .SiteContent__sectionInner{
	position: relative;
	z-index: 2;
}

#Highschool__content .Section4_1 .heading,
#Highschool__content .Section4_2 .heading {
	margin:0;
	font-weight: 900;
}
#Highschool__content .Section4_1 .heading_catch ,
#Highschool__content .Section4_2 .heading_catch {
	font-size: 2.4rem;
	display: block;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4_1 .heading_catch,
	#Highschool__content .Section4_2 .heading_catch {
		font-size: 4vw;
	}
}
#Highschool__content .Section4_1 h2,
#Highschool__content .Section4_2 h2 {
	font-size: 3.8rem;
	line-height: 1;
	padding: 0.5em;
	display: inline-block;
	border: 1px solid #9f9e9e;
}
@media only screen and (max-width: 559px) {

	#Highschool__content .Section4_1 h2,
		#Highschool__content .Section4_2 h2 {
		font-size: 7vw;
	}
}
#Highschool__content .Section4_1 h2 {
	background: rgba(255,255,255,0.5);
}
#Highschool__content .Section4_2 h2 {
	border: 1px solid #FFF;
}
#Highschool__content .Section4_1 .text_lead,
#Highschool__content .Section4_2 .text_lead {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {

	#Highschool__content .Section4_1 .text_lead,
		#Highschool__content .Section4_2 .text_lead {
		font-size: 3.5vw;
	}
}
#Highschool__content .Section4_2 .sec4_2_img {
	width: 80%;
	max-width:1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4_2 .sec4_2_img {
		width: 100%;
	}
}
#Highschool__content .Section4_2 .button{
	width: auto;
	position: absolute;
	bottom:6em;
	z-index: 3;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section4_2 .button {
		bottom: 8vw;
	}
}

/*---------- Section5 ----------*/
#Highschool__content .Section5 {
	width: 100%;
	margin-bottom: 6em;
	padding: 8rem 0 0 0;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 {
			margin-bottom: 4em;
			padding: 4rem 0 0 0;
		}
}
#Highschool__content .Section5 .heading{
	width: 100%;
	margin: 0;
	/* padding: 0 clamp(50 * 0.8px, 50 / 1280 * 100vw, 70px); */
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
}
#Highschool__content .Section5 .heading h2 {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 clamp(40 * 0.8px, 40 / 1280 * 100vw, 40px);
	font-size: clamp(36 * 0.8px, 36 / 1280 * 100vw, 36px);
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 .heading h2 {
		padding: 0 6vw;
		font-size: 6vw;
	}
}
#Highschool__content .Section5 .heading img {
	display: block;
	position: absolute;
	width: clamp(130 * 0.8px, 130 / 1280 * 100vw, 130px);
	height: clamp(95 * 0.8px, 95 / 1280 * 100vw, 95px);
	left:auto;
	right: auto;
	margin-left: clamp(680 * 0.8px, 680 / 1280 * 100vw, 680px);
	bottom:0;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 .heading img {
		display: none;
	}
}

#Highschool__content .Section5 .heading h2::before {
	content: "";
	width: 3px;
	height: clamp(100 * 0.8px, 100 / 1280 * 100vw, 100px);
	background: #00a8a9;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#Highschool__content .Section5 .heading h2::after {
	content: "";
	width: 3px;
	height: clamp(100 * 0.8px, 100 / 1280 * 100vw, 100px);
	background: #00a8a9;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 .heading h2::before,
	#Highschool__content .Section5 .heading h2::after{
		width: 2px;
		height: 65px;
	}
}

#Highschool__content .Section5 .sec5_img{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 5rem;
	position: relative;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Highschool__content .Section5 .sec5_img {
		padding: 0 3rem;
	}
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 .sec5_img {
		padding: 0 2rem;
	}
}

#Highschool__content .Section5 .sec5_img img {
	border: 3px dotted #00a8a9;
	border-radius: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
}
#Highschool__content .Section5 .SiteContent__sectionInner {
	position: absolute;
	text-align: left;
	left: 0;
	right: 0;
	bottom: -1em;
	margin: 0 auto;
	z-index: 3;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section5 .SiteContent__sectionInner .button {
		margin-left: 20px;
	}
}

/*---------- Section6 ----------*/
#Highschool__content .Section6 {
	margin: 6rem 0;
}
#Highschool__content .button_large {
	width: 500px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .button_large {
		width: 80%;
	}
}

#Highschool__content .button_large a {
	width: 100%;
	height: 100%;
	display: block;
	color: #00a8a9;
	background:#e8e7e7;
	padding: 2rem;
	border: 3px solid #00a8a9;
	border-radius: 20px;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#Highschool__content .button_large a::before {
	content: "";
	width: 12px;
	height: 18px;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #00a8a9;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 3;
}

#Highschool__content .button_large a:hover {
	color: #FFF;
	background: #1bc3b5;
}

#Highschool__content .button_large a:hover::before {
	background: #FFF;
}

/*---------- Section7 ----------*/
#Highschool__content .Section7 {
	margin: 0;
	padding: clamp(80 * 0.8px, 80 / 1280 * 100vw, 80px) 0;
	background:#f7f7f7;
	/* border: 3px dotted #00a8a9;
	border-radius: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px); */
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section7 {
		padding: 50px 0;
	}
}
#Highschool__content .Section7 .heading_section {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	
}

#Highschool__content .Section7 .heading_section h2 {
	width: auto;
	display: inline-block;
	padding: 0 40px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section7 .heading_section h2 {
		font-size: 5vw;
		padding: 0 20px;
	}
}

#Highschool__content .Section7 .contentbox {
	width: auto;
	background:#FFF;
	margin-top: 50px;
	padding: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
	border: 3px dotted #00a8a9;
	border-radius: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
}
@media only screen and (max-width: 559px) {
	#Highschool__content .Section7 .contentbox {
		margin-top: 30px;
		padding: 30px;
	}
}

#Highschool__content .Section7 .contentbox .heading{
	text-align: center;
}
#Highschool__content .Section7 .contentbox h3{
	display: inline-block;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
	color:#00a8a9;
	margin-bottom: 0.2em;
	padding: 0 40px 0.5em;
	position: relative;
	/* border-bottom: 2px solid #00a8a9; */
}
@media only screen and (max-width: 559px) {
    #Highschool__content .Section7 .contentbox h3 {
        font-size: 6vw;
		padding: 0 20px 0.5em;
    }
}
#Highschool__content .Section7 .contentbox h3::before {
    content: "";
    width: 3px;
    height: clamp(70 * 0.8px, 70 / 1280 * 100vw, 70px);
    background: #00a8a9;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

#Highschool__content .Section7 .contentbox h3::after {
    content: "";
    width: 3px;
    height: clamp(70 * 0.8px, 70 / 1280 * 100vw, 70px);
    background: #00a8a9;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

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

    #Highschool__content .Section7 .contentbox h3::before,
    #Highschool__content .Section7 .contentbox h3::after {
        width: 2px;
        height: 40px;
    }
}
#Highschool__content .Section7 .contentbox h3 span{
	font-size: 70%;
}


