.company-inner {
  padding: 0 3.5rem;
}
.company-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;
}
.company-image {
  width: 33.3333%;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
}
.company-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
}
.company-content {
  width: 66.6666%;
  margin-right: 5%;
  box-sizing: border-box;
}

.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 100px;
}
.profile-image {
  width: 66.6666%;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
  position: relative;
}
.profile-image.show:before, .profile-image.show:after {
  height: 0;
}
.profile-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s ease 0.7s;
  -o-transition: height 0.8s ease 0.7s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition: height 0.8s ease 0.7s;
}
.profile-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s ease 0.2s;
  -o-transition: height 0.8s ease 0.2s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: height 0.8s ease 0.2s;
}
.profile-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 10% 60%;
  background-repeat: no-repeat;
}
.profile-content {
  width: 33.3333%;
  margin-left: 5%;
  box-sizing: border-box;
  height: 35vw;
  max-height: 350px;
  background: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.profile-text {
  padding: 0 50px;
}

.design {
  background: #f6f6f6;
  margin: 100px 0;
}
.design-inner {
  padding: 0 3.5rem;
}
.design-image {
  width: 63.6666%;
  margin-left: auto;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 0.8s ease;
  -o-transition: clip-path 0.8s ease;
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.design-image.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.design-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 80% 70%;
  background-repeat: no-repeat;
}

.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 100px;
}
.concept-image {
  width: 33.3333%;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
}
.concept-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 90% 60%;
  background-repeat: no-repeat;
}
.concept-content {
  width: 66.6666%;
  margin-left: 5%;
  box-sizing: border-box;
}

.award-inner {
  padding: 0 3.5rem;
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dashed #ddd;
}
.award-list li {
  width: calc(50% - 100px);
  position: relative;
  padding: 45px 0 45px 100px;
  border-bottom: 1px dashed #ddd;
}
.award-list li:nth-child(4n), .award-list li:nth-child(4n+3) {
  background: #f6f6f6;
}
.award-logo {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 40px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: clip-path 0.8s ease;
  -o-transition: clip-path 0.8s ease;
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.award-logo.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-logo img {
  width: 100%;
}
.award-name {
  font-size: 0.75rem;
  color: #999;
}
.award-work {
  font-size: 0.875rem;
}

@media screen and (max-width: 1100px) {
  .company-inner {
    padding: 0 2rem;
  }
  .company-image {
    width: 45%;
    height: 40vw;
    max-height: unset;
  }
  .company-content {
    width: 55%;
  }

  .profile-wrap {
    padding-top: 80px;
  }
  .profile-image {
    width: 45%;
    height: 40vw;
    max-height: unset;
  }
  .profile-content {
    width: 55%;
    height: 40vw;
    max-height: unset;
  }

  .design {
    margin: 80px 0;
  }
  .design-inner {
    padding: 0 2rem;
  }
  .design-image {
    width: 57.3333%;
    height: 40vw;
    max-height: unset;
  }

  .concept-wrap {
    padding-top: 80px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .concept-image {
    width: 45%;
    height: 40vw;
    max-height: unset;
  }
  .concept-content {
    width: 55%;
  }

  .award-list {
    display: block;
  }
  .award-list li {
    width: calc(100% - 70px);
    padding: 45px 0 45px 70px;
  }
  .award-list li:nth-child(4n), .award-list li:nth-child(4n+3) {
    background: unset;
  }
  .award-list li:nth-child(even) {
    background: #f6f6f6;
  }
  .award-logo {
    left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .company-wrap {
    display: block;
  }
  .company-image {
    display: none;
  }
  .company-content {
    width: 90%;
    margin-right: unset;
  }

  .profile-wrap {
    display: block;
  }
  .profile-image {
    width: 100%;
    height: 43vw;
    min-height: 350px;
  }
  .profile-content {
    width: 100%;
    margin-left: unset;
    height: unset;
    display: block;
  }
  .profile-text {
    padding: 40px;
  }

  .design {
    background: unset;
    position: relative;
    margin: 0 0 80px;
  }
  .design:after {
    content: "";
    width: 100%;
    height: 65%;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .design-image {
    width: 60%;
    height: 43vw;
    min-height: 350px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  .concept-wrap {
    display: block;
  }
  .concept-image {
    display: none;
  }
  .concept-content {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .company-inner {
    padding: 0 1.5rem;
  }
  .company-content {
    width: 100%;
  }

  .profile-inner {
    padding: 0 1.5rem;
  }
  .profile-wrap {
    padding-top: 50px;
  }
  .profile-text {
    padding: 30px;
  }

  .design {
    margin: 0 0 50px;
  }
  .design-inner {
    padding: 0 1.5rem;
  }
  .design-image {
    width: 100%;
  }

  .concept-inner {
    padding: 0 1.5rem;
  }
  .concept-wrap {
    padding-top: 50px;
  }

  .award-inner {
    padding: 0 1.5rem;
  }
  .award-list li {
    padding: 35px 0 35px 70px;
  }
}
