.office {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
}

.office__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.office__title {
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  font-size: 20px;
}

.office__meta {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

.office__contact {
  margin: 0;
}

.office__contactRow {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  line-height: 1.6;
}

.office__contactLabel {
  margin: 0;
  font-weight: normal;
}

.office__contactValue {
  margin: 0;
}

.office__address {
  line-height: 1.6;
}

.office__zip {
  margin: 0;
}

.office__addressText {
  margin: 0;
}

.office__map {
  margin: 6px 0 0;
}

.office__mapLink {
  text-decoration: underline;
}

.office__body {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}

.office__photo {
  margin: 0;
}
.office__photo.sp {
  display: none;
}

@media (max-width: 767px) {
  .office__photo.pc {
    display: none;
  }
  .office__photo.sp {
    display: block;
    margin-top: 12px;
  }
}

.office__photoImg {
  display: block;
  width: 100%;
  height: auto;
}

.office__tableWrap {
  width: 100%;
}

.officeTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.officeTable__row {
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
}

.officeTable__head,
.officeTable__data {
  padding: 10px 12px;
  line-height: 1.6;
  vertical-align: top;
}

.officeTable__head--branch {
  vertical-align: top !important;
}

.officeTable__head {
  font-weight: 500;
  text-align: left;
}

.officeTable__data {
  white-space: nowrap;
  text-align: left;
}

.officeTable__head--group {
  width: 26%;
  white-space: nowrap;
}

.officeTable__head--sub {
  width: 49%;
}

@media (max-width: 767px) {
  .office {
    font-size: 14px;
  }
  .office__header {
    display: block;
  }

  .office__title {
    margin-bottom: 10px;
    white-space: normal;
  }

  .office__meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .office__body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .office__tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .officeTable {
    min-width: 560px;
  }
}

.officeTable__head {
  background-color: #f0f0f0;
}

.office--locations + .office--locations {
  margin-top: 80px;
}
.office--locations .office__lead {
  margin-top: 14px;
  padding-bottom: 14px;
}

.office--locations .office__leadTitle {
  margin: 0 0 10px;
}

.office--locations .office__leadText {
  margin: 0;
}

.office__tableWrap--locations {
  margin-top: 18px;
}

.officeTable--locations {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.officeTable--locations .officeTable__head,
.officeTable--locations .officeTable__data {
  padding: 14px 16px;
  line-height: 1.7;
  vertical-align: middle;
}

.officeTable--locations .officeTable__head--branch,
.officeTable--locations .officeTable__head--office {
}

.officeTable__col--branch {
  width: 160px;
}
.officeTable__col--office {
  width: 220px;
}
.officeTable__col--contact {
  width: 220px;
}
.officeTable__col--address {
  width: auto;
}
.officeTable__col--pin {
  width: 56px;
}

.officeTable__data--contact {
  white-space: nowrap;
}

.officeTable__contactLabel {
}

.officeTable__data--pin {
  text-align: center;
}

.officeTable__pinLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.officeTable__pinIcon {
  display: block;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .office__tableWrap--locations {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .officeTable--locations {
    min-width: 960px;
  }
}

