@charset "utf-8";

.access_main_row {
  display: grid;
  grid-template-columns: 220px minmax(0, 740px);
  justify-content: space-between;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  .access_main_row {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

.access_nav {
  align-self: end;
  max-width: 740px;
  text-align: left;
}

.access_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .access_nav ul {
    gap: 15px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .access_nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-inline: 16px;
  }
}

.access_nav ul li {
  border-bottom: solid 1px #707070;
}

.access_nav ul li a {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .access_nav ul li a {
    padding: 10px 5px;
  }
}

.access_nav_num {
  display: flex;
  align-items: center;
}

.access_nav_num:after {
  content: '';
  width: 10px;
  height: 1px;
  margin-inline: 10px 0;
  background: #707070;
}

.access_nav_txt {
  display: block;
  background: url("../img/access/ico_down_arrow.svg") no-repeat right center;

}

.access_head_row {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 1023px) {
  .access_head_row {
    flex-direction: column;
    gap: 0px;
  }
}

.access_switch {
  cursor: pointer;
  display: grid;
  place-content: center;
  width: 200px;
  height: 40px;
  margin-bottom: 23px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .access_switch {
    width: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .access_switch {
    margin-inline: auto;
  }
}

.access_switch_txt {
  padding-left: 30px;
}

.access_switch_photo .access_switch_txt {
  background: #000 url("../img/access/ico_photo.svg") no-repeat left center;
}

.access_switch_map .access_switch_txt {
  background: #000 url("../img/access/ico_map.svg") no-repeat left center;
}

.access_tab_wrap {
  position: relative;
  overflow: hidden;
  height: 520px;
}

@media screen and (max-width: 767px) {
  .access_tab_wrap {
    height: 200px;
  }
}

.access_tab_wrap.gallery {
  height: auto;
}

.access_tab_wrap.gallery .access_tab_map,
.access_tab_gallery {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.access_tab_map,
.access_tab_wrap.gallery .access_tab_gallery {
  position: relative;
  pointer-events: auto;
  visibility: visible;
}

.access_slider {
  width: 100%;
  padding-bottom: 30px;
}

.access_slider .slick-prev,
.access_slider .slick-next {
  bottom: 0;
}

.access_slider .slick-prev {
  left: calc(50% - 75px);
}

.access_slider .slick-next {
  right: calc(50% - 75px);
}

.access_slider img {}

.access_slider img {
  object-fit: cover;
  height: 450px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .access_slider img {
    object-fit: none;
    height: auto;
  }
}

.access_page_link {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .access_page_link {}
}

.access_gallery_count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3em;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access_gallery_count {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {

  .strengths_list_line02,
  .strengths_list_line01 {
    display: none !important;
  }
}