@charset "utf-8";
/* **************************************************

Name: index.css

Description: 

Create: 2018.08.22
Update: 2020.02.25

Copyright 2018 Hitachi, Ltd.

***************************************************** */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-print-color-adjust: exact;
}
#PopUpContents {
	padding: 0;
}
#highschool {
	margin: 0 auto;
	width: 1440px;
	overflow: hidden;
}
#highschool * {
	line-height: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#logo-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 18px 8px 0;
  text-align: right;
}
#logo-container a:hover {
	opacity: 0.7;
}
#logo-container img {
    margin-left: auto;
}
@media screen and (max-width: 994px) {
  #logo-container {
    width: auto;
    padding: 3% 5% 2% 0;
  }
  #logo-container .SpImage {
    width: 34%;
  }
}
#highschool .highschool_kv,
#highschool .end {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}
#highschool .highschool_kv .visual img {
	width: 100%;
}
#highschool .highschool_kv h2 {
	position: absolute;
	top: 30px;
	right: 16%;
	width: 250px;
	background: none;
	margin: 0;
	padding: 0;
  z-index: 1;
}
#highschool .highschool_kv h2 img {
	width: 100%;
}
#highschool .highschool_kv h2 a,
#highschool .highschool_kv h3 a {
	background: none;
}
#highschool .highschool_kv h3 {
	position: absolute;
	top: 15px;
	left: 180px;
	transition: .7s ease all;
	opacity: 0;
	background: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
  z-index: 1;
}
#highschool .highschool_kv h3.visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#highschool .highschool_kv h3 img {
  width: 50%;
}
#highschool .highschool_kv h4 .arrow {
	position: absolute;
	right: -71px;
	top: 30px;
	z-index: -1;
	transition: .7s ease all;
	opacity: 0;
	-moz-opacity: 0;
}
#highschool .highschool_kv h4 .arrow.visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#highschool .highschool_kv h4 .vol {
	position: absolute;
	right: -60px;
	top: -85px;
	z-index: 3;
	transition: .7s ease all;
	opacity: 0;
	-moz-opacity: 0;
}
#highschool .highschool_kv h4 .vol.visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#highschool .highschool_kv .visual_lead {
	position: relative;
}
#highschool .highschool_kv .visual_lead .wave img {
	width: 100%;
}
#highschool .highschool_kv .visual_lead .wave {
	position: absolute;
	top: -15px;
}
#highschool .highschool_kv .visual_lead .bg {
	background: url(/image/jp/channel/highschool/vol3/highschool_kv_bg_pc.png) center bottom #eb7209;
  background-size: contain;
	background-repeat: no-repeat;
	height: 587px;
	/*position: relative;*/
  position: absolute;
	top: -30px;
	width: 100%;
	z-index: 0;
}
/*@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  #highschool .highschool_kv .visual_lead .bg {
    background: url('/image/jp/channel/highschool/vol3/highschool_kv_bg_pc@2x.png') center bottom #eb7209;
    background-size: contain;
  }
}*/
#highschool .highschool_kv .visual_lead .visual_lead_inr {
	/*width: 1000px;
  height: 687px;
	margin: 0 auto;
	position: absolute;
	top: -130px;
  left: 221px;
	z-index: 1;*/
  width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -130px;
  z-index: 1;
}
#highschool .banner {
	text-align: center;
	font-size: 0;
	margin: 40px auto;
}
#highschool .banner ul {
  margin: 20px 0 0 0;
}
#highschool .banner div {
	margin: 40px auto;
}
/*#highschool .banner ul {
  display: flex;
  justify-content: center;
	margin: 0;
}*/
#highschool .banner li:first-child {
  margin: 0 10px 0 0;
}
#highschool .banner li {
	margin: 0 10px 10px 0;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1000px) {
	#highschool .highschool_kv .visual_lead .visual_lead_inr {
		width: 100%;
	}
}
#highschool .highschool_kv .visual_lead .visual_lead_inr h4 {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr h4 .title {
	z-index: 1;
	transition: .7s ease all;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr h4 .title.visible {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text {
	background: #fff;
	width: 700px;
	padding: 30px 225px 40px 40px;
	position: relative;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text:after {
	content: '';
	position: absolute;
	height: 270px;
	width: 35px;
	background: url(/image/jp/channel/highschool/vol3/highschool_kv_text_bg_pc.png) no-repeat;
	top: 0;
	right: 0;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text h5 {
	color: #eb7209;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 15px;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text p {
	line-height: 1.8;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map {
	position: absolute;
	right: 64px;
  top: 40px;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text .female {
	position: absolute;
	left: 310px;
	bottom: -300px;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure .tb {
	display: inline-block;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure{
	position: relative;
	margin: 0;
	text-align: right;
  top: -190px;
  right: 20px;
	z-index: 2;
}
#highschool .highschool_lead {
	margin: -132px 0 140px 0;
  /*margin: 53px 0 140px 0;*/
	position: relative;	
}
#highschool .highschool_lead p {
	line-height: 1.9;
	position: relative;
	width: 700px;
	margin: 0 auto;
	z-index: 1;
}
#highschool .b_img,
#highschool .a_img {
	position: absolute;
	z-index: 0;
}
#highschool .d_img {
	position: absolute;
	z-index: -1;
}
#highschool .highschool_lead .b_img {
  left: 88px;
  top: -110px;
}
#highschool .highschool_lead .a_img {
  right: 178px;
  top: 150px;
}
/*edge*/
@supports (-ms-ime-align:auto) {
  #highschool .highschool_lead .a_img {
    right: 178px;
    top: 150px;
  }
  #highschool .highschool_lead .b_img {
    left: 88px;
    top: -117px;
  }
}
/* IE10〜IE11 */
@media all and (-ms-high-contrast:none){
  #highschool .highschool_lead .a_img {
    right: 178px;
    top: 150px;
  }
  #highschool .highschool_lead .b_img {
    left: 88px;
    top: -117px;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  #highschool .highschool_lead .a_img {
    right: 178px;
    top: 150px;
  }
  #highschool .highschool_lead .b_img {
    left: 88px;
    top: -117px;
  }
}
/*Safari*/
/*_::-webkit-full-page-media, _:future, :root #highschool .highschool_lead .a_img {
  right: 178px;
  top: 150px;
}*/

