/*----------- access -----------*/
.accessSec {
  padding: 0 0 7rem;
}
@media screen and (max-width: 768px) {
  .accessSec {
    padding: 0 0 3rem;
  }
}
.accessSec__list {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .accessSec__list {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .accessSec__list {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}
.accessSec__list li:first-child {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .accessSec__list li:first-child {
    width: 100%;
  }
}
.accessSec__list li span {
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
.accessSec__list li h3 {
  margin-bottom: 1.5rem;
}
.accessSec__list li h3 img {
  width: 22.5rem;
}
@media screen and (max-width: 768px) {
  .accessSec__list li h3 img {
    width: 13.5rem;
  }
}
.accessSec__list li p {
  font-size: clamp(1rem, -89.4117647059rem + 200vw, 1.125rem);
  text-decoration: none;
  pointer-events: none;
}
.accessSec__list li img {
  display: block;
  width: 100%;
}
.accessSec__map {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .accessSec__map {
    margin-bottom: 2rem;
  }
}
.accessSec__map span {
  display: block;
  margin-top: 0.75rem;
  font-size: clamp(0.9375rem, -134.6470588235rem + 300vw, 1.125rem);
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accessSec__map span {
    margin-top: 0.5rem;
  }
}
.accessSec__iframe {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .accessSec__iframe {
    padding-top: 75%;
  }
}
.accessSec__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
