:root {
  --footer-height: 76px;
}

#access .header {
  border-bottom: 1px solid #DBDBDB;
}
#access .header .gnav_list li:nth-child(4) {
  position: relative;
}
#access .header .gnav_list li:nth-child(4)::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #013D95;
  position: absolute;
  bottom: -48px;
}
#access .pageLead {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
  position: relative;
}
@media screen and (max-width: 1063px) {
  #access .pageLead {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #access .pageLead {
    width: 95%;
  }
}
#access .pageLead h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #013D95;
  border-bottom: 5px solid #013D95;
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .pageLead h1 {
    font-size: 2.6rem;
  }
}
#access .pageLead h1::after {
  content: "ACCESS";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  font-size: 10rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Std";
  color: #F0F0F0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #access .pageLead h1::after {
    font-size: 5rem;
  }
}
#access .sec01 {
  margin-top: 70px;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("/assets/images/access/map_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #access .sec01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#access .sec01_map {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #access .sec01_map {
    width: 90%;
    aspect-ratio: 5/3;
  }
  #access .sec01_map iframe {
    width: 100%;
    height: 100%;
  }
}
#access .sec02 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #access .sec02 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
#access .sec02 .sec_title {
  margin-bottom: 60px;
}
#access .sec02 .sec_title h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #013D95;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_title h2 {
    font-size: 3rem;
  }
}
#access .sec02 .sec_title h2 span {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_title h2 span {
    font-size: 2rem;
  }
}
#access .sec02 .sec_content:not(:last-child) {
  margin-bottom: 40px;
}
#access .sec02 .sec_content h3 {
  margin-bottom: 15px;
  color: #013D95;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content h3 {
    font-size: 2.2rem;
  }
}
#access .sec02 .sec_content h3::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 6em - 40px);
  background-color: #013D95;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
}
#access .sec02 .sec_content h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #013D95;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#access .sec02 .sec_content_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content_lead {
    display: block;
  }
}
#access .sec02 .sec_content_lead p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content_lead p {
    margin-bottom: 20px;
  }
}
#access .sec02 .sec_content_lead .googleLink a {
  display: block;
  margin-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 46px;
  border: solid 1px #777;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content_lead .googleLink a {
    margin-left: 0;
  }
}
#access .sec02 .sec_content_lead .googleLink a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #777;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#access .sec02 .sec_content_lead .googleLink a span {
  font-size: 1.5rem;
  color: #777;
  line-height: 1.8;
  position: relative;
}
#access .sec02 .sec_content_lead .googleLink a span::after {
  content: "";
  width: 13px;
  height: 14px;
  -webkit-mask-image: url("/assets/images/icon_next.svg");
          mask-image: url("/assets/images/icon_next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #777;
  position: absolute;
  right: -24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  #access .sec02 .sec_content_lead .googleLink:hover a {
    border: 1px solid #fff;
  }
  #access .sec02 .sec_content_lead .googleLink:hover a::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
  #access .sec02 .sec_content_lead .googleLink:hover a span::after {
    background-color: #fff;
  }
  #access .sec02 .sec_content_lead .googleLink:hover a span {
    color: #fff;
  }
}
#access .sec02 .sec_content .sec_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content .sec_fl {
    display: block;
  }
}
#access .sec02 .sec_content .sec_fl_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #access .sec02 .sec_content .sec_fl_item:first-child {
    margin-bottom: 20px;
  }
}
#access .sec02 .sec_content .sec_fl_item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #111;
}