@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
.bg-body-access {
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/access/bg_company.png") 100% 0 no-repeat;
  background-size: 100% 152.6388888889vw;
}

@media screen and (max-width: 767px) {
  .bg-body-access {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/access/bg_company_sp.png") 100% 0 no-repeat;
    background-size: 100% 703.0666666667vw;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 48.31%;
  position: relative;
  margin-bottom: 5.5555555556vw;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 16vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}