.page-access {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .page-access {
    padding-top: 10rem;
  }
}
.page-access .mb-1 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .page-access .mb-1 {
    margin-bottom: 8rem;
  }
}
.page-access .mb-2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-access .mb-2 {
    margin-bottom: 3rem;
  }
}
.page-access .mb-3 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-access .mb-3 {
    margin-bottom: 4.5rem;
  }
}

.access-sec {
  margin-bottom: 6rem;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .access-sec {
    margin-bottom: 10rem;
  }
}

.access-map {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 329/249;
}
@media (min-width: 768px) {
  .access-map {
    aspect-ratio: 12/5;
  }
}
.access-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.access-box-1 {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .access-box-1 {
    padding: 5rem;
  }
}

.access-box-2 {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .access-box-2 {
    padding: 8rem 0 5rem 0;
  }
}

.access-ttl-1 {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .access-ttl-1 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}

.access-ttl-2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .access-ttl-2 {
    font-size: 1.8rem;
  }
}

.access-ttl-3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .access-ttl-3 {
    font-size: 2rem;
  }
}

.access-list {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
.access-list__item {
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 1px solid #4D4D4D;
}
.access-list__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .access-list__item {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}
.access-list__ttl {
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
}
.access-list__ttl.active::after {
  background-image: url("../img/common/icon_arrow_08.svg");
}
@media (min-width: 768px) {
  .access-list__ttl {
    padding: 3.5rem 4rem 3.5rem 0;
    font-size: 2.4rem;
    cursor: pointer;
  }
  .access-list__ttl:hover::after {
    animation: smoothArrow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
}
.access-list__ttl::after {
  position: absolute;
  right: 0;
  top: 3.6rem;
  width: 1.4rem;
  height: 0.7rem;
  background: url("../img/common/icon_arrow_07.svg") no-repeat center/contain;
  background-size: 1.4rem auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  content: "";
}
@media (min-width: 768px) {
  .access-list__ttl::after {
    width: 2.7rem;
    height: 1.6rem;
    top: 4.5rem;
    background-size: 2.7rem auto;
  }
}
.access-list__content {
  display: none;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .access-list__content {
    padding-bottom: 4rem;
  }
}

.access-txt {
  font-size: 1.4rem;
}