.office {
  display: flex;
  flex-wrap: wrap;
}
.office + .office {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .office + .office {
    margin-top: 20px;
  }
}
.office_l {
  width: 44.44%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .office_l {
    width: 100%;
  }
}
.office_r {
  width: 55.56%;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .office_r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .office_r {
    min-height: 172px;
  }
}
.office_r iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.office .name {
  padding: 25px;
  background-color: #101649;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .office .name {
    padding: 11px;
  }
}
.office .address {
  padding: 20px 30px;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .office .address {
    font-size: clamp(1.6rem, 5.33vw, 2rem);
    padding: 10px 0px 12px;
  }
}
.office .route {
  width: 100%;
  padding: 15px 30px;
  line-height: 1.78;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .office .route {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .office .route {
    padding: 15px 0;
  }
}
.office .route:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  margin: auto;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .office .route:before {
    width: 100%;
  }
}

/*# sourceMappingURL=access.css.map */
