/* Our Story */
.our-story-wrap {
  width: 80%;
  max-width: 1280px;
  margin: 150px auto 80px;
}

.our-story-title {
  margin-bottom: 54px;
  display: flex;
  align-items: baseline;
}

.our-story-title h1 {
  font-size: 32px;
}

.our-story-title p {
  font-size: 16px;
  margin-left: 16px;
}

.our-story-contents.timeline-sp {
  display: none;
}

.our-story-contents.timeline-pc dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-story-contents.timeline-pc dl dt {
  width: 40%;
  padding: 0px;
  margin-bottom: 60px;
  position: relative;
}

.our-story-contents.timeline-pc dl dt .our-story-img {
  width: 80%;
  max-width: 250px;
  max-height: 190px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.our-story-contents.timeline-pc .smaller-padding-bottom {
  padding-bottom: 32px;
}

.our-story-contents.timeline-pc dl dt::after {
  content: "●";
  position: absolute;
  right: -20px;
  font-size: 36px;
  color: #152c23;
  line-height: 1;
}

.our-story-contents.timeline-pc dl dt .top-point::after,
.our-story-contents.timeline-pc dl dt .bottom-point::after {
  content: "●";
  position: absolute;
  right: -20px;
  font-size: 36px;
  color: #152c23;
  line-height: 1;
}
.our-story-contents.timeline-pc dl dt:first-child::after {
  top: -3px;
}
.our-story-contents.timeline-pc dl dd:last-child {
  border: none;
}
.our-story-contents.timeline-pc dl dt.latest::after {
  top: -3px;
}

.our-story-contents.timeline-pc dl dt .top-point:after {
  top: 5%;
}
.our-story-contents.timeline-pc dl dt .first-point:after {
  top: -5px;
}

.our-story-contents.timeline-pc dl dt .bottom-point:after {
  top: 60%;
}
.our-story-contents.timeline-pc dl dd.first-timeline .bottom-timeline {
  margin-top: 64px;
}

.our-story-contents.timeline-pc dl dd .bottom-timeline {
  margin-top: 32px;
}

.our-story-contents.timeline-pc dl dd {
  width: calc(100% - 40%);
  padding-left: 32px;
  padding-bottom: 54px;
  border-left: 1px solid #152c23;
}

.our-story-contents.timeline-pc dl dd.first-timeline {
  padding-top: 0;
}

.our-story-contents.timeline-pc dl dd h2 {
  font-size: 32px;
  line-height: 1;
}

.our-story-contents.timeline-pc dl dd p {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .our-story-contents.timeline-pc dl dt {
    width: 45%;
  }

  .our-story-contents.timeline-pc dl dd {
    width: calc(100% - 45%);
  }

  .our-story-contents.timeline-pc dl dt .our-story-img {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .our-story-wrap {
    width: 85%;
    margin-top: 104px;
  }

  .our-story-title {
    display: block;
    margin-bottom: 32px;
  }

  .our-story-title h1 {
    line-height: 1;
  }

  .our-story-title p {
    margin-left: 0;
    font-size: 14px;
  }

  .our-story-contents.timeline-pc {
    display: none;
  }

  .our-story-contents.timeline-sp {
    display: block;
  }

  .our-story-contents.timeline-sp dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .our-story-contents.timeline-sp dl dt {
    text-align: right;
    width: 1px;
    padding: 0;
    position: relative;
  }

  .our-story-contents.timeline-sp dl dt::after {
    line-height: 1;
    content: "●";
    position: absolute;
    right: -10px;
    top: 4px;
    font-size: 18px;
    color: #152c23;
  }
  .our-story-contents.timeline-sp dl dt:first-child::after {
    top: -2px;
  }
  .our-story-contents.timeline-sp dl dt.latest::after {
    top: -2px;
  }

  .our-story-contents.timeline-sp dl dd {
    width: 100%;
    padding: 0 0 32px 24px;
    border-left: 1px solid #152c23;
    position: relative;
  }
  .our-story-contents.timeline-sp dl dd:last-child {
    border: none;
  }
  .our-story-contents.timeline-sp dl dd:last-child h2 {
    line-height: 0.65;
  }
  .our-story-contents.timeline-sp dl dd:last-child p {
    margin-top: 3px;
  }

  .our-story-contents.timeline-sp dl .adjust-timeline h2 {
    line-height: 0.6;
  }
  .our-story-contents.timeline-sp dl .adjust-timeline p {
    margin-top: 4px;
  }

  .our-story-contents.timeline-sp dl dd h2 {
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .our-story-contents.timeline-sp dl dd p {
    font-size: 12px;
  }

  .our-story-contents.timeline-sp dl dd .our-story-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
  }
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, .our-story-contents.timeline-pc dl dt::after {
    font-size: 75px;
    right: -24px;
    top: 12px;
    line-height: 0;
  }
  _::-webkit-full-page-media, _:future, .our-story-contents.timeline-pc dl dt.latest::after {
    top: 9px;
  }
  _::-webkit-full-page-media, _:future, .our-story-contents.timeline-pc dl dt:first-child::after {
    top: 9px;
  }
}
  /* _::-webkit-full-page-media, _:future, .our-story-contents.timeline-sp dl dt::after {
    line-height: 0;
    font-size: 35px;
    right: -11px;
    top: 10px;
  }
  _::-webkit-full-page-media, _:future, .our-story-contents.timeline-sp dl dt:first-child::after {
    top: 4px;
  }
  _::-webkit-full-page-media, _:future, .our-story-contents.timeline-sp dl dt.latest::after {
    top: 4px;
  } */
