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

Name: index.css

Description: 

Create: 2019.08.28
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;
}
#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: -42px;
  top: 36px;
	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/vol5/highschool_kv_bg_pc.png) center bottom #e86262;
  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/vol5/highschool_kv_bg_pc@2x.png') center bottom #e86262;
    background-size: contain;
  }
}*/
#highschool .highschool_kv .visual_lead .visual_lead_inr {
  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;
}
#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 217px 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/vol5/highschool_kv_text_bg_pc.png) no-repeat;
	top: 0;
	right: 0;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text h5 {
	color: #e86262;
	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 .note {
  font-size: 72%;
}
#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map {
	position: absolute;
	right: 61px;
  top: 38px;
}
#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: -193px;
  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,
#highschool .c_img {
	position: absolute;
	z-index: 0;
}
#highschool .d_img {
	position: absolute;
	z-index: -1;
}
#highschool .highschool_lead .b_img {
    right: 88px;
    top: -67px;
}
#highschool .highschool_lead .a_img {
  left: 146px;
  top: 26px;
}
/*edge*/
@supports (-ms-ime-align:auto) {
  /*#highschool .highschool_lead .a_img {
    left: 146px;
    top: 40px;
  }*/
  #highschool .highschool_lead .b_img {
    right: 88px;
    top: -67px;
  }
}
/* IE10〜IE11 */
@media all and (-ms-high-contrast:none){
  /*#highschool .highschool_lead .a_img {
    left: 146px;
    top: 40px;
  }*/
  #highschool .highschool_lead .b_img {
    right: 88px;
    top: -67px;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  /*#highschool .highschool_lead .a_img {
    left: 146px;
    top: 40px;
  }*/
  #highschool .highschool_lead .b_img {
    right: 88px;
    top: -67px;
  }
}
/*Safari*/
/*_::-webkit-full-page-media, _:future, :root #highschool .highschool_lead .a_img {
  left: 146px;
  top: 40px;
}*/

