#home .hcontain {
  height: 133vh;
}
#home .hero {
  position: absolute;
  top: 0;
  width: 100%;
}
#home .hero .fx-list {
  display: none;
}
#home .hero .fx-slides > div > div {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transform: scale(1);
  will-change: transform;
}
#home .hero .fx-slides > div > div.fx-active {
  transform: scale(1.15);
  transition: transform 4s cubic-bezier(0.5, 0, 0.5, 1);
}
#home section a {
  transition: background-color 0.5s ease-out;
  width: fit-content;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 15px 60px 15px 30px;
  border-radius: 30px;
  position: relative;
}
#home section a::after {
  top: 0;
  left: 0;
  content: "";
  background: url(/i/arrow.svg) no-repeat calc(100% - 25px) center/25px auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
#home section a:hover {
  background: #43A2A3;
}
#home .mask {
  width: 100%;
}
#home .content {
  position: sticky;
  z-index: 1;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
#home h1 {
  font-size: 1.33em;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 1.66em;
}
#home h4 {
  font-size: 5em;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 1px;
  line-height: 1.1em;
}
#home h1, #home h4 {
  color: inherit;
  text-align: center;
}
#home .s2 {
  top: 100vh;
  height: 33vh;
  position: absolute;
}
#home .s3 {
  padding: 150px 0;
  position: relative;
}
#home .s3 .contain {
  position: relative;
}
#home .s3 .images {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 100px);
  height: 600px;
}
#home .s3 .images > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}
#home .s3 .images > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home .s3 .images > div > div:nth-child(1) {
  background-image: url(/i/home_img_growth.jpg);
}
#home .s3 .images > div > div:nth-child(2) {
  background-image: url(/i/home_img_value.jpg);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
#home .s3 .text {
  left: calc(50% + 100px);
  width: calc(50% - 100px);
  position: relative;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .s3 h3 {
  font-size: 3.33em;
  font-weight: 200;
  color: #264C5B;
  margin-bottom: 1em;
}
#home .s4 {
  background: #173744;
  padding: 150px 0;
}
#home .s4 .text {
  left: calc(50% + 100px);
  width: calc(50% - 100px);
  position: relative;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .s4 h3 {
  font-size: 3.33em;
  font-weight: 200;
  color: #fff;
  margin-bottom: 1em;
}
#home .s4 p {
  color: #fff;
  font-weight: 300;
}
#home .s4 a {
  margin-top: 40px;
}
#home .s5 {
  background: url(/i/hero1.jpg) no-repeat center/cover;
  padding: 200px 0 300px;
  box-sizing: border-box;
}
#home .s5 .contain {
  max-width: 1000px;
}
#home .s5 h2 {
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 1;
  max-width: 710px;
  margin: 0 auto;
}
#home .s5 h2 span {
  line-height: 90px;
  font-size: 13px;
  letter-spacing: 1.56px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 140px;
}
#home .s5 h2 span::before {
  left: 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #43A2A3;
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -100px;
}
#home .s5 .split-line {
  display: inline-block !important;
  transform: translateY(100%);
}
#home .s5 h2 sp {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#home .s5 h2 sp:first-child {
  left: -120px;
}
#home .s5 h2 sp:nth-child(2) {
  left: -80px;
}
#home .s5 p {
  padding-left: 450px;
  transform: translateY(100px);
  opacity: 0;
  color: #fff;
  margin-top: 60px;
  font-weight: 300;
}
#home .s5 a {
  margin-left: 450px;
  margin-top: 40px;
}
#home .s5.in-view .split-line {
  transform: translateY(0);
  transition: transform 0.5s ease-out 0.5s;
}
#home .s5.in-view h2 span::before {
  transition: width 0.5s ease-out, margin-top 0.5s ease-out 0.5s;
  width: 120px;
  margin-top: 0 !important;
}
#home .s5.in-view p {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-out 0.5s;
}
#home .s6 {
  padding: 200px 0;
  background: #F7FCFC;
  z-index: 1;
  position: relative;
}
#home .s6 .contain {
  max-width: 1050px;
}
#home .s6 h2 {
  line-height: 90px;
  font-size: 90px;
  color: #264C5B;
  font-weight: 200;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
}
#home .s6 h2 span {
  line-height: 90px;
  font-size: 13px;
  letter-spacing: 1.56px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 140px;
}
#home .s6 h2 span::before {
  left: 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #43A2A3;
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -100px;
}
#home .s6 h2.f sp:first-child {
  left: -160px;
}
#home .s6 h2.f sp:nth-child(2) {
  left: -120px;
}
#home .s6 .split-line {
  display: inline-block !important;
  transform: translateY(100%);
}
#home .s6 h2 sp {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#home .s6 p {
  transform: translateY(100px);
  opacity: 0;
  text-align: center;
  color: #14262E;
  margin: 60px auto 0 auto;
  max-width: 1020px;
}
#home .s6.in-view .split-line {
  transform: translateY(0);
  transition: transform 0.5s ease-out 0.5s;
}
#home .s6.in-view h2 span::before {
  transition: width 0.5s ease-out, margin-top 0.5s ease-out 0.5s;
  width: 120px;
  margin-top: 0 !important;
}
#home .s6.in-view p {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-out 0.5s;
}
#home .s7 {
  position: relative;
  height: 200vh;
  background-color: #264C5B;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#home .s7 h2 {
  line-height: 90px;
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  text-align: center;
}
#home .s7 .abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#home .s7 .img {
  position: sticky;
  height: 100vh;
  width: 50%;
  left: 50%;
  top: 0;
  overflow: hidden;
}
#home .s7 .contain {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .s7 .img > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home .s7 .img > div:nth-child(1) {
  background: url(/i/home-s7.jpg) no-repeat center/cover;
}
#home .s7 .img > div:nth-child(2) {
  background: url(/i/home-s8.jpg) no-repeat center/cover;
  top: 100vh;
}
#home .s7 .text {
  width: 50%;
  box-sizing: border-box;
  padding-right: 100px;
}
#home .s7 p {
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin-top: 40px;
}
#home .s7 a {
  margin: 40px auto 0 auto;
}
#home .s7.c {
  background-color: #35777F;
}

