@charset "utf-8";
/* CSS Document */

/* アクセス
---------------------------------------------*/
.access {
  position: relative;
  height: 1655px;
  margin-top: 86px;
  overflow: hidden;
}
.access h2 {
  top: calc(100% / 2 - 1em);
}
.access h2 span {
  font-size: 4.2rem;
}
.access-tit-h2 {
  position: absolute;
  top: 180px;
  right: 0;
  width: 55%;
  height: 400px;
  background: url("../images/main_img_access.jpg");
  background-image: url(../images/main_img_access.jpg);
  background-position-x: 92%;
  background-position-y: bottom;
  z-index: 1;
}
.access-tit-h2::before {
  content: "Access";
  position: absolute;
  color: rgba(63, 146, 219, .3);
  font-size: 11.2rem;
  top: -112px;
  right: 0;
  z-index: 2;
}
.access-tit-h2 h2 {
  position: relative;
  top: calc(100% / 2 - 0.5em);
  color: #fff;
  font-size: 5.2rem;
  padding-left: 30px;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, .5));
}
.access .access-h2 {
  position: absolute;
  top: 100px;
  left: 10%;
  background-color: #000;
  width: 250px;
  height: 250px;
  letter-spacing: 0em;
  z-index: 10;
}
.access .access-h2 h2::after { /* 右下の三角形 */
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  border-left: 90px solid transparent;
  border-bottom: 90px solid #005BAC;
  z-index: 11;
}
.access .access-h2 h2 {
  color: #fff;
  font-size: 4.2rem;
  display: inline-block;
  border: 1px solid #fff;
  width: 230px;
  height: 230px;
  padding-top: 30px;
  padding-left: 5px;
  margin: 10px;
}
.access-wrap {
  position: absolute;
  top: 640px;
  left: calc(100% / 2 - 600px);
  width: 100%;
  padding: 0 45px;
  z-index: 100;
}
.access-wrap::before {
  content: "";
  position: inherit;
  top: -150px;
  left: 0;
  width: 1px;
  min-height: 1165px;
  background-color: #666;
  z-index: 1;
}
.add-kansai {
  position: absolute;
  top: 0;
  left: 45px;
  width: 100%;
}
.add-kantou {
  position: absolute;
  top: 500px;
  left: 45px;
  width: 100%;
}
.add-kansai iframe, .add-kantou iframe {
  position: absolute;
  top: -85px;
  right: 0;
  width: 70%;
  height: 400px;
}
.access-wrap p {
  line-height: 2em;
  margin-bottom: 70px;
}
.access-wrap ol.ol_protec li {
  line-height: 2em;
  margin-bottom: 2em;
}


@media (max-width: 1200px) {
  .access-wrap {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .access-tit-h2::before {
    font-size: 9.6rem;
  }
  .access-wrap::before {
    position: static;
    width: 0;
    min-height: auto;
  }
  .add-kansai, .add-kantou {
    left: 4%;
  }
  .add-kansai h3, .add-kantou h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .access {
    position: static;
    height: auto;
    margin-top: 0;
  }
  .access .access-h2 {
    left: 4%;
    top: calc(86px + 80px);
    width: 40%;
    height: auto;
  }
  .access .access-h2::before {
    content: "";
    display: block;
    padding-top: 95%;
  }
  .access .access-h2 h2 {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    font-size: 45px;
    margin: 0;
  }
  .access .access-h2 h2::after {
    bottom: 0;
    right: 0;
    border-left: 70px solid transparent;
    border-bottom: 70px solid #005BAC;
  }
  .access-tit-h2 {
    position: static;
    width: 100%;
    height: 240px;
    margin-top: calc(86px + 160px);
  }
  .access-tit-h2::before {
    top: 100px;
    font-size: 20vw;
  }
  .access-tit-h2 h2 {
    top: calc(100% - 1.5em);
    right: 4%;
    text-align: right;
    font-size: 60px;
  }
  .access-wrap {
    position: static;
    padding: 0;
    margin-top: 60px;
  }
  .add-kansai, .add-kantou {
    position: static;
  }
  .add-kansai iframe, .add-kantou iframe {
    position: static;
    width: 100%;
    margin-bottom: 60px;
  }
  .add-kansai h3, .add-kantou h3 {
    margin-bottom: 30px;
  }
  .add-kansai p, .add-kantou p {
    margin-bottom: 30px;
  }
  .add-kansai .add, .add-kantou .add {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .access .access-h2 {
    width: 50%;
  }
  .access .access-h2 h2 {
    font-size: 9vw;
  }
  .access-tit-h2 h2 {
    font-size: 48px;
  }
  .add-kansai h3, .add-kantou h3 {
    margin-bottom: 20px;
  }
  .add-kansai p, .add-kantou p {
    font-size: 16px;
    line-height: 1.5em;
  }
}