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

@media screen and (max-width: 768px) {
  .mv {
    background-position: top right 55%;
  }
}

section.archive {
  background-color: #fff;
  position: relative;
}

section.archive h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section.archive h2 {
    margin-bottom: 22px;
  }
}

section.archive p.lead {
  max-width: 720px;
  width: 93%;
  margin: 0 auto 35px;
}

section.archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  section.archive ul {
    margin-bottom: 5%;
  }
}

section.archive ul li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
  border-radius: 20px;
  background-color: #75b827;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.archive ul li {
    width: 100%;
    margin-right: 0;
    border-radius: 10px;
  }
  section.archive ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

section.archive ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section.archive ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  section.archive ul li a .pic {
    width: 30%;
    min-width: 120px;
  }
}

section.archive ul li a .pic img {
  width: 100%;
}

section.archive ul li a p {
  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;
  height: 75px;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  section.archive ul li a p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    height: auto;
    max-width: calc(100% - 120px);
    padding: 15px 5%;
    font-size: 18px;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=style.css.map */