.top-img {
  background-position: 50% 70%;
}

.profile-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.profile-img {
  width: 30%;
}
.profile-img img {
  width: 100%;
}
.profile-img2 {
  display: none;
}
.profile-img2 img {
  width: 100%;
}
.profile-content {
  width: 55%;
  margin-left: 5vw;
  margin-top: 5vw;
  display: -ms-flexbox;
  display: flex;
}
.profile-title .en span:last-child {
  margin-top: 80px;
}
.profile-text {
  margin-top: 110px;
  margin-left: 60px;
}

.concept-inner {
  padding: 0 50px;
}
.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.concept-image {
  width: 75%;
  height: 30vw;
  max-height: 400px;
  margin-right: -50px;
}
.concept-img {
  width: 100%;
  height: 100%;
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(0.9);
  filter: saturate(0.9);
}
.concept-title {
  margin-right: 7%;
  margin-bottom: -70px;
}
.concept-title .en span:last-child {
  margin-top: 50px;
}
.concept-text {
  width: calc(75% - 100px);
  margin-left: auto;
  margin-top: 50px;
  margin-right: 50px;
}

.team {
  margin: 100px 0;
  position: relative;
}
.team-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.team-title {
  margin-left: 7%;
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.team-title .en span:last-child {
  margin-top: 40px;
}
.team-grid {
  background: linear-gradient(#f6f6f6 1px, rgba(0, 0, 0, 0) 0%), linear-gradient(90deg, #f6f6f6 1px, rgba(0, 0, 0, 0) 0%);
  background-size: 100% 10px, 10px;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-grid:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.team-image {
  width: 100%;
  height: 40vw;
  max-height: 500px;
  display: -ms-flexbox;
  display: flex;
}
.team-image2 {
  display: none;
}
.team-img {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-filter: saturate(0.7) brightness(1.1);
  filter: saturate(0.7) brightness(1.1);
}
.team-img1 {
  clip-path: polygon(0% 0%, 101% 0%, 101% 90%, 0% 90%);
}
.team-img2 {
  clip-path: polygon(-1% 10%, 100% 10%, 100% 100%, -1% 100%);
}
.team-content {
  width: 80%;
}
.team-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.team-item {
  width: 48%;
}
.team-item:nth-child(1) {
  margin-top: -50px;
}
.team-info {
  padding-top: 15px;
  padding-left: 32px;
  position: relative;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.team-info.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.team-info.show:before {
  height: calc(100% + 20px);
}
.team-info:before {
  content: "";
  width: 1px;
  height: 0;
  background: #ccc;
  position: absolute;
  top: -20px;
  left: 15px;
  -moz-transition: height 0.8s 0.4s;
  -o-transition: height 0.8s 0.4s;
  -webkit-transition: height 0.8s;
  -webkit-transition-delay: 0.4s;
  transition: height 0.8s 0.4s;
}
.team-subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  padding-bottom: 3px;
}
.team-name {
  color: #000;
}
.team-name .tw {
  letter-spacing: 0.5rem;
}
.team-name .en {
  font-size: 0.875rem;
  font-family: "PT Serif", Arial, Helvetica;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.award-inner {
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.award-image {
  width: 32%;
  height: 40vw;
  max-height: 600px;
}
.award-img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.award-content {
  width: 60%;
  margin-top: 5vw;
}
.award-title {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-title .en span:last-child {
  margin-top: 50px;
}
.award-list {
  margin-left: auto;
  width: calc(100% - 120px);
}
.award-list li {
  position: relative;
  padding: 10px 100px 10px 0;
  border-bottom: 1px dashed #ccc;
}
.award-logo {
  width: 35px;
  border: 1px solid #f2f2f2;
  position: absolute;
  padding: 2px;
  top: 16px;
  right: 0;
}
.award-logo img {
  width: 100%;
}
.award-text {
  font-size: 0.875rem;
}
.award-name {
  color: #999;
}

@media screen and (max-width: 1100px) {
  .top-img {
    background-position: 40% 70%;
  }

  .profile-wrap {
    display: block;
  }
  .profile-img {
    display: none;
  }
  .profile-img2 {
    display: block;
    width: 70%;
    max-width: 600px;
    margin-left: -50px;
  }
  .profile-content {
    width: 90%;
    margin-left: auto;
    margin-top: unset;
    margin-bottom: 80px;
  }
  .profile-text {
    margin-top: 90px;
  }

  .concept-image {
    width: 85%;
    height: 35vw;
  }
  .concept-text {
    width: calc(85% - 50px);
    margin-right: unset;
  }

  .team-grid {
    width: 73%;
  }
  .team-item:nth-child(1) {
    margin-top: -4vw;
  }

  .award-wrap {
    display: block;
  }
  .award-image {
    width: 100%;
    height: 40vw;
  }
  .award-img {
    background-position: 50% 90%;
  }
  .award-content {
    width: auto;
    margin-top: 50px;
  }
  .award-list {
    margin-top: -40px;
  }
}
@media screen and (max-width: 800px) {
  .top-img {
    background-position: 20% 70%;
  }

  .profile-content {
    width: auto;
  }
  .profile-text {
    margin-left: 45px;
  }

  .concept-image {
    width: 100%;
    height: 40vw;
  }
  .concept-title {
    margin-right: 40px;
  }
  .concept-text {
    width: calc(100% - 125px);
  }

  .team-grid {
    width: 85%;
  }
  .team-team {
    margin-left: 5%;
  }
  .team-image {
    height: 45vw;
    display: none;
  }
  .team-image2 {
    display: block;
  }
  .team-image2 img {
    width: 100%;
    -webkit-filter: saturate(0.7) brightness(1.1);
    filter: saturate(0.7) brightness(1.1);
  }
  .team-content {
    width: 85%;
  }
  .team-wrap {
    display: block;
  }
  .team-item {
    width: auto;
    margin-top: 30px;
  }
  .team-item:nth-child(1) {
    margin-top: 30px;
  }
  .team-item:nth-child(2) {
    padding: 30px 0;
    background: #f2f2f2;
  }
  .team-info {
    padding-top: unset;
    padding-right: 30px;
    margin-left: 10px;
  }
  .team-info.show:before {
    height: 100%;
  }
  .team-info:before {
    top: 0;
  }

  .award-list {
    margin-top: unset;
    margin-left: 15%;
    margin-right: unset;
    width: auto;
  }
  .award-list li {
    padding: 10px 90px 10px 0;
  }
  .award-logo {
    width: 30px;
    top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .profile-inner {
    padding: 0 30px;
  }
  .profile-content {
    display: block;
    margin-bottom: 50px;
  }
  .profile-title .en span:last-child {
    margin-top: unset;
    margin-left: 70px;
  }
  .profile-text {
    margin-left: unset;
    margin-top: 35px;
  }
  .profile-img2 {
    width: calc(100% + 60px);
    max-width: unset;
    margin-left: -30px;
  }

  .concept-inner {
    padding: 0 30px;
  }
  .concept-wrap {
    display: block;
  }
  .concept-image {
    display: none;
  }
  .concept-title {
    margin: unset;
  }
  .concept-title .en span:last-child {
    margin-top: unset;
    margin-left: 40px;
  }
  .concept-text {
    width: auto;
    margin-top: 35px;
  }

  .team-grid {
    width: calc(100% - 50px);
  }
  .team-inner {
    padding: 0 30px;
    display: block;
  }
  .team-title {
    width: fit-content;
    margin-left: auto;
  }
  .team-title .en span:last-child {
    margin-top: unset;
    margin-left: 30px;
  }
  .team-content {
    margin-top: 35px;
    width: auto;
  }
  .team-item {
    margin-top: 25px;
  }
  .team-item:nth-child(1) {
    margin-top: 25px;
  }
  .team-item:nth-child(2) {
    padding: 25px 0;
  }
  .team-info {
    padding-left: 25px;
    padding-right: 25px;
  }
  .team-info:before {
    left: 10px;
  }
  .team-subtitle {
    padding-bottom: unset;
  }
  .team-name .tw {
    letter-spacing: 0.3rem;
  }
  .team-name .en {
    font-size: 0.75rem;
  }

  .award-inner {
    padding: 0 30px;
  }
  .award-image {
    height: 380px;
  }
  .award-title .en span:last-child {
    margin-top: unset;
    margin-left: 40px;
  }
  .award-list {
    margin-left: unset;
    margin-top: 35px;
  }
}
