.p-pageTitle {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .p-pageTitle {
    padding-top: 67px;
  }
}

@media screen and (max-width: 1199.98px) {
  .p-pageTitle {
    padding-top: 48px;
  }
}

.p-pageTitle__inner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url("../../../img/about/menuBg.jpg");
}

.p-pageTitle__heading {
  position: relative;
  padding: 2.4rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}

.p-pageTitle__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000006b;
}

.p-staff {
  padding-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-staff__item .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-staff__item .person__photo {
    width: 40%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-staff__item .person__photo {
    width: 70%;
    margin: auto;
    margin-bottom: 2.4rem;
  }
}

.p-staff__item .person__photo .img {
  width: 100%;
}

.p-staff__item .person__photo .name {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-staff__item .person__body {
    width: 57%;
  }
}

.p-staff__item .person__body .title {
  margin-bottom: 0.8rem;
}

.p-staff__item .person__body .title small {
  font-size: 0.8rem;
  display: block;
}

.p-staff__item .person__body .title span {
  font-size: 1.6rem;
  display: block;
  margin-top: -0.4rem;
}

.p-staff__item .person__body .name {
  font-weight: bold;
  text-align: right;
  margin-top: 0.8rem;
}

.p-staff__item .person__body .profile {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.p-office__title {
  margin-bottom: 1.6rem;
  text-align: center;
}

.p-office__data table {
  width: 100%;
}

.p-office__data table tr:nth-of-type(2n+1) {
  background-color: #DFEFFC;
}

.p-office__data table td {
  border: 1px solid #A5A5A5;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .p-office__data table td {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 0.8rem;
  }
}

.p-office__data table td:first-of-type {
  width: 6rem;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .p-access {
    margin-bottom: 6rem;
  }
}

.p-access__title {
  text-align: center;
  margin-bottom: 1.6rem;
}

.p-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .p-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-access__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-access__map {
    width: 58.5%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-access__map {
    width: 100%;
  }
}

.p-access__map .inner {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-access__map .inner {
    height: 50vh;
  }
}

.p-access__map .inner iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .p-access__directions {
    width: 39%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-access__directions {
    width: 100%;
  }
}

.p-access__directions .title {
  margin-bottom: 0.8rem;
}

.p-access__directions .title small {
  font-size: 0.8rem;
  display: block;
}

.p-access__directions .title span {
  font-size: 1.2rem;
  display: block;
  margin-top: -0.4rem;
}

.p-access__directions .address {
  margin-bottom: 1.6rem;
}

.p-access__directions .route {
  margin-bottom: 1.6rem;
}
/*# sourceMappingURL=about.css.map */