.kv__title.-elem04::before {
  top: 32vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.4666666667vw;
  height: 29.6vw;
  background-image: url(../../../assets/img/common/heading-elem04.png);
  margin: 0;
}

#access .heading__text::before {
  content: "";
  display: block;
  top: 8.6666666667vw;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.6666666667vw;
  height: 1.3333333333vw;
  background-image: url(../../../assets/img/access/heading-circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

#access {
  padding-bottom: 16rem;
}

#access .heading__text {
  margin-top: 13.3333333333vw;
  text-align: center;
}

#access .access__list {
  margin: 10.6666666667vw 0 0;
  width: 100%;
}

#access .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4vw 0 9.3333333333vw 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
}

#access .list__item::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  top: -1px;
  border-top: 1px solid #0082e6;
}

#access .item__ttl {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}

#access .item__txt {
  font-size: 3.2rem;
  line-height: 1.6875em;
  letter-spacing: 0.1em;
}

#access .item__txt > div {
  margin-bottom: 2rem;
}
#access .item__txt > div:last-of-type {
  margin-bottom: 0;
}

#access .map__content {
  margin-top: 9rem;
  margin-bottom: 10.6666666667vw;
}

#access .map__content .map__main {
  margin-bottom: 5.3333333333vw;
}

#access .map__content iframe {
  width: 100%;
}

#access .map__btn {
  background-color: #0082e6;
}

#access .map__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
}

#access .map__btn {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  width: 54.8vw;
  margin: 0 auto;
  margin-right: 0;
  padding: 3.0666666667vw 0;
  border-radius: 30px;
}

#access .map__btn:first-child {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

#access .map__btn:last-child {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

#access .map__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23px;
  width: 15px;
  height: 20px;
  background-image: url(../../../assets/img/access/map_pin.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#access .map__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 12.6666666667vw;
  color: #fff;
}

#access .flex_container .access__img {
  padding: 0 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .kv__title.-elem04::before {
    top: 94px;
    left: 639px;
    width: 143px;
    height: 146px;
  }
  #access .heading__text::before {
    content: "";
    display: block;
    top: 45px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 130px;
    height: 6px;
    background-image: url(../../../assets/img/access/heading-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #access {
    padding-bottom: 15.5rem;
    max-width: 1020px;
  }
  #access .heading__text {
    margin-top: 0;
  }
  #access .access__list {
    margin: 5rem 0;
    width: 100%;
  }
  #access .list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem 0 4rem 0;
  }
  #access .item__ttl {
    font-size: 1.6rem;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  #access .item__txt {
    font-size: 1.6rem;
  }
  #access .item__txt > div {
    margin-bottom: 0;
  }
  #access .list__item::before {
    width: 11%;
  }
  #access .map__content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  #access .map__content .map__main {
    margin-bottom: 2rem;
  }
  #access .map__btn {
    width: 207px;
    margin: 0 auto;
    margin-right: 0;
    padding: 12px 0;
    border-radius: 24px;
  }
  #access .map__btn ul {
    padding: 2rem 0;
  }
  #access .map__btn {
    font-size: 1.4rem;
  }
  #access .map__btn:first-child::after {
    right: 17%;
  }
  #access .map__btn::before {
    right: 10%;
  }
  #access .map__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 46px;
    color: #fff;
  }
  #access .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 70px;
  }
  #access .flex_container .access__img {
    padding: 0;
  }
  #access .flex_container .access__img img {
    width: 300px;
  }
  #access .flex_container .access__list {
    margin: 0;
  }
  #access .flex_container .list__item::before {
    width: 27%;
  }
  #access .flex_container .item__ttl {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
#access .pdf {
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#access .pdf::after {
  position: relative;
  bottom: -4px;
  content: "";
  display: inline-block;
  padding: 0 4px 0 2px;
  width: 16px;
  height: 19px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#access .pdf:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#access .pdf:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.test {
  width: 2.6666666667vw;
}