.feature {
  padding: 78px 0 130px;
  overflow: hidden;
}

.feature-inner {
  max-width: 1291px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .feature-inner {
    padding: 0 80px;
  }
}

.feature h2 {
  max-width: 1291px;
  margin: 0 auto;
}

.feature h3 {
  color: #140300;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-bottom-h3 {
  margin-top: 175px !important;
}
.feature-notice {
  display: block;
  color: #f34e6c !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.swiper-button-next {
  background-image: url(../../img/feature/feature-slide-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100px;
  height: 100px;
  right: -120px;
  top: 42%;
}
.swiper-button-prev {
  background-image: url(../../img/feature/feature-slide-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100px;
  height: 100px;
  left: -120px;
  top: 42%;
}

.swiper-button-next--main-002 {
  background-image: url(../../img/feature/feature-slide-arrow-right-002.png);
}

.swiper-button-prev--main-002 {
  background-image: url(../../img/feature/feature-slide-arrow-left-002.png);
}

.swiper-pagination {
  bottom: -240px !important;
}
.feature h3 span {
  color: #cc9e6f;
}

.cards-swiper-001 {
  position: relative;
  z-index: 0;
}

.cards-swiper-001:after {
  content: '';
  position: absolute;
  background-image: url(../../img/feature/feature-slide-bg-001-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  width: 1839px;
  height: 226px;
  z-index: -1;
}
.cards-swiper-002:after {
  content: '';
  position: absolute;
  background-image: url(../../img/feature/feature-slide-bg-002-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  width: 1839px;
  height: 226px;
  z-index: -1;
}

.swiper-area {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.swiper {
  padding: 60px 0;
}

.cards-swiper .swiper-slide:hover,
.cards-swiper--002 .swiper-slide:hover {
  opacity: 0.8;
}

.cards-swiper .swiper-slide,
.cards-swiper--002 .swiper-slide {
  transition: transform 0.4s ease;
  transform: scale(0.85);
  cursor: pointer;
  transition: all 0.4s;
}

.cards-swiper .swiper-slide-active,
.cards-swiper--002 .swiper-slide-active {
  transform: scale(1.3);
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.cards-swiper .swiper-slide img {
  border-radius: 13px;
  border: 2px solid #cc9e6f;
  box-shadow: 0px 0px 25px 0px #fff;
}

.cards-swiper--002 .swiper-slide img {
  border-radius: 13px;
  border: 3px solid #f34e6c;
  box-shadow: 0px 0px 25px 0px #fff;
}

.feature-text-box {
  padding: 20px;
  max-width: 750px;
  margin: 40px auto 0;
  background-color: #fff;
  height: 150px;
  border: 1px solid #cc9e6f;
  box-shadow: 6px 6px 0px 0px #cc9e6f;
  background-image: url(../../img/feature/feature-text-bg-001.png);
  background-repeat: no-repeat;
  background-size: 317px 140px;
  background-position: right bottom;
}

.feature-text-box--002 {
  border: 1px solid #f34e6c;
  background: #fff;
  box-shadow: 6px 6px 0px 0px #f34e6c;
  background-image: url(../../img/feature/feature-text-bg-002.png);
  background-repeat: no-repeat;
  background-size: 317px 140px;
  background-position: right bottom;
}

.feature-text-item,
.feature-text-item-002 {
  display: none;
}
.feature-text-item.is-active,
.feature-text-item-002.is-active {
  display: block;
}
.feature-text-number {
  background: #cc9e6f;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
  font-family: 'Afacad', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
}

.feature-text-name {
  color: #140300;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-left: 28px;
  background-image: url(../../img/feature/feature-text-icon-001.png);
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: left center;
}

.feature-text-box--002 .feature-text-number {
  background: #f34e6c;
}
.feature-text-box--002 .feature-text-name {
  background-image: url(../../img/feature/feature-text-icon-002.png);
}

.swiper-pagination-bullet {
  background: url(../../img/feature/feature-slide-bullet.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 17px;
  height: 15px;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: url(../../img/feature/feature-slide-bullet-001.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 17px;
  height: 15px;
  border-radius: 0;
}

.cards-swiper-002 .swiper-pagination-bullet-active {
  background: url(../../img/feature/feature-slide-bullet-002.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 17px;
  height: 15px;
  border-radius: 0;
}

.card-modal-content {
  max-width: 800px;
  margin: 0 auto;
}

.card-modal-content-inner .swiper-button-next {
  right: 0;
}
.card-modal-content-inner .swiper-button-prev {
  left: 0;
}

.card-modal-content-inner {
  position: relative;
  padding: 0 150px;
}

@media screen and (max-width: 1200px) {
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 0 0 85px;
    overflow: hidden;
  }

  .feature h2 {
    max-width: 414px;
  }

  .feature h3 {
    font-size: 15px;
    margin: 35px 0;
    padding: 0 15px;
  }

  .swiper-button-next {
    right: 100px;
    width: 40px;
    height: 40px;
    top: 52%;
  }
  .swiper-button-prev {
    left: 100px;
    width: 40px;
    height: 40px;
    top: 52%;
  }

  .swiper-pagination {
    bottom: -170px !important;
  }

  .cards-swiper-001:after {
    content: '';
    position: absolute;
    background-image: url(../../img/feature/feature-slide-bg-001-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 1016px;
    height: 196px;
  }
  .cards-swiper-002:after {
    content: '';
    position: absolute;
    background-image: url(../../img/feature/feature-slide-bg-002-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 1016px;
    height: 196px;
  }

  .swiper {
    padding: 0 0;
  }

  .cards-swiper .swiper-slide,
  .cards-swiper--002 .swiper-slide {
    transition: transform 0.4s ease;
    transform: scale(0.8);
  }

  .cards-swiper .swiper-slide-active,
  .cards-swiper--002 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }

  .feature-text-box {
    padding: 20px 25px;
    margin: 30px 20px 0;
    height: 103px;
    background-size: 180px 96px;
    position: relative;
    z-index: 1;
  }

  .feature-text-box--002 {
    padding: 20px 25px;
    margin: 30px 20px 0;
    height: 103px;
    background-size: 180px 96px;
    position: relative;
    z-index: 1;
  }

  .feature-text-item,
  .feature-text-item-002 {
    display: none;
  }
  .feature-text-item.is-active,
  .feature-text-item-002.is-active {
    display: block;
  }
  .feature-text-number {
    padding: 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .feature-text-name {
    font-size: 14px;
    padding-left: 18px;
    background-size: 12px 14px;
  }

  .card-modal-content {
    max-width: 400px;
    margin: 0 auto;
  }

  .card-modal-content-inner {
    position: relative;
    padding: 0 30px;
  }

  .feature-bottom-h3 {
    margin-top: 50px !important;
  }
  .feature-notice {
    font-size: 12px !important;
  }

  .feature-inner {
    padding: 0 0;
  }
}
