.spacer {
  height: 60px;
  width: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
}

.section_concept {
  height: 400vh;
}

.section_name {
  height: 400vh;
}

.section_logo {
  height: 600vh;
}

.main-image_container {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-image_container1 {
  color: #212121;
}

.main-image_container2 {
  color: #FFFFFF;
}

.main-image_container3 {
  color: #FFFFFF;
}

.main-image {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 2;
}

.headline {
  font-size: 20px;
  position: relative;
  height: 100vh;
  text-align: center;
  z-index: 3;
}

.headline2 {
  font-size: 20px;
  position: relative;
  height: 100vh;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  z-index: 3;
}

.text_container {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  height: 100vh;
  padding: 20px;
  z-index: 4;
}

.paragraph {
  text-align: center;
  padding: 10px 0;
}

.name_formal-logo {
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 3;
}

.headline_container {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.headline1 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  z-index: 4;
}

.main-image_inner-container {
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.main-image_layer::after {
  content: '';
  position: absolute;
  display: inline;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffffa3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.main-image_layer2::after {
  content: '';
  opacity: 1;
  position: absolute;
  display: inline;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #00095081;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.main-image_layer3::after {
  content: '';
  opacity: 0;
  position: absolute;
  display: inline;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #00000081;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .headline {
    font-size: 32px;
  }
  .headline1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .headline2 {
    font-size: 32px;
  }
  .text_container {
    font-size: 20px;
  }
  .text_container .paragraph {
    padding: 20px 0;
  }
}
/*# sourceMappingURL=concept.css.map */