/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    sec_access
------------------------------ */
#sec_access .access-swiper {
  background: #ffffff;
}
#sec_access .access-swiper .swiper-slide {
  background: #ffffff;
}
#sec_access .access-swiper img {
  height: 440px;
  margin: 20px auto;
  display: block;
}
#sec_access .access-thumb-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 30px 0 60px;
}
#sec_access .access-thumb-wrap li {
  width: calc((100% - 60px) / 4);
}
#sec_access .access-thumb {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50vw;
  cursor: pointer;
  transition: 0.3s ease;  
}
#sec_access .access-thumb:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #sec_access .access-swiper img {
    height: 220px;
  }
  #sec_access.en .access-swiper img {
    height: 200px;
  }
  #sec_access .access-thumb-wrap {
    margin: 20px 0 40px;
    gap: 10px 5px;
  }
  #sec_access .access-thumb-wrap li {
    width: calc((100% - 5px) / 2); 
  }
  #sec_access .att_txt {
    font-size: 1.5rem;
  }
  #sec_access .access-thumb {
    font-size: 1.5rem;
  }
}