@charset "utf-8";

.mvTop {
  text-align: center;
  background: #111;
}

.mvTop video {
  width: 100%;
  max-width: 1400px;
  display: inline-block;
  vertical-align: bottom;
}

.contentsWrap {
  flex-wrap: wrap;
}

.contents {
  width: 32%;
  max-width: 300px;
  position: relative;
  z-index: 1;
  margin-bottom: 3%;
}

.contents > a {
  display: block;
}

.contents_desc {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px 5px 15px 90px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: right 90% center;
}

.feature .contents_desc {
  background-color: rgba(242, 10, 0, 0.8);
  background-image: url(../img/common/icon_school.svg);
}

.course .contents_desc {
  background-color: rgba(252, 131, 45, 0.8);
  background-image: url(../img/common/icon_book.svg);
}

.voice .contents_desc {
  background-color: rgba(252, 104, 145, 0.8);
  background-image: url(../img/common/icon_speech.svg);
}

.flow .contents_desc {
  background-color: rgba(110, 188, 74, 0.8);
  background-image: url(../img/common/icon_academiccap.svg);
}

.life .contents_desc {
  background-color: rgba(0, 102, 204, 0.8);
  background-image: url(../img/common/icon_basketball.svg);
}

.qa .contents_desc {
  background-color: rgba(0, 163, 216, 0.8);
  background-image: url(../img/common/icon_question.svg);
}

.contents_ttl {
  font-size: 20px;
  line-height: 1.4;
}

.contents_read {
  line-height: 1.2;
}

.contents_img {
  position: relative;
  z-index: 2;
}

.contents_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(231, 231, 231, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.fbHome {
  width: 54%;
}

.fbHome_ttl {
  background: #252c41;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  /* line-height: 1.2; */
  padding: 10px;
  margin-bottom: 10px;
}
.fbHome_ttl span {
  font-size: 14px;
  margin-left: 10px;
}

.infoBox_various {
  width: 44%;
  max-width: 540px;
}

.youtubeHome {
  margin-bottom: 30px;
}

.youtubeHome a {
  display: block;
}


.entranceBtn-home a {
  display: block;
  background: #f93 url(../img/common/icon_arrow-down.svg) left 30px center/45px auto no-repeat;
  color: #ffffff;
  padding: 20px 20px 18px 85px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}

.entranceBtn-home a span {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
}

.SchoolBrochureBtn{
 margin-bottom: 10px;  
 float:center;
}

.brochureBox{
  margin-top: 30px;  
 }

.SchoolBrochureBtn a {
  display: inline-block;
  background: rgb(0, 150, 92) url(../img/common/icon_arrow-down-green.svg) left 22px center/25px auto no-repeat;
  color: #ffffff;
  padding: 20px 36px 18px 68px;
  margin: 5px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}

.SchoolBrochureBtn a span {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
}

/* 学校パンフレットのドロップリスト */
 /*アコーディオン全体*/
 .menu {
  width: 100%;
  padding: 10px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 30px 50px 30px 30px;
  background-color: #252c41;
  font-size: 18px;
  font-weight: bold;
  /* line-height: 1.2; */
  margin-bottom: 10px;
}

.menu label span{
  font-size: 14px;
  margin-left: 10px;
}

/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.menu li {
  font-size: 16px;
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  background: #f1f1f1;
  opacity: 1;
  padding: 15px;
}

#menu_bar01:checked ~ #links01 ul:nth-child(odd) li {
  background: #fff;
}

 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-chil {
  margin-bottom: 0px;
}
.menu li span{
  font-size: 12px;
  margin-left: 10px;
}

/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 50%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 50%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* 学校パンフレットのドロップリスト */


@media screen and (max-width:960px) {
  .contents_desc {
    padding: 10px 5px 15px 50px;
    background-size: auto 24px;
    background-position: left 10px center;
  }
  
  .entranceBtn-home a {
    background: #f93 url(../img/common/icon_arrow-down.svg) left 15px center/35px auto no-repeat;
    padding: 20px 5px 18px 55px;
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {

  .mvTop {
    position: relative;
  }

  .contents_desc {
    padding: 5px 5px 5px 35px;
    background-size: auto 14px;
    background-position: left 8px center;
    height: 45px;
  }

  .contents_desc_inner{
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
   transform: translateY(-50%);  
  }

  .contents_ttl {
    font-size: 14px;
    font-weight: bold;
  }

  .contents_read {
    font-size: 10px;
  }

  .contentsWrap {
    max-width: 600px;
    margin: 0 auto;
  }

  .contents {
    width: 48%;
  }

  .infoBox {
    display: block;
  }

  .fbHome,
  .infoBox_various {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .fbHome {
    margin-bottom: 20px;
  }
  
  .youtubeHome {
    margin-bottom: 20px;
  }

}