#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,
#highschool .text3 {
	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: -109px;
  top: 127px;
}
#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: -140px;
  top: 50px;
}
#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: -89px;
  top: 138px;
}
#highschool .block2 .b_img {
  left: -156px;
  bottom: -63px;
}
#highschool .block3 .visual .d_img {
	left: -220px;
	top: -50px;
}
#highschool .block3 .note {
  font-size: 72%;
}
#highschool .block3 .text1 {
	margin: 80px auto;
}
#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: 159px;
  right: 42px;
}
#highschool .block3 .text1 .b_img {
  left: -78px;
  top: 96px;
}
#highschool .block3 .text3 .b_img {
  left: -109px;
  bottom: -17px;
}
#highschool .block3 .text3 .a_img {
  right: -132px;
  top: -27px;
}
#highschool .block3 .text1 .c_img {
  top: -50px;
  left: -160px;
}
#highschool .block3 .text1 .d_img {
	bottom: -2px;
  right: -79px;
}
#highschool .block3 .text2 .a_img {
  right: -26px;
  top: 47px;
}
#highschool .block3 .text2 .b_img {
  left: -25px;
  bottom: -19px;
}
#highschool .block3 .text3 {
  margin: 60px auto;
}
#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 100px 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: -47px;
}
#highschool .block5 .a_img {
  top: 11px;
  right: -115px;
}
/*#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: -56px;
  bottom: -60px;
  z-index: -1;
}
#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: -192px;
  bottom: -54px;
}
#highschool .block7 .b_img {
  left: -90px;
  top: -40px;
}
#highschool .block8 {
  margin: 50px auto 100px auto;
}
#highschool .block8 .a_img {
  right: -83px;
  top: 102px;
  z-index: -1;
}
#highschool .block8 .b_img {
  left: -92px;
  bottom: 38px;
  z-index: -1;
}
#highschool .block8 .c_img {
  right: -160px;
  bottom: -50px;
  z-index: -1;
}
#highschool .end {
	width: 1440px;
  margin: 100px auto 0 auto;
}
#highschool .end .end_bg {
	background: #e86262;
	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;
}
#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 .block3 .c_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: 61px;
  left: 18px;
}
#highschool .block1 .visual .name2 {
  top: 70px;
  left: 315px;
}
#highschool .block1 .visual .name3 {
  top: 179px;
  right: 149px;
}
/*#highschool .block1 .visual .name4 {
  top: 147px;
  right: 203px;
}*/
#highschool .block2 .visual .class_name .name0 {
  bottom: 50px;
  right: -31px;
}
#highschool .block2 .visual .name1 {
  top: 146px;
  left: 160px;
}
#highschool .block2 .visual .name2 {
  top: 107px;
  left: 325px;
}
#highschool .block2 .visual .name3 {
  top: 85px;
  left: 456px;
}
#highschool .block2 .visual .name4 {
  top: 131px;
  right: 257px;
}
#highschool .block2 .visual .name5 {
  top: 178px;
  right: 129px;
}
#highschool .block3 .visual .class_name .name0 {
  bottom: 50px;
  left: -31px;
}
#highschool .block3 .visual .name1 {
  top: 119px;
  left: 128px;
}
#highschool .block3 .visual .name2 {
  top: 32px;
  left: 261px;
}
#highschool .block3 .visual .name3 {
  top: 56px;
  left: 368px;
}
#highschool .block3 .visual .name4 {
  top: 71px;
  right: 424px;
}
#highschool .block3 .visual .name5 {
  top: 103px;
  right: 287px;
}
#highschool .block3 .visual .name6 {
  top: 53px;
  right: 187px;
}
#highschool .block3 .visual .name7 {
  top: 60px;
  right: 14px;
}
#highschool .block5 .visual .class_name .name0 {
  bottom: 50px;
  right: -31px;
}
#highschool .block5 .visual .name1 {
  top: 147px;
  left: 20px;
}
#highschool .block5 .visual .name2 {
  top: 139px;
  left: 146px;
}
#highschool .block5 .visual .name3 {
  top: 174px;
  left: 243px;
}
#highschool .block5 .visual .name4 {
  top: 155px;
  left: 358px;
}
#highschool .block5 .visual .name5 {
  top: 156px;
  left: 472px;
}
#highschool .block5 .visual .name6 {
  top: 123px;
  right: 340px;
}
#highschool .block5 .visual .name7 {
  top: 125px;
  right: 232px;
}
#highschool .block5 .visual .name8 {
  top: 125px;
  right: 126px;
}
#highschool .block5 .visual .name9 {
  top: 128px;
  right: 10px;
}
#highschool .block5 .visual .name10 {
  bottom: 101px;
  left: 149px;
}
#highschool .block5 .visual .name11 {
  bottom: 29px;
  left: 323px;
}
#highschool .block5 .visual .name12 {
  bottom: 7px;
  left: 485px;
}
#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 0 15px 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%;
}
.JS #Contents {
	padding: 0 !important;
}
.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; }
}
.fadeIn6 {
	-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: 3.6s;
	-webkit-animation-name: fadeIn6;
	animation-name: fadeIn6;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn6 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn6 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn7 {
	-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: 4s;
	-webkit-animation-name: fadeIn7;
	animation-name: fadeIn7;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn7 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn7 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn8 {
	-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: 4.6s;
	-webkit-animation-name: fadeIn8;
	animation-name: fadeIn8;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn8 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn8 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn9 {
	-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: 5s;
	-webkit-animation-name: fadeIn9;
	animation-name: fadeIn9;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn9 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn9 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn10 {
	-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: 5.4s;
	-webkit-animation-name: fadeIn10;
	animation-name: fadeIn10;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn10 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn10 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn11 {
	-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: 5.8s;
	-webkit-animation-name: fadeIn11;
	animation-name: fadeIn11;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn11 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn11 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fadeIn12 {
	-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: 6.4s;
	-webkit-animation-name: fadeIn12;
	animation-name: fadeIn12;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn12 {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeIn12 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.highschool_sliders {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.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/vol5/highscool_prev_arrow.png) no-repeat;
	background-size: contain;
}
.highschool_sliders .bx-next {
	right: 0;
	left: auto;
	background: url(/image/jp/channel/highschool/vol5/highscool_next_arrow.png) no-repeat;
	background-size: contain;
}
#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;
}
#SiteIdentityP, .SiteIdentityP {
	height: 50px;
}
.CloseButtonStyle {
	top: 5px;
}
.CloseButtonStyle li a {
	background: url(/image/common/jp/r1/icon/icon_close.gif) no-repeat 50% 7px;
}

/*---------------------------------------------------------------------------------------*/

/* max-width: 1530px */
@media screen and (max-width: 1530px) {
	#highschool {
		width: 100%;
	}
}

/* max-width: 1440px */
@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%;
	}
}

/* max-width: 1358px */
@media screen and (max-width: 1358px) {
	#highschool .highschool_kv h3 {
		left: 10%;
	}
	#highschool .highschool_kv h3 img {
		width: 36%;
	}
}

