.profile-content {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  color: #000;
  line-height: 2;
}

.large-image {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 90vh;
  background: #eee;
}
.large-image-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
}

.ambition:after {
  content: "";
  clear: both;
  display: block;
}
.ambition-content {
  float: right;
  width: 40%;
  margin: 10% 0;
}
.ambition-text {
  line-height: 2;
  font-size: 0.875em;
}
.ambition-img {
  position: relative;
  overflow: hidden;
}
.ambition-img-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
}
.ambition-img1 {
  width: 40%;
  float: left;
  padding-bottom: 55%;
}
.ambition-img2 {
  width: 45%;
  float: right;
  padding-bottom: 30%;
}

.concept {
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0;
  margin-bottom: 80px;
  background: #eee;
}
.concept-content {
  position: relative;
  width: 45%;
  margin: 80px 0 0 15%;
  padding: 80px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.concept-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #FFF;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.show .concept-bg {
  width: 160%;
}
.concept-inner {
  position: relative;
  margin: auto;
}
.concept-text {
  font-size: 0.875em;
  line-height: 2;
}
.concept-img {
  position: relative;
  width: 40%;
  padding-bottom: 40%;
  margin-bottom: 80px;
  overflow: hidden;
}
.concept-img-inner {
  position: absolute;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
}

.object {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.object-content {
  width: 40%;
  margin-left: 15%;
}
.object-text {
  max-width: 400px;
  line-height: 2;
  font-size: 0.875em;
}
.object-text p {
  margin-bottom: 20px;
}
.object-text p:last-child {
  margin-bottom: 0;
}
.object-title {
  color: #000;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.object-title .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
}
.object-title-inner {
  display: inline-block;
}
.object-title-inner:after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  margin-top: -5px;
}
.object-img {
  position: relative;
  width: 45%;
  margin-bottom: 10%;
}
.object-img-bg {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  height: 100%;
  background: #eee;
}
.object-img-mask {
  padding-bottom: 137.5%;
  position: relative;
  overflow: hidden;
}
.object-img-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 110%;
}

.profile-content, .ambition-img, .concept-img, .large-image, .object-img {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.profile-content.show, .ambition-img.show, .concept-img.show, .large-image.show, .object-img.show {
  opacity: 1;
}

.object-title, .object-text p {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
.object-title.show, .object-text p.show {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .ambition-content {
    width: 48%;
    margin-top: 0;
  }
  .ambition-img2 {
    width: 48%;
  }

  .concept-content {
    width: 50%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1100px) {
  .concept-content {
    width: 55%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 960px) {
  .large-image {
    margin-top: 50px;
  }

  .ambition {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ambition-content, .ambition-img2 {
    width: auto;
    float: none;
  }
  .ambition-content {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .ambition-img1 {
    display: none;
  }
  .ambition-img2 {
    padding-bottom: 60%;
  }

  .concept {
    padding: 100px 0;
    margin-bottom: 50px;
    display: block;
  }
  .concept-content {
    width: auto;
    margin: 0 5%;
    padding: 50px;
  }
  .concept-bg {
    height: calc(100% + 40vw);
  }
  .show .concept-bg {
    width: 100%;
  }
  .concept-img {
    width: auto;
    margin: 0px 10%;
    padding-bottom: 60%;
  }

  .object {
    display: block;
    padding-bottom: 100px;
  }
  .object-content {
    width: auto;
    margin-left: 0;
  }
  .object-text {
    max-width: none;
  }
  .object-img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .profile-content {
    font-size: 0.875em;
    text-align: start;
  }

  .concept-content {
    padding: 50px 20px;
  }
}
