html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.company-bg img {
  width: 100%;
}

.history-list {
  position: relative;
}
.history-list .vertical-line {
  position: absolute;
  left: 185px;
  top: 10px;
  bottom: 0;
  width: 1px;
  background-color: #B1B1B1;
}

.history {
  display: flex;
  height: 99.5px;
}
.history__key {
  width: 153px;
  min-width: 153px;
  margin-right: 64px;
}
.history__value {
  position: relative;
}
.history__value:before {
  position: absolute;
  left: -40px;
  top: 2px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4C9141;
}

.greeting-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 2.16px;
}

@media (max-width: 768px) {
  .greeting-desc {
    font-size: 16px;
  }
  .company-bg img {
    width: 100%;
  }
  .history-list {
    position: relative;
  }
  .history-list .vertical-line {
    position: absolute;
    left: 108px;
    top: 10px;
    bottom: 0;
    width: 1px;
    background-color: #B1B1B1;
  }
  .history {
    display: flex;
    height: 99.5px;
  }
  .history__key {
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
  }
  .history__value {
    position: relative;
  }
  .history__value:before {
    position: absolute;
    left: -30px;
    top: 2px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4C9141;
  }
}/*# sourceMappingURL=company.css.map */