body {
  overflow-x: hidden;
}

#home .s1 {
  height: 120vh;
  min-height: 950px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: -300px;
  max-height: 1840px;
}

#home .s1 .hero-text {
  z-index: 1;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  text-align: center;
}

#home .s1 .hero-text h1 {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 6.25rem;
  line-height: 1.09em;
  color: #434343;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

#home .s1 .hero-text h1 span {
  display: inline-block;
  background: var(--gradient-dark, linear-gradient(90deg, #89C1F8 0%, #0F355A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#home .s1 .hero-text .sp {
  display: none;
}

#home .s1 .hero-text.active h1 {
  opacity: 1;
  transform: translateY(0);
}

#home .s1 .scroll {
  position: fixed;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.16rem;
  color: #1C2855;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

#home .s1 .scroll .vline {
  display: block;
  width: 1px;
  height: 35px;
  background: #1C2855;
}

#home .s1 .scroll img {
  animation: arrowBounce 1.2s ease-in-out infinite;
}

#home .s1 .bg-img {
  height: 85vh;
  width: 100%;
  background: url(/i/home-hero.png) no-repeat top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  will-change: transform;
  mix-blend-mode: normal;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.6;
  }
}

#home .s2 {
  position: relative;
  padding-top: 17rem;
  background: #fff;
  z-index: 1;
}

#home .s2 .intro-text {
  width: calc(100% - 2rem);
  max-width: 510px;
  margin: 0 auto 3.84rem auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

#home .s2 .intro-text p.md {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.17em;
  font-weight: 500;
  margin-top: 1rem;
  color: #1C2855;
}

#home .s2 .timeline {
  position: relative;
  /*** Step ***/
}

#home .s2 .timeline .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #D9D9D9;
  z-index: 10;
  will-change: transform;
  transform: translateX(-50%) translateZ(0);
  pointer-events: none;
  z-index: 1;
}

#home .s2 .timeline .line .line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: #2A72B9;
  z-index: 2;
}

#home .s2 .timeline .line .scroll-indicator {
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 3;
}

#home .s2 .timeline .line .scroll-indicator svg {
  width: 100%;
}

#home .s2 .timeline .line .scroll-indicator svg path {
  fill: #D9D9D9;
  transition: fill 0.4s ease;
}

#home .s2 .timeline .line .scroll-indicator.active svg path {
  fill: #4A9BEB;
}

#home .s2 .timeline .step {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 1100px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 125px 0;
  position: relative;
  z-index: 1;
}

#home .s2 .timeline .step p {
  max-width: 452px;
}

#home .s2 .timeline .step h2 {
  min-width: 452px;
}

#home .s2 .timeline #step1 {
  padding-top: 250px;
}

#home .s2 .timeline .blue-section {
  position: relative;
  padding: 250px 0;
}

#home .s2 .timeline .blue-section .blue-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/i/peak.png") no-repeat top center;
  background-size: cover;
  --topY: 350px;
  clip-path: polygon(0 var(--topY), 50% 0, 100% var(--topY), 100% 100%, 0% 100%);
  transition: none;
  pointer-events: none;
}

#home .s2 .timeline .blue-section .step {
  padding: 0 !important;
  opacity: 1;
  transform: none;
}

#home .s2 .timeline .blue-section .step > div {
  width: 50%;
}

#home .s2 .timeline .blue-section .step .content {
  min-height: 337px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2.23rem 3.4rem;
  border: solid 1px rgba(217, 217, 217, 0.5);
  transition: all .3s ease;
  position: relative;
}

#home .s2 .timeline .blue-section .step .content h3, #home .s2 .timeline .blue-section .step .content p {
  color: #fff;
  transition: all 0.8s ease;
}

#home .s2 .timeline .blue-section .step .content p {
  font-size: 16px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
}

#home .s2 .timeline .blue-section .step .content a {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.05rem;
  color: #4A9BEB;
  position: absolute;
  top: 2.23rem;
  right: 2.23rem;
  opacity: 0;
  transition: all .3s ease;
}

#home .s2 .timeline .blue-section .step .content a svg {
  position: relative;
  top: 8px;
}

#home .s2 .timeline .blue-section .step .content a svg path {
  transition: fill .3s ease;
}

#home .s2 .timeline .blue-section .step .content a:hover {
  color: #2A72B9;
}

#home .s2 .timeline .blue-section .step .content a:hover svg path {
  stroke: #2A72B9;
}

#home .s2 .timeline .blue-section .step.sel .content {
  border-top-right-radius: 40px;
}

#home .s2 .timeline .blue-section .step.sel .content h3 {
  margin-bottom: 15px;
}

#home .s2 .timeline .blue-section .step.sel .content a {
  opacity: 1;
}

