.page__fv {
  position: relative;
}
.page__fv--img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page__fv {
    margin-bottom: 30px;
  }
}
.page__fv--title {
  position: absolute;
  top: 180px;
  left: 5%;
}
.page__fv--title h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page__fv--title h2 {
    font-size: 18px;
  }
}
.page__fv--title h2 span {
  font-size: 16px;
  vertical-align: top;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .page__fv--title h2 span {
    font-size: 12px;
  }
}
.page__fv .caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page__fv .caption {
    display: none;
  }
}

.caption {
  max-width: 1280px;
  padding: 0 40px;
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .caption {
    padding: 0 5.3333333333vw;
  }
}/*# sourceMappingURL=page.css.map */