.company-profile-content {
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .company-profile-content {
    margin-top: 70px;
  }
}
@media (max-width: 475px) {
  .company-profile-content {
    margin-top: 0;
  }
}
.company-profile-content__table {
  width: 100%;
  border-top: 1px solid #ededf0;
}
.company-profile-content__tbody {
  width: 100%;
}
@media (max-width: 475px) {
  .company-profile-content__tbody tr {
    display: grid;
  }
}
.company-profile-content__th {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ededf0;
}
@media (max-width: 475px) {
  .company-profile-content__th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .company-profile-content__th-content__th:first-child {
    padding-bottom: 1.25rem;
    border-bottom: none;
  }
}
.company-profile-content__td {
  width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededf0;
}
@media (max-width: 475px) {
  .company-profile-content__td {
    width: 100%;
    letter-spacing: 0;
  }
}
.company-profile-content__txt {
  margin-bottom: 10px;
}
.company-profile-content__img-wrap {
  margin-top: 40px;
}
.company-profile-content__img {
  display: inline-block;
  margin-right: 20px;
}

.access-map {
  padding-top: 9.5rem;
}
@media (max-width: 980px) {
  .access-map {
    padding-top: 180px;
  }
}
@media (max-width: 475px) {
  .access-map {
    padding-top: 6rem;
  }
}
.access-map_ttl {
  font-size: 2.4rem;
  font-weight: 600;
}
.access-map-content {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .access-map-content {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.access-map-content__table {
  width: 100%;
  border-top: 1px solid #ededf0;
}
.access-map-content__tbody {
  width: 100%;
}
@media (max-width: 475px) {
  .access-map-content__tr {
    display: grid;
    width: 100%;
  }
}
.access-map-content__th {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ededf0;
}
@media (max-width: 475px) {
  .access-map-content__th {
    width: 100%;
  }
  .access-map-content__th:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.access-map-content__td {
  width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededf0;
}
@media (max-width: 475px) {
  .access-map-content__td {
    width: 100%;
  }
}
.access-map-content__td-inner {
  display: flex;
}
@media (max-width: 980px) {
  .access-map-content__td-inner {
    display: block;
  }
}
.access-map-content__txt {
  margin-bottom: 10px;
}
.access-map-content__img {
  float: left;
}
.access-map-content__img:nth-of-type(2) {
  margin-left: 20px;
}
.access-map-content__img-wrap {
  position: relative;
  top: -20px;
  margin-left: 3%;
}
@media (max-width: 980px) {
  .access-map-content__img-wrap {
    position: inherit;
    top: 0;
    margin-left: 0;
  }
}
.access-map-content iframe {
  width: 100%;
}
@media (max-width: 980px) {
  .access-map-content iframe {
    height: 350px;
  }
}
@media (max-width: 475px) {
  .access-map-content iframe {
    height: 500px;
  }
}/*# sourceMappingURL=page-company-profile.css.map */