/* max-width: 1339px */
@media screen and (max-width: 1339px) {
  #highschool .highschool_lead .a_img {
    left: 0;
  }
}

/* max-width: 1057px */
@media screen and (max-width: 1057px) {
    #highschool .highschool_lead .b_img {
      right: 0;
  }
}

/* iPad 1024px */
@media screen and (max-width: 1024px) {
  #highschool .highschool_kv h3 {
    text-align: right;
    left: auto;
    right: 0;
    top: 4%;
  }
  #highschool .block7 .b_img {
    left: -2%;
    top: -14%;
  }
  #highschool .block7 .a_img {
    right: -9%;
    bottom: -24%;
  }
  #highschool .block2 .text1 .b_img {
    left: -1%;
    top: 18%;
    bottom: auto;
  }
  #highschool .block2 .text1 .b_img img {
    width: 80%;
  }
  #highschool .block2 .text2 .b_img {
    left: -9%;
    top: 18%;
    bottom: auto;
  }
  #highschool .block3 .text1 .b_img {
    left: -23px;
    top: 96px;
  }
  #highschool .block3 .text3 .b_img {
    left: 1%;
    bottom: -10%;
  }
  #highschool .block3 .text3 .a_img {
    right: -3%;
  }
  #highschool .block8 .b_img {
    left: -17px;
    bottom: 38px;
    z-index: -1;
  }
  #highschool .block8 .c_img {
    bottom: -79%;
    right: -2%;
    z-index: -1;
  }
  #highschool .block8 .a_img {
    right: -8px;
    top: 102px;
    z-index: -1;
  }
  #highschool .block3 .text1 .c_img {
    left: -8%;
    top: -29%;
  }
  #highschool .block3 .text1 .a_img {
    bottom: 159px;
    right: 84px;
  }
  #highschool .block3 .text1 .d_img {
    bottom: -2px;
    right: 7px;
  }
  #highschool .block5 .b_img {
    bottom: 87px;
    left: 6px;
  }
  #highschool .block5 .a_img {
    top: 11px;
    right: -23px;
  }
  #highschool .block6 .a_img {
    right: 0;
    bottom: -21%;
  }
}

/* max-width: 1019px */
@media screen and (min-width: 994px) and (max-width: 1019px) {
  #highschool .series-banner {
    padding-top: 10%;
  }
}

/* max-width: 1000px */
@media screen and (max-width: 1000px) {
	#highschool .highschool_kv .visual_lead .visual_lead_inr {
		width: 100%;
	}
  #highschool .highschool_kv .visual_lead .visual_lead_inr .text {
    padding: 30px 244px 55px 40px;
  }
  #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 .block1 p,
	#highschool .block2 p,
	#highschool .block3 p,
	#highschool .block4 p,
	#highschool .block5 p,
	#highschool .block6 p,
  #highschool .block7 p,
  #highschool .block8 p {
		width: 90%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure {
    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%;
	}
  #highschool .highschool_lead .a_img {
    bottom: -42%;
    top: auto;
  }
	.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 .d_img,
  #highschool .block3 .visual .d_img {
    left: -50px;
    top: -50px;
    width: 100%;
	}
  #highschool .block2 .visual .d_img,
  #highschool .block5 .visual .d_img {
    right: -50px;
    top: -50px;
    width: 100%;
  }
	#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;
  }
  #highschool .block7 .b_img {
    left: -7%;
    top: -14%;
  }
  #highschool .block7 .a_img {
    right: -11%;
    top: 51%;
  }
  #highschool .block2 .text1 .b_img {
    left: -11%;
    top: 58%;
    bottom: auto;
  }
  .highschool_sliders {
		width: 100%;
	}
  #highschool_sliders3.highschool_sliders {
		width: 100%;
  }
	.highschool_sliders li > div p {
		margin-left: -70%;
		width: 140%;
	}
}

