.company-inner {
  padding: 0 70px;
}
.company-wrap1 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.company-img1 {
  width: 40%;
  position: relative;
}
.company-img1.show:before, .company-img1.show:after {
  width: 0;
}
.company-img1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.company-img1:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out 0.6s;
  -o-transition: width 0.8s ease-in-out 0.6s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s ease-in-out 0.6s;
}
.company-img1 img {
  width: 100%;
}
.company-content1 {
  width: 35%;
  margin-right: 10%;
}
.company-wrap2 {
  margin-top: 150px;
}
.company-img2 {
  width: 65%;
  height: 35vw;
  max-height: 520px;
  margin-left: auto;
  background-position: 50% 72%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.company-img2.show:before, .company-img2.show:after {
  width: 0;
}
.company-img2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.company-img2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.8s ease-in-out 0.6s;
  -o-transition: width 0.8s ease-in-out 0.6s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s ease-in-out 0.6s;
}
.company-content2 {
  padding-top: 40px;
  width: 65%;
  margin-left: auto;
}
.company-text2 {
  padding-right: 70px;
  max-width: 920px;
}

.concept-inner {
  padding: 0 70px;
}
.concept-wrap1 {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.concept-img1 {
  width: 35%;
  height: 40vw;
  max-height: 680px;
  background-image: url(../images/about/concept1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  position: relative;
}
.concept-img1.show:before, .concept-img1.show:after {
  width: 0;
}
.concept-img1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.concept-img1:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out 0.6s;
  -o-transition: width 0.8s ease-in-out 0.6s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s ease-in-out 0.6s;
}
.concept-img1 img {
  width: 100%;
}
.concept-content1 {
  margin-left: 10%;
  margin-bottom: 30px;
}
.concept-text1 span {
  display: block;
}
.concept-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 150px;
}
.concept-img2 {
  width: 45%;
  position: relative;
}
.concept-img2.show:before, .concept-img2.show:after {
  width: 0;
}
.concept-img2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.concept-img2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.8s ease-in-out 0.6s;
  -o-transition: width 0.8s ease-in-out 0.6s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s ease-in-out 0.6s;
}
.concept-img2 img {
  width: 100%;
}
.concept-content2 {
  width: 35%;
  margin-left: 7%;
}

.bg-img {
  background-image: url(../images/about/bg.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vw;
}

.designer-inner {
  padding: 0 70px;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.designer-img {
  width: 45%;
  max-width: 455px;
  position: relative;
}
.designer-img.show:before, .designer-img.show:after {
  width: 0;
}
.designer-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.designer-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out 0.6s;
  -o-transition: width 0.8s ease-in-out 0.6s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s ease-in-out 0.6s;
}
.designer-img img {
  width: 100%;
}
.designer-content {
  margin-left: 10%;
  width: 40%;
}
.designer-name {
  color: #000;
}
.designer-name .tw {
  letter-spacing: 0.5rem;
  font-size: 1.25rem;
}
.designer-name .en {
  font-size: 0.875rem;
}
.designer-name .en:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #666;
  display: inline-block;
  margin: 0 15px -2px 5px;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.designer-item {
  margin-top: 40px;
}
.designer-subtitle {
  position: relative;
  padding-left: 15px;
}
.designer-subtitle span {
  color: #999;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
.designer-arrow {
  border-left: #999 solid 6px;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.designer-text {
  font-size: 0.875rem;
  margin-top: 15px;
}
.designer-list {
  font-size: 0.875rem;
  margin-top: 15px;
}
.designer-list li {
  padding-top: 3px;
}
.designer-list li:nth-child(1) {
  padding-top: unset;
}

@media screen and (max-width: 1100px) {
  .company-inner {
    padding: 0 50px;
  }
  .company-img1 {
    width: 42%;
  }
  .company-content1 {
    width: 50%;
    margin-right: unset;
  }
  .company-wrap2 {
    margin-top: 120px;
  }
  .company-img2 {
    width: 80%;
    height: 40vw;
  }
  .company-content2 {
    width: 80%;
  }
  .company-text2 {
    padding-right: 50px;
  }

  .concept-inner {
    padding: 0 50px;
  }
  .concept-img1 {
    width: 45%;
    height: 55vw;
    max-height: 550px;
    background-position: 0% 80%;
  }
  .concept-content1 {
    margin-bottom: unset;
  }
  .concept-wrap2 {
    margin-top: 120px;
  }
  .concept-content2 {
    width: 50%;
    margin-left: unset;
  }

  .bg-img {
    height: 50vw;
    background-position: 60% 80%;
    background-attachment: scroll;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.8s ease-in-out;
    -o-transition: clip-path 0.8s ease-in-out;
    -webkit-transition: clip-path 0.8s ease-in-out;
    transition: clip-path 0.8s ease-in-out;
  }
  .bg-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .designer-inner {
    padding: 0 50px;
  }
  .designer-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .designer-img {
    width: 40%;
  }
  .designer-content {
    width: 53%;
    margin-left: 7%;
  }
}
@media screen and (max-width: 800px) {
  .company-wrap1 {
    display: block;
  }
  .company-content1 {
    width: auto;
  }
  .company-img1 {
    display: none;
  }
  .company-wrap2 {
    margin-top: 40px;
  }
  .company-img2 {
    width: calc(100% - 50px * 2);
    margin-right: 50px;
  }
  .company-content2 {
    width: calc(100% - 50px);
  }

  .concept-wrap2 {
    display: block;
  }
  .concept-img2 {
    width: auto;
  }
  .concept-content2 {
    width: auto;
    padding-top: 40px;
  }

  .designer-wrap {
    display: block;
  }
  .designer-img {
    width: 48%;
    margin-left: auto;
  }
  .designer-content {
    width: auto;
    margin-left: unset;
    margin-top: -45px;
  }
}
@media screen and (max-width: 640px) {
  .company-inner {
    padding: 0 30px;
  }
  .company-img2 {
    width: calc(100% - 30px * 2);
    height: 300px;
    margin-right: 30px;
  }
  .company-content2 {
    width: calc(100% - 30px);
  }
  .company-text2 {
    padding-right: 30px;
  }

  .concept-inner {
    padding: 0 30px;
  }
  .concept-wrap1 {
    display: block;
  }
  .concept-img1 {
    width: 100%;
    height: 60vw;
    max-width: unset;
    background-position: 0% 30%;
  }
  .concept-content1 {
    margin-left: unset;
    padding-top: 40px;
    width: auto;
  }
  .concept-wrap2 {
    margin-top: 40px;
  }

  .bg-img {
    height: 300px;
  }

  .designer-inner {
    padding: 0 30px;
  }
  .designer-img {
    width: 100%;
    max-width: unset;
  }
  .designer-content {
    margin-top: 40px;
  }
  .designer-item {
    margin-top: 30px;
  }
  .designer-name span {
    display: block;
  }
  .designer-name .tw {
    font-size: 1.125rem;
    padding-bottom: 5px;
  }
  .designer-name .en:before {
    margin: 0 15px -2px 3px;
  }
  .designer-text {
    margin-top: 10px;
  }
  .designer-list {
    margin-top: 10px;
  }
}
