.history {
  position: relative;
  margin: 0 auto;
  /* padding: 0 15px; */
}

.history:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #71B1BB;
  position: absolute;
  transform: translateX(-50%);
}

.history .history__item {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}

.history .history__item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #71B1BB;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
}

.history .history__item:last-child {
  padding-bottom: 15px;
}

/* .history .history__item:last-child:after {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  position: absolute;
  transform: translateX(-50%) rotate(-45deg);
  border-left: 1px solid #71B1BB;
  border-bottom: 1px solid #71B1BB;
  bottom: 0;
  left: 0;
} */

.history .history__inner {
  max-width: 520px;
}

.history .history__iamge {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.history .history__iamge img {
  box-shadow: 0 0 15px rgba(30, 29, 29, 0.33);
  display: block;
}

.history .history__text {
  padding-top: 10px;
  letter-spacing: 0.05em;
}
  .tate{
    writing-mode: lr;
  }

@media only screen and (min-width: 1024px) {
  .history {
    width: 1150px;
  }
  .history:before {
    left: 50%;
  }
  .history .history__item {
    padding: 0;
  }
  .history .history__item:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .history .history__item:before {
    left: 50%;
    top: 0;
    width: 16px;
    height: 16px;
  }
  .history .history__item:last-child {
    padding-bottom: 0;
  }
  /* .history .history__item:last-child:after {
    left: 50%;
    width: 8px;
    height: 8px;
  } */
  .history .history__text {
    margin-top: 15px;
  }
.tate {
    writing-mode: vertical-rl;}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  .history {
    width:80vw;
  }
   .history .history__inner {
    max-width: 30vw;
    }
   .img_txt{
    display: block !important;
   }
}