@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://use.typekit.net/mcn5lnv.css");
.sec.sec1 {
  margin: 0 auto 80px auto;
}

/* history */
.history .inner {
  width: 1080px;
  background-repeat: no-repeat;
  background-position: 120px 72px;
  background-size: 1058px 2px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  .sec.sec1 {
    margin: 0 auto 40px auto;
  }
  .sec.sec1 .visual::before {
    background-image: url(../images/visual_sp.jpg);
  }

  /* history */
  .history .inner {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 2px 100%;
  }
}

/*# sourceMappingURL=style.css.map */
