#all_wrap {
  width: 100%;
  background-image: url("../images/common/back01.png"), url("../images/common/back01.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top -54px left -410px, top 803px right -297px;
}

#mv {
  padding: 46px 0 273px 0;
}
#mv .mv_wrap {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
#mv .mv_wrap .text_wrap {
  margin: 0 0 105px 0;
}
#mv .mv_wrap .text_wrap h2 {
  margin: 0 0 33px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 0px 0 0 110px;
  margin: 0 0 6px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1):before {
  content: "";
  display: block;
  width: 83px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.386;
  letter-spacing: 0;
}
#mv .mv_wrap h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 38px 0;
}
#mv .mv_wrap h4 {
  position: relative;
  padding: 0 0 0 84px;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 49px 0;
}
#mv .mv_wrap h4:before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .mv_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv .mv_wrap .mv_content_wrap .pp_text {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 2em;
}
#mv .mv_wrap .mv_content_wrap .pp_text pre {
  white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
  #all_wrap {
    background-size: 466px, 466px, 466px, 466px, 466px, 466px;
    background-position: top -19px left -234px, top 697px right -233px, top 1407px left -233px, top 2035px right -233px, top 2663px left -233px, top 2663px right -233px;
  }
  #mv {
    padding: 25px 0;
  }
  #mv .mv_wrap .text_wrap {
    margin: 0;
  }
  #mv .mv_wrap .text_wrap h2 {
    margin: 0 0 1em 0;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
    font-size: 23px;
    padding: 0 0 0 2em;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(1):before {
    width: 1.8em;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(2) {
    font-size: 45px;
    white-space: normal;
  }
  #mv .mv_wrap h3 {
    font-size: 35px;
  }
  #mv .mv_wrap h4 {
    font-size: 17px;
  }
}/*# sourceMappingURL=privacy_policy.css.map */