@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-company {
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_company.png") 100% 0 no-repeat;
  background-size: 100% 290.5555555556vw;
}

@media screen and (max-width: 767px) {
  .bg-body-company {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_company_sp.png") 100% 0 no-repeat;
    background-size: 100% 866.6666666667vw;
  }
}
.bg-company {
  position: absolute;
  right: 0;
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_mv.png") 100% 0 no-repeat;
  width: 58.75vw;
  height: 41.1111111111vw;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg-company {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_mv_sp.png") 100% 0 no-repeat;
    width: 91.3333333333vw;
    height: 45.6vw;
    background-size: cover;
  }
}