@charset "utf-8";



article h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

article h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	/*background: #00AFEC;*/
	background: linear-gradient(90deg,#00BFFF,#26C9FF);
	color: #FFFF26;
	border-radius: 1.0rem;
}

article h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 20px 30px;
	background: linear-gradient(90deg,#ff5e62,#ff9966);
	color: #FFFFFF;
	border: none;
	/*border: 2px solid #FF4D4D;*/
	border-radius: 10.0rem;
}
article h4::before{display: none;}

h5{
	margin: 40px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 10px 10px 10px 20px;
	background: #F7F4EC;
	border-left: 5px solid #FF4D4D;
}
h5::before{display: none;}

article p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.copyArea1{
	position: relative;
	margin: 0;
	padding: 30px 20px;
	background: linear-gradient(90deg,#FF416C,#FF4B2B);
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.copyArea1::before{
	position: absolute;
	content: '';
	width: 150px;
	height: 250px;
	right: 15px;
	bottom: 0;
	background: url("../highschool1-2/img/student1.png") no-repeat 0 0;
	background-size: 100% auto;
}

.copyArea2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.btnHanger{font-family: 'Noto Sans JP', sans-serif;}
.btnHanger a{border-radius: 10.0rem;}

.jobHanger ul{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 30px 0 0 0;
	padding: 0 40px 40px 40px;
	/*background-color: #FFE8E8;*/
	background-color: #FFF3CE;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.jobHanger ul li{
	width: calc(50% - 20px);
	background-color: #FFFFFF;
	border-radius: 0.8rem;
	margin: 40px 0 0 0;
}
.jobHanger ul li:nth-child(2n){margin: 40px 0 0 40px;}
.jobHanger ul li a{
	display: block;
	height: 100%;
	padding: 20px;
	text-decoration: none;
}
.jobHanger ul li a:hover{opacity: 0.5;}
.jobHanger ul li a strong{
	display: block;
	font-size: 2.0rem;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 10.0rem;
	color: #FFFFFF;
	background: linear-gradient(90deg,#f857a6,#ff5858);
	/*background: linear-gradient(90deg,#8A2387,#E94057,#F27121);*/
	/*background: #000000;*/
}
.jobHanger ul li a img{width: 100%;}
.jobHanger ul li a:hover img{opacity: 1.0;}
.jobHanger ul li a span{
	display: block;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #000000;
}
.jobHanger ul li a small{
	display: block;
	width: 70%;
	margin: 15px auto 0 auto;
	padding: 10px;
	font-size: 1.5rem;
	border-radius: 10.0rem;
	/*background-color: #f857a6;*/
	background-color: #FF4D4D;
	color: #FFFFFF;
	text-align: center;
}

.point{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.point dl{
	position: relative;
	width: 300px;
	margin: 60px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.point dl:nth-child(2){margin: 60px 50px 0 50px;}
.point dl dt{
	position: absolute;
	width: 60%;
	top: -20px;
	left: 20%;
	padding: 10px 0;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFFFFF;
	/*background-color: #FF007F;*/
	/*background: linear-gradient(90deg,#8A2387,#E94057,#F27121);*/
	background: linear-gradient(90deg,#f857a6,#ff5858);
	border-radius: 10.0rem;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.point dl dd{
	font-size: 1.6rem;
	line-height: 1.6;
}
.point dl dd img{
	display: block;
	width: 100%;
	border-radius: 1.0rem;
}
.point dl dd span{
	display: block;
	padding: 10px 0 0 0;
}

.graphHanger{
	margin: 40px 0 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.graphHanger dl{
	width: calc(50% - 25px);
	font-family: 'Noto Sans JP', sans-serif;
}
.graphHanger dl:last-child{margin: 0 0 0 50px;}
.graphHanger dl dt{
	width: 80%;
	height: 70px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(90deg,#f857a6,#ff5858);
	border-radius: 10.0rem;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.graphHanger dl dd{
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 30px;
}
.graphHanger dl dd img{
	display: block;
	width: 90%;
	margin: 0 auto 15px auto;
}
.graphHanger dl dd small{
	display: block;
	font-size: 1.3rem;
	margin-top: 5px;
}

.step1{
	padding-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.step1 li{
	position: relative;
	width: 230px;
	font-size: 1.6rem;
	text-align: center;
	background: linear-gradient(90deg,#bc4e9c,#f80759);
	margin: 40px 0 0 0;
	border-radius: 0.8rem;
}
.step1 li a{
	display: block;
	color: #FFFFFF;
	padding: 10px;
}
.step1 li a:hover{opacity: 0.5;text-decoration: none;}
.step1 li a:hover img{opacity: 1.0;}
.step1 li:nth-child(2n){background: linear-gradient(90deg,#fc4a1a,#f7b733);}
.step1 li::before{
	position: absolute;
	content: '1位';
	width: 40px;
	height: 40px;
	left: -10px;
	top: -10px;
	font-size: 1.4rem;
	background-color: #FF007F;
	color: #FFFFFF;
	border-radius: 10.0rem;
	border: 2px solid #FFFFFF;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}
.step1 li:nth-child(2)::before{
	content: '2位';
	background-color: #00B2B2;
}
.step1 li:nth-child(3)::before,
.step1 li:nth-child(4)::before{
	content: '3位';
	background-color: #0080FF;
}
.step1 li span{
	width: 100%;
	height: 100px;
	padding: 0 5px;
	margin-bottom: 13px;
	border-radius: 0.5rem;
	background-color: #FFFFFF;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.step1 li span img{width: 100%;}

.step2{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.step2 a{
	width: 300px;
	margin: 20px 0 0 0;
}
.step2 a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.step2 a:hover img{opacity: 1.0;}
.step2 a dl dt{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FF007F;
	height: 70px;
	padding: 0 20px;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.step2 a dl dt::before,
.step2 a dl dt::after{
	position: absolute;
	content: '';
	width: 2px;
	height: calc(100% - 20px);
	top: 10px;
	background-color: #FF007F;
}
.step2 a dl dt::before{
	left: 7px;
	transform: rotate(-15deg);
}
.step2 a dl dt::after{
	right: 7px;
	transform: rotate(15deg);
}
.step2 a dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight:bold; 
	text-align: center;
}
.step2 a dl dd img,
.step2 a dl dd span{
	display: block;
	width: 100%;
	color: #000000;
}
.step2 a dl dd span{margin-bottom: 15px;}

.works ul{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.works ul li{
	width: 300px;
	margin: 30px 0 0 0;
	text-align: center;
}
.works ul li:nth-child(3n+2){margin: 30px 50px 0 50px;}
.works ul li a{
	display: block;
	padding: 20px 0;
	color: #FFFFFF;
	background: url("../img/pointer1.png") no-repeat 95% center #000000;
	border-radius: 10.0rem;
}
.works ul li a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.aoIntro{
	font-size: 1.8rem;
	font-weight: 700;
	background: url("../highschool1-2/img/student2.png") no-repeat right bottom;
	background-size: auto 190px;
	padding: 85px 0 0 0;
	margin: -20px 0 0 0;
	height: 190px;
}
.aoIntro span{
	position: relative;
	display: inline;
	background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.merit{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.merit dl{
	width: 230px;
	border: 3px solid #FC466B;
	/*margin: 30px 0 0 0;*/
}
.merit dl dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background-color: #FC466B;
	padding: 7px 0 10px 0;
}
.merit dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}
.merit.ao{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.merit.ao dl{
	width: 300px;
	margin: 30px 20px 0 20px;
}

.faq dl{
	padding: 20px;
	margin: 30px 0 0 0;
	background-color: #EFF1F3;
	border-radius: 0.8rem;
}
.faq dl dt{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 3px 0 5px 35px;
	background: url("../faq/img/open.png") no-repeat 100% center;
	background-size: 24px;
	cursor: pointer;
}
.faq dl dt.open{
	background: url("../faq/img/close.png") no-repeat 100% center;
	background-size: 24px;
}
.faq dl dt::before{
	position: absolute;
	content: '';
	width: 22px;
	height: 24px;
	top: 0;
	left: 0;
	background: url("../faq/img/q.png") no-repeat 0 0;
	background-size: 22px auto;
	z-index: 10;
}
.faq dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 20px;
	margin: 15px 0 0 0;
	background-color: #FFFFFF;
	border-radius: 0.8rem;
	display: none;
}

.banner{
	text-align: center;
	margin: 60px 0 0 0;
}
.banner img{
	width: 400px;
	margin: 0 20px;
}






/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
article h4{padding: 15px 25px;}

h5{
	margin: 30px 0 0 0;
	padding: 10px 10px 10px 10px;
}

.copyArea1{padding: 15px;}
.copyArea1::before{
	width: 90px;
	height: 140px;
	right: -8px;
	bottom: auto;
	top: -140px;
}

.jobHanger ul{
	margin: 20px 0 0 0;
	padding: 0 15px 15px 15px;
}
.jobHanger ul li{
	/*width: calc(50% - 5px);*/
	width: 100%;
	margin: 15px 0 0 0;
}
.jobHanger ul li:nth-child(2n){margin: 15px 0 0 0;}
.jobHanger ul li a{padding: 15px;}
.jobHanger ul li a strong{
	font-size: 1.7rem;
	padding: 15px 20px 12px 20px;
}
.jobHanger ul li a span{font-size: 1.5rem;}
.jobHanger ul li a small{
	width: 90%;
	font-size: 1.4rem;
}

.point dl{
	width: 100%;
	margin: 40px 0 0 0;
}
.point dl:nth-child(2){margin: 40px 0 0 0;}
.point dl dt{font-size: 1.8rem;}
.point dl dd{font-size: 1.5rem;}
	
.graphHanger{margin: 0;}
.graphHanger dl{
	width: 100%;
	margin: 30px 0 0 0;
}
.graphHanger dl:last-child{margin: 20px 0 0 0;}
.graphHanger dl dt{
	width: 100%;
	height: 60px;
	font-size: 1.7rem;
}
.graphHanger dl dd{font-size: 1.5rem;}
.graphHanger dl dd small{font-size: 1.2rem;}

.step1{padding-bottom: 10px;}
.step1 li{
	width: calc(50% - 5px);
	font-size: 1.5rem;
	margin: 20px 0 0 0;
}
.step1 li::before{
	width: 36px;
	height: 36px;
	left: -8px;
	top: -10px;
	font-size: 1.4rem;
}
.step1 li:nth-child(2)::before{
	content: '2位';
	background-color: #00B2B2;
}
.step1 li:nth-child(3)::before,
.step1 li:nth-child(4)::before{
	content: '3位';
	background-color: #0080FF;
}

.step2 a{width: 100%;}
.step2 a dl dt{
	font-size: 1.6rem;
	height: auto;
	padding: 15px 20px;
}
.step2 a dl dt::before,
.step2 a dl dt::after{
	position: absolute;
	content: '';
	width: 2px;
	height: calc(100% - 20px);
	top: 10px;
	background-color: #FF007F;
}
.step2 a dl dt::before{left: 7px;}
.step2 a dl dt::after{right: 7px;}
.step2 a dl dd{font-size: 1.5rem;}

.works ul{
	font-size: 1.4rem;
}
.works ul li{
	/*width: calc(50% - 5px);*/
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}
.works ul li:nth-child(3n+2){margin: 10px 0 0 0;}
/*.works ul li:nth-child(2n){margin: 10px 0 0 10px;}*/
.works ul li a{
	display: block;
	padding: 20px 25px 20px 10px;
}
	
.aoIntro{
	font-size: 1.6rem;
	background: url("../highschool1-2/img/student2.png") no-repeat right bottom;
	background-size: auto 110px;
	padding: 30px 140px 30px 0;
	margin: -10px 0 0 0;
	height: auto;
}

.merit{}
.merit dl{
	width: calc(50% - 5px);
	margin: 20px 0 0 0;
}
.merit dl:first-child,
.merit dl:nth-child(2){margin: 0;}
.merit dl dt{font-size: 1.7rem;}
.merit dl dd{
	font-size: 1.4rem;
	padding: 10px 5px;
}
.merit.ao{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.merit.ao dl{
	width: calc(50% - 5px);
	margin: 20px 0 0 0;
}

.faq dl{
	padding: 10px;
	margin: 15px 0 0 0;
	border-radius: 0.6rem;
}
.faq dl dt{
	font-size: 1.6rem;
	padding: 3px 30px 5px 30px;
	background: url("../faq/img/open.png") no-repeat 100% center;
	background-size: 22px;
}
.faq dl dt.open{
	background: url("../faq/img/close.png") no-repeat 100% center;
	background-size: 22px;
}
.faq dl dt::before{
	width: 20px;
	height: 23px;
	top: calc(50% - 12px);
	background: url("../faq/img/q.png") no-repeat 0 0;
	background-size: 20px auto;
}
.faq dl dd{
	font-size: 1.4rem;
	padding: 10px;
	margin: 10px 0 0 0;
	border-radius: 0.6rem;
}

.banner{margin: 20px 0 0 0;}
.banner img{
	width: 100%;
	margin: 20px 0 0 0;
}
/*.banner a:nth-child(2){margin: 0 0 0 10px;}*/
	
}
