@charset "UTF-8";
.column__container {
  width: 100%;
  max-width: 1076px;
}

.column__container-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .column__container-nav {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .column__container-nav {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px), print {
  .column__container-nav {
    justify-content: center;
  }
}
.column__container-nav .btn-standard {
  width: calc((100% - 19px) / 2);
  min-width: initial;
  font-size: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .column__container-nav .btn-standard {
    min-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .column__container-nav .btn-standard {
    width: fit-content;
    min-width: 240px;
  }
}
@media screen and (min-width: 992px) {
  .column__container-nav .btn-standard {
    min-width: 160px;
  }
}
@media screen and (min-width: 1200px), print {
  .column__container-nav .btn-standard {
    min-width: 200px;
  }
}
.column__container-nav .current {
  background-color: #E31F26 !important;
  color: #fff !important;
}

/* ビジネスネスインサイト詳細ページ */
.column__content-ttl {
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}

.column__newsbox-ttl {
  position: relative;
  padding-left: 26px;
  font-size: 1.875rem;
}
.column__newsbox-ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  background-color: #E31F26;
  border-radius: 12px;
}

.column__newsbox-wrap {
  overflow: hidden;
}
.column__newsbox-wrap .post-card {
  flex-wrap: nowrap;
}

.splide {
  width: 100%;
  box-sizing: border-box;
}

.splide__list {
  padding: 30px 0 !important;
}

.splide__slide {
  width: 66.6666666667% !important;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .splide__slide {
    width: 246.6666666667px !important;
  }
}
@media screen and (min-width: 992px) {
  .splide__slide {
    width: 305px !important;
  }
}
@media screen and (min-width: 1200px), print {
  .splide__slide {
    width: 316px !important;
  }
}
@media screen and (min-width: 1400px) {
  .splide__slide {
    width: 370.4px !important;
  }
}

.column__newsbox-wrap .splide__arrow {
  width: 36px;
  height: 36px;
  background-color: #FEFFFF;
  opacity: 0.7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}

.column__newsbox-wrap .splide__arrow::before {
  content: "";
  background-image: url(../media/images/icon/icon-slider-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  inset: 0;
}

.column__newsbox-wrap .splide__arrow svg {
  display: none;
}

.column__newsbox-wrap .splide__arrow--prev {
  left: 8px;
}

.column__newsbox-wrap .splide__arrow--next {
  right: 8px;
}

.column__newsbox-wrap .splide__arrow--prev::before {
  transform: scaleX(-1);
}

@media screen and (min-width: 992px) {
  .column__newsbox-wrap .splide__arrow {
    width: 48px;
    height: 48px;
  }
  .column__newsbox-wrap .splide__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1200px), print {
  .column__newsbox-wrap .splide__arrow {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .column__newsbox-wrap .splide__arrow::before {
    width: 23px;
    height: 23px;
  }
}
.arrow__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 65px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.splide-progress {
  background-color: #DADADA;
  height: 5px;
}
.splide-progress .splide-progress-bar {
  width: 0;
  height: 100%;
  background-color: #E31F26;
  transition: width 1000ms ease;
}

/*# sourceMappingURL=style-insights.css.map */