/* max-width: 994px */
@media screen and (max-width: 994px) {
  #logo-container {
    width: auto;
    padding: 3% 5% 2% 0;
  }
  #logo-container .SpImage {
    width: 34%;
  }
  #highschool .series-banner ul {
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    width: auto;
  }
  #highschool .series-banner ul li {
    display: block;
    width: 24.3%;
  }
}

/* max-width: 769px */
@media screen and (max-width: 769px) {
  /*#highschool .highschool_kv .visual_lead .visual_lead_inr .text .note {
    text-align: right;
  }*/
  #highschool img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#highschool .a_img img.sp{
    width: 60%;
  }
	.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;*/
    margin: 30px 0 18% 0;
	}
  #highschool .highschool_kv .visual_lead {
    margin: -67px 0 0 0;
  }
	#highschool .highschool_kv .visual_lead .bg {
    background: url(/image/jp/channel/highschool/vol5/highschool_kv_bg_sp.png) no-repeat center bottom #e86262;
		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: 7%;
    right: auto;
    width: 64%;
    top: 1%;
    text-align: left;
	}
  #highschool .highschool_kv h3 img {
		width: 50%;
	}
  #highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    content: '';
    background: url(/image/jp/channel/highschool/vol5/highschool_h4_after_sp.png) no-repeat;
    width: 113px;
    height: 157px;
    background-size: cover;
    z-index: 9;
    top: -102px;
    left: -43px;
    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;
	}
  #highschool .highschool_lead p {
    width: 90%;
  }
	.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: 100%;	
	}
  #highschool .highschool_kv .visual_lead .visual_lead_inr div.figure {
    right: auto;
    top: -50px;
    margin: 0 auto;
    width: 70%;
    z-index: 2;
  }
  #highschool .highschool_lead .b_img {
    left: 0;
    right: auto;
    top: 11%;
    width: 20%;
  }
  #highschool .highschool_lead .a_img {
    right: 25%;
    left: auto;
    top: 87%;
    width: 20%;
  }
	#highschool .block1 .text .b_img {
    left: -56px;
    top: 40%;
	}
	#highschool .block1 .text .a_img {
    top: auto;
    bottom: -47%;
    right: -13%;
	}
  #highschool .block7 .a_img {
    right: -18%;
    bottom: -16%;
    top: auto;
  }
  #highschool .block7 .b_img {
    left: -9px;
    top: 78px;
  }
	#highschool .block6 .a_img {
    right: -10%;
    top: auto;
    bottom: -16%;
	}
	#highschool .block2 .a_img {
    right: -10%;
    top: 55%;
	}
  #highschool .block2 .a_img img {
    width: auto;
	}
  #highschool .block2 .b_img {
    left: -5%;
    bottom: -57%;
	}
  #highschool .block3 .text1 .b_img {
    left: -51px;
    top: 96px;
  }
  #highschool .block3 .text3 .a_img {
    right: -14%;
    top: auto;
    bottom: -13%;
  }
  /*#highschool .block3 .text3 .b_img {
    left: -51px;
    top: 96px;
  }*/
	#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: -6%;
    top: 82%;
    bottom: auto;
    width: 29%;
	}
	#highschool .highschool_kv h4 .vol {
		width: 20%;
		right: -13%;
		top: -130%;
	}
	#highschool .block3 .a_img {
		right: -10px;
	}
	#highschool .block4 .text1 .b_img {
		left: -40px;
	}
	#highschool .block5 .a_img {
    right: -15%;
    top: auto;
    bottom: -100%;
	}
  #highschool .block5 .b_img {
    bottom: 87px;
    left: -31px;
  }
  #highschool .block8 .a_img {
    right: -48px;
    top: 102px;
    z-index: -1;
  }
  #highschool .block8 .b_img {
    left: -49px;
    bottom: 64px;
    z-index: -1;
  }
  #highschool .block8 .c_img {
    left: -49px;
    bottom: 64px;
    z-index: -1;
  }
  #highschool .block3 .text1 .c_img {
    bottom: -40%;
    left: -44px;
    top: auto;
    width: 32%;
  }
  #highschool .block3 .text1 .d_img {
    bottom: -2px;
    right: -33px;
  }
  #highschool .block3 .text1 .a_img {
    bottom: 159px;
    right: 22px;
  }
  /*#highschool .c_img img.pc,*/
  #highschool .d_img img.pc {
    display: block;
  }
  #highschool .d_img img.sp {
    display: none;
  }
	#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;
	}
}

