/****************************/
/* 共通設定 */
/****************************/
.container .inner{
  padding: 0;
}
.-pc{
  display: none;
}
@media screen and (min-width: 960px){
  .-sp{
    display: none;
  }
  .-pc{
    display: block;
  }
}/* 共通設定 */


/****************************/
/* パーツ */
/****************************/
.btn-yellow{
  position: relative;
  padding: 3px;
  margin: 15px auto 0;
  width: 220px;
  border: 1px solid #000;
  font-size: 14px;
}
.btn-yellow::before{
  content: "準備中";
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  background-color: #d7d7d7;
}
.btn-yellow a{
  position: relative;
  display: block;
  margin-top: -51px;
}
.btn-yellow a span{
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  background-color: #fff9ae;
  color: #000;
  text-align: center;
}
.btn-yellow a[href="http://%20"]{
  pointer-events: none;

}
.btn-yellow a[href="http://%20"] span{
  background-color: #d7d7d7;
}
@media screen and (min-width: 960px){
  .btn-yellow{
    display: table;
    margin: 143px auto 0;
    width: auto;
    min-width: 300px;
    font-size: 18px;
  }
  .btn-yellow a:hover{
    opacity: 1;
  }
  .btn-yellow a span{
    padding: 10px;
    line-height: 1.25;
    transition: .4s;
  }
  .btn-yellow a:hover span{
    color: #656565;
    background-color: #fffbce;
  }
}
.event-junior h3::before,
.event-high h3::before,
.information h3::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  vertical-align: 3px;
  margin-right: 5px;
}/* パーツ */


