.p-office-unit {
  background: #F5F5F5;
  padding: 4rem 4rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit {
    padding: 6.976744186vw 4.6511627907vw;
  }
}
.p-office-unit + .p-office-unit {
  margin-top: 2rem;
}
.p-office-unit .unit-headline {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 2rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-headline {
    font-size: 4.1860465116vw;
    padding-left: 3.488372093vw;
    margin-bottom: 3.488372093vw;
  }
}
.p-office-unit .unit-headline:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #45A7DC;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-headline:before {
    width: 1.6279069767vw;
    height: 1.6279069767vw;
    top: 1.6279069767vw;
  }
}
.p-office-unit .unit-map iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-map iframe {
    height: 71.3953488372vw;
  }
}
.p-office-unit .unit-btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43.4rem;
  height: 5.8rem;
  border-radius: 30px;
  background: #181818;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-btn a {
    width: 62.7906976744vw;
    height: 11.6279069767vw;
    font-size: 1.3rem;
    margin: 3.488372093vw auto 0;
  }
}
.p-office-unit .unit-btn span {
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-btn span {
    padding-left: 5.8139534884vw;
  }
}
.p-office-unit .unit-btn span:before {
  content: "";
  width: 1.3rem;
  height: 2.1rem;
  background: url(../img/aboutus/office/icn_map.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-btn span:before {
    width: 2.5581395349vw;
    height: 3.9534883721vw;
  }
}
.p-office-unit .unit-address {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3.875;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-address {
    font-size: 3.2558139535vw;
    line-height: 1.6;
    margin-top: 4.6511627907vw;
  }
}
.p-office-unit .unit-tbl {
  margin-top: 1rem;
  padding: 2.5rem 2rem 2.5rem 2rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-tbl {
    padding: 4.6511627907vw;
    border-radius: 1.1627906977vw;
  }
}
.p-office-unit .unit-tbl th, .p-office-unit .unit-tbl td {
  font-size: 1.6rem;
  padding: 0.5rem 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-tbl th, .p-office-unit .unit-tbl td {
    font-size: 3.2558139535vw;
    width: 50%;
    padding: 0;
  }
}
.p-office-unit .unit-tbl th {
  font-weight: 500;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-tbl th {
    padding-right: 0;
    vertical-align: middle;
  }
}
.p-office-unit .unit-tbl td {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-tbl td {
    padding-bottom: 2.3255813953vw;
    line-height: 1.8;
  }
}
.p-office-unit .unit-tbl td span {
  display: inline-block;
  background: #F5F5F5;
  border-radius: 3rem;
  padding: 0.3rem 1rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-office-unit .unit-tbl td span {
    font-size: 2.7906976744vw;
    margin-right: 1.8604651163vw;
    padding: 0.6976744186vw 2.3255813953vw;
    line-height: 1.2;
  }
}
