.p-company__section .p-company__copy--accent {
  margin-bottom: 0;
}
.p-company__copy--accent {
  background-color: #28b19b;
  color: white;
  font-size: 1.1rem;
  padding: 4px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .p-company__copy--accent {
    font-size: 1rem;
  }
}
.p-company__copy--main {
  font-size: 1.4rem;
}
@media (max-width: 992px) {
  .p-company__copy--main {
    font-size: 1.1rem;
  }
}
.p-company__thumb {
  margin-bottom: 32px;
}
.p-company__table {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-company__table tbody,
  .p-company__table tr,
  .p-company__table td {
    display: block;
    width: 100%;
  }
  .p-company__table td {
    border-bottom: none;
  }
  .p-company__table td:first-child {
    text-align: center;
  }
  .p-company__table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.p-company__map {
  margin-bottom: 16px;
}
.p-company__route > p:first-child {
  font-weight: 600;
}
.p-company > iframe {
  width: 100%;
  height: 600px;
}
.p-company__route-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  counter-set: rounte-no;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-company__route-cards {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.p-company__route-card {
  counter-increment: rounte-no;
}
.p-company__route-card-image {
  margin-bottom: 8px;
}
.p-company__route-card-text {
  display: inline-flex;
}
.p-company__route-card-text::before {
  flex-shrink: 0;
  color: white;
  background-color: #f07a94;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  content: counter(rounte-no);
}/*# sourceMappingURL=company.css.map */