.lp-fv {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: clamp(24px, 5vw, 60px) 16px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  border-radius: 0;
}
.lp-fv__title {
  color: #052387;
  line-height: 1.6;
}
.lp-fv__title .lp-fv__line {
  display: block;
  font-size: 5vw;
}
.lp-fv__title .lp-fv__line--large {
  font-size: 8vw;
  font-weight: 700;
  margin: 8px 0;
}
.lp-fv__title .lp-fv__line--normal {
  font-size: clamp(1rem, 2vw, 1.2rem);
  display: inline-block;
  vertical-align: baseline;
}
.lp-fv__image {
  margin-top: clamp(16px, 4vw, 24px);
}
.lp-fv__image img {
  width: 216px;
  height: 250px;
  object-fit: cover;
}
.lp-fv__arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 30px solid #fff;
}
@media (min-width: 768px) {
  .lp-fv .lp-fv__title .lp-fv__line {
    font-size: 4vw;
  }
  .lp-fv .lp-fv__title .lp-fv__line--large {
    font-size: 7vw;
  }
  .lp-fv .lp-fv__image img {
    width: 249px;
    height: 310px;
  }
}
@media (min-width: 1024px) {
  .lp-fv .lp-fv {
    padding: 60px 0 0;
  }
  .lp-fv .lp-fv__title .lp-fv__line {
    font-size: 2rem;
  }
  .lp-fv .lp-fv__title .lp-fv__line--large {
    font-size: 3rem;
  }
  .lp-fv .lp-fv__title .lp-fv__line--normal {
    font-size: 2rem;
  }
  .lp-fv .lp-fv__image {
    margin-top: 24px;
  }
  .lp-fv .lp-fv__image img {
    width: 250px;
    height: 260px;
  }
  .lp-fv .lp-fv__arrow {
    border-left: 512px solid transparent;
    border-right: 512px solid transparent;
    border-top: 30px solid #fff;
  }
}/*# sourceMappingURL=fv.css.map */