@charset "UTF-8";
:root, body {
  --pc-content-width: min(100vw, 1920px);
  --sp-content-width: 100vw;
}

@media screen and (min-width: 1280px) {
  .spp__container {
    --pc-content-width: min(calc(100vw - 144px), 1776px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .spp__container {
    --pc-content-width: calc(100vw - 128px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spp__container {
    --sp-content-width: calc(100vw - 88px);
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .spp__container {
    --sp-content-width: calc(100vw - 72px);
  }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
  .spp__container {
    --sp-content-width: calc(100vw - 56px);
  }
}
@media screen and (max-width: 479px) {
  .spp__container {
    --sp-content-width: calc(100vw - 40px);
  }
}

/* ----------------------------------------
	スライダーの設定
 ---------------------------------------- */
.lp-smartseries {
  /* ----------------------------------------
  	steps スライダー
  ---------------------------------------- */
  /* ----------------------------------------
  	steps
  ---------------------------------------- */
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps.steps--card {
    background-color: #F6F3FF;
    padding-bottom: calc(0.0395833333 * var(--pc-content-width));
    display: flex;
    justify-content: center;
    gap: calc(0.0354166667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps.steps--card {
    width: calc(0.7333333333 * var(--sp-content-width));
    margin-inline: auto;
  }
}
.lp-smartseries .steps .steps__head {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__head {
    padding-top: calc(0.05 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__head {
    padding-top: calc(0.16 * var(--sp-content-width));
  }
}
.lp-smartseries .steps .steps__inner {
  background-color: #F6F3FF;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__inner {
    margin-top: calc(0.025 * var(--pc-content-width));
    padding-top: calc(0.0416666667 * var(--pc-content-width));
    padding-bottom: calc(0.0208333333 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__inner {
    margin-top: calc(0.064 * var(--sp-content-width));
    padding-top: calc(0.1066666667 * var(--sp-content-width));
    padding-bottom: calc(0.064 * var(--sp-content-width));
    padding-inline: calc(0.0533333333 * var(--sp-content-width));
  }
}
.lp-smartseries .steps .steps__image {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__image {
    width: calc(0.546875 * var(--pc-content-width));
  }
}
.lp-smartseries .steps .steps__subtitle {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__subtitle {
    margin-top: calc(0.0166666667 * var(--pc-content-width));
    font-size: calc(0.0166666667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__subtitle {
    margin-top: calc(0.064 * var(--sp-content-width));
    font-size: calc(0.0533333333 * var(--sp-content-width));
  }
}
.lp-smartseries .steps .steps__card {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card {
    width: calc(0.1817708333 * var(--pc-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-0.0125 * var(--pc-content-width) + -0.0109375 * var(--pc-content-width));
    top: calc(0.1427083333 * var(--pc-content-width));
    border-style: solid;
    border-color: transparent transparent transparent #633889;
    border-width: calc(0.0065104167 * var(--pc-content-width)) 0 calc(0.0065104167 * var(--pc-content-width)) calc(0.0109375 * var(--pc-content-width));
  }
}
.lp-smartseries .steps .steps__card .steps__card-tag {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #633889;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  line-height: 1;
  font-family: "CliniqueHelveticaNeueRegular", Helvetica, Arial !important;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-tag {
    width: calc(0.0729166667 * var(--pc-content-width));
    height: calc(0.0208333333 * var(--pc-content-width));
    font-size: calc(0.0135416667 * var(--pc-content-width));
    border-width: calc(0.0005208333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-tag {
    width: calc(0.176 * var(--sp-content-width));
    height: calc(0.0613333333 * var(--sp-content-width));
    font-size: calc(0.0373333333 * var(--sp-content-width));
    border-width: calc(0.0026666667 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-category {
    margin-top: calc(0.0083333333 * var(--pc-content-width));
    margin-bottom: calc(0.0166666667 * var(--pc-content-width));
    font-size: calc(0.0125 * var(--pc-content-width));
    line-height: 1;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-category {
    margin-top: calc(0.0133333333 * var(--sp-content-width));
    margin-bottom: calc(0.0426666667 * var(--sp-content-width));
    font-size: calc(0.048 * var(--sp-content-width));
    line-height: 1.5;
  }
}
.lp-smartseries .steps .steps__card .steps__card-image {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-image {
    border-radius: calc(0.0166666667 * var(--pc-content-width));
    margin-bottom: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-image {
    border-radius: calc(0.064 * var(--sp-content-width));
    margin-bottom: calc(0.064 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-name {
    font-size: calc(0.0109375 * var(--pc-content-width));
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-name {
    font-size: calc(0.0453333333 * var(--sp-content-width));
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-link {
    margin-top: calc(0.0083333333 * var(--pc-content-width));
    font-size: calc(0.0072916667 * var(--pc-content-width));
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-link {
    margin-top: calc(0.0213333333 * var(--sp-content-width));
    font-size: calc(0.0346666667 * var(--sp-content-width));
    line-height: 1.5384615385;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .steps .steps__card .steps__card-link + .steps__card-name {
    margin-top: calc(0.0135416667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .steps .steps__card .steps__card-link + .steps__card-name {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
  }
}