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

#lead {
  padding: 10vw 0px;
}
#lead h2 {
  font-weight: 700;
  color: #0068b7;
  font-size: 6vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 48px 0px 67px;
  }
  #lead .wrap {
    max-width: 1240px;
  }
  #lead h2 {
    font-size: 32px;
    margin-bottom: 29px;
  }
  #lead .lead-txt {
    font-size: 18px;
    line-height: 34px;
  }
}

#overview {
  padding: 0px 0px 12vw;
}
#overview h2 {
  font-weight: 700;
  color: #0068b7;
  font-size: 5.5vw;
  margin-bottom: 3vw;
}
#overview .overview-img {
  width: 100%;
  margin: 8vw auto;
  max-width: 504px;
}
#overview h3 {
  font-size: 4.5vw;
  margin: 4vw 0px 2vw;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#overview h3 span {
  color: #0068b7;
}
@media only screen and (min-width: 768px) {
  #overview {
    padding: 28px 0px 95px;
  }
  #overview h2 {
    font-size: 26px;
    margin-bottom: 17px;
  }
  #overview .overview-txt1, #overview .overview-txt2 {
    max-width: 725px;
    width: 64%;
    line-height: 30px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
  }
  #overview .overview-img {
    width: 48%;
    margin: 0px;
    position: absolute;
    top: -12px;
    right: -30px;
  }
  #overview h3 {
    margin: 30px 0px 2px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  #overview .overview-txt1, #overview .overview-txt2 {
    width: 58%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #overview .overview-img {
    width: 100%;
    margin: 30px auto 30px;
    position: relative;
    inset: 0;
  }
  #overview .overview-txt1, #overview .overview-txt2 {
    width: 100%;
    max-width: unset;
  }
}

#history {
  background: #eff2f6;
  padding: 10vw 0px 16vw;
}
#history h2 {
  font-weight: 700;
  font-size: 5.5vw;
  color: #0068b7;
  margin-bottom: 6vw;
}
#history dl {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  line-height: 1.5;
  border-bottom: 1px solid #dfdfdf;
}
#history dl::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 20%;
  height: 2px;
  border-bottom: 1px solid #0068b7;
}
#history dl dt {
  width: 20%;
  font-weight: 700;
}
#history dl dd {
  width: 80%;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #history {
    padding: 95px 0px 238px;
  }
  #history .wrap {
    max-width: 1240px;
  }
  #history h2 {
    font-size: 26px;
    margin-bottom: 39px;
  }
  #history dl {
    margin-bottom: 13px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 32px;
  }
  #history dl::before {
    width: 19%;
  }
  #history dl dt {
    width: 19%;
  }
  #history dl dd {
    width: 81%;
    padding-left: 4%;
  }
}/*# sourceMappingURL=works.css.map */