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

.feature-wrap {
  background-image: url(../../img/feature/bg-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}

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

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

.feature-title {
  margin-bottom: 75px;
  position: relative;
  z-index: 100;
}

.feature-title img {
  max-width: 1210px;
  margin: 0 auto;
}

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

.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; */
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.25);
}

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

.feature-text-box {
  padding: 30px;
  max-width: 750px;
  margin: 40px auto 0;
  background-color: #fff;
  height: 150px;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.25);
}

.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 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 28px;

  position: relative;

  font-family: 'Shippori Mincho B1', serif;
  background: var(--Linear, linear-gradient(270deg, #002a43 20.4%, #496f94 85.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-text-name:after {
  content: '';
  position: absolute;
  background-image: url(../../img/feature/feature-text-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.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: 30px;
  height: 30px;
  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: 30px;
  height: 30px;
  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: 30px;
  height: 30px;
  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-wrap {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .feature-title {
    margin-bottom: 35px;
  }

  .feature-title img {
    max-width: 254px;
    margin: 0 auto;
  }

  .swiper-button-next {
    right: 60px;
    width: 68px;
    height: 68px;
    top: 52%;
  }
  .swiper-button-prev {
    left: 60px;
    width: 68px;
    height: 68px;
    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: 24px;
    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;
  }
}
