.section {
  width: 100%;
}
.section__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    max-width: 1000px;
  }
}

.company {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 2.0833333333vw 0 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .company {
    padding: 30px 0 80px;
  }
}
.company__title {
  font-size: 2rem;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 2.2rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__title {
    margin-bottom: 20px;
  }
}
.company__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__wrapper {
    flex-direction: row;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__wrapper {
    gap: 10px;
  }
}
.company__wrapper--top {
  align-items: end;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__wrapper--top {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__wrapper--top {
    margin-bottom: 50px;
  }
}
.company__wrapper--bottom {
  align-items: start;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__wrapper--bottom {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__wrapper--bottom {
    margin-bottom: 50px;
  }
}
.company__table {
  width: 100%;
}
.company__th {
  width: 6em;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company__th {
    font-size: 1.6rem;
  }
}
.company__td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company__td {
    font-size: 1.6rem;
  }
}
.company__img {
  box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .company__img {
    box-shadow: 0.3472222222vw 0.3472222222vw 0.3472222222vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1440px) {
  .company__img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
.company__img img {
  width: 100%;
  height: auto;
}
.company__img--top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__img--top {
    width: 15.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__img--top {
    width: 224px;
  }
}
.company__img--bottom {
  width: 100%;
  height: 59.7333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company__img--bottom {
    width: 15.5555555556vw;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .company__img--bottom {
    width: 224px;
  }
}
.company__img--bottom img {
  width: 100%;
  height: auto;
  margin-top: -13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__img--bottom img {
    margin-top: 0;
  }
}
.company__group {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 0;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .company__group {
    flex-direction: row;
    font-size: 1.6rem;
    gap: 0.6944444444vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .company__group {
    gap: 10px;
  }
}
.company__group:last-child {
  margin-bottom: 0;
}
.company__dt {
  line-height: 1.6;
  width: 12em;
}
.company__map {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company__map {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__map {
    margin-bottom: 20px;
  }
}
.company__map iframe {
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  .company__map iframe {
    height: 49.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .company__map iframe {
    height: 711px;
  }
}
.company__access {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .company__access {
    font-size: 1.6rem;
  }
}