.company-page {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0 100px;
}

.company-page h1 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}

.company-section {
  margin-top: 50px;
}

.company-section h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.company-section p {
  margin: 0 0 18px;
  line-height: 1.9;
}

.company-image {
  width: 100%;
  margin: 24px 0 0;
  text-align: center;
}

.company-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.company-banner {
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-list {
  margin-top: 50px;
  line-height: 2.65;
  font-size: 18px;
}

.history-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
}

.history-date {
  color: #245472;
  font-weight: 800;
}

.location-box {
  width: 80%;
  border: 1px dashed #888;
  border-radius: 10px;
  padding: 20px 40px;
  line-height: 1.9;
  font-weight: 700;
}

.location-map {
  width: 100%;
  margin-top: 50px;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 650px;
  border: 0;
}

@media (max-width: 760px) {
  .company-page {
    width: calc(100% - 28px);
    padding: 44px 0 70px;
  }

  .company-page h1 {
    font-size: 30px;
  }

  .company-section {
    margin-top: 36px;
  }

  .company-section h2 {
    font-size: 21px;
  }

  .company-banner {
    height: 150px;
  }

  .history-list {
    font-size: 16px;
    line-height: 1.8;
  }

  .history-item {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .location-box {
    width: 100%;
    padding: 18px;
  }

  .location-map iframe {
    height: 420px;
  }
}
