@charset "UTF-8";
#SCHOOL {
  overflow: hidden;
}
#SCHOOL .school {
  margin-bottom: 120px;
}
#SCHOOL .school section {
  margin-bottom: 110px;
}
#SCHOOL .school section p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
#SCHOOL .school__ttl h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}
#SCHOOL .school__ttl p.school__ttl__txt {
  font-size: 1.9rem;
}
#SCHOOL .school__ttl p.school__ttl__sign {
  text-align: right;
  margin-top: 10px;
}
#SCHOOL .school__blk {
  margin-top: 150px;
}
#SCHOOL .school__blk h2 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#SCHOOL .school__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#SCHOOL .school__blk ul li:first-of-type {
  width: 53%;
  position: relative;
}
#SCHOOL .school__blk ul li:first-of-type::after {
  position: absolute;
  top: -150px;
  left: 10%;
  content: "";
  width: 100vw;
  height: 480px;
  background: #F7F3E6;
  z-index: 0;
}
#SCHOOL .school__blk ul li:first-of-type p {
  position: relative;
  z-index: 1;
}
#SCHOOL .school__blk ul li:last-of-type {
  width: 45%;
  margin-top: 20px;
}
#SCHOOL .school__blk ul li:last-of-type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#SCHOOL .school__blk ul li:last-of-type p span:first-of-type {
  width: 85px;
}

/* SP */
@media screen and (max-width: 768px) {
  #SCHOOL {
    overflow: hidden;
    margin-bottom: 100px;
  }
  #SCHOOL .school section {
    margin-bottom: 60px;
  }
  #SCHOOL .school section p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
  }
  #SCHOOL .school__ttl {
    margin-top: 0px;
  }
  #SCHOOL .school__ttl h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #SCHOOL .school__ttl p.school__ttl__txt {
    font-size: 1.6rem;
  }
  #SCHOOL .school__ttl p.school__ttl__sign {
    text-align: right;
    margin-top: 10px;
  }
  #SCHOOL .school__ttl p.school__ttl__sign img {
    width: 160px;
    height: auto;
  }
  #SCHOOL .school__blk {
    margin-bottom: 0 !important;
    margin-top: 100px;
  }
  #SCHOOL .school__blk h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  #SCHOOL .school__blk ul {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #SCHOOL .school__blk ul li:first-of-type {
    width: 100%;
    position: relative;
  }
  #SCHOOL .school__blk ul li:first-of-type::after {
    position: absolute;
    top: -100px;
    left: 10%;
    content: "";
    width: 100vw;
    height: 500px;
    background: #F7F3E6;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  #SCHOOL .school__blk ul li:first-of-type::after {
    height: 700px;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  #SCHOOL .school__blk ul li:first-of-type p {
    position: relative;
    z-index: 1;
  }
  #SCHOOL .school__blk ul li:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  #SCHOOL .school__blk ul li:last-of-type {
    width: 100%;
    margin-top: 50px;
    position: relative;
  }
  #SCHOOL .school__blk ul li:last-of-type p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #SCHOOL .school__blk ul li:last-of-type p span:first-of-type {
    width: 50px;
  }
}
/* SP ここまで */