.company {
  padding: 4rem 1.35rem;
}

.page-cover__image {
  position: relative;
}

.page-cover__image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2d4074;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.company__item {
  margin: 8rem auto 0;
  max-width: 744px;
}

.company__image {
  width: 85.33vw;
  max-width: 450px;
  aspect-ratio: 320 / 180;
  display: block;
  margin: 0 auto;
}

.company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__title {
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  margin: 0 auto 4rem;
}

.company__item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.aisatsu__image {
  display: block;
  width: 264px;
  aspect-ratio: 1;
  background-color: #707070;
  object-fit: cover;
}

.company__info {
  width: 85.33vw;
  max-width: 744px;
  margin: 0 auto;
  border-collapse: collapse;
}

.company__info-row {
  position: relative;
}

.company__info-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    90deg,
    #707070 0,
    #707070 1px,
    transparent 1px,
    transparent 3px
  );
}

.company__info-label {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  min-width: 80px;
  vertical-align: top;
}

.company__info-value {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2rem 1rem 2rem 0;
}

.company__info-row:last-child .company__info-value {
  padding-right: 20px;
  padding-bottom: 0;
}

.company__info-row:last-child .company__info-label {
  padding-bottom: 0;
}

.company__map {
  width: 100%;
  aspect-ratio: 375 / 500;
  max-height: 500px;
}

@media (min-width: 768px) {
  .company__image {
    max-width: 744px;
    aspect-ratio: 744/ 419;
  }

  .company__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-top: 3rem;
  }
  .company__item-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.4rem;
  }

  .company__info-label {
    padding: 2rem 4.6rem 2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 20.7%;
    min-width: 154px;
  }

  .company__info-value {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2rem 1.6rem 2rem 0;
  }

  .company__map {
    margin-top: 6.7rem;
    max-height: 500px;
  }
}
