@charset "utf-8";


.mv_map {
  position: relative;
}
.mv_map-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv_map-link > a {
  position: absolute;
  display: block;
  height: 23.4%;
  width: 14.1%;
  bottom: 3.8%;
}
.mv_map-link > a img {
  position: absolute;
  top: 0;
  left: 0;
}
.mv_map-link > a img.hover {
  opacity: 0;
}
.mv_map-link > a:hover img.hover {
  opacity: 1;
}
.mv_map-link .area_1a {
  left: 11.2%;
}
.mv_map-link .area_1b {
  left: 27.1%;
}
.mv_map-link .area_2 {
  left: 43%;
}
.mv_map-link .area_3 {
  left: 58.9%;
}
.mv_map-link .area_4 {
  left: 74.8%;
}

@media screen and (max-width: 767px) {
  .mv_map-link > a {
    position: absolute;
    display: block;
    height: 17.4%;
    width: 19.6%;
    top: 3.8%;
    right: 5.2%;
    left: unset;
    bottom: unset;
  }
  .mv_map-link .area_1a {
    top: 3.8%;
    left: unset;
  }
  .mv_map-link .area_1b {
    top: 22.8%;
    left: unset;
  }
  .mv_map-link .area_2 {
    top: 42%;
    left: unset;
  }
  .mv_map-link .area_3 {
    top: 61%;
    left: unset;
  }
  .mv_map-link .area_4 {
    top: 80.2%;
    left: unset;
  }

  [class*="documents"] .accordion_toggle {
    padding: 16px 45px 16px 20px;
  }
}

.ico_arr01 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.ico_arr01::before {
  content: '';
  height: 80px;
  width: 70px;
  background: url(../images/ico_arr01.png) no-repeat center center;
  flex-shrink: 0;
  margin-right: 20px;
}