@charset "UTF-8";
@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);
  }
}
/* =========================
関連リンク
========================= */
.btn-d {
  overflow: visible;
}

.btn-d a::before {
  content: none;
}

.btn-d a:hover::after {
  content: none;
}

.company-link__item a:hover {
  background-color: #00a0c4;
}

.company-link__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 5.5555555556vw;
  padding-bottom: 3.4722222222vw;
}
.company-link__item {
  margin-bottom: 0;
  border: none;
  background: none;
}
.company-link__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6f5f9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  padding: 30px 0;
}
.company-link__item a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 160, 196, 0.12);
}
.company-link__title--en {
  color: #00a0c4;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  padding: 0;
}
.company-link__title--jp {
  font-size: 1.6rem;
  color: #4c4c4c;
  font-weight: bold;
  padding: 0;
}

.company-link__item {
  width: 100%;
}

.btn-d {
  width: 100%;
}

.company-link__list {
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .company-link__list {
    display: block;
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .company-link__item {
    margin-bottom: 20px;
  }
  .company-link__item a {
    width: 100%;
    min-height: 140px;
  }
  .company-link__title--en {
    font-size: 2.4rem;
  }
  .company-link__list {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=access.css.map */
