.companyHistoryList dd p {
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}
.companyHistoryList dd .companyHistoryListImage {
  width: 240px;
}
.companyHistoryList dd .trimC img {
  width: 130px;
  height: 130px;
}
.companyHistoryList .companyHistoryListPoint .anni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.3;
  font-size: 35px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 640px) {
  .companyHistoryList .companyHistoryListPoint .anni {
    font-size: 40px;
  }
}
.companyHistoryList .companyHistoryListPoint .anni span {
  font-size: 65px;
}
@media only screen and (max-width: 640px) {
  .companyHistoryList .companyHistoryListPoint .anni span {
    font-size: 70px;
  }
}