.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "ACCESS ACCESS ACCESS ACCESS ACCESS ";
  animation: ticker 150s linear infinite;
}

.btn {
  width: 100%;
}
.btn a {
  text-decoration: none;
  padding: 18px;
  font-size: 14px;
  height: 100%;
}
.btn .hv_txt {
  overflow: hidden;
}

.btn-access {
  width: 100%;
  margin-top: 40px;
}
.btn-access a {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #002AF1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.btn-access a::before {
  content: "";
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  background: #002AF1;
  -webkit-mask: url(../images/common/arrow.svg) center right/100% auto no-repeat;
  mask: url(../images/common/arrow.svg) center right/100% auto no-repeat;
}
.btn-access a .hv_txt {
  overflow: hidden;
}

.googlemap {
  width: 100%;
  margin-top: 30px;
  aspect-ratio: 848/500;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-map {
  padding: 12px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .img-map {
    padding: 0;
    margin: 77px auto 0;
    width: 89.2%;
  }
}
/*# sourceMappingURL=map/access.css.map */