#about .mv {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/mainvisual01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  #about .mv {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #about .mv {
    height: 200px;
  }
}

#about .mv__head {
  color: #fff;
  font-size: 4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  #about .mv__head {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #about .mv__head {
    font-size: 2.4rem;
  }
}

#about .about {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #about .about {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #about .about {
    margin-top: 60px;
  }
}

#about .about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about .about__flex__content {
  width: 76%;
}

@media screen and (max-width: 767px) {
  #about .about__flex__content {
    width: 100%;
  }
}

#about .about__flex__content__wrap {
  width: 94.737%;
  margin: auto;
  padding: 0 10px 40px;
  text-align: center;
  border: 1px solid #f6f6f6;
  border-top: none;
  background: #fff;
  position: relative;
  z-index: 1;
}

#about .about__flex__content__wrap__txt:not(:nth-of-type(1)) {
  margin-top: 40px;
}

#about .about__flex__content__pic {
  width: 100%;
  margin-top: -70px;
}
/*# sourceMappingURL=style.css.map */