@media only screen and (min-width: 768px) {
  .mv {
    background: url("../img/company/company_bg.png") no-repeat top center/cover;
  }
}

.list dl {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  line-height: 1.5;
  border-bottom: 1px solid #dfdfdf;
}
.list dl::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 24%;
  height: 2px;
  border-bottom: 1px solid #0068b7;
}
.list dl dt {
  width: 24%;
  font-weight: 700;
  text-align: left;
}
.list dl dd {
  width: 72%;
  letter-spacing: 0;
  text-align: left;
}
.list dl dd a {
  display: inline-block;
}
.list dl dd p {
  display: inline-block;
  font-weight: 700;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .list dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .list dl::before {
    width: 19%;
  }
  .list dl dt {
    width: 19%;
  }
  .list dl dd {
    width: 81%;
    padding-left: 4%;
  }
}

#infor {
  padding: 10vw 0px 10vw;
}
#infor h2 {
  font-weight: 700;
  font-size: 5.5vw;
  color: #0068b7;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #infor {
    padding: 65px 0px 94px;
  }
  #infor .wrap {
    max-width: 1240px;
  }
  #infor h2 {
    font-size: 26px;
    margin-bottom: 73px;
  }
}

#history {
  background: #eff2f6;
  padding: 10vw 0px 16vw;
}
#history h2 {
  font-weight: 700;
  font-size: 5.5vw;
  color: #0068b7;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #history {
    padding: 95px 0px 184px;
  }
  #history .wrap {
    max-width: 1240px;
  }
  #history h2 {
    font-size: 26px;
    margin-bottom: 71px;
  }
}/*# sourceMappingURL=company.css.map */