@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png);
}

#block-intro {
  z-index: 2;
}
#block-intro > .bg:before {
  background: url(../img/intro_bg1_sp.png) no-repeat;
  background-size: 100%;
}
#block-intro > .bg:after {
  top: auto;
  bottom: -55px;
  background: url(../img/intro_bg2_sp.png) bottom no-repeat;
  background-size: 100%;
}
#block-intro > .inner {
  padding: 50px 0;
}
#block-intro .lead {
  margin: 0 0 30px;
}

#block-students-voice {
  z-index: 1;
}
#block-students-voice > .bg {
  background: #e9f2d5;
}
#block-students-voice > .bg:before {
  top: auto;
  bottom: -75px;
  background: url(../img/students-voice_bg_sp.png) bottom no-repeat;
  background-size: 100%;
}
#block-students-voice > .inner {
  padding: 38px 0 60px;
}
#block-students-voice .list li + li {
  margin: 35px 0 0;
}
#block-students-voice .list li h3 {
  font-size: 15px;
  color: #d2c82a;
}
#block-students-voice .list li h3 span {
  font-size: 12px;
}
#block-students-voice .list li .photo1 {
  margin: 0 0 20px;
}
#block-students-voice .list li .photo2 {
  margin: 20px 0;
}

#block-parent-voice > .bg {
  background: #fdfae7;
}
#block-parent-voice > .bg:before {
  top: auto;
  bottom: 0;
  background: url(../img/parent-voice_bg_sp.png) bottom no-repeat;
  background-size: 100%;
}
#block-parent-voice > .inner {
  padding: 38px 0 60px;
}
#block-parent-voice .list li + li {
  margin: 35px 0 0;
}
#block-parent-voice .list li h3 {
  font-size: 15px;
  color: #d2c82a;
}
#block-parent-voice .list li h3 span {
  font-size: 12px;
}
#title-bar h1{
  color: #333;
}

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/
}
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/
}
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png);
  }

  #block-intro {
    z-index: 1;
  }
  #block-intro > .bg:before {
    background-image: url(../img/intro_bg_pc.png);
  }
  #block-intro > .bg:after {
    bottom: -210px;
    background-image: url(../img/intro_bg_pc.png);
  }
  #block-intro > .inner {
    padding: 40px 0 100px;
  }
  #block-intro .lead {
    margin: 0 0 50px;
  }

  #block-students-voice > .bg:before {
    bottom: -200px;
    background-image: url(../img/students-voice_bg_pc.png);
  }
  #block-students-voice > .inner {
    padding: 100px 0 120px;
  }
  #block-students-voice .list li {
    width: 67.85714285714286%;
    max-width: 950px;
    margin: 0 auto;
  }
  #block-students-voice .list li + li {
    margin: 74px auto 0;
  }
  #block-students-voice .list li:nth-child(even) .upper .photo1 {
    float: left;
    margin: 0 20px 20px -23.684210526315788%;
  }
  #block-students-voice .list li .upper {
    position: relative;
    margin: 0;
  }
  #block-students-voice .list li .upper:after {
    content: '';
    clear: both;
    display: block;
  }
  #block-students-voice .list li .upper .photo1 {
    width: 72.63157894736842%;
    float: right;
    margin: 0 -23.684210526315788% 20px 20px;
  }
  #block-students-voice .list li .upper h3 {
    font-size: 26px;
    text-align: left;
    letter-spacing: -1px;
  }
  #block-students-voice .list li .upper h3 span {
    font-size: 22px;
  }

  #block-parent-voice > .bg:before {
    background-image: url(../img/parent-voice_bg_pc.png);
  }
  #block-parent-voice > .inner {
    padding: 100px 0 120px;
  }
  #block-parent-voice .list li {
    width: 67.85714285714286%;
    max-width: 950px;
    margin: 0 auto;
  }
  #block-parent-voice .list li + li {
    margin: 74px auto 0;
  }
  #block-parent-voice .list li:nth-child(even) .upper .photo1 {
    float: left;
    margin: 0 20px 20px -23.684210526315788%;
  }
  #block-parent-voice .list li .upper {
    position: relative;
    margin: 0;
  }
  #block-parent-voice .list li .upper:after {
    content: '';
    clear: both;
    display: block;
  }
  #block-parent-voice .list li .upper h3 {
    font-size: 26px;
    text-align: left;
    letter-spacing: -1px;
  }
  #block-parent-voice .list li .upper h3 span {
    font-size: 22px;
  }
}
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
}
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/
}
