section {
  max-width: none;
}

.about {
  position: relative;
  margin-top: -14px;
  background-color: white;
}

.about .section-title {
  margin-bottom: 20px;
}

.about-image {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 896px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.about-image--r32 {
  border-radius: 32px;
  margin-top: 80px;
  margin-bottom: 40px;
  object-position: top;
}

.about .page-title {
  margin-top: 40px;
}

.about-item:last-child .page-title {
  margin-top: 80px;
}

.about .page-text {
  padding: 16px 10px 0;
}

.about__container {
  max-width: 944px;
  margin: 0 auto;
}

.company .section-title {
  margin-bottom: 40px;
}

.company__table {
  margin: 24px auto 0;
}

.company__table-row {
  border-bottom: 1px solid black;
}

.company__table-row td {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  font-size: 16px;
}

.company__table-row td:first-child {
  padding: 16px 8px 16px 20px;
  font-weight: 500;
}

.company__table-row td:last-child {
  padding: 16px 16px 8px 20px;
}

.access {
  padding-bottom: 80px;
}

.access iframe {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 32px auto 0;
  max-width: 1080px;
}

.page-title__simple {
  margin-top: 20px;
}

.access .page-text {
  margin: 8px auto 0;
  max-width: 712px;
}

@media (min-width: 768px) {
  .about {
    padding-top: 0px;
    margin-top: 0;
  }

  .about .section-title {
    margin-bottom: 100px;
  }

  .about-image {
    border-radius: 32px;
    aspect-ratio: 896 / 496;
  }

  .about-image--r32 {
    margin-top: 120px;
  }

  .about .page-title {
    margin-top: 60px;
  }

  .about .page-text {
    padding: 40px 0px 0;
    text-align: center;
  }

  .about-item:last-child .page-title {
    margin-top: 120px;
  }

  .company {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .company .section-title {
    margin-bottom: 100px;
  }

  .company__table {
    margin: 70px auto 0;
    width: 100%;
    max-width: 660px;
  }

  .company__table-row td {
    font-size: 18px;
  }

  .company__table-row td:first-child {
    padding: 30px 30px 30px 20px;
  }

  .company__table-row td:last-child {
    padding: 30px 20px 30px 40px;
  }

  .access {
    padding-bottom: 118px;
  }

  .access iframe {
    margin: 88px auto 0;
  }

  .page-title__simple {
    margin-top: 40px;
    font-size: 32px;
  }

  .access .page-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 2;
  }
}