@media only screen and (max-width: 767px) {
  .second-mv {
    padding-top: 22.6rem;
  }
}
.second-mv::before {
  background: url("../img/history/mv-img.jpg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    background: url("../img/history/sp/mv-img.jpg") no-repeat top left/cover;
  }
}

@media print, screen and (min-width: 768px) {
  .history .inner {
    width: 100rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .history .inner {
    padding: 0.5rem 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .history--content .short {
    position: relative;
  }
  .history--content .short dl {
    width: 78rem;
  }
  .history--content .short .absolute {
    position: absolute;
    left: calc(100% + 4rem);
    top: 6rem;
    width: 18rem;
    display: block !important;
  }
  .history--content .short .absolute li {
    margin: 0 0 2rem !important;
  }
}
.history--content dl {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 1.7rem;
  padding: 0.6rem 0 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .history--content dl {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .history--content dl {
    margin-bottom: 3rem;
    padding: 0rem 0 3.05rem;
  }
}
.history--content dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #009043;
  letter-spacing: 0.3rem;
}
@media print, screen and (min-width: 768px) {
  .history--content dl dt {
    margin-right: 5.4rem;
    width: 18.5rem;
    padding: 0.6rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .history--content dl dt {
    font-size: 2.8rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.5rem;
    letter-spacing: 0.6rem;
  }
}
.history--content dl dd {
  line-height: 1.86;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
@media print, screen and (min-width: 768px) {
  .history--content dl dd {
    width: calc(100% - 23.9rem);
  }
}
@media only screen and (max-width: 767px) {
  .history--content dl dd {
    font-size: 2.8rem;
    line-height: 1.64;
    letter-spacing: 0.06rem;
  }
}
@media print, screen and (min-width: 768px) {
  .history--content dl dd.image figure {
    display: flex;
    align-items: flex-start;
  }
}
.history--content dl dd.image figure figcaption {
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .history--content dl dd.image figure figcaption {
    margin: 0 0 3rem;
  }
}
.history--content dl dd.image figure .list {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .history--content dl dd.image figure .list {
    justify-content: center;
  }
}
.history--content dl dd.image figure .list li {
  width: 18rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .history--content dl dd.image figure .list li {
    width: 24rem;
    margin: 0 2rem;
  }
}
/*# sourceMappingURL=history.css.map */