.section__case {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 0 0 auto;
  max-width: calc((100% - 1400px) / 2 + 1400px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
}
.section__case .section__title {
  -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 {
  padding: 40px 0;
}
.section__case .section__title .title h2 {
  font-size: 50px;
  font-family: var(--marce);
  font-weight: 400;
  color: #000;
  margin-bottom: 13px;
}
.section__case .section__title .title a {
  font-size: 18px;
  line-height: 1.3;
  color: #717171;
  font-weight: 700;
  margin-top: 28px;
  word-break: keep-all;
}
.section__case .section__title .title p {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 1.7;
  margin-top: 16px;
}
.section__case .section__title .title.title__top {
  border-bottom: 1px solid #dddcdc;
}
.section__case .section__title .title.title__top h2 {
  line-height: 0.6;
}
.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 {
  max-width: 1000px;
}
.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;
}
.section__case .case-swiper .swiper-slide .pic span {
  width: 50%;
}
.section__case .case-swiper .swiper-slide .pic span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
  margin-bottom: 60px;
  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 */