.sub__before {
  background: var(--theme-color);
}

.section__case {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1400px;
  width: 100%;
  color: var(--white-color);
}
.section__case .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
}
.section__case .section__title h2 {
  font-size: 50px;
}
.section__case .section__title .title h3 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.section__case .section__title .title > p {
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
}
.section__case .section__title .title.title__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 20px;
}
.section__case .section__title .title.title__top h2 {
  margin-top: auto;
  font-size: 20px;
}
.section__case .section__title .title.title__top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__case .section__title .title.title__top a::after {
  content: "";
  width: 12px;
  height: 30px;
  margin-left: 0.5em;
  background: url(/skin/latest/before/img/arr-icon.png) center/contain no-repeat;
  display: block;
}
.section__case .section__title .title.title__bottom h2 {
  font-size: 18px;
  color: #717171;
  font-family: var(--noto);
  font-weight: 700;
  text-align: left;
}
.section__case .case-swiper .swiper-slide {
  width: 100%;
}
.section__case .case-swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.section__case .case-swiper .swiper-slide .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.section__case .case-swiper .swiper-slide .box.--guest {
  cursor: pointer;
}
.section__case .case-swiper .swiper-slide .box .guest__cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: black;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}
.section__case .case-swiper .swiper-slide .box .guest__cover i {
  display: block;
  font-size: 30px;
}
.section__case .case-swiper .swiper-slide .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section__case .case-swiper .swiper-slide .pic span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 50%;
}
.section__case .case-swiper .swiper-slide .pic span img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__case .case-swiper .swiper-slide .pic span::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "before";
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.section__case .case-swiper .swiper-slide .pic span:last-child::before {
  content: "after";
}
.section__case .case-swiper .swiper-slide .txt {
  padding: 35px 0 24px;
  margin-top: 12px;
  background: #f3f3f3;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section__case .case-swiper .swiper-slide .txt .tit {
  font-size: 18px;
  padding-bottom: 18px;
}
.section__case .case-swiper .swiper-slide .txt a {
  font-size: 16px;
  border: 1px solid #8d8d8d;
  border-radius: 10em;
  padding: 6px 25px 8px;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section__case .case-swiper .swiper-slide.swiper-slide-active {
  -webkit-filter: none;
          filter: none;
}
.section__case .case-swiper .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.section__case .case-swiper .empty_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__case .before__arrow__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 90px;
}
.section__case .before__arrow__wrap .before__arrow {
  display: block;
  border: 0;
  text-indent: -9999px;
  width: 18px;
  height: 10px;
}
.section__case .before__arrow__wrap .before__arrow {
  width: 18px;
  height: 10px;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.section__case .before__arrow__wrap .before__arrow__prev {
  background: transparent url(/img/common/icon/arrow__prev.svg) no-repeat center center/contain;
}
.section__case .before__arrow__wrap .before__arrow__next {
  background: transparent url(/img/common/icon/arrow__next.svg) no-repeat center center/contain;
}
.section__case .before__arrow__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 63px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background: #b8b8b8;
}

@media (max-width: 1420px) {
  .section__case {
    max-width: calc((100% - 990px) / 2 + 990px);
  }
}
@media (max-width: 1280px) {
  .section__case {
    max-width: calc((100% - 895px) / 2 + 895px);
  }
}/*# sourceMappingURL=style.css.map */