.pre-inc .river_front section figure {
  position: relative;
}
.pre-inc .river_front section picture img {
  vertical-align: top;
}
.pre-inc .river_front section figcaption {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
}
.pre-inc .river_front section .inner {
  text-align: center;
  padding: 100px 30px;
  margin: 0 auto;
}
.pre-inc .river_front section .inner p {
  line-height: 2;
}
.pre-inc .river_front section .inner h4 {
  font-size: min(4vw, 27px);
  margin-bottom: 50px;
}
.pre-inc .river_front section.sec_1 img {
  z-index: -1;
  position: relative;
}
.pre-inc .river_front section.sec_1 .bg {
  background: url(../images/river_front/section_bg.png) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.pre-inc .river_front section.sec_2 {
  position: relative;
}
.pre-inc .river_front section.sec_2::after {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(169, 83, 153);
  background: linear-gradient(90deg, rgb(169, 83, 153) 0%, rgb(169, 83, 153) 0%, rgb(48, 159, 209) 100%);
}
.pre-inc .river_front section.sec_2 .photo {
  position: relative;
}
.pre-inc .river_front section.sec_2 .photo p {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-51%);
  font-family: "Sorts Mill Goudy", serif;
  font-size: min(8vw, 130px);
  color: #f1f1f1;
  line-height: 1.2;
}
.pre-inc .river_front section.sec_2 .perth {
  position: relative;
  max-width: 802px;
  margin: 0 auto;
}
.pre-inc .river_front section.sec_2 .perth .text {
  position: absolute;
  bottom: 1em;
  right: 0;
  z-index: 2;
}
.pre-inc .river_front section.sec_2 .photo_2 {
  margin-top: -50vh;
}
@media (max-width: 1024px) {
  .pre-inc .river_front section.sec_2 .photo_2 {
    margin-top: -25vh;
  }
}
@media (max-width: 767px) {
  .pre-inc .river_front .contents_wrapp .bg_text {
    line-height: 1;
    text-align: right;
  }
  .pre-inc .river_front section .inner p {
    text-align: left;
  }
  .pre-inc .river_front section .inner {
    padding: 50px 0;
  }
  .pre-inc .river_front section .inner h4 {
    margin-bottom: 30px;
  }
  .pre-inc .river_front section.sec_1 .bg {
    padding: 0;
  }
  .pre-inc .river_front section.sec_2 .photo p {
    width: 70%;
  }
  .pre-inc .river_front section.sec_2 .perth .text {
    bottom: 0;
  }
}

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