#highschool .block1,
#highschool .block2,
#highschool .block3,
#highschool .block4,
#highschool .block5,
#highschool .block6,
#highschool .block7,
#highschool .block8
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#highschool .text,
#highschool .text1,
#highschool .text2
{
	position: relative;
	z-index: 1;
}
#highschool .block1 p,
#highschool .block2 p,
#highschool .block3 p,
#highschool .block4 p,
#highschool .block5 p,
#highschool .block6 p,
#highschool .block7 p,
#highschool .block8 p
{
	line-height: 1.8;
	font-size: 16px;
	width: 700px;
	margin: 0 auto 30px;
}
#highschool .block1 p:last-child,
#highschool .block2 p:last-child {
	margin-bottom: 0;
}
#highschool .visual {
	position: relative;
	z-index: 1;
}
#highschool .block1 .text {
	margin: 70px 0 100px;
}
#highschool .block1 .visual .d_img {
	left: -220px;
	top: -50px;
}
#highschool .block1 .text .b_img {
	left: -124px;
	top: -15px;
}
#highschool .block1 .text .a_img {
  top: 188px;
  right: -18px;
}
#highschool .block2 {
  margin: 50px auto 100px auto;
}
#highschool .block2 .text1 {
	margin: 20px 0 150px;
}
#highschool .block2 .text1 .b_img {
	left: -70px;
  top: 160px;
}
#highschool .block2 .text2 {
	margin: 50px 0 115px;
}
#highschool .block2 .visual .d_img,
#highschool .block5 .visual .d_img {
	right: -220px;
	top: -90px;
}
#highschool .block2 .a_img {
  right: 30px;
  top: 20px;
}
#highschool .block2 .b_img {
	left: -80px;
  bottom: -50px;
}
#highschool .block3 .visual .d_img {
	left: -220px;
	top: -50px;
}
#highschool .block3 .text1 {
	margin: 30px auto 155px;
}
#highschool .block3 .text1 .inner_image {
  display: block;
  padding: 0 0 10px 10px;
  float: right;
  text-align: center;
}
#highschool .block3 .text1 .inner_image .inner_text {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #898989;
}
#highschool .block3 .text2 {
	margin: 55px auto 112px;
}
#highschool .block3 .text1 .a_img {
	bottom: -60px;
  right: -40px;
}
#highschool .block3 .text1 .b_img {
	left: -30px;
  top: 150px;
}
#highschool .block3 .text2 .a_img {
  right: -26px;
  top: 47px;
}
#highschool .block3 .text2 .b_img {
  left: -25px;
  bottom: -19px;
}
#highschool .col1_visual .col1_visual_inr {
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
#highschool .col1_visual .col1_visual_inr_2 {
	width: 658px;
	margin: 0 auto;
	font-size: 0;
}
#highschool .col2_visual .col2_visual_inr {
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
#highschool .col2_visual .col2_visual_inr > div {
	display: inline-block;
}
#highschool .col2_visual .col2_visual_inr > div:first-child {
	margin-right: 20px;
}
#highschool .block4 .col2_visual {
	text-align: center;
}
#highschool .block4 .text1 {
	margin: 55px auto 75px;
}
#highschool .block4 .text1 p:last-child {
	margin: 60px auto 0 auto;
}
#highschool .block4 .text1 .a_img {
	top: -30px;
	right: -100px;
}
#highschool .block4 .text1 .b_img {
  top: 115px;
  left: -10px;
}
#highschool .block5 {
	margin: 200px auto 0 auto;
}
#highschool .block5 .text1 {
	margin: 60px auto 0 auto;
}
#highschool .block5 .text1 p:last-child {
	margin: 65px auto 0;
}
#highschool .block5 .b_img {
  bottom: 87px;
  left: -18px;
}
#highschool .block5 .a_img {
  bottom: -100px;
  right: 0;
}
/*#highschool .block5 .d_img {
  right: -220px;
  top: -90px;
}*/
#highschool .block5 .inner_img {
  margin: 0 auto;
}
#highschool .block6 {
	margin: 20px auto 100px auto;
}
#highschool .block6 .a_img {
	right: 23px;
	top: -97px;
}
#highschool .block6 .b_img {
  margin: 60px 0 0 0;
  position: relative;
  z-index: -1;
}
#highschool .block7 .text {
	margin: 70px 0 80px;
}
#highschool .block7 .a_img {
  right: 0;
  bottom: -31px;
}
#highschool .block7 .b_img {
	left: 33px;
  top: 78px;
}
#highschool .block8 {
  margin: 50px auto 100px auto;
}
#highschool .block8 .a_img {
  right: 0;
  bottom: -31px;
  z-index: -1;
}
#highschool .block8 .b_img {
  left: 0;
  bottom: -31px;
  z-index: -1;
}
#highschool .end {
	width: 1440px;
}
#highschool .end .end_bg {
	background: #eb7209;
	position: relative;
	top: -1px;
}
#highschool .end .end_bg .end_inr {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#highschool .end .end_bg .end_inr .text {
  padding: 40px 150px 30px 150px;
	z-index: 0;
}
#highschool .end .end_bg .end_inr .text h3 {
	color: #fffefe;
	font-size: 24px;
	line-height: 1.6;
  text-align: center;
}
#highschool .end .end_bg .end_inr .text p {
  color: #ffffff;
	line-height: 1.8;
	font-size: 16px;
}
#highschool .end .end_bg .end_inr .text .note {
  margin: 20px 0 0 0;
	text-align: right;
  font-size: 12px;
}