/* max-width: 767px */
/* 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;
  }
}

/* max-width: 760px */
@media screen and (max-width: 760px) {
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 123px;
    height: 145px;
    top: -86px;
    left: -70px;
    background-position: right top;
	}
}

/* max-width: 700px */
@media screen and (max-width: 700px) {
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 100px;
    height: 143px;
    top: -86px;
    left: -47px;
	}
}

/* max-width: 656px */
@media screen and (max-width: 656px) {
  #highschool .highschool_lead .a_img {
    top: 96%;
  }
  #highschool .block1 .text .a_img {
    bottom: -38%;
  }
  #highschool .block2 .b_img {
    left: -4%;
    bottom: -41%;
  }
  #highschool .block3 .text1 .c_img {
    bottom: -35%;
  }
}

/* max-width: 640px */
@media screen and (max-width: 640px) {
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 100px;
    height: 143px;
    top: -86px;
    left: -47px;
	}
}

/* max-width: 560px */
@media screen and (max-width: 560px) {
  .highschool_sliders .bx-prev,
  .highschool_sliders .bx-next {
    top: 22%;
  }
}

/* max-width: 552px */
@media screen and (max-width: 552px) {
  .highschool_sliders li > div p {
    width: 80%;
    margin-left: -40%;
  }
}

