@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.section-top_image {
  height: 300px;
  background-image: url("../images/counselor_top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.section-top_image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.20);
}
.section-top h2 {
  padding: 130px 0;
  text-align: center;
  font-size: 3.0rem;
  font-family: "游明朝";
  font-weight: 600;
}
@media(min-width:1160px) {
  .section-top_image {
    height: 600px;
    margin-top: 80px;
  }
  .section-top h2 {
    padding-top: 270px;
    font-size: 6.0rem;
  }
}
.section-counselor {
  padding: 40px 0 80px;
}
.u-hidden--pc {
  display: none;
}
.section-counselor h4 span {
  font-size: 1.6rem;
  margin-left: 15px;
}
.counselor1 h3 {
  font-size: 2.4rem;
  font-family: "游明朝";
  text-align: center;
  color: #e98eae;
}
.counselor1 img {
  height: 200px;
  width: 280px;
  object-fit: cover;
  margin-top: 30px;
  border: 10px solid #edccd3;
}
.counselor1-message {
  background-color: #e9eaef;
  margin-top: -40px;
  text-align: left;
  padding: 0 24px;
}
.counselor1 h4 {
  font-size: 2.4rem;
  font-family: "游明朝";
  padding-top: 60px;
}
.counselor1 p {
  padding: 20px 0 40px;
  font-size: 1.4rem;
}
.counselor2 h3 {
  font-size: 2.4rem;
  font-family: "游明朝";
  text-align: center;
  color: #e98eae;
  margin-top: 60px;
}
.counselor2 img {
  height: 200px;
  width: 280px;
  object-fit: cover;
  margin-top: 30px;
  border: 10px solid #edccd3;
}
.counselor2-message {
  background-color: #e9eaef;
  margin-top: -40px;
  text-align: left;
  padding: 0 24px;
}
.counselor2 h4 {
  font-size: 2.4rem;
  font-family: "游明朝";
  padding-top: 60px;
}
.counselor2 p {
  padding: 20px 0 40px;
  font-size: 1.4rem;
}
@media(min-width:1160px) {
  .section-counselor {
    padding: 100px 0 120px;
    width: 1000px;
    margin: 0 auto;
  }
  .section-counselor h4 span {
    font-size: 2.2rem;
  }
  .u-hidden--pc {
    display: block;
  }
  .u-hidden--sp {
    display: none;
  }
  .counselor1 {
    margin-bottom: 100px;
  }
  .counselor1 h3 {
    font-size: 3.6rem;
    font-family: "游明朝";
    margin-top: -40px;
  }
  .counselor1-2 {
    display: flex;
  }
  .counselor1 img {
    height: 450px;
    width: 350px;
    object-fit: cover;
  }
  .counselor1-3 {
    margin-top: 120px;
    margin-left: -70px;
    position: relative;
  }
  .counselor1 figure {
    position: relative;
    z-index: 1;
  }
  .counselor1-message {
    margin-top: 40px;
    padding: 0 30px 0 100px;
  }
  .counselor1 h4 {
    font-size: 3.6rem;
  }
  .counselor1 p {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .counselor2 h3 {
    font-size: 3.6rem;
    font-family: "游明朝";
    margin-top: -40px;
  }
  .counselor2-2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .counselor2 img {
    height: 450px;
    width: 350px;
    object-fit: cover;
  }
  .counselor2-3 {
    margin-top: 120px;
    margin-right: -70px;
    position: relative;
  }
  .counselor2 figure {
    position: relative;
    z-index: 1;
  }
  .counselor2-message {
    margin-top: 40px;
    padding: 0 100px 40px 30px;
  }
  .counselor2 h4 {
    font-size: 3.6rem;
  }
  .counselor2 p {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}