.pre-inc .commonspace .contents_wrapp .bg_text {
  line-height: 1;
  text-align: right;
}
.pre-inc .commonspace section figure {
  position: relative;
}
.pre-inc .commonspace section picture img {
  vertical-align: top;
}
.pre-inc .commonspace section figcaption {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
}
.pre-inc .commonspace .view_wrapp {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
.pre-inc .commonspace section.sec_1 {
  position: relative;
}
.pre-inc .commonspace section.sec_1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top2/riverfront_bg.jpg) center bottom no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent);
  mask-image: linear-gradient(to top, black 70%, transparent);
  z-index: -1;
  opacity: 0.4;
}
.pre-inc .commonspace section .inner {
  text-align: center;
  padding: 100px 30px;
  margin: 0 auto;
}
.pre-inc .commonspace section .inner p {
  line-height: 2;
}
.pre-inc .commonspace section .inner h4 {
  font-size: min(4vw, 27px);
  margin-bottom: 50px;
}
.pre-inc .commonspace section.sec_1 .inner {
  padding-top: 50px;
}
.pre-inc .commonspace section.sec_1 figcaption {
  bottom: -1.5em;
  color: #000;
}
.pre-inc .commonspace section.sec_1 img {
  z-index: -1;
  position: relative;
}
.pre-inc .commonspace section .point {
  margin-top: 100px;
}
.pre-inc .commonspace section .point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.pre-inc .commonspace section .point ul li {
  width: calc(50% - 15px);
  text-align: left;
}
.pre-inc .commonspace section .point ul li h5 {
  font-size: min(3.8vw, 20px);
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.pre-inc .commonspace section .point ul li h5 i {
  line-height: 0;
}
.pre-inc .commonspace section .point ul li h5 span {
  margin-left: 0.5em;
}
.pre-inc .commonspace section .point ul li:nth-child(6) {
  display: flex;
}
.pre-inc .commonspace section .point ul li:nth-child(6) .text {
  width: 60%;
}
.pre-inc .commonspace section .point ul li:nth-child(7) {
  width: 100%;
}
.pre-inc .commonspace section .plant {
  margin-top: 100px;
}
.pre-inc .commonspace section .plant .text {
  margin-bottom: 30px;
}
.pre-inc .commonspace section .plant ul {
  display: flex;
  gap: 10px;
}
.pre-inc .commonspace section .plant ul li p {
  text-align: left;
}
.pre-inc .commonspace section.sec_4 {
  position: relative;
}
.pre-inc .commonspace section.sec_4::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 .commonspace section.sec_4 .bg {
  background: url(../images/commonspace/section_bg.png) bottom right no-repeat;
  background-size: cover;
  position: relative;
}
.pre-inc .commonspace section.sec_4 .bg::before, .pre-inc .commonspace section.sec_4 .bg::after {
  content: "";
  position: absolute;
}
.pre-inc .commonspace section.sec_4 .bg::before {
  background: url(../images/commonspace/section_bg_first.png) top right no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.pre-inc .commonspace section.sec_4 .bg::after {
  background: url(../images/commonspace/section_bg_end.png) bottom left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.pre-inc .commonspace section.sec_4 .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pre-inc .commonspace section.sec_1::before {
    top: -50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pre-inc .commonspace .sec_1 {
    margin-top: 0vh;
  }
  .pre-inc .commonspace section .inner p {
    text-align: left;
  }
  .pre-inc .commonspace section .inner {
    padding: 50px 0;
  }
  .pre-inc .commonspace section.sec_1 .inner {
    padding-top: 40px;
  }
  .pre-inc .commonspace section .inner h4 {
    margin-bottom: 30px;
  }
  .pre-inc .commonspace section .point {
    margin-top: 50px;
  }
  .pre-inc .commonspace section .point ul li {
    width: 100%;
  }
  .pre-inc .commonspace section .plant {
    margin-top: 60px;
  }
  .pre-inc .commonspace section .plant ul {
    flex-wrap: wrap;
  }
  .pre-inc .commonspace section .plant ul li {
    width: calc(50% - 5px);
  }
}

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