/* 2019.02.15 ADD START */
#highschool .series-banner {
  padding: 30px 0;
  /*min-height: 160px;*/
  z-index: 2;
  background: #f6f6f6;
  margin-bottom: 50px;
}
#highschool .series-banner ul {
  font-size: 0;
  width: 938px;
  margin: 0 auto;
}
#highschool .series-banner ul li {
    margin: 0 6px 0 0;
    display: inline-block;
    text-align: left;
}
#highschool .series-banner ul li:nth-child(4n) {
  margin-right: 0;
}
#highschool .series-banner ul li:nth-child(n+5) {
  margin-top: 6px;
}
@media screen and (min-width: 994px) and (max-width: 1019px) {
  #highschool .series-banner {
    padding-top: 10%;
  }
}
/* iPad */
@media screen and (max-width: 994px) {
  #highschool .series-banner ul {
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    width: auto;
  }
  #highschool .series-banner ul li {
    display: block;
    width: 24.3%;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #highschool .series-banner {
    padding: 10%;
  }
  #highschool  .series-banner ul {
    display: block;
    padding: 0;
    width: auto;
  }
  #highschool .series-banner li {
    margin: 0 0 5% 0 !important;
    width: auto !important;
  }
  #highschool .series-banner li:last-child {
    margin: 0 !important;
  }
}
/* 2019.02.15 ADD END */