@media screen and (max-width: 1279px) {
  #home .s3 .text, #home .s4 .text {
    left: 50%;
    width: 50%;
  }
  #home .s7 .text {
    padding-right: 50px;
  }
  #home .s7 h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  #home .s5 h2, #home .s6 h2 {
    font-size: 50px;
    max-width: 600px;
    line-height: 1.15;
  }
  #home .s5 h2 span, #home .s6 h2 span {
    line-height: 50px;
  }
  #home .s5 h2 span::before, #home .s6 h2 span::before {
    margin-top: -64px;
  }
}
@media screen and (max-width: 979px) {
  #home h1 {
    font-size: 1em;
  }
  #home h4 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  #home h1 {
    font-size: 0.9em;
  }
  #home h4 {
    font-size: 3em;
  }
  #home .hcontain {
    height: 60vh;
    min-height: 550px;
    position: relative;
  }
  #home .hcontain .content {
    position: absolute;
    top: 60%;
    width: 100%;
  }
  #home .hero .fx-slides > div > div {
    height: 60vh;
  }
  #home .s2 {
    top: 60vh;
    height: 0;
  }
  #home .s3 .images {
    display: none;
  }
  #home .s4, #home .s3 {
    padding: 75px 0;
  }
  #home .s3 *, #home .s4 * {
    text-align: center;
  }
  #home .s3 .text, #home .s4 .text {
    left: 0;
    width: 100%;
    height: auto;
  }
  #home .s3 a, #home .s4 a {
    margin: 40px auto 0;
  }
  #home .s5 {
    padding-top: 100px;
  }
  #home .s5 h2 {
    font-size: 40px;
  }
  #home .s5 h2 sp:first-child {
    left: 0;
    display: block;
    width: 100%;
  }
  #home .s5 h2 sp:nth-child(2) {
    left: 0;
    padding-right: 10px;
  }
  #home .s5 h2 span {
    line-height: 40px;
    padding-left: 0 !important;
  }
  #home .s5 h2 span::before {
    display: none !important;
  }
  #home .s5 p {
    padding-left: 0;
    text-align: center;
  }
  #home .s5 a {
    margin: 40px auto 0;
  }
  #home .s6 {
    padding: 100px 0;
  }
  #home .s6 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #home .s6 h2.f sp:first-child {
    left: 0;
    display: block;
    width: 100%;
  }
  #home .s6 h2.f sp:nth-child(2) {
    left: 0;
    padding-right: 10px;
  }
  #home .s6 h2.f span {
    line-height: 40px;
    padding-left: 0 !important;
  }
  #home .s6 h2.f span::before {
    display: none !important;
  }
  #home .s6 p {
    padding-left: 0;
  }
  #home .s6 a {
    margin-left: 0;
  }
  #home .s7 {
    height: auto;
  }
  #home .s7 .abs {
    position: relative;
  }
  #home .s7 .contain {
    height: auto;
    padding: 100px 0;
    margin: 0;
    width: 100%;
  }
  #home .s7 .contain:nth-child(2) {
    background-color: #35777F;
  }
  #home .s7 .text {
    width: calc(100% - 2rem);
    padding-right: 0;
    margin: 0 1rem;
  }
  #home .s7 .img {
    left: 0;
    width: 100%;
    height: 400px;
  }
  #home .s7 .img > div:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #home .s5 h2 span, #home .s6 h2 span {
    padding-left: 120px;
  }
  #home .s5 h2 span::before, #home .s6 h2 span::before {
    left: -10px;
  }
}

/*# sourceMappingURL=home.css.map */
