/* ============================================================
// Business
============================================================ */
.business-ttl-img {
  background: url(../images/business/title-image.png) no-repeat center center/cover;
}

.parallax-wrapper {
  position: relative;
}

.parallax {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #ffffff;
}
.parallax .black-box {
  width: 752px;
  margin: 0 120px 0 20px;
  padding: 60px 130px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
}
.parallax .black-box .ttl .min-txt {
  font-size: 16px;
  color: #c3ff00;
}
.parallax .black-box .ttl .txt {
  font-size: 72px;
  color: #aee8c1;
  line-height: 1;
}
.parallax .black-box p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 30px 0 60px;
}
@media print, screen and (max-width: 1199px) {
  .parallax .black-box {
    width: 100%;
    margin: 0 20px;
    padding: 30px 20px;
  }
  .parallax .black-box .ttl .min-txt {
    font-size: 15px;
  }
  .parallax .black-box .ttl .txt {
    font-size: 40px;
  }
  .parallax .black-box p {
    font-size: 16px;
    margin: 20px 0 40px;
  }
}

@media print, screen and (max-width: 991px) {
  .parallax {
    height: auto;
    padding: 120px 0;
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center;
  }
}
.sec1 {
  background-image: url(../images/business/img-1.jpg);
}

.sec2 {
  background-image: url(../images/business/img-2.jpg);
}

.sec3 {
  background-image: url(../images/business/img-3.jpg);
}

.sec4 {
  background-image: url(../images/business/img-4.jpg);
}