@charset "utf-8";

/* cirList + nmlLink_item arrow-pdf
================================================== */
.cntSec_prize .cirList>li.arrow-pdf:before {
  top: 0.8em;
}

/* swiper
================================================== */
.introductionSwiper_slide-image {
  margin-bottom: 12px;
}
.swipter-pagenation_wrapper {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  max-width: calc(100% - 80px);
}
.introductionSwiper_slide-image img {
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}
.introductionSwiper_slide-image-caption {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.introductionSwiper_pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.introductionSwiper_bullet.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  transition: 1.5s all ease;
}
.introductionSwiper_bullet.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background: repeating-linear-gradient(
    -90deg,
    transparent 0%,
    transparent 5%,
    rgba(0,50,136, 0.2) 5%,
    rgba(0,50,136, 0.2) 50%,
    #003288 50%,
    #003288 95%,
    transparent 95%,
    transparent 100%
  );
  background-size: 225%;
  background-position: 90% 0%;
  transition: .3s all ease;
  z-index: 1;
  clip-path: polygon(
    0% 100%,
    0% 0%,
    95% 0%,
    95% 100%
  )
}
.introductionSwiper_bullet.swiper-pagination-bullet-active::before {
  background-position: 10% 0%;
}
.introductionSwiper_button.swiper-button-prev {
  left: -40px;
}
.introductionSwiper_button.swiper-button-next {
  right: -37px;
}
.introductionSwiper_button.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: -1.4px;
  left: 0;
  width: 100%;
  height: 100%;
  mask: url(/common_v2/images/icon_arrow_left_white.svg) center / 24px no-repeat;
  -webkit-mask: url(/common_v2/images/icon_arrow_left_white.svg) center / 24px no-repeat;
  transition: all 0.3s ease;
  background-color: #A9B7C1;
}
.introductionSwiper_button.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: url(/common_v2/images/icon_arrow_right_white.svg) center / 24px no-repeat;
  -webkit-mask: url(/common_v2/images/icon_arrow_right_white.svg) center / 24px no-repeat;
  transition: all 0.3s ease;
  background-color: #A9B7C1;
}

/* access_map
================================================== */
.access_map iframe {
  width: 100%;
}