/* max-width: 415px */
@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 .c_img img.pc{ display: none;}
  #highschool .c_img img.sp{ display: block;}
  #highschool .d_img img.pc{ display: none;}
  #highschool .d_img img.sp{ display: block;}
  #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: 62%;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text:after {
		background: url(/image/jp/channel/highschool/vol5/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: 65px;
    height: 89px;
    top: -61px;
    left: -26px;
	}
	#highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp {
		width: 60px;
    margin: 10px 8px 6px 5px;
	}
	#highschool .highschool_kv .visual_lead .bg {
		background: url(/image/jp/channel/highschool/vol5/highschool_kv_bg_sp.png) #e86262 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;
	}f
	#highschool .highschool_kv .visual_lead .visual_lead_inr div.figure {
		right: 0;
		width: 55%;
		top: -39px;
	}
	#highschool .highschool_lead p {
		width: 90%;
    padding-bottom: 17%;
		font-size: 4vw;
	}
	#highschool .block1 p,
	#highschool .block2 p,
	#highschool .block3 p,
	#highschool .block4 p,
	#highschool .block5 p,
	#highschool .block6 p,
  #highschool .block7 p {
		font-size: 4vw;
		width: 100%;
		margin: 0 auto 3%;
	}
	#highschool .highschool_lead {
    margin: 4% 0 14% 0;
	}
  #highschool .highschool_lead .a_img {
    bottom: -10%;
    right: -1%;
    top: auto;
    width: 36%;
	}
	#highschool .highschool_lead .b_img {
    top: 11%;
    left: 1%;
    width: 50%;
	}
	#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: 100%;
		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: 7% auto 20% 0;
	}
	#highschool .block3 .text2 {
		margin: 7% auto 14%;
	}
  #highschool .block3 .text3 {
		margin: 7% auto 15%;
	}
	#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 15%;
	}
	#highschool .block5 .text1 p:last-child {
		margin-top: 2%;
	}
	#highschool .block6 {
		margin: 0 auto 15%;
	}
	#highschool .block6 .text1 {
		margin: 0 auto;
	}
  #highschool .block8 {
    margin: 7% 0 15% 0;
  }
	#highschool .banner {
		width: 90%;
		margin: 10% auto;
	}

  #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 .d_img img,
  #highschool .block3 .text1 .b_img img,
  #highschool .block3 .text2 .b_img img,
  #highschool .block3 .text3 .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 .block5 .b_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 .c_img img {
		width: 65%;
	}
  #highschool .block3 .d_img.back_img img {
    width: 100%;
  }
	#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 {
    left: -21px;
    top: 25%;
  }
	#highschool .block1 .text .b_img img {
		width: 60%;
	}
  #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: -7%;
    left: -6%;
    right: auto;
	}
  #highschool .block3 .text2 .b_img {
    bottom: auto;
    top: 20%;
  }
  #highschool .block3 .text3 .b_img {
    bottom: auto;
    top: 20%;
  }
  #highschool .block3 .text3 .a_img {
    right: -25%;
    bottom: -9%;
  }
	#highschool .block3 .text1 .d_img {
    bottom: -6%;
    right: -12%;
	}
  #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: -5%;
    bottom: 19%;
	}
	#highschool .block5 .a_img {
    right: -25%;
    bottom: -41%;
	}
	#highschool .block6 .a_img {
    right: -22%;
    bottom: -10%;
    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 .block2 {
		margin: 0 0 15% 0;
  }
	#highschool .block2 .text1 .b_img {
    left: -13%;
    right: auto;
    top: auto;
    bottom: -17%;
    width: 70%;
  }
  #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: -6%;
    top: 38%;
	}
  #highschool .block7 .text {
		margin: 7% 0 15% 0;
  }
  #highschool .block7 .a_img {
    right: -38%;
    bottom: -7%;
	}
	#highschool .block7 .b_img {
		left: -5%;
    top: 27%;
	}

  #highschool .block8 .a_img {
    right: -19%;
    top: 21%;
  }
  #highschool .block8 .b_img {
    left: -6%;
    bottom: 35%;
	}
  #highschool .block8 .c_img {
    left: -6%;
    bottom: -13%;
	}
	#highschool .end .end_bg .end_inr figure img {
		width: 100%;
	}
	#PageTopBottom {
		display: none;
	}
  .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 {
		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 .block1 .text .a_img {
    top: auto;
    right: -24%;
    bottom: -16%;
  }
  #highschool .block2 .text2 .b_img {
    bottom: -14%;
  }
  #highschool .block2 .a_img {
    right: -19%;
    top: 89%;
  }
  /*#highschool .block2 .a_img img {
    width: 8%;
	}*/
}

/* max-width: 320px */
@media screen and (max-width: 320px) {
  #highschool .highschool_kv .visual_lead .visual_lead_inr .text .map.sp:after {
    width: 67px;
    height: 80px;
    top: -52px;
    left: -40px;
	}
  
  #highschool .highschool_kv .visual_lead .visual_lead_inr h4 {
    margin-bottom: 4%;
    width: 55%;
  }
  #highschool .highschool_lead .a_img {
    bottom: -12%;
    right: -4%;
    left: auto;
    top: auto;
    width: 40%;
  }
  #highschool .block7 .a_img {
    right: -24%;
    top: 31%;
  }
  #highschool .block2 .text1 .b_img {
    left: auto;
    top: 80%;
    right: -44%;
  }
  #highschool .block2 .text2 .b_img {
    bottom: 61%;
    left: -6%;
  }
  #highschool .block8 .a_img {
    right: -22%;
    top: 21%;
  }
  #highschool .block5 .a_img {
    right: -29%;
    top: 33%;
  }
  #highschool .block6 .a_img {
    right: -26%;
    bottom: -12%;
    top: auto;
  }
}

/*---------------------------------------------------------------------------------------*/

@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;
	}
}