@charset "UTF-8";
/* ===== INDIVIDUAL STYLES ===== */
/* TOPPAGE STYLE */
header.logoFrame {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 20;
}
header.logoFrame .logo {
  overflow: hidden;
  padding: 20px 60px 0 0;
  position: relative;
}
header.logoFrame .logo a {
  float: right;
}
/* VISUAL SECTION */
.visualSection {
  position: relative;
	padding-top: 0px;
}
.visualSection .visualFrame {
  height: auto;
  overflow: hidden;
  position: relative;
}
.visualSection .catchFrame {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.visualSection .catchFrame > .container {
  padding: 0 6% 0 0;
}
.visualSection .catchFrame .tbl {
  table-layout: fixed;
}
.visualSection .catchFrame .tbl .td {
  vertical-align: bottom;
}
.visualSection .catchFrame .navFrame {
  padding: 0 0 0 1%;
  width: 55.4%;
}
.visualSection .catchFrame .navFrame .wrap {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border: 10px solid #fff;
  display: block;
  margin: 0 0 5%;
  overflow: hidden;
}
.visualSection .catchFrame .navFrame .wrap:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: auto;
  left: auto;
  right: 0;
  top: 3%;
  width: 6%;
}
.visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  display: block;
  height: 18px;
  margin: 0 auto 10px;
  opacity: 1;
  width: 18px;
}
.visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active {
  filter: alpha(opacity=50);
  opacity: .5;
  display: none;
}
.visualSection .menuFrame {
  clear: both;
  color: #fff;
  overflow: hidden;
  padding: 25px 0 20px;
  position: relative;
}
.visualSection .menuFrame:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visualSection .menuFrame .menuBox {
  margin: 0 auto;
}
.visualSection .menuFrame .menuBox .listWrap {
  margin: 0 5px 0 -5px;
  position: relative;
  z-index: 10;
}
.visualSection .menuFrame .menuBox .listWrap .list_h {
  padding: 0 0 4px;
}
.visualSection .menuFrame .menuBox .li {
  padding: 5px 5px;
  position: relative;
  width: 16.666%;
}
.visualSection .menuFrame .menuBox .li:before {
  content: "";
  background: #d31e1e;
  border: 8px solid #d31e1e;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #fff, 5px 5px 7px rgba(0, 0, 0, 0.6);
  display: block;
  height: 0;
  padding: 91.2% 0 0;
  width: 100%;
}
.li.sclass:before {
  background-color: #000;
  border: 8px solid #000;
}
.pg_jhs .visualSection .menuFrame .menuBox .li:before {
  background-color: #D31E1E;
  border-color: #D31E1E;
}
.pg_ps .visualSection .menuFrame .menuBox .li:before {
  background-color: #461587;
  border-color: #461587;
}
.pg_jhs .visualSection .menuFrame .menuBox .li.sclass:before {
  background-color: #000;
  border-color: #000;
}
.pg_hs .visualSection .menuFrame .menuBox .li:before {
  background-color: #0E2D6B;
  border-color: #0E2D6B;
}
.pg_annex .visualSection .menuFrame .menuBox .li:before {
  background-color: #15AA00;
  border-color: #15AA00;
}
.pg_studyabroad .visualSection .menuFrame .menuBox .li:before {
  background-color: #232930;
  border-color: #232930;
}
.visualSection .menuFrame .menuBox .li:hover:before {
  filter: alpha(opacity=65);
  opacity: .65;
}
.visualSection .menuFrame .menuBox .li .box {
  display: block;
  color: #fff;
  left: 0;
  line-height: 1.3;
  margin: -42px 0 0;
  position: absolute;
  top: 48%;
  text-align: center;
  width: 100%;
}
.visualSection .menuFrame .menuBox .li .box:before {
  content: "";
  background: url(../images/index_menu.png) no-repeat center 0;
  background-size: 100px auto;
  display: block;
  height: 54px;
  margin: 0 auto;
  width: 100px;
}
.pg_studyabroad .visualSection .menuFrame .menuBox .li .box:before {
  content: "";
  background: url(../images/index_menu-sa.png) no-repeat center 0;
  background-size: 100px auto;
  display: block;
  height: 54px;
  margin: 0 auto;
  width: 100px;
}
/*
.visualSection .menuFrame .menuBox-course .li .box:before {
	content: "";
	background: url(../images/index_menu-course.png) no-repeat center 0;
	background-size: 100px auto;
	display: block;
	height: 54px;
	margin: 0 auto;
	width: 100px;
}
*/
.visualSection .menuFrame .menuBox .li .box:hover {
  color: #fff;
}
.visualSection .menuFrame .menuBox .li .box .p {
  margin: 10% auto 0;
  padding: 0 .75em;
  position: relative;
  display: inline-block;
  font-size: .8rem;
  width: auto;
}
.visualSection .menuFrame .menuBox .li .box .p:before {
  content: "";
  background: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: .35em;
}
.visualSection .menuFrame .menuBox .li .box .p:after {
  content: "";
  background: #fff;
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  width: .35em;
}
.annex-text {
  display: inline-block;
  margin: 13% 0 0;
  padding: 0 1em;
  position: relative;
  width: auto;
}
.annex-text:before {
  content: "";
  background: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: .35em;
}
.annex-text:after {
  content: "";
  background: #fff;
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  width: .35em;
}
.visualSection .menuFrame .menuBox .li.line2 .box .p {
  margin: 11% 0 0;
}
.visualSection .menuFrame .menuBox .li.method .box:before {
  background-position: center -0px;
}
.visualSection .menuFrame .menuBox .li.result .box:before {
  background-position: center -54px;
}
.visualSection .menuFrame .menuBox .li.lecture .box:before {
  background-position: center -108px;
}
.visualSection .menuFrame .menuBox .li.news .box:before {
  background-position: center -162px;
}
.visualSection .menuFrame .menuBox .li.school .box:before {
  background-position: center -216px;
}
.visualSection .menuFrame .menuBox .li.inquiry .box:before {
  background-position: center -270px;
}
.visualSection .menuFrame .menuBox .li.promptreport .box:before {
  background-position: center -324px;
}
.visualSection .menuFrame .menuBox .li.m-net .box:before {
  background-position: center -378px;
}
.visualSection .menuFrame .menuBox .li.exam-i .box:before {
  background-position: center -433px;
}
.pg_studyabroad .visualSection .menuFrame .menuBox .li.exam-i .box:before {
  background-position: center -162px;
}
.visualSection .menuFrame .menuBox .li.experience .box:before {
  background-position: center -493px;
}
.visualSection .menuFrame .menuBox .li.faq-i .box:before {
  background-position: center -551px;
}
.visualSection .menuFrame .menuBox .li.experience-i .box:before {
  background-position: center -619px;
}
.visualSection .menuFrame .menuBox .li.expert-i .box:before {
  background-position: center -694px;
}
.visualSection .menuFrame .menuBox .li.sclass .box:before {
  background-position: center -108px;
}
.visualSection .menuFrame .menuBox .li.personal-i .box:before {
  background-position: center -694px;
}
.visualSection .menuFrame .menuBox .li.pigma .box:before {
  background-position: center -108px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.lecture .box:before {
  background-position: center -108px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.news .box:before {
  background-position: center -162px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.school .box:before {
  background-position: center -216px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.inquiry .box:before {
  background-position: center -270px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.promptreport .box:before {
  background-position: center -324px;
}
.pg_annex .visualSection .menuFrame .menuBox .li.m-net .box:before {
  background-position: center -378px;
}
.visualSection .menuFrame .menuBox .li.m-net:before {
  background: #0065A0;
  border-color: #0065A0;
}
.visualSection .menuFrame .menuBox .li.ps:before {
  background: #9F79CF;
  border-color: #9F79CF;
}
.visualSection .menuFrame .menuBox .li.pigma:before {
  background: #CECE2E;
  border-color: #CECE2E;
}
.visualSection .menuFrame .menuBox .li.m-net .p {
  padding: 0;
}
.visualSection .menuFrame .menuBox .li.m-net .p:before, .visualSection .menuFrame .menuBox .li.m-net .p:after {
  display: none;
}
.visualSection .menuFrame .menuBox .li.jhs:before {
  background-color: #D31E1E;
  border-color: #D31E1E;
}
.visualSection .menuFrame .menuBox .li.hs:before {
  background-color: #0E2D6B;
  border-color: #0E2D6B;
}
.visualSection .menuFrame .menuBox .li.annex:before {
  background-color: #15AA00;
  border-color: #15AA00;
}
.pg_annex .visualSection .menuFrame .menuBox .li.afterschool:before {
  background-color: #35c4b2;
  border-color: #35c4b2;
}
.visualSection .menuFrame .menuBox .li.afterschool:before {
  background-color: #f9986c;
  border-color: #f9986c;
}
.visualSection .menuFrame .menuBox .li.afterschool a:before, .visualSection .menuFrame .menuBox .li.jhs a:before, .visualSection .menuFrame .menuBox .li.hs a:before {
  display: none !important;
}
.visualSection .menuFrame .menuBox .li.afterschool p {
  font-size: 18px !important;
}
#after-text span {
  font-size: 22px !important;
}
.visualSection .menuFrame .menuBox .txt .box {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.visualSection .menuFrame .menuBox .txt .box:before {
  display: none;
}
.visualSection .menuFrame .menuBox .txt .box .p {
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
}
.visualSection .menuFrame .menuBox .txt .box .p:before, .visualSection .menuFrame .menuBox .txt .box .p:after {
  display: none;
}
.pg_jhs .visualSection .menuFrame {
  background-color: #a01220;
}
.pg_hs .visualSection .menuFrame {
  background-color: #091b48;
}
.pg_annex .visualSection .menuFrame {
  background-color: #106b10;
}
.pg_others .visualSection .menuFrame {
  background-color: #005bab;
}
.pg_studyabroad .visualSection .menuFrame {
  background-color: #6b1720;
}
.pg_ps .visualSection .menuFrame {
  background-color: #170830;
}
/* NEWS SECTION */
.newsSection .ttl_index span {
  padding: 7px 0 0 60px;
  position: relative;
}
.newsSection .ttl_index span:before {
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.newsSection .ttl_index span:before {
  background: url(../images/ico_ttl.png) no-repeat 0 -150px;
}
.pg_jhs .newsSection .container:after, .pg_hs .newsSection .container:after {
  content: "";
  display: block;
  min-height: 299px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15.2%;
}
.pg_jhs .newsSection .container:after {
  /* background: url(../images/illust_goukakkun.png) no-repeat 0 0; */
  /* background-size: contain; */
}
.pg_hs .newsSection .container:after {
  /* background: url(../images/illust_ukaruchan.png) no-repeat 0 0; */
  /* background-size: contain; */
}
.newsSection .newsFrame, .newsSection .topicsFrame {
  padding: 0 15%;
  position: relative;
}
.newsSection .newsFrame:before {
  content: "";
  background: url(../images/bg_news.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  min-height: 209px;
  position: absolute;
  right: 8.7%;
  top: 5px;
  width: 6.3%;
}
.newsSection .topicsFrame:before {
  content: "";
  background: url(../images/bg_topics.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  min-height: 295px;
  position: absolute;
  right: 8.7%;
  top: 5px;
  width: 6.3%;
}
.newsSection .iframe {
  height: 382px;
  margin: 0;
}
.newsSection .iframe li {
  margin: 10px 0;
  padding: 0 0 0 140px;
  position: relative;
}
.newsSection .iframe .cat {
  background: #193364;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1.3;
  margin: 0 20px 0 0;
  padding: 4px 4px 1px;
  position: absolute;
  top: 2px;
  vertical-align: middle;
  width: 120px;
}
.newsSection .iframe .cat.info {
  background: #d1378f;
}
.newsSection .iframe a .date {
  padding: 0 20px 0 0;
}
.pg_annex .newsSection .ttl_index {
  padding: 0 15% 15px 0;
}
.pg_annex .newsSection .newsFrame, .pg_annex .newsSection .btnFrame {
  padding: 0 15% 0 1.3%;
}
/* slider */
.jhs-slider-bg {
  background-color: #eeeeee;
  padding: 30px 0 10px;
}
.jhs-slider {
  margin: 0 auto 50px;
  width: 1000px;
}
.jhs-slider div {
  margin: 0 20px 0 10px;
}
.jhs-slider img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.slick-slide img {
  opacity: 0.2;
}
.slick-center img {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .jhs-slider .slick-next {
    right: -30px;
    z-index: 9;
    height: 100%;
    background-color: #aaaaaa;
  }
  .jhs-slider .slick-prev {
    left: -40px;
    z-index: 9;
    height: 100%;
    background-color: #aaaaaa;
  }
}
@media only screen and (max-width: 1024px) {
  /* スライダーの調整 */
  .jhs-slider {
    margin: 0 auto 50px;
    width: 900px;
  }
  .jhs-slider div {
    margin: 0 10px;
  }
  .jhs-slider .slick-next {
    right: 10px;
    z-index: 98;
  }
  .jhs-slider .slick-prev {
    left: 10px;
    z-index: 98;
  }
	.visualSection {
		padding-top: 2vw;
	}
}
@media only screen and (max-width: 1280px) {
.visualSection .visualFrame {
	padding-top: 10vw;
}
}
@media only screen and (max-width: 900px) {
  /* スライダーの調整 */
  .visualSection .catchFrame {
    padding: 0 3%;
    position: relative;
    margin: 0% auto 0;
  }
  .jhs-slider-bg {
    padding: 2% 0;
  }
  .jhs-slider {
    margin: 0 auto 5%;
    width: 100%;
  }
  .jhs-slider div {
    margin: 0 2px;
  }
.visualSection .visualFrame {
	padding-top: 10vw;
}	
}
@media only screen and (min-width: 1281px) {
  div.logoFrame.pc-only {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  div.logoFrame.pc-only {
    position: absolute;
    z-index: 20;
    left: 1%;
    top: 1%;
  }
}
/* 幅1080px以上
------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  /* VISUAL SECTION */
  .visualSection .catchFrame > .container {
    padding: 0 80px 0 0;
  }
  .visualSection .catchFrame .navFrame .wrap {
    margin: 0 0 15px;
  }
  .visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    top: 22px;
  }
  .top-h1 {
    background-color: #eeeeee;
  }
  .top-h1 h1 {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 1079px) {
  .top-h1 {
    background-color: #eeeeee;
  }
  .top-h1 h1 {
    width: 96%;
    margin: 0 auto;
    padding: 0 2% 1%;
    font-size: 0.8rem;
    text-align: center;
  }
}
/* 幅1000px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .visualSection .paging {
    margin: -35.5% 0 0;
  }
  .visualSection .menuFrame .menuBox .listWrap {
    margin: 0 -1%;
    position: relative;
    z-index: 4;
  }
  .visualSection .menuFrame .menuBox .li:before {
    border-width: 7px;
  }
  .visualSection .menuFrame .menuBox .li .box {
    margin: -28.9px 0 0;
  }
  .visualSection .menuFrame .menuBox .li .box:before {
    background-size: 70px auto;
    height: 37.8px;
    width: 70px;
  }
  .visualSection .menuFrame .menuBox .li .box .p {
    font-size: 1.5vw;
    margin: 10% 0 0;
    padding: 0 .6em;
  }
  .visualSection .menuFrame .menuBox .li.line2 .box .p {
    margin: 8% 0 0;
  }
  .visualSection .menuFrame .menuBox .li.method .box:before {
    background-position: center -0px;
  }
  .visualSection .menuFrame .menuBox .li.result .box:before {
    background-position: center -37.8px;
  }
  .visualSection .menuFrame .menuBox .li.lecture .box:before {
    background-position: center -75.6px;
  }
  .visualSection .menuFrame .menuBox .li.news .box:before {
    background-position: center -113.4px;
  }
  .visualSection .menuFrame .menuBox .li.school .box:before {
    background-position: center -151.2px;
  }
  .visualSection .menuFrame .menuBox .li.inquiry .box:before {
    background-position: center -189px;
  }
  .visualSection .menuFrame .menuBox .li.promptreport .box:before {
    background-position: center -226.8px;
  }
  .visualSection .menuFrame .menuBox .li.m-net .box:before {
    background-position: center -264.6px;
  }
  .visualSection .menuFrame .menuBox .li.exam-i .box:before {
    background-position: center -303.0px;
  }
  .visualSection .menuFrame .menuBox .li.experience .box:before {
    background-position: center -343.0px;
  }
  .visualSection .menuFrame .menuBox .li.experience-i .box:before {
    background-position: center -431.0px;
  }
  .visualSection .menuFrame .menuBox .li.faq-i .box:before {
    background-position: center -386.0px;
  }
  .visualSection .menuFrame .menuBox .li.expert-i .box:before {
    background-position: center -486.0px;
  }
  .visualSection .menuFrame .menuBox .li.sclass .box:before {
    background-position: center -538.0px;
  }
  .visualSection .menuFrame .menuBox .li.personal-i .box:before {
    background-position: center -486.6px;
  }
  .visualSection .menuFrame .menuBox .li.pigma .box:before {
    background-position: center -75.6px !important;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.lecture .box:before {
    background-position: center -75.6px;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.news .box:before {
    background-position: center -113.4px;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.school .box:before {
    background-position: center -151.2px;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.inquiry .box:before {
    background-position: center -189px;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.promptreport .box:before {
    background-position: center -226.8px;
  }
  .pg_annex .visualSection .menuFrame .menuBox .li.m-net .box:before {
    background-position: center -264.6px;
  }
  .visualSection .menuFrame .menuBox .li.txt .box {
    margin: -2.4vw auto 0;
  }
  .visualSection .menuFrame .menuBox .li.txt .box .p {
    font-size: 2.4vw;
  }
}
/* 幅768px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /* TOPPAGE STYLE */
.visualSection {
		padding-top: 5vw;
	}
  #after-text span {
    font-size: 16px !important;
  }
  .visualSection .visualFrame {
    overflow: visible;
  }
  .visualSection .catchFrame {
    padding: 0 3%;
    position: relative;
    margin: -45% auto 0;
  }
  .pg_expert .visualSection .catchFrame {
    padding: 0 3%;
    position: relative;
    margin: 0% auto 0;
  }
  .visualSection .catchFrame .container {
    padding: 0;
  }
  .pg_hs .visualSection .catchFrame {
    margin: -38% auto 0;
  }
  .pg_annex .visualSection .catchFrame {
    margin: -38% auto 0;
  }
  .visualSection .catchFrame .catch {
    margin: 0 auto 10px;
  }
  .visualSection .catchFrame .navFrame {
    padding: 0 0 45px;
    position: relative;
    width: auto;
  }
  .visualSection .catchFrame .navFrame .wrap {
    border-width: 7px;
    margin: 0 auto;
  }
  .visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
  .visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .visualSection .catchFrame .navFrame .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    height: 15px;
    margin: 0 4px;
    width: 15px;
    display: none;
  }
  .visualSection .menuFrame {
    padding: 10px 0 30px;
  }
  .visualSection .menuFrame .menuBox .listWrap {
    margin: 0 -1%;
  }
  .visualSection .menuFrame .menuBox .li {
    width: 33.333%;
    padding: 0.75% 1%;
  }
  .visualSection .menuFrame .menuBox .li:before {
    border-width: 5px;
  }
  .visualSection .menuFrame .menuBox .li .box {
    margin: -28.9px 0 0;
  }
  .visualSection .menuFrame .menuBox .li .box:before {
    background-size: 70px auto;
    height: 37.8px;
    width: 70px;
  }
  .visualSection .menuFrame .menuBox .li .box .p {
    font-size: 12px;
    margin: 10% 0 0;
    padding: 0 .5em;
  }
  .visualSection .menuFrame .menuBox .li.line2 .box .p, .visualSection .menuFrame .menuBox .li.sp-line2 .box .p {
    margin: 3% 0 0;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(1) .box:before {
    background-position: center -0px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(2) .box:before {
    background-position: center -37.8px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(3) .box:before {
    background-position: center -75.6px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(4) .box:before {
    background-position: center -113.4px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(5) .box:before {
    background-position: center -151.2px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(6) .box:before {
    background-position: center -189px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(7) .box:before {
    background-position: center -226.8px;
  }
  .visualSection .menuFrame .menuBox .li:nth-child(8) .box:before {
    /* background-position: center -264.6px; 20240424高校受験TOP不具合のため非表示*/
  }
  /* カスタマイズ */
  .method .box:before {
    background-position: center -0px !important;
  }
  .result .box:before {
    background-position: center -37.8px !important;
  }
  .pg_studyabroad .result .box:before {
    background-position: center -56.8px !important;
  }
  .lecture .box:before {
    background-position: center -75.6px !important;
  }
  .pg_studyabroad .lecture .box:before {
    background-position: center -108.6px !important;
  }
  .news .box:before {
    background-position: center -113.4px !important;
  }
  .school .box:before {
    background-position: center -151.2px !important;
  }
  .inquiry .box:before {
    background-position: center -189.6px !important;
  }
  .promptreport .box:before {
    background-position: center -226.8px !important;
  }
  .pg_studyabroad .promptreport .box:before {
    background-position: center -323.8px !important;
  }
  .m-net .box:before {
    background-position: center -264.6px !important;
  }
  .pg_studyabroad .m-net .box:before {
    background-position: center -384.6px !important;
  }
  .exam-i .box:before {
    background-position: center -300.6px !important;
  }
  .pg_studyabroad .exam-i .box:before {
    background-position: center -162.6px !important;
  }
  .experience .box:before {
    background-position: center -344.6px !important;
  }
  .faq-i .box:before {
    background-position: center -384.6px !important;
  }
  .pg_studyabroad .faq-i .box:before {
    background-position: center -550.6px !important;
  }
  .experience-i .box:before {
    background-position: center -434.6px !important;
  }
  .expert-i .box:before {
    background-position: center -486.6px !important;
  }
  .sclass .box:before {
    background-position: center -75.6px !important;
  }
  /* ここまで */
  .visualSection .menuFrame .menuBox .li.txt .box {
    margin: 0 auto 0;
  }
  .visualSection .menuFrame .menuBox .li.txt .box .p {
    margin: auto;
    font-size: 15px;
  }
  /* NEWS SECTION */
  .newsSection .ttl_index span {
    padding: 5px 0 0 45px;
    position: relative;
  }
  .newsSection .ttl_index span:before {
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    left: 0;
    margin: -17.5px 0 0 0;
    top: 50%;
    width: 35px;
  }
  .newsSection .ttl_index span:before {
    background: url(../images/ico_ttl.png) no-repeat 0 -105px;
    background-size: 35px auto;
  }
  .pg_jhs .newsSection .container:after, .pg_hs .newsSection .container:after {
    bottom: 30px;
    height: 0;
    max-width: 164px;
    min-height: initial;
    padding: 35.9164634146% 0 0;
    position: relative;
    width: 19.7%;
  }
  .newsSection .newsFrame {
    padding: 0;
  }
  .newsSection .newsFrame:before {
    float: right;
    height: 104.5px;
    min-height: 100%;
    position: relative;
    right: 0;
    top: 5px;
    width: 30.5px;
  }
  .newsSection .iframe li {
    padding: 0 0 0 105px;
  }
  .newsSection .iframe .cat {
    font-size: 11px;
    margin: 0 10px 0 0;
    width: 95px !important;
  }
  .newsSection .iframe a .date {
    padding: 0 10px 0 0;
  }
  .pg_annex .newsSection .ttl_index {
    padding: 0 0 15px;
  }
  .pg_annex .newsSection .newsFrame, .pg_annex .newsSection .btnFrame {
    padding: 0;
  }
  .annex-text {
    font-size: 12px;
  }
  .jhs-slider img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
}
/* 幅375px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
  /* VISUAL SECTION */
  .visualSection .visualFrame {
    padding: 0 0 35px;
  }
  .visualSection .visualFrame .catchFrame .navFrame .nav .tbl .button a {
    padding: 22px 5px 20px;
  }
  .visualSection .paging .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .visualSection .menuFrame {
    padding: 5px 0 20px;
  }
  .visualSection .menuFrame .container {
    padding: 0 10px;
  }
  .visualSection .menuFrame .menuBox .listWrap {
    margin: 0 -3px;
  }
  .visualSection .menuFrame .menuBox .li {
    padding: 3px;
  }
  .visualSection .menuFrame .menuBox .li:before {
    border-width: 3px;
  }
  .visualSection .menuFrame .menuBox .li .box {
    margin: -35px 0 0;
  }
  .visualSection .menuFrame .menuBox .li .box .p {
    font-size: 11px;
    line-height: 1.2;
    margin: 12% 0 0;
  }
  .visualSection .menuFrame .menuBox .li.line2 .box .p, .visualSection .menuFrame .menuBox .li.sp-line2 .box .p {
    margin: 2px 0 0;
  }
  .visualSection .menuFrame .menuBox .li.txt .box .p {
    font-size: 15px;
  }
}