:root {
  --purple01: #a087b7;
  --purple02: #dcc3f4;
}

.history-ttl {
  margin-top: 145px;
  font-size: 35px;
  font-weight: bold;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .history-ttl {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
  }
}

.history-list {
  position: relative;
  padding-bottom: 80px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .history-list {
    padding-bottom: 25.3333333333vw;
    margin: 10.1333333333vw 0 0 4vw;
  }
}
.history-list::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 11px;
  height: calc(100% - 30px);
  content: "";
  background: var(--purple01);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .history-list::before {
    left: 0;
    width: 1.3333333333vw;
    translate: 0 0;
  }
}

.history-list__item {
  width: calc((100% - 11px) / 2);
}
@media screen and (max-width: 767px) {
  .history-list__item {
    width: 79.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .history-list__item.item-left .item-year::before {
    right: -29px;
    left: inherit;
  }
}
@media screen and (min-width: 768px) {
  .history-list__item.item-right {
    margin-right: 0;
    margin-left: auto;
  }
  .history-list__item.item-right span,
  .history-list__item.item-right dd {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .history-list__item:nth-child(n+2) {
    margin-top: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .history-list__item.item-02 {
    margin-top: -13.8888888889%;
  }
  .history-list__item.item-03 {
    margin-top: -7.2222222222%;
  }
  .history-list__item.item-04 {
    margin-top: -18.1481481481%;
  }
  .history-list__item.item-05 {
    margin-top: 9.2592592593%;
  }
  .history-list__item.item-06 {
    margin-top: 6.4814814815%;
  }
  .history-list__item.item-07 {
    margin-top: 5.3703703704%;
  }
  .history-list__item.item-08 {
    margin-top: 3.7037037037%;
  }
  .history-list__item.item-09 {
    margin-top: -10.1851851852%;
  }
  .history-list__item.item-10 {
    margin-top: -12.037037037%;
  }
  .history-list__item.item-11 {
    margin-top: -16.6666666667%;
  }
  .history-list__item.item-12 {
    margin-top: 2.7777777778%;
  }
  .history-list__item.item-13 {
    margin-top: -19.4444444444%;
  }
  .history-list__item.item-14 {
    margin-top: -5.1851851852%;
  }
  .history-list__item.item-15 {
    margin-top: 3.7037037037%;
  }
}
.history-list__item span,
.history-list__item dd {
  width: 52.808988764%;
}
@media screen and (max-width: 767px) {
  .history-list__item span,
  .history-list__item dd {
    width: 67.4666666667vw;
    margin-left: auto;
  }
}
.history-list__item span {
  display: block;
}
.history-list__item dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .history-list__item dd {
    margin-top: 2.6666666667vw;
  }
}
.history-list__item .item-year {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sub);
}
@media screen and (max-width: 767px) {
  .history-list__item .item-year {
    padding-bottom: 2.6666666667vw;
  }
}
.history-list__item .item-year::before {
  position: absolute;
  top: 17px;
  left: -29px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: var(--purple02);
  border: 10px solid var(--purple01);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .history-list__item .item-year::before {
    top: 4vw;
    left: -3.4666666667vw;
    width: 4.8vw;
    height: 4.8vw;
    border-width: 1.6vw;
  }
}
.history-list__item .item-year span {
  font-size: 28px;
  font-weight: 600;
  color: var(--purple01);
}
@media screen and (max-width: 767px) {
  .history-list__item .item-year span {
    font-size: 4.8vw;
  }
}
.history-list__item .item-ttl,
.history-list__item .item-txt {
  color: var(--main);
}
.history-list__item .item-ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .history-list__item .item-ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.history-list__item .item-txt {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .history-list__item .item-txt {
    font-size: 3.7333333333vw;
  }
}
.history-list__item .item-pict {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .history-list__item .item-pict {
    margin-top: 2.6666666667vw;
  }
}
.history-list__item .item-pict.pict-01 {
  width: 69.8581560284%;
}
@media screen and (max-width: 767px) {
  .history-list__item .item-pict.pict-01 {
    width: 48vw;
  }
}