.company-history {
  margin: 0 auto;
  font-size: 0.8333333333vw;
  max-width: 1296px;
  padding-top: 2em;
  padding-bottom: 2.5em;
  padding-left: 48px;
  padding-right: 48px;
}

.company-history__title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 0.8em;
}

.company-history__desc--mb {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
}

.company-history__container--image {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  padding: 28px 0;
}

.company-history__image {
  height: 100%;
  width: 100%;
}

.company-history__image--pc {
  aspect-ratio: 1200 / 686;
}

.company-history__image--mb {
  display: none;
}

@media screen and (max-width: 959px) {
  .company-history {
    padding-top: 48px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-history__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .company-history__desc--mb {
    display: block;
  }

  .company-history__image--mb {
    display: block;
  }

  .company-history__image--pc {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .company-history__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}