@charset "UTF-8";
/* CSS Document */
.header {
  height: 170px;
}
.section_about {
  margin-bottom: 140px;
  z-index: 1;
  position: relative;
}
.section_about::before {
  content: "";
  display: block;
  width: 75%;
  height: 50%;
  background: #f2d4de;
  position: absolute;
  z-index: -1;
  right: 0;
  margin-top: 10px;
}
.section_about h2 {
  font-family: "Libre Baskerville";
  font-size: 6.0rem;
  font-weight: 400;
  display: block;
  padding-right: 450px;
}
.section_about h3 {
  font-size: 6.0rem;
  font-weight: 400;
  display: block;
  padding-left: 640px;
  line-height: 1.6;
}
.section_about img {
  width: 800px;
  height: 550px;
  object-fit: cover;
  margin-bottom: 100px;
}
.section_about p {
  padding: 0 310px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media(max-width:1000px) {
  .header {
  height: 90px;
}
  .section_about {
    margin-bottom: 100px;
  }
  .section_about::before {
    height: 30%;
  }
  .section_about h2 {
    font-size: 3.6rem;
    padding: 20px 0 0;
  }
  .section_about h3 {
    font-size: 3.6rem;
    padding-left: 80px;
  }
  .section_about img {
    margin: 0 24px 30px;
    width: 330px;
    height: 312px;
  }
  .section_about p {
    padding: 0 24px;
  }
}
.section_works {
  margin: 0 310px 130px;
  background-color: transparent;
  border: 2px solid #eda0ba;
  border-radius: 0 50px;
}
.section_works h2 {
  font-family: "Libre Baskerville";
  font-size: 6.0rem;
  font-weight: 400;
  line-height: 3.0;
}
.section_works ul {
  text-align: left;
  padding: 0px 84px 60px;
  font-size: 1.6rem;
}
.section_works ul li:last-child {
  list-style: none;
}
@media(max-width:1000px) {
  .section_works {
  margin: 0 24px 60px;
  }
  .section_works h2 {
    font-size: 3.6rem;
    line-height: 3.6;
  }
  .section_works ul {
    padding: 0 30px 60px;
  }
}
.section_photo::before {
  content: "";
  display: block;
  width: 70%;
  height: 80%;
  background: #f2d4de;
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: 110px;
}
.section_photo {
  z-index: 1;
  position: relative;
  margin-bottom: 120px;
}
.section_photo img {
  width: 800px;
  height: 550px;
  object-fit: cover;
  margin-bottom: 130px;
}
@media(max-width:900px) {
  .section_photo::before {
    margin-top: 50px;
    width: 70%;
    height: 74%;
  }
  .section_photo {
    margin-bottom: 80px;
  }
  .section_photo img {
    width: 330px;
    height: 280px;
  }
}
.section_team {
  background-color: #FFFFFF;
  padding: 100px 160px 190px;
}
.section_team h2 {
  font-family: "Libre Baskerville";
  font-size: 4.8rem;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px solid #707070;
}
.section_team ul li {
  height: 170px;
  width: auto;
  display: flex;
  border-bottom: 2px solid #707070;
}
.section_team ul li p {
  margin: auto;
  font-size: 2.4rem;
}
.section_team ul li p br {
  display: none;
}
.section_team--AAT,.section_team--ddm {
  width: 100px;
  height: auto;
  margin: 35px 60px;
}
.section_team--EW {
  width: 250px;
  height: auto;
  margin: 63px 30px;
}

@media(max-width:800px) {
  .section_team {
    padding: 40px 24px 60px;
  }
  .section_team h2 {
    font-size: 3.6rem;
  }
  .section_team ul li {
    height: 225px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_team ul li p {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  .section_team ul li p br {
    display: block;
}
  .section_team--AAT {
    margin: 20px 60px;
  }
  .section_team--ddm {
    margin: 30px 60px;
  }
  .section_team--EW {
    margin: 50px 60px;
  }
}