@charset "utf-8";
/* ===============================================
# タイトル
=============================================== */
h2.ttl_main{
  background-color: #ffc160;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  padding: 21px 0;
  line-height: 1;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width : 767px){
  h2.ttl_main{
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
/* ===============================================
# コンテンツ
=============================================== */
.box_contents{
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 40px 40px 74px;
}
.box_contents h3{
  width: 190px;
  margin: 0 auto 12px;
}
@media screen and (max-width : 767px){
  .box_contents{
    padding: 10px 10px 70px;
  } 
  .box_contents h3{
    width: 56.7%;
    max-width:200px;
    margin: 0 auto;
  }  
}
/*教育方針*/
.box_policy{
  margin-top: 60px;
  text-align: center;
  padding-bottom: 78px;
  background: url(../../entrance/img/bg_line.png) no-repeat bottom center;
}
.box_contents .box_policy h3{
  margin-bottom: 12px;
}
.box_policy .box_text{
  width: 401px;
  min-height: 294px;
  margin: 0 auto;
  background: url(../../entrance/img/bg_text.png) no-repeat top center;
  background-size: 100% auto;
}
.box_policy .box_text p{
  padding-top: 0;
  font-size: 125%;
  line-height: 2.941;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width : 767px){
  .box_policy{
    margin-top: 50px;
    padding-bottom: 75px;
  }
  .box_contents .box_policy h3{
    margin-bottom: 26px;
  }
  .box_policy .box_text{
    position: relative;
    width: 100%;
    max-width: 360px;
    min-height: auto;
    background-image: url(../../entrance/img_sp/bg_text.png);
  }
  .box_policy .box_text::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../entrance/img_sp/bg_text_bottom.png) no-repeat center bottom;
    background-size: 100%;
  }
  .box_policy .box_text p{
    font-size: 1.7rem;
  }
}
/*教育目標*/
.box_goal{
  margin-top: 80px;
}
.box_goal .box_img{
  width: 656px;
  margin: 33px auto 0;
}
.box_goal .box_img ul li.item{
  float: left;
  width: 25.6%;
}

@media print,screen and (min-width : 768px){
  .box_goal .box_img ul li.item:nth-child(2){
    margin-left: 11.6%;
    margin-right:11.6%;
  }
}
@media screen and (max-width : 767px){
  .box_goal{
  }
  .box_goal .box_img{
    width: 71%;
  }
  .box_goal .box_img ul li.item{
    width: 100%;
  }
  .box_goal .slick-dotted.slick-slider{
    margin-bottom: 70px;
  }
  .box_goal .slick-arrow{
    position: absolute;
    width: 40px;
    bottom: -70px;
  }
    .box_goal .slick-arrow.prev{
      left:0;
    }
    .box_goal .slick-arrow.next{
      right:0;
    }
    .box_goal .slick-dots{
      bottom: -55px;
    }
    .box_goal .slick-dots li button{
      width: 8px;
      height: 8px;
    }
    .box_goal .slick-dots li:nth-child(n+2){
      margin-left: 12px;
    }
}
