.l-page-header:before {
  background-image: url(../img/page-header__company.jpg);
}

.p-history,
.p-organization,
.p-office {
  padding-top: clamp(4rem, 5.2083333333vw, 6.25rem);
  padding-bottom: clamp(4rem, 5.2083333333vw, 6.25rem);
  border-bottom: 1px solid var(--color_mono10);
}

.p-overview {
  padding-bottom: clamp(4rem, 5.2083333333vw, 6.25rem);
  border-bottom: 1px solid var(--color_mono10);
}
.p-overview__table th,
.p-overview__table td {
  text-align: left;
  vertical-align: top;
}
.p-overview__table th {
  width: clamp(10rem, 10.4166666667vw, 12.5rem);
  padding-right: clamp(1rem, 3.125vw, 3.75rem);
  text-align: right;
}
.p-overview__table__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 0.25rem;
}
.p-overview__table__list:before {
  content: "";
  display: block;
  width: clamp(0.25rem, 0.3125vw, 0.375rem);
  aspect-ratio: 1/1.5;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  background-color: var(--color_lightblue02);
}

@media screen and (min-width: 992px) {
  .p-overview__table__lists {
    display: grid;
    grid-template-columns: repeat(2, 45%);
  }
}
.p-history__contents {
  max-width: 960px;
  padding-top: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  padding-left: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  padding-right: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  background-color: var(--color_bg01);
}
.p-history__list {
  display: flex;
  position: relative;
}
.p-history__list:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + clamp(1rem, 1.5625vw, 12.5rem));
  position: absolute;
  top: 1rem;
  left: clamp(6.7rem, 6.9270833333vw, 12.5rem);
  background-color: var(--color_blue01);
}
.p-history__list + .p-history__list {
  margin-top: clamp(1rem, 1.5625vw, 12.5rem);
}
.p-history__list dt {
  width: clamp(8rem, 10.4166666667vw, 12.5rem);
  position: relative;
  color: var(--color_blue01);
  font-weight: 500;
}
.p-history__list dt:after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: clamp(0.5rem, 0.625vw, 1.25rem);
  left: clamp(6.5rem, 6.7708333333vw, 12.5rem);
  border-radius: 50%;
  background-color: var(--color_blue01);
}
.p-history__list dd {
  width: calc(100% - 8rem);
}

.p-organization .c-section-title {
  margin-bottom: clamp(2rem, 3.6458333333vw, 4.375rem);
}

.p-office__branch {
  padding-bottom: clamp(4rem, 3.6458333333vw, 4.375rem);
}
.p-office__branch__title {
  padding-top: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  padding-bottom: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--color_mono10);
  border-top: clamp(0.5rem, 0.7291666667vw, 0.875rem) solid var(--color_blue02);
  font-size: 1.1rem;
  font-weight: 700;
}
.p-office__branch__info-wrapper {
  margin-bottom: clamp(1.5rem, 2.0833333333vw, 2.5rem);
}
.p-office__branch__detail {
  width: calc(100% - 2rem);
  margin: auto;
}
.p-office__branch__detail__table {
  margin-bottom: clamp(1rem, 4.6875vw, 5.625rem);
}
.p-office__branch__detail__table tr {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  grid-template-columns: 10rem 1fr;
}
.p-office__branch__detail__table th,
.p-office__branch__detail__table td {
  vertical-align: top;
}
.p-office__branch__detail__table th {
  width: 10rem;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: right;
  padding: clamp(0.5rem, 0.5208333333vw, 0.625rem) 0;
  text-align: right;
}
.p-office__branch__detail__table th:after {
  content: "";
  display: block;
  width: clamp(2rem, 3.125vw, 3.75rem);
  height: 1px;
  margin-left: clamp(1rem, 0.9375vw, 1.125rem);
  background-color: var(--color_mono03);
}
.p-office__branch__image__caption {
  text-align: center;
  color: var(--color_blue02);
  font-weight: 700;
}
.p-office__branch.__main-office .p-office__branch__detail__table tr {
  grid-template-columns: 7rem 1fr;
}
.p-office__branch.__main-office .p-office__branch__detail__table th {
  width: 7rem;
}

@media screen and (min-width: 768px) {
  .p-office__branch__title {
    font-size: var(--f30);
  }
  .p-office__branch__info-wrapper {
    display: grid;
    grid-template-columns: 1fr 50%;
    align-items: center;
    justify-content: space-between;
  }
  .p-office__branch__detail .c-button__b {
    margin-left: 1rem;
    margin-right: auto;
  }
  .p-office__branch__map {
    order: 1;
  }
  .p-office__branch__images {
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    gap: clamp(0.5rem, 0.78125vw, 0.9375rem);
  }
}
@media screen and (min-width: 1300px) {
  .p-office__branch__title {
    padding-left: calc((100% - 1300px) / 2 + 1rem);
  }
  .p-office__branch__info-wrapper {
    padding-left: calc((100vw - 1300px) / 2);
  }
}/*# sourceMappingURL=company.css.map */