.p-company__table {
  width: 100%;
}
.p-company tr {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .p-company tr {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-company tr:first-child td {
    border-top: 1px solid #808080;
  }
}
.p-company th {
  padding-left: 0.25rem;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  position: relative;
  font-weight: normal;
  color: #024BAD;
}
.p-company th:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-company th {
    width: 12.5rem;
    min-width: 12.5rem;
    padding: 1.75rem 1.25rem;
    background-color: #2563EB;
    color: #FFFFFF;
    font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
  }
  .p-company th:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-company td {
    flex: 1;
    padding: 1.75rem 2.5rem;
    border-bottom: 1px solid #808080;
  }
}
.p-company .c-button {
  margin: 0.5rem 0;
  max-width: 13.75rem;
  padding: 0.75rem 0;
}

@media screen and (min-width: 768px) {
  .p-access .l-container {
    display: flex;
    gap: 7.5rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-access__wrapper {
    min-width: 15rem;
    position: sticky;
    top: 2.5rem;
    align-self: flex-start;
  }
}
.p-access__filter {
  margin: 3.75rem 1rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-access__filter {
    margin: 3.75rem 0rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.p-access__filter-item {
  padding: 1.25rem 0;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}
.p-access__filter-item--active {
  background-color: #2563EB;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-access__body {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-access__list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-access__item.is-refiltered {
  animation: p-access-fade 0.7s ease both;
}
.p-access__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
.p-access__pagination:empty {
  display: none;
}
.p-access__pagination-item {
  background-color: #F6F5FA;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  border: 1px solid #2563EB;
  line-height: 1;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-access__pagination-item {
    width: 3.875rem;
    height: 3.875rem;
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-access__pagination-item--active {
  background-color: #2563EB;
  color: #FFFFFF;
}
.p-access__item {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 0.4px solid #808080;
}
@media screen and (min-width: 768px) {
  .p-access__item {
    border-top: none;
    padding: 0;
    border-left: 1px solid #808080;
    gap: 0;
  }
}
.p-access__item:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-access__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-access__left {
    flex: 10;
    padding: 0 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.p-access__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-access__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-access__name {
    font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  }
}
.p-access__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    margin-top: 1.25rem;
    gap: 1rem;
  }
}
.p-access__info-item {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
  gap: 0.5rem;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .p-access__info-item {
    padding: 0;
    border-bottom: none;
  }
}
.p-access__info-item:last-child {
  border-bottom: none;
}
.p-access__tel-group {
  display: flex;
  gap: 1.25rem;
}
.p-access__map {
  flex: 9;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.p-access .c-button {
  max-width: 13.75rem;
  padding: 0.75rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access .c-button {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.p-access .c-button--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-access .c-button--pc {
    display: flex;
  }
}
.p-access .c-button--sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-access .c-button--sp {
    display: none;
  }
}

@keyframes p-access-fade {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=company.css.map */