/****************************/
/* 中高共通 */
/****************************/
.event-junior,
.event-high{
  margin-top: 25px;
  padding-top: 25px;
  background-color: #f7f7f7;
}
.event-junior .wrap,
.event-high .wrap{
  background-color: #fff;
}
.event-junior h2 .-sp,
.event-high h2 .-sp{
  margin-top: -40px;
  margin-left: -2.98507%;
}
.event-junior h3,
.event-high h3{
  font-size: 11px;
  margin-top: 2px;
  font-weight: bold;
}
.event-junior h4,
.event-high h4{
  padding-top: 75px;
  margin-top: -75px;
  font-size: 12px;
}
.event-junior h5,
.event-high h5{
  margin-top: 5px;
  font-size: 15px;
}
.event-junior .wrap:nth-of-type(2),
.event-high .wrap:nth-of-type(2){
  padding: 25px 0;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.event-junior .wrap .cont,
.event-high .wrap .cont{
  margin-top: 10px
}
.event-junior .wrap .cont ul li,
.event-high .wrap .cont ul li{
  padding-bottom: .59701%
}
.event-junior .wrap .cont ul li .block,
.event-high .wrap .cont ul li .block{
  padding: 15px;
  width: 99.40299%;
  background-color: #fff;
  border-top: 2px solid transparent;
}
.event-junior .wrap .cont ul li:nth-of-type(n+2),
.event-high .wrap .cont ul li:nth-of-type(n+2){
  margin-top: 10px;
}
@media screen and (min-width: 960px){
  .event-junior .block,
  .event-high .block{
    position: relative;
  }
  .event-junior h3,
  .event-high h3{
    font-size: 18px;
    margin-top: 10px
  }
  .event-junior h3::before,
  .event-high h3::before{
    width: 30px;
    height: 2px;
    vertical-align: middle;
    margin-right: 10px
  }
  .event-junior h4,
  .event-high h4{
    padding-top: 260px;
    margin-top: -260px;
    height: 127px;
    font-size: 18px;
    line-height: 1.4445;
  }
  .event-junior h5,
  .event-high h5{
    position: absolute;
    margin-top: 0;
    top: 87px;
    font-size: 20px;
  }
  .event-junior ul li .block,
  .event-high ul li .block{
    height: 265px;
  }
  .event-junior .wrap:nth-of-type(2),
  .event-high .wrap:nth-of-type(2){
    padding: 30px 0;
    margin-top: -50px;
  }
  .event-junior .wrap .cont ul,
  .event-high .wrap .cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .event-junior .wrap .cont ul li,
  .event-high .wrap .cont ul li{
    width: 420px;
    padding-bottom: 4px;
  }
  .event-junior .wrap .cont ul li:nth-of-type(n+2),
  .event-high .wrap .cont ul li:nth-of-type(n+2){
    margin-top: 0;
    margin-left: 20px;
  }
  .event-junior .wrap .cont ul li .block,
  .event-high .wrap .cont ul li .block{
    width: 416px;
    padding: 30px;
    border-top-width: 4px
  }
}/* 中高共通 */


/*** もっとみるボタン ***/
.more{
  margin-top: 25px;
}
.more p{
  margin: 0 auto;
  width: 160px;
}
.more p a{
  position: relative;
  padding: 10px 25px;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.more p a::after{
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background-image: url(../images_top/sp/arrow01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 960px){
  .more{
    margin-top: 30px;
  }
  .more p a{
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1.75;
  }
  .more p a::after{
    width: 8px;
    height: 12px;
    background-image: url(../images_top/pc/arrow01.png);
  }
}/* もっとみるボタン */


/*** 募集要項はこちら ***/
.essentialPoint{
  margin-top: 25px;
}
.essentialPoint .inner{
  width: 76.05634%;
}
.essentialPoint .btn{
  padding: 3px;
  border: 1px solid #000;
  text-align: center;
}
.essentialPoint .btn a{
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.essentialPoint .btn a{
  background-color: #ff7fa6;
}
.essentialPoint.-high .btn a{
  background-color: #58caff;
}
@media screen and (min-width: 960px){
  .essentialPoint{
    margin-top: 50px;
  }
  .essentialPoint .inner{
    width: 350px;
  }
  .essentialPoint .btn{
    padding: 6px
  }
  .essentialPoint .btn a{
    display: table;
    width: 100%;
    height: 68px;
    font-size: 22px;
  }
}/* 募集要項はこちら */


/****************************/
/* メインビジュアル */
/****************************/
.mv{
  height: 300px;
  background-image: url(../images_top/sp/kv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv .container{
  position: relative;
  height: inherit
}
.mv ul{
  position: absolute;
  display: flex;
  right: 0;
  bottom: 4.22535%;
}
.mv ul li:not(:first-child){
  margin-left: 5px
}
@media screen and (min-width: 960px){
  .mv{
    height: 600px;
    background-image: url(../images_top/pc/kv.jpg);
  }
  .mv ul{
    bottom: 20px
  }
  .mv ul li:not(:first-child){
    margin-left: 20px
  }
}
@media screen and (max-width: 374px){
  .mv{
    background-position: left;
  }
}/* メインビジュアル */


/****************************/
/* News */
/****************************/
.newsList{
  padding-top: 25px;
  background-color: #f7f7f7;
}
.newsList .wrap{
  background-color: #fff;
}
.newsList .wrap .ttl h2{
  text-align: center;
}
.newsList .wrap .ttl h2 .-sp{
  margin-top: -15px;
  margin-left: -30px;
}
.newsList .wrap .ttl h3{
  text-align: center;
  font-size: 11px;
  margin-top: 5px
}
.newsList .wrap .ttl h3::before{
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 1px;
  background-color: #1458a7;
  vertical-align: 2px;
}
.newsList .wrap .cont{
  margin-top: 15px;
}
.newsList .wrap .cont dl{
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
  font-size: 12px;
}
.newsList .wrap .cont dl:last-of-type{
  border-bottom: 1px solid #dfdfdf;
}
.newsList .wrap .cont dl dt{
  width: 21.64179%;
}
.newsList .wrap .cont dl dd{
  margin-left: 1em;
  width: calc(78.35821% - 1em);
}
.newsList .wrap .cont dl dd a{
  color: #1458a7;
  text-decoration: underline;
}
@media screen and (min-width: 960px){
  .newsList{
    padding-top: 50px;
  }
  .newsList .wrap .inner{
    width: 1020px;
    padding-top: 4px;
  }
  .newsList .wrap .ttl h2{
    display: flex;
    justify-content: center;
    margin-top: -20px;
    margin-left: -45px;
  }
  .newsList .wrap .ttl h3{
    margin-top: 10px;
    font-size: 18px;
  }
  .newsList .wrap .ttl h3::before{
    margin-right: 10px;
    width: 30px;
    height: 2px;
    vertical-align: middle;
  }
  .newsList .wrap .cont{
    margin-top: 30px;
  }
  .newsList .wrap .cont dl{
    padding: 20px;
    font-size: 18px;
  }
  .newsList .wrap .cont dl dt{
    width: auto;
  }
  .newsList .wrap .cont dl dt::after{
    content: "";
    display: inline-block;
    margin: 0 20px;
    width: 24px;
    height: 1px;
    background-color: #333;
    vertical-align: 5px;
  }
  .newsList .wrap .cont dl dd{
    margin-left: 0;
    width: auto
  }
}/* News */


/****************************/
/* 中学校 */
/****************************/
.event-junior h3::before{
  background-color: #ff445a;
}
.event-junior h4{
  color: #ff445a;
}
.event-junior .wrap:nth-of-type(2){
  background-image: url(../images_top/sp/bg01.jpg);
}
.event-junior .wrap .cont ul li{
  background-image: url(../images_top/sp/bg06.gif);
}
.event-junior .wrap .cont ul li .block{
  border-top-color: #ff7fa6;
}
@media screen and (min-width: 960px){
  .event-junior{
    margin-top: 50px;
  }
  .event-junior .wrap{
    margin-top: 25px;
    padding-top: 15px;
  }
  .event-junior h2{
    margin-bottom: -5px;
  }
  .event-junior h2 .-pc{
    margin: -80px 0 0 -70px;
  }
  .event-junior .wrap:nth-of-type(2){
    background-image: url(../images_top/pc/bg01.jpg);
  }
  .event-junior .wrap .cont{
    margin-top: 43px
  }
  .event-junior .wrap .cont ul li{
    background-image: url(../images_top/pc/bg06.gif)
  }
}/* 中学校 */


/****************************/
/* 高等学校 */
/****************************/
.event-high h3::before{
  background-color: #009cff;
}
.event-high h4{
  color: #009cff;
}
.event-high .wrap{
  padding-top: 8px;
}
.event-high .wrap:nth-of-type(2){
  background-image: url(../images_top/sp/bg02.jpg);
}
.event-high .wrap .cont ul li{
  background-image: url(../images_top/sp/bg07.gif);
}
.event-high .wrap .cont ul li .block{
  border-top-color: #58caff;
}
@media screen and (min-width: 960px){
  .event-high{
    margin-top: 80px;
    padding-top: 50px;
  }
  .event-high h2{
    margin-bottom: -4px;
  }
  .event-high h2 .-pc{
    margin-top: -80px;
  }
  .event-high .wrap:nth-of-type(2){
    background-image: url(../images_top/pc/bg02.jpg);
  }
  .event-high .wrap .cont{
    margin-top: 44px
  }
  .event-high .wrap .cont ul li{
    background-image: url(../images_top/pc/bg07.gif)
  }
}/* 高等学校 */


/****************************/
/* 情報 */
/****************************/
.information{
  margin-top: 25px;
  padding-top: 25px;
  background-color: #f7f7f7;
}
.information .wrap{
  background-color: #fff;
}
.information .wrap .ttl{
    text-align: center;
}
.information .wrap .ttl h2 .-sp{
  margin-top: -40px;
  margin-left: -30px;
}
.information .wrap .ttl h3{
  margin-top: 10px;
  margin-left: -100px;
  font-size: 11px;
}
.information .wrap .ttl h3::before{
    background-color: #1458a7;
}
.information .wrap .cont{
    margin-top: 15px
}
.information .wrap .cont ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.information .wrap .cont ul li{
    margin-left: 10px;
    width: 27vw;
    max-width: 105px;
}
.information .wrap .cont ul li:first-of-type,
.information .wrap .cont ul li:nth-of-type(4){
  margin-left: 0;
}
.information .wrap .cont ul li:nth-of-type(n+4){
  margin-top: 10px;
}
@media screen and (min-width: 960px){
  .information{
    margin-top: 80px;
    padding-top: 50px;
  }
  .information .wrap .ttl h2 .-pc{
    display: inline-block;
    margin-top: -75px;
    margin-left: -45px
  }
  .information .wrap .ttl h3{
    margin-top: 10px;
    font-size: 18px;
  }
  .information .wrap .ttl h3::before{
    margin-right: 10px;
    margin-left: -30px;
    width: 30px;
    height: 2px;
    vertical-align: middle;
  }
  .information .wrap .cont{
    margin-top: 25px;
  }
  .information .wrap .cont ul{
    margin: auto;
      width: 1030px;
    justify-content: space-between;
  }
  .information .wrap .cont ul li{
    margin-left: 0;
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 767px){
  .information .wrap .cont ul li:nth-of-type(n+4){
    margin-top: 0;
  }
}
@media screen and (min-width: 635px){
  .information .wrap .cont ul li:nth-of-type(n+4){
    margin-top: 0;
  }
  .information .wrap .cont ul li:nth-of-type(4){
    margin-left: 10px;
  }
}
@media screen and (max-width: 634px){
  .information ul{
    max-width: 335px;
    margin: 0 auto;
  }
}/* 情報 */


/****************************/
/* 資料請求 */
/****************************/
.documentRequest{
  margin-top: 25px;
  padding-top: 25px;
  background-color: #f7f7f7;
}
.documentRequest .wrap{
  padding: 25px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f7f7f7), color-stop(50%, #fff));
  background-image: linear-gradient(0deg, #f7f7f7 50%, #fff 50%);
}
.documentRequest .btn{
  position: relative;
  padding: 5px;
  margin: -40px auto 0;
  width: 270px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  z-index: 10;
}
.documentRequest .btn p{
  position: relative;
  padding: 20px 0;
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
}
.documentRequest .btn p::before{
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.documentRequest .btn p::after{
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images_top/sp/arrow02.png);
}
.documentRequest .doc_junior-high p::before{
  background-image: url(../images_top/sp/ico01.png);
  left: 55px;
}
.documentRequest .doc_high p::before{
  background-image: url(../images_top/sp/ico02.png);
  left: 45px;
}
@media screen and (min-width: 960px){
  .documentRequest{
    margin-top: 46px;
    padding-bottom: 20px;
  }
  .documentRequest .flex{
    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
  }
  .documentRequest .wrap{
    width: 625px;
    background-image: none;
  }
  .documentRequest .wrap:nth-of-type(2){
    margin-left: 50px;
  }
  .documentRequest .container,
  .documentRequest .inner{
    width: inherit;
  }
  .documentRequest .btn{
    padding: 10px;
    margin-top: -50px;
    width: 465px;
  }
  .documentRequest .btn p span{
    font-size: 22px;
  }
  .documentRequest .btn p::before{
    width: 20px;
    height: 28px;
  }
  .documentRequest .btn p::after{
    width: 10px;
    height: 18px;
    background-image: url(../images_top/pc/arrow02.png);
    right: 40px;
  }
  .documentRequest .doc_junior-high p::before{
    background-image: url(../images_top/pc/ico01.png);
    left: 100px;
  }
  .documentRequest .doc_high p::before{
    background-image: url(../images_top/pc/ico02.png);
    left: 90px;
  }
  .pc-block{
    margin-top: -120px;
    height: 145px;
    background-color: #f7f7f7;
  }
}/* 資料請求 */


/****2018.12.19 修正のため追記****/
@media screen and (min-width: 960px){
  #nav{
    top: 90px;
    max-height: calc(100vh - 90px);
  }
  #nav .container{
    padding-bottom: 150px;
  }
}

