@import url("https://fonts.googleapis.com/css?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.about {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #fff;
}
.about-inner {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}
.about-pic {
  width: 40%;
  margin-left: auto;
  z-index: -1;
}
.about-pic img {
  width: 100%;
}
.about-box {
  margin-top: -25%;
}
.about-title {
  position: relative;
  z-index: 0;
}
.about-title:after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #c1b067;
  display: block;
  margin: 20px 0;
}
.about-ttext {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.about-mtext {
  font-size: 50px;
  color: #d0d0d0;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -10px;
  opacity: 0.7;
  z-index: -1;
}
.about-content {
  width: 50%;
  max-width: 450px;
}

.concept {
  padding: 100px 0;
}
.concept-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.concept-pic {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.concept-pic img {
  width: 100%;
}
.concept-mtext {
  font-size: 50px;
  color: #d0d0d0;
  letter-spacing: 0.2em;
  padding: 50px 0;
  margin-right: 100px;
}
.concept-content {
  width: 500px;
}
.concept-content p {
  margin-bottom: 20px;
}
.concept .tc {
  color: #c1b067;
  margin-bottom: 5px;
  display: inline-block;
}

.team {
  position: relative;
  padding: 100px 0;
}
.team-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(50% - 20px);
  background-color: #fff;
  color: #fff;
  z-index: -1;
}
.team-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.team-mtext {
  font-size: 50px;
  color: #d0d0d0;
  letter-spacing: 0.2em;
  position: absolute;
  top: 10%;
  left: calc(50% - 30px);
  opacity: 0.8;
  z-index: 5;
}
.team-director {
  display: flex;
  align-items: flex-end;
}
.team-dpic {
  width: 40%;
}
.team-dpic img {
  width: 100%;
}
.team-dbox {
  width: 350px;
  margin-left: 8%;
}
.team-title {
  position: relative;
  z-index: 0;
}
.team-title:after {
  content: "";
  height: 80px;
  width: 1px;
  background-color: #c1b067;
  display: block;
  margin: 20px 0;
}
.team-ttext {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.team-dname {
  color: #c1b067;
  font-size: 16px;
  margin-bottom: 20px;
}
.team-name {
  font-size: 16px;
  color: #c1b067;
  margin-bottom: 20px;
}
.team-name span {
  display: inline-block;
}
.team-dtext li {
  padding: 2px 0;
}
.team-text li {
  padding: 2px 0;
}

.about-title:after {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.about-title.show:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-title:after {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.team-title.show:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (max-width: 1100px) {
  .about-box {
    margin-top: -30%;
  }
  .about-ttext {
    font-size: 24px;
  }

  .concept-box {
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 0;
  }
  .concept-pic {
    width: 80%;
  }
  .concept-content {
    width: 100%;
    max-width: 500px;
  }

  .team-mtext {
    top: 5%;
  }
  .team-ttext {
    font-size: 24px;
  }
  .team-name .en {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .about-pic {
    width: 45%;
  }
  .about-content {
    width: 100%;
  }

  .concept-pic {
    width: 90%;
  }

  .team-title:after {
    height: 50px;
  }
  .team-mtext {
    top: 0;
    left: calc(50% - 85px);
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .about-title:after {
    height: 40px;
  }
  .about-mtext {
    font-size: 35px;
    bottom: -5px;
  }
  .about-pic {
    margin-left: unset;
    width: 100%;
    margin-bottom: 50px;
  }
  .about-box {
    margin-top: unset;
  }

  .concept-box {
    display: block;
  }
  .concept-mtext {
    font-size: 35px;
  }
  .concept-pic {
    width: 100%;
  }

  .team {
    padding-top: 0;
  }
  .team-bg {
    height: 12%;
  }
  .team-inner {
    width: 80%;
  }
  .team-mtext {
    font-size: 35px;
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    padding-bottom: 30px;
  }
  .team-director {
    display: block;
    padding-top: 0;
  }
  .team-dpic {
    width: 100%;
  }
  .team-dbox {
    width: 100%;
    margin: 0;
    padding-top: 50px;
  }
  .team-title:after {
    margin: 10px 0;
  }
  .team-pbox {
    display: block;
    padding: 0;
  }
  .team-people {
    width: 100%;
  }
  .team-ppic {
    margin-bottom: 30px;
  }
  .team-dtext {
    padding-bottom: 50px;
  }
  .team-text {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 460px) {
  .about-inner {
    width: 90%;
  }

  .concept-mtext {
    margin-left: 5%;
  }

  .team-inner {
    width: 90%;
  }
}
