body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Antique", sans-serif;
}

.slogan_container {
  height: 100dvh;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
  background-image: url(images/main.jpg);
  background-size: cover;
  background-position: center center;
}

.slogan_container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: inherit;
  filter: blur(10px);
}

.service_slogan {
  font-family: "Kaisei Decol", serif;
  color: #fff;
  font-size: 5em;
  margin-top: 30px;
  font-weight: 600;
  font-style: bold;
  letter-spacing: 0;
  text-align: left;
}

span {
  display: inline-block;
}

.slogan_text {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  opacity: 0.7;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.scroll_container {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-family: serif;
  font-weight: 800;
  font-style: bold;
  letter-spacing: 0;
  opacity: 0.7;
}

.scroll_line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 85px;
  opacity: 0.7;
  background-color: #fff;
}

.features {
  padding: 100px 0;
  background-color: #cecece;
}

.features img {
  width: 100%;
}
.features h2 {
  font-family: "Kaisei Decol", serif;
  color: #000;
  font-size: 3em;
  margin-top: 30px;
  font-weight: 600;
  font-style: bold;
  letter-spacing: 0;
  text-align: left;
  display: inline;
  line-height: 1.4em;
  background: linear-gradient(transparent 70%, #ff9a9a 0%);
  -webkit-box-decolation-break: clone;
  box-decolation-break: clone;
}
.features p {
  color: #000;
  font-size: 1.5em;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
  line-height: 3em;
}
.features p span {
  display: inline-block;
}

.parallax {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 30vh;
}

@media screen and (max-width: 767px) {
  .service_slogan {
    font-size: 3em;
  }
  .slogan_text {
    font-size: 1em;
  }
  .scroll_container {
    font-size: 1em;
  }
  .scroll_line {
    height: 50px;
  }
  .features h2 {
    font-size: 2em;
  }
  .features p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service_slogan {
    font-size: 4em;
  }
  .slogan_text {
    font-size: 1.2em;
  }
  .scroll_container {
    font-size: 1.2em;
  }
  .scroll_line {
    height: 70px;
  }
  .features h2 {
    font-size: 2.5em;
  }
  .features p {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=style.css.map */