@media screen and (min-width: 796px) {
  body#preparation #header .gnavi ul {
    justify-content: flex-end;
  }
  body#preparation #header .gnavi ul li {
    margin-left: 52px;
  }
}
body#preparation .mvPreTxt {
  width: 100%;
  height: 130px;
  padding-top: 19px;
  background-color: rgba(0, 138, 50, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
body#preparation .mvPreTxt p {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
body#preparation .mvPreTxt span {
  display: block;
  font-size: 0.577em;
}
body#preparation .about_info {
  margin-top: -135px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
}
body#preparation .about_info .about_info_btn_wrapper {
  padding-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 795px) {
  body#preparation .mainVisual {
    padding-top: 15vw;
  }
  body#preparation .mvPreTxt {
    width: 100%;
    height: 8em;
    padding-top: 1.35em;
    top: 14vw;
  }
  body#preparation .mvPreTxt p {
    font-size: 10vw;
  }
  body#preparation .mvPreTxt span {
    font-size: 0.577em;
  }
  body#preparation .about_info {
    margin-top: 5em;
  }
}/*# sourceMappingURL=add_style.css.map */