@charset "utf-8";
/* CSS Document */
.section {
  padding: 0 24px;
}
.section-top__image {
  height: 230px;
  background-image: url("../images/TEACHERS/AdobeStock_249884689.jpeg");
  background-color: rgba(255, 255, 255, );
  background-blend-mode: lighten;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-weight: 600;
  position: relative;
}
.section-top h2 {
  font-size: 2.0rem;
  color: #FFF;
  letter-spacing: 0.2rem;
  position: absolute;
  width: 100%;
  top: 100px;
  font-weight: 600;
  margin: 0 auto;
}
.section-representative {
  padding: 80px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box {
  background-color: #DDDDDD;
  margin: auto;
  width: 150px;
  height: 800px;
}
.section-representative__image img {
  width: 175px;
  height: 250px;
}
.section-representative__profile {
  width: 320px;
  text-align: left;
  padding: 20px 10px 10px;
}
.section-representative__profile h2 {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-family: 'Lora', serif;
  padding-bottom: 8px;
}
.section-representative__profile h3 {
  font-size: 1.5rem;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
}
@media(min-width: 960px) {
  .section-top__image {
    height: 350px;
  }
  .section-top h2 {
    font-size: 2.8rem;
    color: #FFF;
    letter-spacing: 0.2rem;
    position: absolute;
    width: 100%;
    top: 160px;
    font-weight: 600;
    margin: 0 auto;
  }
  .box {
    padding-top: 70px;
    width: 200px;
    height: 680px;
  }
  .section-representative {
    padding: 80px 200px 0 200px;
  }
  .section-representative__image img {
    width: 225px;
    height: 330px;
    margin: 0 200px 0 -380px;
    display: block;
  }
  .section-representative__profile {
    width: 450px;
    height: 395px;
    background-color: transparent;
    text-align: left;
    padding: 20px 10px 10px;
    margin: -200px -100px 0 50px;
    display: block;
  }
  .section-representative p {
    width: 500px;
  }
  .section-representative__profile h2 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    font-family: 'Lora', serif;
    padding-bottom: 8px;
  }
  .section-representative__profile h3 {
    font-size: 1.5rem;
    font-family: 'Lora', serif;
    padding-bottom: 20px;
    font-weight: 400;
  }
}
.teacher1, .teacher2, .teacher3 {
  padding: 120px 24px 0px 24px;
}
.teacher4 {
  padding: 120px 24px 120px 24px;
}
.teacher1 {
  margin-top: 0px;
}
.teacher1 img, .teacher2 img, .teacher3 img, .teacher4 img {
  width: 180px;
  height: 250px;
}
.teacher1__profile, .teacher2__profile, .teacher3__profile, .teacher4__profile {
  background-color: rgba(226, 226, 226, 0.2);
  text-align: left;
  padding: 20px 10px 10px;
}
.teacher1__profile h2, .teacher2__profile h2, .teacher3__profile h2, .teacher4__profile h2 {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-family: 'Lora', serif;
  padding-bottom: 8px;
}
.teacher1__profile h3, .teacher2__profile h3, .teacher3__profile h3, .teacher4__profile h3 {
  font-size: 1.5rem;
  font-family: 'Lora', serif;
  padding-bottom: 20px;
  font-weight: 400;
}
@media(min-width: 960px) {
  .teacher1, .teacher2, .teacher3, .teacher4 {
    padding: 0 100px 200px 200px;
    display: flex;
    justify-content: center;
  }
  .teacher1 {
    margin-top: 200px;
  }
  .teacher1 img, .teacher2 img, .teacher3 img, .teacher4 img {
    width: 225px;
    height: 330px;
    padding-right: 40px;
  }
  .teacher1__profile, .teacher2__profile, .teacher3__profile, .teacher4__profile {
    width: 450px;
    background-color: transparent;
    text-align: left;
    padding-left: 20px;
    padding: 0px 0px 0px 40px;
  }
  .teacher1__profile h2, .teacher2__profile h2, .teacher3__profile h2, .teacher4__profile h2 {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    font-family: 'Lora', serif;
    padding-bottom: 8px;
  }
  .teacher1__profile h3, .teacher2__profile h3, .teacher3__profile h3, .teacher4__profile h3 {
    font-size: 1.5rem;
    font-family: 'Lora', serif;
    padding-bottom: 20px;
  }
}
.section-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
.section-contact {
  height: 200px;
  background-image: url("../images/TEACHERS/beautiful-and-gorgeous-ballerina-sitting-on-the-floor.jpg");
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-contact a {
  text-decoration: none;
  color: #333;
}
.section-contact h2 {
  padding: 20px 0 10px;
  font-size: 3.0rem;
  font-weight: 500;
}
.section-contact hr {
  width: 60%;
  padding-bottom: 10px;
  margin: 0 auto;
}
.section-contact h3 {
  font-size: 1.8rem;
  padding-bottom: 30px;
  font-weight: 500;
}
.section-contact p {
  margin: 0 24px;
  font-size: 1.0rem;
}
@media(min-width: 960px) {
  .section-contact {
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .section-contact {
    height: 255px;
  }
  .section-contact h2 {
    padding: 30px 0 25px;
    font-size: 3.5rem;
  }
  .section-contact hr {
    width: 40%;
    padding-bottom: 25px;
  }
  .section-contact h3 {
    font-size: 2.5rem;
    padding-bottom: 45px;
  }
  .section-contact p {
    margin: 0 200px;
    font-size: 2.0rem;
    padding-bottom: 30px;
    line-height: 3.5rem;
  }
}
.section-inquiry {
  margin: 0 24px 80px;
  padding: 30px 20px 15px;
  display: block;
  background-image: url("../images/INQUIRY/109-02.jpg")
}
.section-inquiry h2 {
  font-size: 2.5rem;
}
.section-inquiry p {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2.5rem;
  padding-bottom: 10px;
  margin: 0 auto;
}
.inquiry-btn {
  padding-top: 20px;
}
.instagram_inquiry img {
  padding-right: 40px;
  height: 56px;
  width: 56px;
}
.line_inquiry img {
  height: 41px;
  width: 41px;
  padding-bottom: 8px;
}
@media(min-width: 960px) {
  .section-inquiry {
    margin: 0 200px 80px 200px;
    display: inline-block;
    padding: 30px 180px 0px 180px;
  }
  .instagram_inquiry img {
    padding-right: 60px;
    height: 76px;
    width: 76px;
  }
  .line_inquiry img {
    height: 56px;
    width: 56px;
    padding-bottom: 10px;
  }
}