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

Name: index.css

Description: 

Create: 2018.02.21
Update: 2020.02.25

Copyright 2014 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: 218px;
	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: 30px;
	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 h4 .arrow {
	position: absolute;
	right: -118px;
	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/vol2/highschool_kv_bg_pc.png) center bottom #58a27e;
	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/vol2/highschool_kv_bg_pc@2x.png') center bottom #58a27e;
    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;
	/* margin: 140px auto 40px auto; 2018.04.06 HIDE */

}
	/* 2018.04.06 UPDATE */
#highschool .banner div {
	margin: 40px auto;
}

#highschool .banner ul {
	margin: 20px 0 0 0;
}

#highschool .banner li:first-child {
	/* margin-right: 20px; 2018.04.06 HIDE */
	margin:0 10px 0 0;
}
#highschool .banner li {
	margin: 0 10px 10px 0 ; /* 2018.04.06 UPDATE */
	display: inline-block;
	text-align: left; /* 2018.04.06 UPDATE */
}

@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/vol2/highschool_kv_text_bg_pc.png) no-repeat;
	top: 0;
	right: 0;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text h5 {
	color: #285841;
	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: -38px;
}
#highschool .highschool_lead .a_img {
  right: 110px;
  top: -111px;
}
/*edge*/
@supports (-ms-ime-align:auto) {
  #highschool .highschool_lead .a_img {
    right: 110px;
    top: -118px;
  }
}
/* IE10〜IE11 */
@media all and (-ms-high-contrast:none){
  #highschool .highschool_lead .a_img {
    right: 110px;
    top: -118px;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  #highschool .highschool_lead .a_img {
    right: 110px;
    top: -117px;
  }
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root #highschool .highschool_lead .a_img {
  right: 110px;
  top: -142px;
}

#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 80px;
}
#highschool .block1 .visual .d_img {
	left: -220px;
	top: -50px;
}
#highschool .block1 .text .b_img {
	left: -124px;
	top: -15px;
}
#highschool .block1 .text .a_img {
	top: 209px;
	right: -65px;
}
#highschool .block2 {
  margin: 100px auto 0 auto;
}
#highschool .block2 .text1 {
	margin: 20px 0 100px;
}
#highschool .block2 .text1 .b_img {
	left: -70px;
	top: 80px
}
#highschool .block2 .text2 {
	margin: 50px 0 115px;
}
#highschool .block2 .visual .d_img {
	right: -220px;
	top: -90px;
}
#highschool .block2 .a_img {
  right: 30px;
  top: 20px;
}
#highschool .block2 .b_img {
	left: -27px;
  bottom: -50px;
}
#highschool .block3 .text1 {
	margin: 30px auto 155px;
}
#highschool .block3 .text2 {
	margin: 55px auto 112px;
}
#highschool .block3 .a_img {
	bottom: -100px;
	right: -70px;
}
#highschool .block3 .b_img {
	right: -44px;
  top: 19px;
}
#highschool .block3 .d_img {
	left: -220px;
	top: -60px;
}
#highschool .col1_visual .col1_visual_inr {
	width: 1000px;
	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 60px;
}
#highschool .block5 .text1 {
	margin: 60px auto 110px;
}
#highschool .block5 .text1 p:last-child {
	margin: 65px auto 0;
}
#highschool .block5 .b_img {
	bottom: -50px;
	left: -40px;
}
#highschool .block5 .a_img {
	top: 30px;
	right: -110px;
}
#highschool .block5 .d_img {
	position: static;
  margin: 0 0 60px 0;
  z-index: 1;
}
#highschool .block5 .inner_img {
  margin: 0 auto;
}
#highschool .block6 {
	margin: 145px auto 200px 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: 50px;
  top: 102px;
}
#highschool .block7 .b_img {
	left: -8px;
  top: 78px;
}
#highschool .end {
	width: 1440px;
}
#highschool .end .end_bg {
	background: #58a27e;
	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 .block1 .visual .name1 {
	top: 78px;
  left: 71px;
}
#highschool .block1 .visual .name2 {
  top: 63px;
  left: 700px;
}
#highschool .block2 .visual .name1 {
  top: 106px;
  left: 660px;
}
#highschool .block2 .visual .name2 {
	top: 143px;
	right: 56px;
}
#highschool .block3 .visual .name1 {
	top: 48px;
  left: 25px;
}
#highschool .block3 .visual .name2 {
	top: 157px;
  left: 440px;
}
#highschool .block3 .visual .name3 {
  top: 100px;
  right: 183px;
}
#highschool .block5 .visual .name1 {
	top: 218px;
	right: 283px;
}
#highschool .block5 .visual .name2 {
	top: 261px;
	right: 14px;
}
#highschool .relate {
	width: 1000px;
	margin: 40px auto 0 auto;
}

