@media screen and (max-width: 479px) {
    .header-content {
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
.hero_image01{
    background-color: #000;
    /* position: relative; */
    /* padding-top: 100px; */
    height: 32vw;
    background-image: url(https://cdn.zuuonline.com/contents/lp/assets/pdca_wsm_businessplan_to/images/mainPC.jpg);
    background-repeat: no-repeat, repeat;
    background-color: rgba(255, 255, 255, 0.8);
    /* background-blend-mode: multiply; */
    background-size: cover;
    background-attachment: initial;
    background-size: contain;
    background-position: bottom;
}
.hero_image01sp{
display: none;
}
}

@media screen and (max-width: 767px) {
.hero_image01{
display: none;
}
.hero_image01sp{
        display: flex;
        height: auto;
        padding-top: 6.5vw;
    }
}
}

.hero_image:before {
    background: no-repeat;
}

.form-p-block p,
.form_box_point {
  margin: auto auto 1rem 17rem!important;
  padding: 0!important;
}

input, button, textarea, select {
    width: 80%;
    line-height: 2rem;
    color: #777;
    border: 0.1rem solid #d9d9d9;
}

@media screen and (max-width: 479px) {
  .form-p-block p {
    margin: auto auto 1rem 0!important;
    padding: 0!important;
  }
  .form_box_point {
    margin: auto auto 1rem 0!important;
    padding: 0!important;
  }
}