.p-history {
  background: #fff;
  border-radius: 1rem;
  padding: 8rem 10rem;
}

.p-timeline {
  position: relative;
}
.p-timeline::before {
  position: absolute;
  top: 0;
  left: 15rem;
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #B2B2B2;
  margin-top: 2rem;
}

.p-timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

.p-timeline-item::before {
  content: "";
  position: absolute;
  left: 13.7rem;
  top: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #005bbb;
  border-radius: 50%;
  border: solid 0.5rem #fff;
}

.p-timeline-year {
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.096em;
  font-weight: 700;
  color: #005bbb;
  display: block;
  margin-bottom: 0.5rem;
  width: 13rem;
}

.p-timeline-content {
  margin-top: 1rem;
  width: 80.3rem;
}
.p-timeline-content p + p {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-history {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
  .p-timeline::before {
    left: 21.8666666667vw;
    width: 0.5333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-timeline-item {
    margin-bottom: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-timeline-item::before {
    left: 18.6666666667vw;
    top: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: solid 0.8vw #fff;
  }
  .p-timeline-year {
    font-size: 9.3333333333vw;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 1.3333333333vw;
    width: 35%;
  }
  .p-timeline-content {
    margin-top: 2.6666666667vw;
    width: 65%;
  }
  .p-timeline-content p + p {
    margin-top: 1.3333333333vw;
  }
}
