.p-access {
  padding-top: 6rem;
  padding-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .p-access {
    padding-top: 11.9rem;
    padding-bottom: 18rem;
  }
}
.p-access__wrap {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}
.p-access__inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 3.5rem;
  max-width: 70rem;
}

.access-intro {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .access-intro {
    margin-bottom: 7.5rem;
  }
}
.access-intro__hline {
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  font-size: 2.8rem;
  line-height: 1.5714285714;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  border-bottom: 1px solid currentColor;
}
@media (min-width: 768px) {
  .access-intro__hline {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 5rem;
    line-height: 0.7142857143;
  }
}
.access-intro__ttl {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .access-intro__ttl {
    margin-bottom: 0.5rem;
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
}
.access-intro__txt {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--color-primary);
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .access-intro__txt {
    font-size: 1.6rem;
  }
}
.access-intro__txt .phone {
  pointer-events: none;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .access-intro__txt .phone {
    pointer-events: all;
  }
}
.access-intro .c-map {
  margin-bottom: 4rem;
  font-size: 1.1rem;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .access-intro .c-map {
    margin-bottom: 5.2rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .access-intro .c-map::before {
    width: calc(100% - 3.3rem);
    bottom: 0.2rem;
  }
}
.access-intro .c-map::after {
  width: 1.5rem;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .access-intro .c-map::after {
    width: 2.4rem;
  }
}

.access-map {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .access-map {
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
  }
}
.access-map__content {
  width: 100%;
  padding-inline: 3.5rem;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .access-map__content {
    width: calc(100% - 61.6rem);
    padding-inline: 23.7rem 0;
  }
}
.access-map__ttl {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.access-map__txt {
  font-size: 1.1rem;
  line-height: 2;
  font-family: var(--font-third);
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .access-map__txt {
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}
.access-map__image {
  width: 100%;
}
@media (min-width: 768px) {
  .access-map__image {
    width: 59.6rem;
    margin-top: 0.5rem;
  }
}
.access-map__image img {
  display: block;
  width: 100%;
}