.under-mv {
  height: 260px;
  background-position: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 751px) {
  .under-mv {
    height: 74px;
    margin-bottom: 80px;
    background-size: cover;
  }
}

.under-mv-box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(202px);
          transform: translateY(202px);
}

@media only screen and (max-width: 751px) {
  .under-mv-box {
    width: auto;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
    padding-left: 20px;
  }
}

.under-mv-title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 110px;
  text-align: left;
  color: #005eaa;
}

@media only screen and (max-width: 751px) {
  .under-mv-title {
    font-size: 54px;
  }
}

.under-mv-sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 751px) {
  .under-mv-sub {
    font-size: 14px;
    line-height: 35px;
  }
}

.company-inner {
  padding-top: 84px;
}

@media only screen and (max-width: 751px) {
  .company-inner {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.company-mv {
  background-image: url("../img/company/mv.png");
}

.company-heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  color: #005eaa;
  margin-bottom: 61px;
}

@media only screen and (max-width: 751px) {
  .company-heading {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px;
  }
}

.company-lead {
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 81px;
}

@media only screen and (max-width: 751px) {
  .company-lead {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin-bottom: 50px;
  }
}

.company-list {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 751px) {
  .company-list {
    width: 100%;
  }
}

.company-box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 751px) {
  .company-box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 751px) {
  .company-box:nth-of-type(even) {
    margin-right: 0;
  }
}

.company-box__link {
  display: block;
}

.company-box__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 751px) {
  .company-box__img img {
    width: 100%;
  }
}

.company-box__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 751px) {
  .company-box__text {
    font-size: 14px;
    line-height: 26px;
  }
}
/*# sourceMappingURL=company.css.map */