#company .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) {
  #company .mv {
    height: 300px;
  }
}

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

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

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

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

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

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

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

#company .company__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;
}

#company .company__flex__content {
  width: 76%;
}

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

#company .company__flex__content__table {
  width: 100%;
}

#company .company__flex__content__table tr {
  width: 100%;
  border-top: 1px solid #ccc;
}

#company .company__flex__content__table tr th {
  width: 23.684%;
  padding: 23.5px 20px 23.5px 0;
  font-weight: bold;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #company .company__flex__content__table tr th {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #company .company__flex__content__table tr th {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

#company .company__flex__content__table tr th::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #company .company__flex__content__table tr th::before {
    width: 25%;
  }
}

#company .company__flex__content__table tr td {
  width: 76.316%;
  padding: 23.5px 0 23.5px 40px;
}

@media screen and (max-width: 1199px) {
  #company .company__flex__content__table tr td {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  #company .company__flex__content__table tr td {
    width: 100%;
    display: block;
    padding: 0 0 23.5px 0;
  }
}
/*# sourceMappingURL=style.css.map */