.info {
  position: relative;
  margin: 0;
  width: 100vw;
  height: auto;
  background-image: url(../img/footer-sp.png);
}
.info .alceo-detail {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 60vw;
  max-width: 600px;
  opacity: 80%;
  height: auto;
  z-index: -1;
}
.info .info-contents {
  padding-top: 10rem;
}
.info .info-contents .text {
  margin-top: -2rem;
}

.info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 30%;
  background-image: url(../img/bottom-carv.svg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .info {
    background-image: url(../img/footer-pc.png);
  }
  .info .alceo-detail {
    right: 10%;
    width: 400px;
  }
  .info::before {
    min-height: 50%;
  }
}
@media screen and (min-width: 1444px) {
  .info {
    background-image: url(../img/footer-pc.png);
    background-position: center 25%;
  }
  .info .alceo-detail {
    right: 30%;
    width: 400px;
  }
  .info::before {
    min-height: 65%;
  }
}/*# sourceMappingURL=info.css.map */