@charset "UTF-8";
.business-row {
  display: flex;
  flex-direction: column;
}

.business-col-line {
  border-top: 1px solid #acacac;
}

.business-col-text--desc {
  line-height: 1.8em;
}

@media screen and (min-width: 992px) {
  .business-row {
    flex-direction: row;
  }
  .business-col-line {
    border-top: none;
    border-left: 1px solid #acacac;
  }
  .business-col-45 {
    flex-basis: 45%;
  }
  .business-col-55 {
    flex-basis: 55%;
  }
}
.bg-slide {
  background-color: #f5f5f5;
  background: url(/media/images/business/bg-gray-gradation.webp) no-repeat top center/cover;
}

.post-card__slider-wrap {
  position: relative;
}

.post-card__slider {
  width: max(100%, 50vw + 50%);
  max-width: max(100%, 50vw + 50%);
  position: static;
}

.post-card__slider .splide__track {
  padding: 22px !important;
  margin-left: -22px;
}

.post-card__slider .is-visible .post-card__inner,
.post-card__slider .is-visible ~ .post-card__item .post-card__inner {
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.post-card__slider .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;
}

.post-card__slider .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;
}

.post-card__slider .splide__arrow svg {
  display: none;
}

.post-card__slider .splide__arrow--prev {
  left: -18px;
}

.post-card__slider .splide__arrow--next {
  right: -18px;
}

.post-card__slider .splide__arrow--prev::before {
  transform: scaleX(-1);
}

.slider-progress {
  bottom: -8px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
}

.slider-progress__base {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.slider-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16.6666666667%;
  background-color: rgba(167, 169, 172, 0.5);
  transition: width 0.6s ease;
}

@media screen and (min-width: 576px) {
  .splide__slide {
    width: 306px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 768px) {
  .post-card__slider .splide__arrow {
    width: 48px;
    height: 48px;
  }
  .post-card__slider .splide__arrow--prev {
    left: -24px;
  }
  .post-card__slider .splide__arrow--next {
    right: -24px;
  }
  .post-card__slider .splide__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .slider-progress {
    bottom: -18px;
    height: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .post-card__slider .splide__arrow {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .post-card__slider .splide__arrow::before {
    width: 23px;
    height: 23px;
  }
  .post-card__slider .splide__arrow--prev {
    left: -32px;
  }
  .post-card__slider .splide__arrow--next {
    right: -38px;
  }
}
/* ブロックエディタ */
.achv-wrap .block-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}

.achv-wrap .block-section .block-table + .text h3 {
  margin-top: 2rem;
}

.scroll-hint table {
  white-space: nowrap;
}

/* テーブル_コーディング_スタンダード */
.block-table table, .block-table tbody, .block-table tr {
  width: 100%;
}

.block-table tr {
  border-top: 1px solid #ACACAC;
}

.block-table tr:last-of-type {
  border-bottom: 1px solid #ACACAC;
}

.block-table th {
  background-color: #F5F5F5;
  vertical-align: top;
  min-width: 10em;
}

.block-table th, .block-table td {
  padding: 1rem;
}

.block-table th:not(.scroll-hint th), .block-table td:not(.scroll-hint td) {
  display: block;
  width: 100%;
}

.block-table th:not(.scroll-hint th) {
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .block-table th:not(.scroll-hint th), .block-table td:not(.scroll-hint td) {
    display: table-cell;
    padding: 1rem 1.8rem;
  }
  .block-table th:not(.scroll-hint th) {
    width: 36%;
  }
  .block-table td:not(.scroll-hint td) {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .achv-wrap .block-section .block-table + .text h3 {
    margin-top: 3.5rem;
  }
}
/* //テーブル_コーディング_スタンダード */

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