.swiper-wrapper {
  position: relative;
  min-height: 194px;
}
.swiper-wrapper img {
  width: 100%;
  height: 520px;
  display: block;
}
.swiper-box {
  position: absolute;
  top: 168px;
}
.swiper-title {
  font-size: 48px;
  color: #17294d;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: bold;
}
.swiper-description {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 62px;
}
.block-title {
  font-size: 36px;
  color: #17294d;
  text-align: center;
  font-weight: bold;
}
.assist-description {
  font-size: 24px;
  color: #5a5c5f;
  text-align: center;
  margin: 20px auto 60px;
  max-width: 90%;
}

.dark-bg-wrapper {
  padding: 80px 0;
  background-color: #e4eeff;
}
.light-bg-wrapper {
  padding: 80px 0;
  background-color: #f3f7ff;
}

/* button */

.light-button {
  width: fit-content;
  padding: 0 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #3377ff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.plain-button {
  width: fit-content;
  padding: 0 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #3377ff;
  border: 1px solid #3377ff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

/* potential */
.potential-wrapper {
  width: 100%;
  padding: 93px 0;
  background-image: url("../../images/majordomo/potential-page.png");
  background-size: 100% 100%;
}
.potential-title {
  width: 80%;
  text-align: center;
  margin: 0 auto 24px;
  font-size: 36px;
  color: #17294d;
  font-weight: bold;
}
.potential-description {
  font-size: 20px;
}
.potential-des-wrap {
  padding: 20px;
}

.potential-img-wrapper {
  margin-top: 50px;
}

.potential-img-wrapper img {
  width: 100%;
  aspect-ratio: auto;
}

.potential-des-title {
  width: 100%;
  font-size: 24px;
  color: #17294d;
  margin-bottom: 40px;
}
.potential-des-text div {
  margin: 20px 0;
}
.potential-des-button {
  width: 100%;
  margin-top: 75px;
}
.potential-des-button > div:first-child {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .swiper-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .swiper-box {
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-title {
    font-size: 22px;
    color: #17294d;
    margin-bottom: 10px;
  }
  .swiper-description {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
  }

  .block-title {
    font-size: 18px !important;
  }
  .assist-description {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 20px auto !important;
  }

  .dark-bg-wrapper {
    padding: 30px 0;
  }
  .light-bg-wrapper {
    padding: 30px 0;
  }

  .light-button,
  .plain-button {
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 21px !important;
  }

  .potential-wrapper {
    padding: 40px 0;
  }
  .potential-title {
    font-size: 18px;
  }
  .potential-description {
    font-size: 14px;
  }
  .potential-des-button {
    margin-top: 30px;
  }
}
