@charset "UTF-8";
@import url("https://use.typekit.net/xer2bpn.css");
.sec.sec1 {
  margin: 0 auto 80px auto;
}

/* history */
.history .inner {
  width: 520px;
  background-repeat: no-repeat;
  background-position: 120px 72px;
  background-size: 398px 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%;
  }
  .history .inner dl {
    background-image: url(../../images/arrow_sp2.svg);
    margin: 0 0 20px 0;
    position: relative;
  }
  .history .inner dl:first-child {
    padding-bottom: 20px;
  }
  .history .inner dl:first-child dd::before {
    content: "";
    width: 2px;
    height: 36px;
    background-color: #ff9e1b;
    display: block;
    position: absolute;
    right: 19px;
    bottom: 0px;
  }
  .history .inner dl dt.small {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .history .inner dl dd:last-child {
    background-image: none;
  }
}

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