#highschool .e_img {
	display: none;
}
.sns-nav {
	position: fixed;
	top: 50%;
	right: 30px;
	margin: -100px auto 0 auto;
	z-index: 99;
}
.pc {
	display: block;
}
.tb {
	display: none;
}
.sp {
	display: none;
	width: 100%;
}
.top {
	width: 80%;
	margin: 0 auto;
}
.sns-nav ul li {
	margin: 0 0 10px;
	text-align: right;
	z-index: 999;
}
.sns-nav-pc {
	position : relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.sns-nav-pc ul {
	position : absolute;
	top: 10px;
  right: 10px;
	z-index : 99;
}
.sns-nav-pc ul li{
  display: inline-block;
	text-align : right;
	z-index : 999;
}

#highschool .block1 .text .b_img,
#highschool .block1 .text .a_img,
#highschool .block2 .text1 .b_img,
#highschool .block2 .a_img,
#highschool .block2 .b_img,
#highschool .block3 .a_img,
#highschool .block3 .b_img,
#highschool .block4 .text1 .b_img,
#highschool .block4 .text1 .a_img,
#highschool .block5 .b_img,
#highschool .block5 .a_img,
#highschool .block6 .b_img,
#highschool .block7 .a_img,
#highschool .block7 .b_img {
	z-index: -1;
}
#highschool .visual .name > div {
	position: absolute;
	visibility: hidden;
}
#highschool .visual .class_name > div {
	position: absolute;
	visibility: hidden;
}
#highschool .block1 .visual .class_name .name0 {
  bottom: 49px;
  left: -31px;
}
#highschool .block1 .visual .name1 {
	top: 145px;
  left: 140px;
}
#highschool .block1 .visual .name2 {
  top: 28px;
  left: 322px;
}
#highschool .block1 .visual .name3 {
  top: 38px;
  right: 363px;
}
#highschool .block1 .visual .name4 {
  top: 147px;
  right: 203px;
}
#highschool .block2 .visual .class_name .name0 {
  bottom: 50px;
  right: -31px;
}
#highschool .block2 .visual .name1 {
  top: 87px;
  left: 34px;
}
#highschool .block2 .visual .name2 {
	top: 63px;
	left: 248px;
}
#highschool .block2 .visual .name3 {
	top: 75px;
	left: 460px;
}
#highschool .block2 .visual .name4 {
	top: 63px;
	right: 276px;
}
#highschool .block2 .visual .name5 {
	top: 106px;
	right: 24px;
}
#highschool .block3 .visual .class_name .name0 {
  bottom: 50px;
  left: -31px;
}
#highschool .block3 .visual .name1 {
	top: 270px;
  left: 118px;
}
#highschool .block3 .visual .name2 {
	top: 106px;
  left: 220px;
}
#highschool .block3 .visual .name3 {
  top: 87px;
  right: 393px;
}
#highschool .block3 .visual .name4 {
  top: 164px;
  right: 150px;
}
#highschool .block5 .visual .class_name .name0 {
  bottom: 50px;
  right: -31px;
}
#highschool .block5 .visual .name1 {
	top: 73px;
	left: 188px;
}
#highschool .block5 .visual .name2 {
	top: 17px;
	left: 330px;
}
#highschool .block5 .visual .name3 {
	top: 17px;
	left: 460px;
}
#highschool .block5 .visual .name4 {
	top: 17px;
	right: 349px;
}
#highschool .block5 .visual .name5 {
	top: 74px;
	right: 202px;
}
#highschool .relate {
	width: 1000px;
	margin: 40px auto 0;
}
#highschool .relate h2 {
	border-bottom: 3px solid #bbbbbb;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0;
  background-image: none;
}
#highschool .relate p {
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 10px;
}
#highschool .relate p a {
	color: #333333;
	border-bottom: none;
	text-decoration: none;
}
#highschool .relate .relate_btn {
	width: 220px;
	margin-top: 20px;
}
#highschool .relate .relate_btn a:hover {
	opacity: .7;
}
#highschool .relate .relate_btn img {
	width: 100%;
}
@media screen and (max-width: 1530px) {
	#highschool {
		width: 100%;
	}
}
@media screen and (max-width: 1440px) {
	#highschool .highschool_kv,
	#highschool .end {
		width: 100%;
		z-index: 2;
	}
	.highschool_slider li p {
		top: 110%;
	}
	#highschool .highschool_kv h3 {
		left: 10%;
	}
	#highschool .highschool_kv h3 img {
		width: 50%;
	}
	#highschool .block6 .a_img {
		right: 23px;
    z-index: 1;
	}
}
@media screen and (max-width: 1000px) {
	#highschool .block1,
	#highschool .block2,
	#highschool .block3,
	#highschool .block4,
	#highschool .block5,
	#highschool .block6,
  #highschool .block7,
  #highschool .block8
	{
		width: 100%;
		position: relative;
		padding: 0 5%;
	}
	#highschool .end .end_bg .end_inr,
	#highschool .col1_visual .col1_visual_inr,
  #highschool .col1_visual .col1_visual_inr_2,
  #highschool .col2_visual .col2_visual_inr {
		width: 100%;
	}
	.visual > img {
		width: 100%;
	}
	#highschool .highschool_lead p {
		width: 80%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure {
		/*right: -10%;*/
    right: auto;
    top: -50px;
		margin: 0 auto;
		width: 70%;
		z-index: 2;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure .sp {
		display: none;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .female {
		position: absolute;
		left: 12%;
		bottom: -210px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .female img{
		width: 75%;
	}
	.sns-nav ul li img {
		width: 40px;
		height: 40px !important;
	}
	#highschool .relate {
		width: 90%;
		margin: 5% auto 0;
	}
  #highschool .col1_visual .col1_visual_inr > div {
		width: 100%;	
	}
	#highschool .col2_visual .col2_visual_inr > div:first-child {
		margin-right: 2%;
	}
	#highschool .col2_visual .col2_visual_inr > div {
		width: 49%;	
	}
	#highschool .block1 .visual .name {
		display: none;
	}
	#highschool .block1 .visual .pc,
  #highschool .block2 .visual .pc,
  #highschool .block3 .visual .pc,
  #highschool .block5 .visual .pc {
		display: none;
	}
	#highschool .block1 .visual .sp,
  #highschool .block2 .visual .sp,
  #highschool .block3 .visual .sp,
  #highschool .block5 .visual .sp {
		display: block;
	}
  #highschool .visual .class_name_sp > div {
    position: absolute;
  }
  #highschool .block1 .visual .class_name_sp .name0,
  #highschool .block3 .visual .class_name_sp .name0 {
    bottom: 12px;
    left: -32px;
  }
  #highschool .block2 .visual .class_name_sp .name0,
  #highschool .block5 .visual .class_name_sp .name0 {
    bottom: 14px;
    right: -36px;
  }
}
.JS #Contents {
	padding: 0 !important;
}
@media screen and (max-width: 890px) {
  #highschool .highschool_lead .a_img {
    right: 8%;
    top: 202px;
  }
}
@media screen and (max-width: 769px) {
	#highschool img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#highschool .b_img img.sp{ display: none;}
	#highschool .b_img img.pc{ display: block;}
	#highschool .a_img img.sp{ display: none;}
	#highschool .a_img img.pc{ display: block;}
	.sns-nav {
		right: 0;
		top: auto;
		margin: 0;
		bottom: 0;
		width: 100%;
		background: rgba(255,255,255,0.8);
	}
	.sns-nav ul {
		margin: 0 auto;
		width: 268px;
	}
	.sns-nav ul li {
		float: left;
		width: 44px;
		margin: 0 12px 0 0;
	}
	.sns-nav ul li:last-child {
		margin: 0;
	}
	#highschool .highschool_lead {
		margin: 30px 0 90px 0;
	}
  #highschool .highschool_kv .visual_lead {
    margin: -67px 0 0 0;
  }
	#highschool .highschool_kv .visual_lead .bg {
    background: url(/image/jp/channel/highschool/vol3/highschool_kv_bg_sp.png) no-repeat center bottom #eb7209;
		background-size: cover;
		/*height: 72%;*/
    height: 96%;
    position: absolute;
	}
	#highschool .highschool_kv .visual_lead .wave {
		top: -10px;
	}
	#highschool .highschool_kv h2 {
		top: 20px;
		right: 20px;
		width: 35%;
	}
  #highschool .highschool_kv .visual_lead .visual_lead_inr {
    left: auto !important;
    top: -70px;
  }
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp {
		float: right;
		position: relative;
		width: 111px;
		margin: 0 20px 20px 20px;
		top: 0;
		right: 0;
	}
	#highschool .highschool_kv h3 {
		left: 6%;
		width: 64%;
		top: 1%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
		content: '';
		background: url(/image/jp/channel/highschool/vol3/highschool_h4_after_sp.png) no-repeat;
		width: 109px;
    height: 155px;
		background-size: cover;
		z-index: 9;
    top: -102px;
    left: -47px;
		position: absolute;
	}
	#highschool .highschool_kv {
		width: 100%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text {
		padding: 5% 6% 10%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr h4 {
		left: 5%;
		width: 61%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text {
		width: 90%;
		margin: 0 auto;
	}
	.visual_lead .visual_lead_inr .text,
	#highschool .block1 p,
	#highschool .block2 p,
	#highschool .block3 p,
	#highschool .block4 p,
	#highschool .block5 p,
	#highschool .block6 p,
  #highschool .block7 p,
  #highschool .block8 p
	{
		width: 80%;	
	}
  #highschool .highschool_lead .b_img {
    left: 0%;
    top: -94px;
  }
  #highschool .highschool_lead .a_img {
    right: 0;
    top: 226px;
  }
	#highschool .block1 .text .b_img {
		left: -70px;
	}
	#highschool .block1 .text .a_img {
    top: 84%;
    right: -28px;
	}
  #highschool .block7 .b_img {
    left: -9px;
    top: 78px;
  }
	#highschool .block6 .a_img {
		right: -30px;
	}
	#highschool .block2 .a_img {
		right: -2%;
    top: 3%;
	}
  #highschool .block2 .a_img img {
    width: auto;
	}
  #highschool .block2 .b_img {
    left: -6%;
    bottom: -4%;
	}
	#highschool .block6 {
		margin: 0 auto;
	}
	#highschool .block2 .text1,
	#highschool .block3 .text1,
	#highschool .block6 .text1 {
		margin: 50px auto 100px;
	}
  #highschool .block3 .text1 .inner_image {
    float: none;
    padding: 0 0 5% 0;
    text-align: center;
  }
	#highschool .block2 .text1 .b_img {
		left: 0;
	}
	#highschool .highschool_kv h4 .vol {
		width: 20%;
		right: -13%;
		top: -130%;
	}
	#highschool .block3 .a_img {
		right: -10px;
	}
	/*#highschool .block3 .b_img {
		left: -30px;
	}*/
	#highschool .block4 .text1 .b_img {
		left: -40px;
	}
	#highschool .block5 .a_img {
		right: -27px;
	}
	#highschool .end .end_bg .end_inr figure {
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 5%;
		left: 50%;
		text-align: center;
	}
	#highschool .end .end_bg .end_inr figure img {
		width: 70%;
	}
	#highschool .end .end_bg .end_inr .text {
		width: 80%;
		margin: 0 auto;
    padding: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	#highschool .end .end_bg .end_inr {
		width: 100%;
		padding: 60px 0 60px;
	}
  
  #highschool .banner li {
		width: 40%;
	}
	#highschool .banner {
		width: 90%;
		margin: 0 auto 50px;
	}
  
  
	#PopUpContainer #Footer {
		padding: 4% 15px 20%;
		margin: 0 auto;
	}
	#Footer p {
		text-align: left;
	}
}
@media screen and (max-width: 415px) {
	#highschool .b_img img.sp{ display: block;}
	#highschool .b_img img.pc{ display: none;}
	#highschool .a_img img.sp{ display: block;}
	#highschool .a_img img.pc{ display: none;}
  #highschool .visual .class_name_sp > div {
    position: absolute;
  }
  #highschool .highschool_kv .visual_lead .visual_lead_inr .text {
		padding: 5% 6% 15%;
	}

	#highschool .highschool_kv .visual_lead .visual_lead_inr .text h5 {
		font-size: 4.2vw;
	}
	#highschool .highschool_kv .visual_lead .wave {
		top: -5px;
	}
	#highschool .highschool_kv h2 {
		width: 140px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr {
    position: static;
		top: -95px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text p {
		font-size: 4vw;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr h4 {
		margin-bottom: 4%;
    width: 58%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text:after {
		background: url(/image/jp/channel/highschool/vol3/highschool_kv_text_bg_sp.png) no-repeat;
		background-size: contain;
		height: 130px;
		width: 19px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 82px;
    height: 99px;
    top: -54px;
    left: -28px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp {
		width: 80px;
		margin: 0 8px 20px 5px;
	}
	#highschool .highschool_kv .visual_lead .bg {
		background: url(/image/jp/channel/highschool/vol3/highschool_kv_bg_sp.png) #eb7209 center bottom;
		background-size: contain;
		height: 103%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .female {
		display: none;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .female img {
		width: 45%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure .tb {
		display: none;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure .sp {
		display: block;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure {
		right: 0;
		width: 55%;
		top: -39px;
	}
	#highschool .highschool_lead p {
		width: 90%;
		font-size: 4vw;
	}
	#highschool .block1 p,
	#highschool .block2 p,
	#highschool .block3 p,
	#highschool .block4 p,
	#highschool .block5 p,
	#highschool .block6 p,
  #highschool .block7 p,
  #highschool .block8 p {
		font-size: 4vw;
		width: 100%;
		margin: 0 auto 3%;
	}
	#highschool .highschool_lead {
		/*margin: -6% 0 12% 0;*/
    margin: 4% 0 12% 0;
	}
  #highschool .highschool_lead .a_img {
    bottom: -28%;
    right: -9%;
    top: auto;
	}
	#highschool .highschool_lead .b_img {
    top: -17%;
    left: 2%;
	}
	#highschool .block1 .visual .d_img,
	#highschool .block3 .visual .d_img {
		left: -10%;
		width: 120%;
		top: -12%;
	}
	#highschool .block1 .text {
		margin: 7% 0 15% 0;
	}
  #highschool .block1 .visual .class_name_sp .name0 {
    bottom: 12px;
    left: -15px;
  }
  #highschool .block2 .visual .class_name_sp .name0 {
    bottom: 14px;
    right: -107px;
  }
  #highschool .block3 .visual .class_name_sp .name0 {
    bottom: 12px;
    left: -15px;
  }
  #highschool .block5 .visual .class_name_sp .name0 {
    bottom: 14px;
    right: -107px;
  }
	#highschool .block2 .text1 {
		margin: 0 0 20% 0;
	}
	#highschool .end .end_bg .end_inr {
		padding: 0 0 30px 0;
	}
	#highschool .end .end_bg .end_inr div.figure img {
		width: 100%;
	}
	#highschool .end .end_bg .end_inr div.figure {
		top: 40px;
	}
	#highschool .end .end_bg .end_inr .text {
		width: 90%;
		padding: 15% 5% 8% 5%;
	}
	#highschool .end .end_bg .end_inr .text h3 {
		text-align: center;
		font-size: 18px;
	}
	#highschool .end .end_bg .end_inr .text p {
		font-size: 14px;
	}
	#highschool .block2 .text2 {
		margin: 7% 0 15% 0;
	}
	#highschool .block3 .text1 {
		margin: 0 auto 20% 0;
	}
	#highschool .block3 .text2 {
		margin: 7% auto 14%;
	}
	#highschool .block4 .text1 p:last-child {
		margin: 5% auto 0;
	}
	#highschool .block4 .text1 {
		margin: 7% auto 15%;
	}
	#highschool .block5 {
		margin: 30% auto 0;
	}
	#highschool .block5 .text1 {
		margin: 7% auto 0;
	}
	#highschool .block5 .text1 p:last-child {
		margin-top: 2%;
	}
	#highschool .block6 {
		margin: 0 auto 15%;
	}
	#highschool .block6 .text1 {
		margin: 0 auto;
	}
	#highschool .banner {
		width: 90%;
		margin: 10% auto;
	}
  /*#highschool .banner {
		width: 95%;
		margin: 5% auto;
	}
  #highschool .banner ul {
    flex-flow: row wrap;
		margin: 3% auto 0;
  }*/
	/*#highschool .banner li {
		width: calc((100% - 10px) / 2);
	}*/
  /*#highschool .banner li:first-child {
    margin: 0 6px 5px 0;
  }
  #highschool .banner li:nth-child(even) {
    margin: 0 0 5px 0;
  }*/

  #highschool .highschool_lead .a_img img,
  #highschool .highschool_lead .b_img img,
	#highschool .block1 .text .a_img img,
	#highschool .block2 .a_img img,
  #highschool .block2 .b_img img,
	#highschool .block2 .text1 .e_img img,
	#highschool .block2 .text1 .b_img img,
	#highschool .block3 .a_img img,
  #highschool .block3 .text1 .b_img img,
  #highschool .block3 .text2 .b_img img,
	#highschool .block3 .e_img img,
	#highschool .block4 .text1 .b_img img,
	#highschool .block4 .text1 .a_img img,
	#highschool .block5 .a_img img,
	#highschool .block6 .a_img img,
  #highschool .block7 .a_img img,
  #highschool .block7 .b_img img,
  #highschool .block8 .a_img img,
  #highschool .block8 .b_img img,
  #highschool .block8 .b_img img
	{
		width: 65%;
	}
	#highschool .highschool_kv h4 .vol {
		position: absolute;
		width: 40%;
		right: -35%;
		top: -146%;
		z-index: 3;
	}
	#highschool .highschool_kv h4 .vol img {
		width: 55%;
	}
	#highschool .block1 .text .b_img img {
		width: 70%;
	}
  #highschool .block1 .visual .class_name_sp .name0 img,
  #highschool .block2 .visual .class_name_sp .name0 img,
  #highschool .block3 .visual .class_name_sp .name0 img,
  #highschool .block5 .visual .class_name_sp .name0 img {
    width: 50%;
  }
	#highschool .e_img {
		display: block;
		position: absolute;
	}
	#highschool .block3 .e_img {
		left: -4%;
		top: -12%;
	}
	#highschool .block2 .visual .d_img,
  #highschool .block5 .visual .d_img {
		right: -10%;
		width: 120%;
		top: -12%;
	}
	#highschool .block3 .text1 .a_img {
		bottom: -35px;
    left: -21px;
    right: auto;
	}
  #highschool .block3 .text2 .b_img {
    bottom: auto;
    top: 20%;
  }
  #highschool .block3 .text2 .a_img {
    top: auto;
    bottom: -5%;
    right: -18%;
  }
	#highschool .block4 .text1 .a_img  {
		top: 50%;
		right: -25%;
	}
	#highschool .block5 .b_img {
		left: -10%;
		bottom: 0;
	}
	#highschool .block5 .a_img {
    bottom: -5%;
    right: -21%;
	}
	#highschool .block6 .a_img {
    right: -16%;
    bottom: -8%;
    top: auto;
	}
	#highschool .block5 .d_img {
    margin: 0 0 10% 0;
		left: -5%;
		top: -12%;
	}
	#highschool .block4 .text1 .b_img {
		left: -9%;
		top: 18%;
	}
	#highschool .block1 .text .b_img {
		display: none;
	}
  #highschool .block2 {
		margin: 0 0 15% 0;
  }
	#highschool .block2 .text1 .b_img {
		left: -6%;
    top: 86%;
	}
  #highschool .block3 .text1 .inner_image .inner_text {
    display: block;
    margin: 5% 0 0 0;
    font-size: 12px;
    font-size: 3.75vw;
    color: #898989;
  }
	#highschool .block3 .text1 .b_img {
    left: auto;
    right: -20%;
    top: 52%;
	}
  #highschool .block7 .text {
		margin: 7% 0 15% 0;
  }
  #highschool .block7 .a_img {
    right: -16%;
    bottom: -5%;
	}
	#highschool .block7 .b_img {
		left: -5%;
    top: 27%;
	}
  #highschool .block8 {
    margin: 0 0 15% 0;
  }
  #highschool .block8 .a_img {
    right: -16%;
    bottom: -22%;
  }
  #highschool .block8 .b_img {
    left: -5%;
    bottom: -11%;
	}
	#highschool .end .end_bg .end_inr figure img {
		width: 100%;
	}
	#PageTopBottom {
		display: none;
	}
}
@media screen and (max-width: 320px) {
  #highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 47px;
    height: 88px;
    top: -42px;
    left: -10px;
	}
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeIn {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-delay: .6s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn2 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-delay: 1.2s;
	-webkit-animation-name: fadeIn2;
	animation-name: fadeIn2;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn2 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn2 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn3 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-delay: 1.8s;
	-webkit-animation-name: fadeIn3;
	animation-name: fadeIn3;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn3 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn3 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn4 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-delay: 2.4s;
	-webkit-animation-name: fadeIn4;
	animation-name: fadeIn4;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn4 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn4 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn5 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-delay: 3s;
	-webkit-animation-name: fadeIn5;
	animation-name: fadeIn5;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn5 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn5 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.highschool_sliders {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/*#highschool_sliders3.highschool_sliders {
  width: 810px;
}*/
.highschool_sliders .bx-wrapper {
	width: 100%;
}
.highschool_sliders .bx-viewport {
	overflow: visible !important;
}
.highschool_sliders li img {
	width: 100% !important;
}
.highschool_sliders li > div {
	position: relative;
	height: 100px;
}
.highschool_sliders li > div p {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -1000px;
	width: 2000px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8 !important;
	color: #898989;
/*	display: none;*/
}
.highschool_sliders li.active p {
	display: block;
}
.highschool_sliders .bx-prev,
.highschool_sliders .bx-next {
	content: '';
	font-size: 0;
	width: 40px;
	height: 70px;
	position: absolute;
	top: 28%;
	left: 0;
}
.highschool_sliders .bx-prev {
	background: url(/image/jp/channel/highschool/vol3/highscool_prev_arrow.png) no-repeat;
	background-size: contain;
}
.highschool_sliders .bx-next {
	right: 0;
	left: auto;
	background: url(/image/jp/channel/highschool/vol3/highscool_next_arrow.png) no-repeat;
	background-size: contain;
}
/*@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  .highschool_sliders .bx-prev {
    background: url(/image/jp/channel/highschool/vol3/highscool_prev_arrow@2x.png) no-repeat;
    background-size: contain;
  }
  .highschool_sliders .bx-next {
    background: url(/image/jp/channel/highschool/vol3/highscool_next_arrow@2x.png) no-repeat;
    background-size: contain;
  }
}*/
@media screen and (max-width: 1000px) {
	.highschool_sliders {
		width: 100%;
	}
  /*.block5_sliders {
    padding: 0 6%;
  }*/
  #highschool_sliders3.highschool_sliders {
		width: 100%;
  }
	.highschool_sliders li > div p {
		margin-left: -70%;
		width: 140%;
	}
}
@media screen and (max-width: 415px) {
	.highschool_sliders li > div {
		height: 125px;
	}
	.highschool_sliders li > div p br {
		display: none;
	}
	.highschool_sliders li > div p {
		font-size: 3vw;
		margin-left: -40%;
		width: 80%;
		text-align: left;
	}
}

#loader {
	text-align: center;
	z-index: 1001;
}
#loader p {
	position: relative;
	top: 45%;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10000;
}
#loader p img {
	width: 100px;
}
@media screen and (max-width: 415px) {
	#loader {
		width: 100%;
		top: 42%;
	}
	.highschool_sliders .bx-prev:before, .highschool_sliders .bx-next:before {
		width: 15px;
		height: 15px;
	}
	.highschool_sliders .bx-prev, .highschool_sliders .bx-next {
		width: 28px;
		height: 50px;
		top: 28%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.highschool_sliders .bx-prev:before {
		margin: -8px 0 0 -8px;
	}
	.highschool_sliders .bx-next:before {
		margin: -8px 0 0 -14px;
	}
  /*_::-webkit-full-page-media, _:future, :root #highschool .highschool_lead .a_img {
		right: -104%;
    top: -410%;
  }*/
  #highschool .block1 .text .a_img {
    top: 88%;
    right: -19%;
  }
  #highschool .block2 .text2 .b_img {
    left: auto;
    right: -30%;
    bottom: -29%;
  }
  #highschool .block2 .a_img {
    right: -6%;
    top: 39%;
  }
  /*#highschool .block2 .a_img img {
    width: 8%;
	}*/
}
#SiteIdentityP, .SiteIdentityP {
	height: 50px;
}
.CloseButtonStyle {
	top: 5px;
}
.CloseButtonStyle li a {
	background: url(/image/common/jp/r1/icon/icon_close.gif) no-repeat 50% 7px;
}
@media print {
	body {
		zoom: 70%;
	}
  body, #Footer {
    width: 100% !important;
  }
	#highschool * {
		visibility: visible !important;
	}
	.sns-nav {
		display: none;
	}
  #highschool_sliders1 {
		page-break-after : always;
	}
}
/* IE11 */
@media print and (-ms-high-contrast: none) {
	body {
		zoom: normal;
	}
}