.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #015472;
  width: 100%;
  height: 100%;
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro-logo img {
  width: 100%;
}
.intro-pic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.8s linear 0.2s;
  -o-transition: opacity 0.8s linear 0.2s;
  -webkit-transition: opacity 0.8s linear;
  -webkit-transition-delay: 0.2s;
  transition: opacity 0.8s linear 0.2s;
}
.show-intro .intro-pic {
  opacity: 1;
}
.intro-en {
  display: -ms-flexbox;
  display: flex;
}
.intro-en img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
.show-intro .intro-en img {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.intro-en .intro-h {
  -moz-transition: opacity 0.8s ease-out 1s, -moz-transform 0.8s ease-out 1s;
  -o-transition: opacity 0.8s ease-out 1s, -o-transform 0.8s ease-out 1s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 1s, 1s;
  transition: opacity 0.8s ease-out 1s, transform 0.8s ease-out 1s;
}
.intro-en .intro-a1 {
  -moz-transition: opacity 0.8s ease-out 1.4s, -moz-transform 0.8s ease-out 1.4s;
  -o-transition: opacity 0.8s ease-out 1.4s, -o-transform 0.8s ease-out 1.4s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 1.4s, 1.4s;
  transition: opacity 0.8s ease-out 1.4s, transform 0.8s ease-out 1.4s;
}
.intro-en .intro-r1 {
  -moz-transition: opacity 0.8s ease-out 1.8s, -moz-transform 0.8s ease-out 1.8s;
  -o-transition: opacity 0.8s ease-out 1.8s, -o-transform 0.8s ease-out 1.8s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 1.8s, 1.8s;
  transition: opacity 0.8s ease-out 1.8s, transform 0.8s ease-out 1.8s;
}
.intro-en .intro-r2 {
  -moz-transition: opacity 0.8s ease-out 2.2s, -moz-transform 0.8s ease-out 2.2s;
  -o-transition: opacity 0.8s ease-out 2.2s, -o-transform 0.8s ease-out 2.2s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 2.2s, 2.2s;
  transition: opacity 0.8s ease-out 2.2s, transform 0.8s ease-out 2.2s;
}
.intro-en .intro-i {
  -moz-transition: opacity 0.8s ease-out 2.6s, -moz-transform 0.8s ease-out 2.6s;
  -o-transition: opacity 0.8s ease-out 2.6s, -o-transform 0.8s ease-out 2.6s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 2.6s, 2.6s;
  transition: opacity 0.8s ease-out 2.6s, transform 0.8s ease-out 2.6s;
}
.intro-en .intro-a2 {
  -moz-transition: opacity 0.8s ease-out 3s, -moz-transform 0.8s ease-out 3s;
  -o-transition: opacity 0.8s ease-out 3s, -o-transform 0.8s ease-out 3s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 3s, 3s;
  transition: opacity 0.8s ease-out 3s, transform 0.8s ease-out 3s;
}
.intro-en .intro-g {
  -moz-transition: opacity 0.8s ease-out 3.4s, -moz-transform 0.8s ease-out 3.4s;
  -o-transition: opacity 0.8s ease-out 3.4s, -o-transform 0.8s ease-out 3.4s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 3.4s, 3.4s;
  transition: opacity 0.8s ease-out 3.4s, transform 0.8s ease-out 3.4s;
}
.intro-en .intro-e {
  -moz-transition: opacity 0.8s ease-out 3.8s, -moz-transform 0.8s ease-out 3.8s;
  -o-transition: opacity 0.8s ease-out 3.8s, -o-transform 0.8s ease-out 3.8s;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 3.8s, 3.8s;
  transition: opacity 0.8s ease-out 3.8s, transform 0.8s ease-out 3.8s;
}
.intro-tw {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: opacity 0.8s 4.8s, -moz-transform 0.8s 4.8s;
  -o-transition: opacity 0.8s 4.8s, -o-transform 0.8s 4.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 4.8s, 4.8s;
  transition: opacity 0.8s 4.8s, transform 0.8s 4.8s;
}
.show-intro .intro-tw {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top-img li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img li:nth-child(2) {
  background-position: 50% 100%;
}
.top-img li.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top-slogan li {
  position: absolute;
  color: #FFF;
  z-index: 2;
  text-shadow: 0px 0px 10px #333;
  font-family: "Forum", Arial, Helvetica;
}
.top-slogan li:nth-child(1) {
  top: 75%;
  left: 15%;
}
.top-slogan li:nth-child(1) .top-t {
  margin-left: -65%;
}
.top-slogan li:nth-child(1) .top-tw {
  margin-left: -55%;
}
.top-slogan li:nth-child(2) {
  top: 65%;
  left: 30%;
}
.top-slogan li:nth-child(2) .top-t {
  margin-left: -50%;
}
.top-slogan li:nth-child(2) .top-tw {
  margin-left: -35%;
}
.top-slogan li:nth-child(3) {
  top: 65%;
  left: 25%;
}
.top-slogan li:nth-child(3) .top-t {
  margin-left: -60%;
}
.top-slogan li:nth-child(3) .top-tw {
  margin-left: -40%;
}
.top-slogan li.show-text .top-t {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.top-slogan li.show-text .top-b {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.top-slogan li.show-text .top-tw {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-t {
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-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;
}
.top-b {
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(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;
}
.top-big {
  font-size: 1.75em;
}
.top-tw {
  padding-top: 20px;
  position: relative;
  padding-left: 50px;
  font-size: 0.875rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 1s;
  -o-transition: clip-path 1s;
  -webkit-transition: clip-path 1s;
  transition: clip-path 1s;
}
.top-tw:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #FFF;
  box-shadow: 0px 0px 10px #333;
  position: absolute;
  top: 30px;
  left: 0;
}

.slogan-inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.slogan-text {
  color: #111;
  font-family: "Forum", Arial, Helvetica;
  font-size: 1.5rem;
  text-align: right;
}
.slogan-text.show span {
  opacity: 1;
}
.slogan-text.show span:before {
  width: calc(100% + 35px);
}
.slogan-text.show span:after {
  left: -35px;
  opacity: 1;
}
.slogan-text span {
  position: relative;
  opacity: 0;
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.slogan-text span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #cac7a7;
  position: absolute;
  right: 0;
  bottom: -13px;
  -moz-transition: width 0.6s ease-out 0.4s;
  -o-transition: width 0.6s ease-out 0.4s;
  -webkit-transition: width 0.6s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s ease-out 0.4s;
}
.slogan-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  left: 100%;
  bottom: -13px;
  opacity: 0;
  -moz-transition: opacity 0.6s 0.2s, left 0.6s ease-out 0.4s;
  -o-transition: opacity 0.6s 0.2s, left 0.6s ease-out 0.4s;
  -webkit-transition: opacity 0.6s, left 0.6s ease-out;
  -webkit-transition-delay: 0.2s, 0.4s;
  transition: opacity 0.6s 0.2s, left 0.6s ease-out 0.4s;
}

.about-inner {
  padding: 0 50px;
  max-width: 1100px;
  margin: auto;
}
.about-wrap {
  display: -ms-flexbox;
  display: flex;
}
.about-photo {
  width: 65%;
}
.about-box {
  width: 35%;
}
.about-img {
  box-sizing: border-box;
}
.about-img img {
  width: 100%;
}
.about-img.img1 {
  width: 100%;
  padding-right: 40px;
  margin-bottom: 50px;
}
.about-img.img2 {
  width: 65%;
  margin-left: 60px;
}
.about-img.img3 {
  width: 95%;
  margin: 90px 0 0 auto;
}
.about-content {
  margin-left: -85px;
  margin-top: -35px;
}
.about-title {
  font-family: "Forum", Arial, Helvetica;
  color: #015472;
  font-size: 42px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.project-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 70px;
}
.project-wrap.show:before, .project-wrap.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-wrap:before {
  content: "";
  width: 35%;
  height: 30px;
  background: #e7e5d7;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -2;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.project-wrap:after {
  content: "";
  width: 35%;
  height: 30px;
  background: #28687f;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -2;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.project-inner {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.project-text {
  margin-left: 50px;
  text-align: right;
}
.project-btn {
  position: relative;
}
.project-btn a {
  position: absolute;
  right: 0;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.project-btn a:hover {
  right: -8px;
}
.project-list {
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.project-item {
  width: 33.3333%;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.project-item:nth-child(1) {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.project-item:nth-child(1).show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-item:nth-child(2) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.project-item:nth-child(2).show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-item:last-child {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.project-item:last-child.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-img {
  position: relative;
  cursor: pointer;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  -moz-transition: filter 0.6s;
  -o-transition: filter 0.6s;
  -webkit-transition: filter 0.6s;
  transition: filter 0.6s;
}
.project-img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.project-img:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cac7a7;
  position: absolute;
  bottom: 11px;
  left: 0;
}
.project-img:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cac7a7;
  position: absolute;
  top: 0;
  left: 10px;
}
.project-img img {
  width: 100%;
}
.project-sort {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e7e5d7;
  color: #111;
  padding: 2px 7px 4px 8px;
  z-index: 2;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: opacity 0.6s 0.4s, -moz-transform 0.6s 0.4s;
  -o-transition: opacity 0.6s 0.4s, -o-transform 0.6s 0.4s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.4s, 0.4s;
  transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
}
.show .project-sort {
  opacity: 2;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bg-inner {
  padding: 0 50px;
  max-width: 1600px;
  margin: auto;
}
.bg-img {
  background-image: url(../images/index/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 27vw;
}

.award-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 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;
  -webkit-align-items: center;
  align-items: center;
}
.award-box {
  position: relative;
  max-width: 350px;
  margin: 0 0 0 auto;
}
.award-title {
  left: unset;
  right: 0;
}
.award-text {
  margin-right: 50px;
}
.award-list {
  width: 60%;
}
.award-item {
  font-size: 0.875rem;
  position: relative;
  padding-left: 75px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s ease-out;
  -o-transition: clip-path 0.6s ease-out;
  -webkit-transition: clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out;
}
.award-item.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-item:last-child {
  margin-bottom: unset;
}
.award-item:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cac7a7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.award-item:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  bottom: 0;
  right: 0;
}
.award-logo {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e5d7;
}
.award-logo img {
  width: 100%;
}
.award-content p:last-child {
  color: #111;
  margin-top: 3px;
}

.contact-inner {
  padding: 0 50px;
  max-width: 1600px;
  margin: auto;
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.contact-box {
  position: relative;
  max-width: 350px;
  margin: 0 auto 0 10%;
}
.contact-text {
  margin-left: 50px;
  text-align: right;
}
.contact-btn {
  position: relative;
}
.contact-btn a {
  position: absolute;
  right: 0;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.contact-btn a:hover {
  right: -8px;
}
.contact-content {
  width: 60%;
}
.contact-map {
  height: 35vw;
  max-height: 550px;
  background: #eee;
}
.contact-panel {
  position: relative;
}
.contact-panel.show:before {
  height: 100%;
}
.contact-panel.show:after {
  bottom: 0;
  opacity: 1;
}
.contact-panel:before {
  content: "";
  width: 1px;
  height: 0%;
  background: #cac7a7;
  position: absolute;
  top: 0;
  left: 40px;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.contact-panel:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  bottom: 100%;
  left: 37px;
  opacity: 0;
  -moz-transition: opacity 0.2s, bottom 0.6s;
  -o-transition: opacity 0.2s, bottom 0.6s;
  -webkit-transition: opacity 0.2s, bottom 0.6s;
  transition: opacity 0.2s, bottom 0.6s;
}
.contact-list {
  padding: 30px 40px 30px 90px;
  font-size: 0.875rem;
}
.contact-item {
  margin: 10px 0;
  padding: 0 0 10px 25px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.contact-item i {
  color: #cac7a7;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-item a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-item a:hover {
  color: #111;
}

@media screen and (max-width: 1300px) {
  .project-wrap {
    margin-bottom: 60px;
    margin-top: 65px;
  }
  .project-wrap:before {
    top: -65px;
  }
  .project-wrap:after {
    width: 30%;
    bottom: -60px;
  }
  .project-list {
    width: 65%;
  }

  .bg-img {
    height: 30vw;
  }

  .award-inner {
    max-width: 1000px;
  }

  .contact-box {
    margin: 0 auto 0 3%;
  }
  .contact-content {
    width: 65%;
  }
}
@media screen and (max-width: 1100px) {
  .top-img li:nth-child(1) {
    background-position: 60% 50%;
  }
  .top-img li:nth-child(2) {
    background-position: 60% 100%;
  }
  .top-slogan li:nth-child(1) {
    left: 30%;
  }
  .top-slogan li:nth-child(2) {
    top: 75%;
    left: 20%;
  }
  .top-slogan li:nth-child(3) {
    left: 30%;
  }

  .about-img.img2 {
    margin-left: 50px;
  }
  .about-title {
    font-size: 30px;
  }

  .project-wrap {
    display: block;
    margin-top: unset;
    margin-bottom: 50px;
  }
  .project-wrap:before {
    width: 66%;
    height: 15px;
    bottom: -50px;
    top: unset;
  }
  .project-wrap:after {
    width: 66%;
    height: 15px;
    bottom: unset;
    top: 120px;
  }
  .project-inner {
    padding: 0 50px;
    max-width: unset;
    margin: 0 0 80px;
  }
  .project-title {
    text-align: right;
  }
  .project-text {
    margin-left: unset;
  }
  .project-list {
    width: 100%;
  }
  .project-item:nth-child(1) {
    margin-left: unset;
  }

  .bg-img {
    height: 35vw;
  }

  .award {
    margin: 0;
  }
  .award-wrap {
    display: block;
  }
  .award-box {
    max-width: unset;
    margin: 0 0 80px;
  }
  .award-title {
    text-align: right;
  }
  .award-text {
    margin-right: unset;
    text-align: right;
  }
  .award-btn {
    position: relative;
  }
  .award-btn a {
    position: absolute;
    right: 0;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .award-btn a:hover {
    right: -8px;
  }
  .award-list {
    width: 100%;
  }

  .contact-wrap {
    display: block;
  }
  .contact-box {
    max-width: unset;
    margin: 0 0 40px;
  }
  .contact-text {
    margin-left: unset;
    text-align: left;
  }
  .contact-btn a {
    position: relative;
    -moz-transition: right 0s, color 0.3s, margin 0.3s;
    -o-transition: right 0s, color 0.3s, margin 0.3s;
    -webkit-transition: right 0s, color 0.3s, margin 0.3s;
    transition: right 0s, color 0.3s, margin 0.3s;
  }
  .contact-btn a:hover {
    right: unset;
  }
  .contact-content {
    width: 100%;
  }
  .contact-map {
    height: 45vw;
  }
}
@media screen and (max-width: 900px) {
  .about-wrap {
    position: relative;
    margin-bottom: 70px;
  }
  .about-img.img2 {
    display: none;
  }
  .about-content {
    margin-left: unset;
    margin-top: -85px;
    width: 60%;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .slogan-text {
    font-size: 1.25rem;
  }

  .about-wrap {
    margin-bottom: 0;
    display: block;
  }
  .about-photo {
    width: 85%;
  }
  .about-box {
    width: 100%;
  }
  .about-content {
    position: relative;
    margin-top: 40px;
    width: 100%;
  }
  .about-img.img1 {
    padding-right: unset;
    margin-bottom: unset;
  }
  .about-img.img3 {
    display: none;
  }

  .project-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top-slogan li:nth-child(1) {
    top: 73%;
    left: 20%;
  }
  .top-slogan li:nth-child(1) .top-t {
    margin-left: -20%;
  }
  .top-slogan li:nth-child(1) .top-b {
    margin-left: 17%;
  }
  .top-slogan li:nth-child(1) .top-tw {
    margin-left: -12%;
  }
  .top-slogan li:nth-child(2) {
    top: 73%;
    left: 20%;
  }
  .top-slogan li:nth-child(2) .top-t {
    margin-left: -20%;
  }
  .top-slogan li:nth-child(2) .top-tw {
    margin-left: -13%;
  }
  .top-slogan li:nth-child(3) {
    top: 73%;
    left: 20%;
  }
  .top-slogan li:nth-child(3) .top-t {
    margin-left: -20%;
  }
  .top-slogan li:nth-child(3) .top-b {
    margin-left: 14%;
  }
  .top-slogan li:nth-child(3) .top-tw {
    margin-left: -10%;
  }
  .top-tw {
    padding-left: 37px;
  }
  .top-tw:before {
    width: 25px;
  }

  .slogan-inner {
    padding: 0 30px;
  }
  .slogan-text {
    text-align: center;
    position: relative;
  }
  .slogan-text.show:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .slogan-text.show:after {
    bottom: -50px;
    opacity: 1;
  }
  .slogan-text:before {
    content: "";
    width: 1.25px;
    height: 35px;
    background: #cac7a7;
    position: absolute;
    right: unset;
    left: 50%;
    bottom: -50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .slogan-text:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #cac7a7;
    position: absolute;
    right: unset;
    left: 50%;
    bottom: -15px;
    opacity: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: opacity 0.2s, bottom 0.6s;
    -o-transition: opacity 0.2s, bottom 0.6s;
    -webkit-transition: opacity 0.2s, bottom 0.6s;
    transition: opacity 0.2s, bottom 0.6s;
  }
  .slogan-text span:before, .slogan-text span:after {
    display: none;
  }

  .about-inner {
    padding: 0 30px;
  }
  .about-photo {
    width: 100%;
  }
  .about-title {
    font-size: 1.25rem;
  }
  .about-content {
    margin-top: 30px;
  }

  .project-wrap {
    margin-bottom: 40px;
  }
  .project-wrap.show:after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .project-wrap:before {
    display: none;
  }
  .project-wrap:after {
    height: 50%;
    width: 100%;
    top: unset;
    bottom: -40px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  .project-inner {
    padding: 0 30px;
  }
  .project-list {
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
  }
  .project-item {
    width: 100%;
    margin: 20px 0;
  }

  .bg-inner {
    padding: 0;
  }
  .bg-img {
    height: 300px;
    background-attachment: scroll;
    background-position: 25% 50%;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .bg-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .award-inner {
    padding: 0 30px;
  }

  .contact-inner {
    padding: 0 30px;
  }
  .contact-box {
    margin: 0 0 20px;
  }
  .contact-map {
    height: 300px;
  }
  .contact-panel:before {
    left: 15px;
  }
  .contact-panel:after {
    left: 12px;
  }
  .contact-list {
    padding: 20px 20px 20px 40px;
  }
  .contact-item {
    margin: 0 0 10px;
  }
  .contact-item a {
    display: block;
    margin-left: unset;
  }
}
