#main .swiper-pagination-bullet-active {
  background: #000;
  width: 15px;
  height: 15px;
}
#main .container .inner {
  padding-bottom: 100px;
}
.container .inner {
  display: flex;
  justify-content: space-between;
}
.container .inner .left {
  width: 50%;
}
.container .inner .left > p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.container .inner .left li.super_bold {
  font-size: 3.75rem;
  font-weight: 900;
}
.container .inner .right {
  width: 40%;
  position: relative;
}
.container .inner .right .swiper {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.container .inner .right .swiper .swiper-wrapper {
  position: relative;
}
.container .inner .right .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .inner > p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.content .inner .box_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 130px;
}
.content .inner .box_wrap .left, .content .inner .box_wrap .right {
  width: 50%;
}
.content .inner .box_wrap .left .box, .content .inner .box_wrap .right .box {
  display: flex;
  align-items: center;
}
.content .inner .box_wrap .left .box p, .content .inner .box_wrap .right .box p {
  font-size: 16px;
  height: 40px;
  font-weight: 500;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.content .inner .box_wrap .left .box p:nth-child(1), .content .inner .box_wrap .right .box p:nth-child(1) {
  background: #002d74;
  color: #fff;
  width: 20%;
  font-weight: 600;
  min-width: 100px;
}
.content .inner .box_wrap .left .box p:nth-child(2), .content .inner .box_wrap .right .box p:nth-child(2) {
  width: 80%;
}

@media (max-width: 1000px) {
  #main .container .inner .left .super_bold {
    font-size: 2.5rem;
  }
}
@media (max-width: 860px) {
  #main .box_wrap {
    flex-direction: column;
    height: auto;
  }
  #main .box_wrap .box {
    height: auto;
    align-items: stretch;
  }
  #main .box_wrap .right .box:last-of-type {
    /* display: none; */
  }
  #main .box_wrap .left, #main .box_wrap .right {
    width: 100%;
  }
  #main .box_wrap .left p:nth-child(1), #main .box_wrap .right p:nth-child(1) {
    height: auto;
    display: flex;
    align-items: center;
  }
  #main .box_wrap .left p:nth-child(2), #main .box_wrap .right p:nth-child(2) {
    height: auto;
  }
}
@media (max-width: 650px) {
  #main .container .inner {
    flex-direction: column;
  }
  #main .container .inner .left {
    width: 100%;
  }
  #main .container .inner .left .super_bold {
    font-size: 2.5rem;
  }
  #main .container .inner .right {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 510px) {
  #main .container .inner .left {
    width: 100%;
  }
  #main .container .inner .left .txt_box li:nth-child(1) p {
    font-size: 0.9rem;
  }
  #main .container .inner .left .txt_box li br.pc {
    display: none;
  }
}
