.base_kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .base_kv {
    width: calc(100% + 50vw - 52.5rem + 10px);
    margin-right: calc(50vw - 52.5rem + 10px);
    padding-bottom: calc(4rem + 1px);
  }
}
@media (max-width: 768px) {
  .base_kv {
    width: calc(100% + 6.5rem);
    margin-right: -6.5rem;
    padding-bottom: calc(6rem + 1px);
  }
}
.base_kv .swiper-pagination {
  counter-reset: pagination;
  display: flex;
  align-items: flex-end;
  bottom: 0;
}
@media (min-width: 769px) {
  .base_kv .swiper-pagination {
    justify-content: flex-start;
    column-gap: 0.4rem;
  }
}
@media (max-width: 768px) {
  .base_kv .swiper-pagination {
    justify-content: flex-end;
    column-gap: 0.7rem;
    padding-right: 6.5rem;
  }
}
.base_kv .swiper-pagination .swiper-pagination-bullet {
  counter-increment: pagination;
  position: relative;
  background: none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  height: auto;
  margin: 0;
  text-align: left;
  opacity: 1;
}
@media (min-width: 769px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet {
    width: 5rem;
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet {
    width: 9rem;
    padding-bottom: 1.4rem;
  }
}
.base_kv .swiper-pagination .swiper-pagination-bullet::before {
  content: counter(pagination, decimal-leading-zero);
  display: block;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet::before {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet::before {
    font-size: 1.8rem;
  }
}
.base_kv .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background: #141414;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  transform-origin: right top;
  scale: 0 1;
  transition: scale 0.4s ease-in;
}
@media (min-width: 769px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .base_kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-bottom: 1.1rem;
  }
}
.base_kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  scale: 1 1;
  transition: scale 0.2s ease-out 0.3s;
  transform-origin: left top;
}
@media (min-width: 769px) {
  .base_swiper {
    border-radius: 3rem 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .base_swiper {
    border-radius: 4.2rem 0 0 4.2rem;
  }
}
.base_swiper_slide {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .base_swiper_slide {
    height: 46rem;
  }
}
@media (max-width: 768px) {
  .base_swiper_slide {
    height: 50rem;
  }
}
.base_swiper_slide img {
  object-fit: cover;
}
.base_swiper_slide figcaption {
  position: absolute;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 769px) {
  .base_swiper_slide figcaption {
    right: 2rem;
    bottom: 1.5rem;
    line-height: 1.5;
    font-size: 1.2rem;
    text-shadow: 0 0 1px #141414;
  }
}
@media (max-width: 768px) {
  .base_swiper_slide figcaption {
    line-height: 1.546;
    font-size: 2.2rem;
    text-shadow: 0 0 0.3rem #141414;
  }
}
.base_map {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .base_map {
    display: none !important;
  }
}
.base_map::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(0deg, transparent calc(100% - 0.5px), #ededed calc(100% - 0.5px)), linear-gradient(90deg, transparent calc(100% - 0.5px), #ededed calc(100% - 0.5px));
  background-size: 3.041rem 3.041rem;
  background-repeat: repeat;
  background-position: center top;
  border-bottom: 0.5px solid #ededed;
  width: 100dvw;
  height: 60.8rem;
  left: 50%;
  top: 5.7rem;
  bottom: 0;
  translate: -50% 0;
}
.base_map_image {
  aspect-ratio: 105/59;
  position: relative;
}
.base_map_anchor {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  position: absolute !important;
  letter-spacing: 0.1em;
  line-height: 1.455;
  font-size: 2.2rem;
}
.base_map_anchor span {
  fill: none;
  stroke: #141414;
  background: #fdf002;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.2s linear;
  pointer-events: none;
}
.base_map_anchor span::after {
  display: none;
}
.base_map_anchor span svg {
  rotate: 90deg;
}
.base_map_anchor strong {
  pointer-events: none;
}
.base_map_anchor:hover span {
  stroke: #fff;
  background: #b2243c;
}
.base_map_anchor:hover + .base_map_hover {
  opacity: 1;
}
.base_map_anchor[href="#District1"] {
  left: 74.381%;
  bottom: 31.865%;
}
.base_map_anchor[href="#District2"] {
  left: 29.81%;
  bottom: 54.577%;
}
.base_map_anchor[href="#District3"] {
  left: 69.524%;
  bottom: 18.645%;
}
.base_map_anchor[href="#District4"] {
  left: 22.477%;
  bottom: 41.356%;
}
.base_map_anchor[href="#District5"] {
  left: 65.62%;
  bottom: 5.424%;
}
.base_map_anchor[href="#District6"] {
  left: 14.858%;
  bottom: 28.136%;
}
.base_map_hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .base_areas {
    margin-top: 12rem;
  }
}
@media (max-width: 768px) {
  .base_areas {
    margin-top: 15rem;
  }
}
@media (min-width: 769px) {
  .base_area {
    scroll-margin-top: calc(7rem + 1px);
  }
}
@media (max-width: 768px) {
  .base_area {
    scroll-margin-top: calc(11rem + 1px);
  }
}
.base_divisions {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .base_divisions {
    row-gap: 6.5rem;
    padding: 2.9rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .base_divisions {
    row-gap: 8.7rem;
    padding: 3.7rem 0 9rem;
  }
}
.base_division {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .base_division {
    row-gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .base_division {
    row-gap: 5.6rem;
  }
}
.base_division > dt {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .base_division > dt {
    column-gap: 0.8rem;
    line-height: 1.546;
    font-size: 2.2rem;
  }
  .base_division > dt > p {
    font: inherit;
  }
  .base_division > dt > p:first-of-type {
    margin-top: -0.272em;
  }
  .base_division > dt > p:last-of-type {
    margin-bottom: -0.272em;
  }
}
@media (max-width: 768px) {
  .base_division > dt {
    column-gap: 1.4rem;
    line-height: 1.556;
    font-size: 3.6rem;
  }
  .base_division > dt > p {
    font: inherit;
  }
  .base_division > dt > p:first-of-type {
    margin-top: -0.277em;
  }
  .base_division > dt > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
.base_division > dt::before {
  content: "";
  background: #fdf002;
  border-radius: 50%;
  margin-left: 0.1rem;
}
@media (min-width: 769px) {
  .base_division > dt::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.3rem;
  }
}
@media (max-width: 768px) {
  .base_division > dt::before {
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0.7rem;
  }
}
.base_division > dd {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .base_division > dd {
    row-gap: 3.4rem;
  }
}
@media (max-width: 768px) {
  .base_division > dd {
    row-gap: 6.9rem;
  }
}
.base_operator {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .base_operator {
    row-gap: 1.8rem;
  }
}
@media (max-width: 768px) {
  .base_operator {
    row-gap: 3.9rem;
  }
}
.base_operator > dt {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .base_operator > dt {
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .base_operator > dt > p {
    font: inherit;
  }
  .base_operator > dt > p:first-of-type {
    margin-top: -0.277em;
  }
  .base_operator > dt > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
@media (max-width: 768px) {
  .base_operator > dt {
    line-height: 1.563;
    font-size: 3.2rem;
  }
  .base_operator > dt > p {
    font: inherit;
  }
  .base_operator > dt > p:first-of-type {
    margin-top: -0.281em;
  }
  .base_operator > dt > p:last-of-type {
    margin-bottom: -0.281em;
  }
}
.base_links {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}
.base_panel {
  display: flex;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .base_panel {
    align-items: center;
    column-gap: 8rem;
    border-radius: 2rem;
    height: 22rem;
    padding: 0 6rem;
  }
}
@media (max-width: 768px) {
  .base_panel {
    flex-direction: column;
    justify-content: center;
    row-gap: 3rem;
    border-radius: 2.6rem;
    height: 48rem;
    padding: 0 0 5rem 3.8rem;
  }
}
.base_panel_bg {
  position: absolute;
  inset: 0;
}
.base_panel_bg img {
  object-fit: cover;
}
.base_panel_head {
  flex-shrink: 0;
}
.base_panel_body {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .base_panel_body {
    padding-top: 0.8rem;
  }
}
.base_panel_arrow {
  position: absolute;
}
@media (min-width: 769px) {
  .base_panel_arrow {
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .base_panel_arrow {
    left: 22.5rem;
    bottom: 4rem;
  }
}