/* 2018.04.06 UPDATE */
#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 {
   /* border-bottom: 3px solid #bbbbbb; */
	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: 60%;
	}
	#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 .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: -27%;
    top: -50px;
		margin: 0 auto;
		width: 45%;
		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;/* margin: 15% auto 0; 2018.04.06 HIDE */
	}
  #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 {
		display: none;
	}
	#highschool .block1 .visual .sp {
		display: block;
	}
}
.JS #Contents {
	padding: 0 !important;
}
@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-size: contain;
		/*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 10px 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/vol2/highschool_h4_after_sp.png) no-repeat;
		width: 126px;
		height: 148px;
		background-size: contain;
		z-index: 9;
    top: -89px;
    left: -73px;
		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: -80px;
	}
	#highschool .highschool_lead .a_img {
		right: 0;
    top: -88px;
	}
	#highschool .block1 .text .b_img {
		left: -70px;
	}
	#highschool .block1 .text .a_img {
    top: 33%;
    right: -41px;
	}
	#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 .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: -50px;
	}
	#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: 50px auto; 2018.04.06 HIDE */
		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 .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: 54%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text:after {
		background: url(/image/jp/channel/highschool/vol2/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: 148px;
    top: -53px;
    left: -43px;
	}
	#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/vol2/highschool_kv_bg_sp.png) #58a27e center bottom;
		background-size: contain;
		height: 100%;
	}
	#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: 100%;
		top: -15px;
	}
	#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; 2018.04.06 HIDE */
    margin: 14% 0 12% 0;
	}
	#highschool .highschool_lead .b_img {
    top: -58%;
    left: -2%;
	}
	#highschool .block1 .visual .d_img,
	#highschool .block3 .d_img {
		left: -10%;
		width: 120%;
		top: -12%;
	}
	#highschool .block1 .text {
		margin: 7% 0 15% 0;
	}
	#highschool .block2 .text1 {
		margin: 10% 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: 15% auto 12%;
	}
	#highschool .block5 .text1 {
		margin: 7% auto 0;
	}
	#highschool .block5 .text1 p:last-child {
		margin-top: 2%;
	}
	#highschool .block6 {
		margin: 10% auto 15%;
	}
	#highschool .block6 .text1 {
		margin: 0 auto;
	}
	#highschool .banner {
		width: 90%;
		margin: 10% auto;
	}
	#highschool .banner ul {
		margin: 3% auto 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 .e_img img,
	#highschool .block4 .text1 .b_img img,
	#highschool .block4 .text1 .a_img img,
	#highschool .block3 .b_img img,
	#highschool .block5 .a_img img,
	#highschool .block6 .a_img img,
  #highschool .block7 .a_img img,
  #highschool .block7 .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 .e_img {
		display: block;
		position: absolute;
	}
	#highschool .block3 .e_img {
		left: -4%;
		top: -12%;
	}
	#highschool .block2 .visual .d_img {
		right: -10%;
		width: 120%;
		top: -12%;
	}
	#highschool .block3 .a_img {
		bottom: 0;
		right: -15%;
	}
	#highschool .block4 .text1 .a_img  {
		top: 50%;
		right: -25%;
	}
	#highschool .block5 .b_img {
		left: -10%;
		bottom: 0;
	}
	#highschool .block5 .a_img {
		top: 180px;
		right: -25%;
	}
	#highschool .block6 .a_img {
    right: -13%;
    top: -61px;
	}
	#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: 7% 0 15% 0;
  }
	#highschool .block2 .text1 .b_img {
		right: -22%;
		left: auto;
		top: 70%;
	}
	#highschool .block3 .b_img {
		left: auto;
    right: -18%;
    top: 38%;
	}
  #highschool .block7 .text {
		margin: 7% 0 15% 0;
  }
  #highschool .block7 .a_img {
    right: -14%;
    top: 48%;
	}
	#highschool .block7 .b_img {
		left: -10%;
    top: 27%;
	}
  #highschool .block8 .b_img {
    left: -9%;
    top: -25%;
	}
	#highschool .end .end_bg .end_inr figure img {
		width: 100%;
	}
	#PageTopBottom {
		display: none;
	}
}
.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; }
}
.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/vol2/highscool_prev_arrow.png) no-repeat;
	background-size: contain;
}
.highschool_sliders .bx-next {
	right: 0;
	left: auto;
	background: url(/image/jp/channel/highschool/vol2/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/vol2/highscool_prev_arrow@2x.png) no-repeat;
    background-size: contain;
  }
  .highschool_sliders .bx-next {
    background: url(/image/jp/channel/highschool/vol2/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;
	}
  #highschool .highschool_lead .a_img {
		/*right: -104%;
    top: -410%;*/
    right: -41px !important;
    top: -83px !important;
	}
  /*_::-webkit-full-page-media, _:future, :root #highschool .highschool_lead .a_img {
		right: -104%;
    top: -410%;
  }*/
  #highschool .block1 .text .a_img {
    top: 33%;
    right: -43%;
  }
  #highschool .block2 .b_img {
    left: -6%;
    bottom: 15%;
  }
  #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;
	}
}