.top-img {
  -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.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-title {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-title.show-text {
  opacity: 1;
}

.profile-inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: auto;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.profile-box {
  position: relative;
  max-width: 350px;
  margin: 0 auto 0 5%;
}
.profile-box2 {
  width: 60%;
}
.profile-text {
  text-align: right;
  margin-left: 50px;
}
.profile-text2 {
  margin-bottom: 40px;
}
.profile-img1 img {
  width: 100%;
}
.profile-container {
  padding-top: 200px;
}
.profile-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.profile-wrap2.show:after {
  width: calc(100% - 80px);
}
.profile-wrap2:after {
  content: "";
  width: 0%;
  height: 100px;
  background: #e7e5d7;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
  -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;
}
.profile-image {
  width: 40%;
  height: 28vw;
}
.profile-img2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.profile-inner2 {
  padding: 0 17% 0 120px;
  width: 60%;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

.concept-inner {
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.concept-bg {
  width: 65vw;
  height: 90px;
  background: #28687f;
  margin-top: -120px;
}
.concept-box {
  position: relative;
  max-width: 350px;
  margin: 0 auto 0 0;
}
.concept-text {
  text-align: right;
  margin-left: 50px;
}
.concept-inner2 {
  padding: 250px 50px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.concept-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.concept-image {
  width: 50%;
  overflow: hidden;
}
.concept-image img {
  width: 200%;
}
.concept-img2 {
  width: 48%;
  float: left;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.concept-img2.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.concept-img2 img {
  margin-right: -100%;
}
.concept-img3 {
  width: 48%;
  float: left;
  overflow: hidden;
  margin: 13% 0 0 4%;
  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;
}
.concept-img3.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.concept-img3 img {
  margin-left: -100%;
}
.concept-text2 {
  width: 50%;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -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;
}
.concept-text2.show {
  opacity: 2;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.designer-inner {
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.designer-box {
  position: relative;
  max-width: 350px;
  margin: 0 25% 0 0;
}
.designer-text {
  text-align: right;
  margin-left: 50px;
}
.designer-content {
  width: 54%;
  margin-left: auto;
}
.designer-img {
  width: 75%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.designer-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.designer-img img {
  width: 100%;
}
.designer-content2 {
  width: 54%;
  margin-left: auto;
}
.designer-name {
  color: #015472;
  width: fit-content;
  margin-top: 20px;
  letter-spacing: 0.25em;
  z-index: 1;
}
.designer-item {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cac7a7;
  font-size: 0.875rem;
}
.designer-item-title {
  font-weight: bold;
  color: #cac7a7;
}
.designer-text2 {
  padding-top: 5px;
  position: relative;
}

@media screen and (max-width: 1700px) {
  .profile-inner2 {
    padding: 0 10% 0 100px;
  }
}
@media screen and (max-width: 1300px) {
  .concept-text2 {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .profile-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .profile-box {
    max-width: unset;
    margin: 0 auto 0 0;
    width: 30%;
  }
  .profile-box2 {
    width: 65%;
  }
  .profile-text {
    text-align: left;
    margin-left: unset;
  }
  .profile-container {
    padding-top: 140px;
  }
  .profile-wrap2 {
    margin-bottom: 30px;
  }
  .profile-wrap2.show:after {
    width: calc(100% - 50px);
  }
  .profile-wrap2:after {
    height: 60px;
    bottom: -30px;
  }
  .profile-image {
    width: 45%;
    height: 33vw;
  }
  .profile-inner2 {
    padding: 0 5%;
  }

  .concept-inner {
    position: relative;
  }
  .concept-inner.show:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .concept-inner:before {
    content: "";
    width: calc(48vw + 50px);
    height: 20px;
    background: #28687f;
    position: absolute;
    top: 5%;
    right: -50px;
    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;
  }
  .concept-bg {
    width: 48vw;
    height: 20px;
    margin-top: -45px;
    background: #e7e5d7;
    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;
  }
  .concept-bg.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .concept-text {
    text-align: left;
    margin-left: unset;
  }
  .concept-inner2 {
    padding: 140px 50px 0;
  }
  .concept-image {
    width: 60%;
    margin: 0 auto;
  }
  .concept-wrap2 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .concept-text2 {
    width: 60%;
  }

  .designer-box {
    margin: 0 20% 0 5%;
  }
  .designer-text {
    text-align: left;
    margin-left: unset;
  }
  .designer-content {
    width: 55%;
  }
  .designer-img {
    width: 80%;
  }
  .designer-content2 {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .profile-wrap {
    display: block;
  }
  .profile-box {
    width: 100%;
  }
  .profile-box2 {
    margin-top: 40px;
    width: 100%;
  }
  .profile-container {
    padding: 0px 50px;
  }
  .profile-wrap2 {
    display: block;
  }
  .profile-wrap2.show:before {
    opacity: 1;
    bottom: 0;
  }
  .profile-wrap2.show:after {
    width: 1px;
    height: 100%;
  }
  .profile-wrap2:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cac7a7;
    position: absolute;
    left: 3.5%;
    bottom: 100%;
    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;
  }
  .profile-wrap2:after {
    width: 1px;
    height: 0%;
    bottom: unset;
    top: 0;
    left: 4%;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
  }
  .profile-image {
    display: none;
  }
  .profile-inner2 {
    width: 88%;
    padding: 40px 0;
    margin: 0 0 0 auto;
  }

  .concept-wrap2 {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .concept-inner {
    position: relative;
  }
  .concept-inner:before {
    display: none;
  }
  .concept-inner:after {
    content: "";
    width: 100vw;
    height: 15vw;
    background: #28687f;
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: -1;
  }
  .concept-image {
    width: 75%;
  }
  .concept-bg {
    display: none;
  }
  .concept-text2 {
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
    position: relative;
  }

  .designer-wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .designer-box {
    margin: 0 20% 0 0;
  }
  .designer-content {
    position: relative;
  }
  .designer-content:after {
    content: "";
    width: calc(100% + 50px);
    height: 18%;
    background: #e7e5d7;
    position: absolute;
    bottom: 40px;
    right: -50px;
    z-index: -1;
  }
  .designer-img {
    width: 85%;
    margin-left: auto;
  }
  .designer-name {
    margin-bottom: 20px;
  }
  .designer-content2 {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .profile-inner {
    padding: 0 30px;
  }
  .profile-box2 {
    margin-top: 30px;
  }
  .profile-text2 {
    margin-bottom: 30px;
  }
  .profile-container {
    padding: 0 30px;
  }
  .profile-inner2 {
    padding: 30px 0;
    width: 90%;
  }

  .concept-inner {
    padding: 0 30px;
  }
  .concept-box {
    max-width: unset;
    width: 100%;
    margin: 50px 0 0;
  }
  .concept-inner2 {
    padding: 30px 30px 0;
  }
  .concept-image {
    width: 100%;
  }
  .concept-text2 {
    width: 100%;
    margin-top: 30px;
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .concept-text2.show {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .concept-text2:before {
    display: none;
  }

  .designer-inner {
    padding: 0 30px;
  }
  .designer-wrap {
    display: block;
  }
  .designer-box {
    max-width: unset;
    margin: 0;
  }
  .designer-content {
    padding-top: 30px;
    margin-bottom: 60px;
    width: 100%;
  }
  .designer-content:after {
    width: calc(100% + 30px * 2);
    height: 50%;
    bottom: -30px;
    left: -30px;
  }
  .designer-img {
    width: 100%;
  }
  .designer-name {
    margin-left: 0;
    margin-top: 15px;
    letter-spacing: 0.1em;
  }
  .designer-content2 {
    margin-top: 30px;
  }
  .designer-name {
    margin: 0 0 5px 0;
  }
}