#home .s2 .timeline .blue-section .step.sel .content p {
  opacity: 1;
  max-height: 200px;
  visibility: visible;
  margin-top: 15px;
}

#home .s2 .timeline .blue-section #step4 .content, #home .s2 .timeline .blue-section #step6 .content {
  border-left: none;
}

#home .s2 .timeline .blue-section #step5 .content {
  border-right: none;
}

#home .s2 .timeline .blue-section #step5.sel .content {
  border-top-right-radius: 0px;
  border-top-left-radius: 40px;
}

#home .s2 .timeline .blue-section #step5, #home .s2 .timeline .blue-section #step6 {
  margin-top: -1px;
}

#home .s2::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/i/svg/vector.svg) no-repeat top/cover fixed;
  top: 0;
  left: 0;
}

#home .s3 {
  padding: 9.33rem 0;
  text-align: center;
  position: relative;
  background: #fff;
}

#home .s3 .container {
  max-width: 992px;
  z-index: 2;
  position: relative;
}

#home .s3 p {
  margin: 0 auto 1.5rem auto;
  max-width: 663px;
  font-size: 1.27rem;
  line-height: 1.39em;
}

#home .s3 h2 {
  margin-bottom: 2.77rem;
}

#home .s3::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 50vh;
  background: url(/i/pre-footer.png) no-repeat top/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 1320px) {
  #home .s1 .hero-text h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1100px) {
  #home .s1 {
    height: 110vh;
  }
  #home .s1 .bg-img {
    height: 75vh;
  }
  #home .s1 .hero-text h1 {
    font-size: 4.5rem;
  }
  #home .s2 .timeline .line {
    display: none;
  }
  #home .s2 .timeline .step {
    opacity: 1;
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    transform: none;
  }
  #home .s2 .timeline .step h2 br {
    display: none;
  }
  #home .s2 .timeline .step h2 {
    min-width: auto;
  }
  #home .s2 .timeline .step p {
    max-width: none;
  }
  #home .s2 .timeline #step1 {
    padding-top: 0;
  }
  #home .s2 .timeline #step2 {
    flex-direction: column-reverse;
  }
  #home .s2 .timeline .blue-section {
    background: url(/i/peak.png) no-repeat top center;
    padding: 7rem 0;
    margin-top: 4rem;
  }
  #home .s2 .timeline .blue-section .blue-mask {
    display: none;
  }
  #home .s2 .timeline .blue-section .step {
    text-align: left;
    margin-bottom: 2rem;
    padding: 0;
    gap: 0;
  }
  #home .s2 .timeline .blue-section .step .content {
    width: 100%;
    border-left: solid 1px rgba(217, 217, 217, 0.5);
  }
  #home .s2 .timeline .blue-section #step4 .content, #home .s2 .timeline .blue-section #step6 .content {
    border-left: solid 1px rgba(217, 217, 217, 0.5);
  }
  #home .s2 .timeline .blue-section #step5 .content {
    border-right: solid 1px rgba(217, 217, 217, 0.5);
  }
  #home .s2 .timeline .blue-section #step5.sel .content {
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
  }
  #home .s2 .timeline .blue-section #step6 {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  #home .s2 .timeline .blue-section #step5, #home .s2 .timeline .blue-section #step6 {
    margin-top: 0;
  }
  #home .s2::before {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1023px) {
  #home .s1 .hero-text h1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px), screen and (max-height: 800px) {
  #home .s1 {
    height: 100vh;
    min-height: 500px;
    margin-bottom: 0;
  }
  #home .s1 .hero-text {
    position: absolute;
    z-index: 10;
  }
  #home .s1 .hero-text h1 {
    font-size: 3rem;
  }
  #home .s1 .hero-text .sp {
    display: block;
  }
  #home .s1 .scroll {
    position: absolute;
    font-size: 1rem;
    top: auto;
    bottom: 7rem;
  }
  #home .s1 .scroll .vline {
    height: 25px;
  }
  #home .s1 .scroll img {
    max-width: 30px;
  }
  #home .s2 {
    padding-top: 5rem;
  }
  #home .s2 .intro-text {
    text-align: left;
  }
  #home .s2 .intro-text p.md {
    font-size: 1.3rem;
  }
  #home .s2 .timeline .step {
    text-align: left;
  }
  #home .s2 .timeline .blue-section {
    padding: 5rem 0;
    margin-top: 2rem;
  }
  #home .s2 .timeline .blue-section .step .content {
    padding: 2rem;
    min-height: 300px;
  }
  #home .s2 .timeline .blue-section .step .content p {
    font-size: 14px;
  }
  #home .s3 {
    padding: 5rem 0;
  }
  #home .s3 p {
    font-size: 1.1rem;
  }
  #home .s3 h2 {
    font-size: 2rem;
  }
}
