@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap");
/* ブレイクポイント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++++++++++++++++++++++  */
.col_1 {
  color: #004ea8;
}

.wrap_s {
  width: 90%;
  max-width: 1008px;
  margin: auto;
}
.wrap_m {
  width: 90%;
  max-width: 1152px;
  margin: auto;
}
.wrap_l {
  width: 90%;
  max-width: 1296px;
  margin: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-en {
  text-indent: -1.5em;
  padding-left: 1em;
}

.fadein {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1s;
}
.fadein_t {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(10px);
}
.fadein_b {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(-10px);
}
.fadein_l {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1s;
  transform: translateX(-10px);
}
.fadein_r {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1s;
  transform: translateX(10px);
}
.fadein_blur {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1s;
  filter: blur(6px);
}

.fadein.on,
.fadein_t.on,
.fadein_b.on,
.fadein_l.on,
.fadein_r.on,
.fadein_blur.on {
  opacity: 1;
  transform: translateY(0px);
  transform: translateX(0px);
  filter: blur(0px);
}

.cx-stepper {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.cx-stepper .en {
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cx-stepper a {
  color: #e6eaea;
  text-decoration: none;
  position: relative;
}
.cx-stepper a::after {
  display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
FV
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .fv {
  padding-block: 50px 120px;
  position: relative;
}
.cx-stepper .fv_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cx-stepper .fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cx-stepper .fv_main {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_main {
    flex-direction: column;
    row-gap: 3em;
  }
}
.cx-stepper .fv_main_tit {
  width: 51.9500780031%;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .fv_main_tit {
    margin-block-start: 5%;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_main_tit {
    width: 100%;
  }
}
.cx-stepper .fv_main_tit-sub {
  font-size: clamp(24px, 2.0833333333vw, 30px);
  color: #e6eaea;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_main_tit-sub {
    font-size: clamp(19.2px, 1.6666666667vw, 24px);
  }
}
.cx-stepper .fv_main_tit-main {
  margin-block-start: 5%;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_main_tit-main {
    max-width: 500px;
  }
}
.cx-stepper .fv_main_image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_main_image {
    margin-inline: auto;
    max-width: 540px;
  }
}
.cx-stepper .fv_nav {
  margin-block-start: 60px;
  margin-inline: auto;
  display: grid;
  justify-content: center;
  row-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(auto, 250px));
  transform: translateY(clamp(0px, 50px + -50 * (100vw - 768px) / 672, 50px));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cx-stepper .fv_nav li {
  position: relative;
}
.cx-stepper .fv_nav li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(230, 234, 234, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.cx-stepper .fv_nav li:first-of-type::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(230, 234, 234, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_nav li:first-of-type::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .fv_nav li:nth-of-type(2n)::before {
    display: none;
  }
}
.cx-stepper .fv_nav a {
  padding: 1.3em 2em;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12.8px, 1.1111111111vw, 16px);
  color: #e6eaea;
  text-align: center;
  position: relative;
  letter-spacing: -0.01em;
}
.cx-stepper .fv_nav a::before, .cx-stepper .fv_nav a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% - 4px);
  transform-origin: 50% calc(100% - 4px);
  transition: top 0.3s ease;
}
.cx-stepper .fv_nav a::before {
  transform: rotate(45deg);
}
.cx-stepper .fv_nav a::after {
  transform: rotate(-45deg);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
こんなお悩みありませんか？
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .worries {
  margin-block-start: -280px;
  position: relative;
}
.cx-stepper .worries::before {
  content: "";
  width: 100%;
  height: 120%;
  background: linear-gradient(180deg, rgba(0, 29, 86, 0) 0%, rgb(0, 29, 86) 27.3455%, rgb(0, 29, 86) 100%);
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .cx-stepper .worries {
    margin-block-start: -230px;
  }
  .cx-stepper .worries::before {
    background: linear-gradient(180deg, rgba(0, 29, 86, 0) 0%, rgb(0, 29, 86) 13%, rgb(0, 29, 86) 100%);
  }
}
.cx-stepper .worries_wrap {
  padding-block-start: 280px;
  padding-block-end: 120px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.cx-stepper .worries_tit {
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  color: #e6eaea;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cx-stepper .worries_tit {
    font-size: clamp(22.4px, 1.9444444444vw, 28px);
  }
}
.cx-stepper .worries_list {
  margin-block-start: 30px;
  margin-inline: auto;
  max-width: 1152px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .worries_list {
    margin-block-start: 20px;
    max-width: 540px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cx-stepper .worries_list li {
  padding: 1.5em 2em;
  height: 100%;
  box-sizing: border-box;
  grid-column: span 2;
  display: grid;
  align-content: center;
  background: rgba(0, 78, 168, 0.3);
  font-size: clamp(12.8px, 1.1111111111vw, 16px);
  color: #e6eaea;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .worries_list li:nth-child(4) {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 768px), print {
  .cx-stepper .worries_list li:nth-child(5) {
    grid-column: 4/6;
  }
}
.cx-stepper .worries_list li span {
  white-space: nowrap;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
CX-stepperなら feature
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .feature {
  background: #e7ebf2;
}
.cx-stepper .feature_tit {
  transform: translateY(clamp(-80px, -65px + -15 * (100vw - 768px) / 672, -65px));
  margin-inline: auto;
  width: 35.6481481481%;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_tit {
    margin-inline: auto;
    width: 70%;
    max-width: 380px;
  }
}
.cx-stepper .feature_boxes {
  margin-inline: auto;
  max-width: 1126px;
  display: flex;
  flex-direction: column;
  row-gap: 4em;
}
.cx-stepper .feature_box {
  display: flex;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1140px) {
  .cx-stepper .feature_box {
    margin-inline: auto;
    max-width: 880px;
    flex-direction: column;
  }
}
.cx-stepper .feature_box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
  .cx-stepper .feature_box:nth-of-type(2n) {
    margin-inline: auto;
    max-width: 880px;
    flex-direction: column;
  }
}
.cx-stepper .feature_box:nth-of-type(2n)::before {
  background: linear-gradient(-45deg, #5effff 0%, #0054ac 34%);
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box:nth-of-type(2n)::before {
    background: linear-gradient(135deg, #5effff 0%, #0054ac 34%);
  }
}
.cx-stepper .feature_box:nth-of-type(2n) .feature_box_deco {
  right: auto;
  left: 0;
}
.cx-stepper .feature_box:nth-of-type(3) .feature_box_txt {
  padding: calc(3em + 40px) 3em;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .cx-stepper .feature_box:nth-of-type(3) .feature_box_txt {
    padding: 2em 3em 3em;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box:nth-of-type(3) .feature_box_txt {
    padding: 1em 2em 2.5em;
  }
}
.cx-stepper .feature_box::before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 35px);
  background: linear-gradient(45deg, #5effff 0%, #5effff 10%, #0054ac 35%, #0054ac 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .cx-stepper .feature_box::before {
    width: 100%;
    height: calc(100% - 50px);
    background: linear-gradient(-135deg, #5effff 0%, #0054ac 35%);
  }
}
.cx-stepper .feature_box_deco {
  font-size: 14px;
  color: #ff0000;
  font-weight: 500;
  position: absolute;
  top: clamp(-25px, -25px + 30 * (100vw - 1140px) / 300, 5px);
  right: 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1140px) {
  .cx-stepper .feature_box_deco {
    right: auto;
    left: 0;
  }
}
.cx-stepper .feature_box_movie, .cx-stepper .feature_box_image {
  width: 51.243339254%;
}
@media screen and (max-width: 1140px) {
  .cx-stepper .feature_box_movie, .cx-stepper .feature_box_image {
    margin-inline: auto;
    width: 90%;
  }
}
.cx-stepper .feature_box_movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 577/324;
}
.cx-stepper .feature_box_txt {
  padding: calc(3em + 40px) 2.5em 2.5em 3em;
  flex: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .cx-stepper .feature_box_txt {
    padding: 2em 3em 3em;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_txt {
    padding: 1em 2em 2.5em;
  }
}
.cx-stepper .feature_box_tit {
  line-height: 1.2;
}
.cx-stepper .feature_box_tit-sub {
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-size: clamp(14.4px, 1.25vw, 18px);
  color: #004ea8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_tit-sub {
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
  }
}
.cx-stepper .feature_box_tit-main {
  margin-block-start: 0.3em;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_tit-main {
    font-size: clamp(22.4px, 1.9444444444vw, 28px);
  }
}
.cx-stepper .feature_box_desc {
  margin-block-start: 1.2em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_desc {
    margin-block-start: 1.5em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cx-stepper .feature_box_desc {
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
  }
}
.cx-stepper .feature_box_note {
  margin-block-start: 1.2em;
  font-size: 14px;
  line-height: 1.4;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_note {
    font-size: 12px;
  }
}
.cx-stepper .feature_box_note > p + p {
  margin-block-start: 8px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_note > p + p {
    margin-block-start: 4px;
  }
}
.cx-stepper .feature_box_link {
  margin-block-start: 1.8em;
  max-width: 450px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_link {
    margin-block-start: 1em;
    font-size: clamp(13.6px, 1.1805555556vw, 17px);
  }
}
.cx-stepper .feature_box_link a {
  margin-block-start: 8px;
  padding: 1.2em 1.5em;
  box-sizing: border-box;
  display: block;
  background: #001d56;
  border-radius: 10px;
  transition: opacity 0.3s ease;
  position: relative;
}
.cx-stepper .feature_box_link a::before, .cx-stepper .feature_box_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 1.5em;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.cx-stepper .feature_box_link a::before {
  transform: rotate(45deg);
}
.cx-stepper .feature_box_link a::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .cx-stepper .feature_box_link a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_link a {
    margin-block-start: 3px;
  }
}
.cx-stepper .feature_box_link_icon {
  margin-inline-end: 10px;
  margin-block-end: 5px;
  display: inline-block;
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .feature_box_link_icon {
    aspect-ratio: 24/21;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .feature_box_link_icon {
    margin-block-end: 3px;
    width: 14px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
MOVIE
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .movie {
  padding-block: 100px;
}
.cx-stepper .movie_tit {
  text-align: center;
}
.cx-stepper .movie_tit-sub {
  color: #ff0000;
}
.cx-stepper .movie_tit-main {
  margin-block-start: 7px;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  color: #212121;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.cx-stepper .movie_box {
  margin-block-start: 1.5em;
  margin-inline: auto;
  max-width: 680px;
}
.cx-stepper .movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 680/383;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
  システム構成や環境に合わせて選べる
  2つのシリーズ
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .series {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series {
    padding-block-end: 100px;
  }
}
.cx-stepper .series::before, .cx-stepper .series::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cx-stepper .series::before {
  height: auto;
  aspect-ratio: 1568/1071;
  background: url("/en/promotion/rotary/cx-stepper/images/series-bg.png") no-repeat center center/cover;
  z-index: -1;
}
.cx-stepper .series::after {
  height: 100%;
  background: url("/en/promotion/rotary/cx-stepper/images/series-bg02.png") no-repeat center center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series::after {
    background: #bfcfea;
  }
}
.cx-stepper .series_tit {
  padding-block-start: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_tit {
    width: 100%;
    background: #0650b0;
  }
}
.cx-stepper .series_tit-sub {
  margin-inline: auto;
  width: 43.3641975309%;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_tit-sub {
    margin-inline: auto;
    width: 90%;
    max-width: 480px;
  }
}
.cx-stepper .series_tit-main {
  margin-block-start: 1em;
  font-size: clamp(19.2px, 1.6666666667vw, 24px);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_tit-main {
    font-size: clamp(17.6px, 1.5277777778vw, 22px);
  }
}
.cx-stepper .series_tit::after {
  content: "";
  width: 58.7191358025%;
  height: auto;
  aspect-ratio: 761/80;
  background: url("/en/promotion/rotary/cx-stepper/images/series-deco-line@2x.png") no-repeat center center/contain;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_tit::after {
    display: none;
  }
}
.cx-stepper .series_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_nav {
    padding-block-start: 50px;
    margin-inline: auto;
    background: #0650b0;
    display: grid;
    justify-content: center;
    row-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(auto, 150px));
    position: relative;
  }
  .cx-stepper .series_nav li {
    position: relative;
  }
  .cx-stepper .series_nav li::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(230, 234, 234, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cx-stepper .series_nav li:nth-of-type(2n)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_nav a {
    padding: 1.3em 2em;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
    text-align: center;
    position: relative;
  }
  .cx-stepper .series_nav a.series_s {
    color: #5effff;
  }
  .cx-stepper .series_nav a.series_d {
    color: #75dc9f;
  }
  .cx-stepper .series_nav a span {
    padding-inline-end: 5px;
    padding-block-end: 4px;
    display: inline-block;
    font-size: clamp(19.2px, 1.6666666667vw, 24px);
    line-height: 1;
  }
  .cx-stepper .series_nav a::before, .cx-stepper .series_nav a::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: calc(100% - 6px);
    left: calc(50% - 6px);
    transform-origin: 50% calc(100% - 3px);
    transition: top 0.3s ease;
  }
  .cx-stepper .series_nav a::before {
    transform: rotate(45deg);
  }
  .cx-stepper .series_nav a::after {
    transform: rotate(-45deg);
  }
}
.cx-stepper .series_main_top {
  margin-block-start: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top {
    margin-block-start: 0;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content {
    padding-block-start: 2em;
    padding-inline: 5.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content.s-series {
    background: url("/en/promotion/rotary/cx-stepper/images/series-bg-bl.png");
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content.d-series {
    padding-block-start: 50px;
    background: url("/en/promotion/rotary/cx-stepper/images/series-bg-gr.png");
  }
}
.cx-stepper .series_main_top .series_content.d-series .series_content_tit-sub .name {
  color: #75dc9f;
}
.cx-stepper .series_main_top .series_content.d-series .series_content_tit-main {
  border-top: 6px solid #75dc9f;
  border-bottom: 6px solid #75dc9f;
}
.cx-stepper .series_main_top .series_content.d-series .series_content_tit-main .lg {
  color: #75dc9f;
}
.cx-stepper .series_main_top .series_content.d-series .series_content_box_deco {
  border-bottom: 1px solid #75dc9f;
  color: #75dc9f;
  letter-spacing: 0.04em;
}
.cx-stepper .series_main_top .series_content.d-series .series_content_box_tit-sub {
  color: #0d5e59;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_head {
    margin-inline: auto;
    max-width: 540px;
  }
}
.cx-stepper .series_main_top .series_content_tit-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_tit-sub {
    align-items: baseline;
  }
}
.cx-stepper .series_main_top .series_content_tit-sub .name {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  color: #5effff;
  line-height: 1.1;
}
.cx-stepper .series_main_top .series_content_tit-sub .name span {
  padding-inline-end: 5px;
  display: inline-block;
  font-size: clamp(30.4px, 2.6388888889vw, 38px);
  font-weight: 700;
}
.cx-stepper .series_main_top .series_content_tit-sub .model {
  padding-block-end: 7px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_tit-sub .model {
    max-width: 200px;
  }
}
.cx-stepper .series_main_top .series_content_tit-main {
  padding-block: 2em;
  border-top: 6px solid #5effff;
  border-bottom: 6px solid #5effff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_tit-main {
    padding-block: 1em;
  }
}
.cx-stepper .series_main_top .series_content_tit-main .sm {
  font-size: clamp(0.875rem, 0.161rem + 1.49vw, 1.5rem);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_tit-main .sm {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
.cx-stepper .series_main_top .series_content_tit-main .lg {
  font-size: clamp(1.313rem, 0.098rem + 2.53vw, 2.375rem);
  color: #5effff;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_tit-main .lg {
    font-size: clamp(27.2px, 2.3611111111vw, 34px);
  }
}
.cx-stepper .series_main_top .series_content_lead {
  margin-block-start: 2em;
  min-height: 122.5px;
  font-size: clamp(14.4px, 1.25vw, 18px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_lead {
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
  }
}
.cx-stepper .series_main_top .series_content_image {
  margin-block-start: 1em;
}
.cx-stepper .series_main_top .series_content_boxes {
  margin-block-start: 80px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_boxes {
    margin-block-start: 40px;
    margin-inline: auto;
    max-width: 540px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series_main_top .series_content_box {
    min-height: 530px;
  }
}
.cx-stepper .series_main_top .series_content_box_deco {
  padding-block-end: 3px;
  border-bottom: 1px solid #5effff;
  font-size: 14px;
  color: #5effff;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_box_deco {
    font-size: 12px;
  }
}
.cx-stepper .series_main_top .series_content_box_tit {
  margin-block-start: 2.5em;
}
.cx-stepper .series_main_top .series_content_box_tit-sub {
  padding: 2px 6px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-size: clamp(14.4px, 1.25vw, 18px);
  color: #004ea8;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_box_tit-sub {
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
  }
}
.cx-stepper .series_main_top .series_content_box_tit-main {
  margin-block-start: 0.5em;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_box_tit-main {
    margin-block-start: 0.3em;
    font-size: clamp(22.4px, 1.9444444444vw, 28px);
  }
}
.cx-stepper .series_main_top .series_content_box_desc {
  margin-block-start: 1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series_main_top .series_content_box_desc {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_top .series_content_box_desc {
    margin-block-start: 1.5em;
    font-size: clamp(12.8px, 1.1111111111vw, 16px);
  }
}
.cx-stepper .series_main_top .series_content_box_image {
  margin-block-start: 1em;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series_content.s-series {
    padding-inline-end: 10%;
  }
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series_content.d-series {
    padding-inline-start: 10%;
  }
}
.cx-stepper .series_point {
  margin-block-start: 60px;
  margin-block-end: 60px;
  padding: 3em 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
}
.cx-stepper .series_point_tit {
  font-size: clamp(19.2px, 1.6666666667vw, 24px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_point_tit {
    color: #212121;
  }
}
.cx-stepper .series_point_list {
  margin-block-start: 2em;
  margin-inline: auto;
  max-width: 1008px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_point_list {
    margin-inline: auto;
    max-width: 540px;
    row-gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cx-stepper .series_point_item {
  padding: 1em;
  box-sizing: border-box;
  width: calc(20% - 0.8em);
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  font-size: clamp(0.75rem, 0.321rem + 0.89vw, 1.125rem);
  color: #004ea8;
  text-align: center;
}
.cx-stepper .series_point_item:nth-of-type(n + 4) {
  color: #0d5e59;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_point_item {
    width: calc(33.3333333333% - 0.6666666667em);
    min-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom {
    width: 100%;
  }
}
.cx-stepper .series_main_bottom_tit {
  padding-block: 0.5em;
  box-sizing: border-box;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  text-align: center;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.cx-stepper .series_main_bottom_tit br {
  display: none;
}
@media screen and (max-width: 600px) {
  .cx-stepper .series_main_bottom_tit br {
    display: block;
  }
}
.cx-stepper .series_main_bottom_tit::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1291/107;
  background: url("/en/promotion/rotary/cx-stepper/images/series-deco-line02@2x.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 600px) {
  .cx-stepper .series_main_bottom_tit::before {
    aspect-ratio: 324/80;
    height: 80px;
    background: url("/en/promotion/rotary/cx-stepper/images/series-deco-line02-sp@2x.png") no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom_tit {
    background: #0650b0;
    padding-block: 3em;
    font-size: clamp(20.8px, 1.8055555556vw, 26px);
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
.cx-stepper .series_main_bottom .series_nav {
  margin-block-start: -1.5em;
  padding-block-start: 0;
  padding-block-end: 50px;
}
.cx-stepper .series_main_bottom .series_content_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .cx-stepper .series_main_bottom .series_content_wrap {
    margin-block-start: 2em;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content {
    padding-inline: 5.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content.s-series {
    background: url("/en/promotion/rotary/cx-stepper/images/series-bg-bl.png");
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content.s-series .series_content_boxes {
    padding-block-start: 150px;
    padding-block-end: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content.d-series {
    padding-block-start: 100px;
    background: url("/en/promotion/rotary/cx-stepper/images/series-bg-gr.png");
  }
}
.cx-stepper .series_main_bottom .series_content.d-series .series_content_tit-main {
  color: #75dc9f;
}
.cx-stepper .series_main_bottom .series_content.d-series .series_content_item {
  color: #0d5e59;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content.d-series .series_content_boxes {
    padding-block-start: 150px;
    padding-block-end: 100px;
  }
}
.cx-stepper .series_main_bottom .series_content.d-series .series_content_boxes_heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content.d-series .series_content_boxes_heading {
    display: block;
  }
}
.cx-stepper .series_main_bottom .series_content.d-series .series_content_box_num {
  color: #75dc9f;
  border-bottom: 1px solid #75dc9f;
}
.cx-stepper .series_main_bottom .series_content_tit {
  text-align: center;
}
.cx-stepper .series_main_bottom .series_content_tit-sub {
  font-size: clamp(19.2px, 1.6666666667vw, 24px);
}
.cx-stepper .series_main_bottom .series_content_tit-main {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  color: #5effff;
}
.cx-stepper .series_main_bottom .series_content_tit-main span {
  padding-inline-end: 5px;
  display: inline-block;
  font-size: clamp(48px, 4.1666666667vw, 60px);
  line-height: 1;
  font-weight: 700;
}
.cx-stepper .series_main_bottom .series_content_list {
  margin-block-start: 1.5em;
  margin-inline: auto;
  max-width: 572px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.cx-stepper .series_main_bottom .series_content_item {
  min-height: 90px;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
  font-size: clamp(0.813rem, 0.455rem + 0.74vw, 1.125rem);
  color: #004ea8;
  text-align: center;
  align-content: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content_item {
    min-height: 85px;
  }
}
.cx-stepper .series_main_bottom .series_content_boxes {
  padding-block-start: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content_boxes {
    padding-block-start: 80px;
  }
}
.cx-stepper .series_main_bottom .series_content_boxes_heading {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 100px;
  left: calc(100% + 4em);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cx-stepper .series_main_bottom .series_content_boxes_heading {
    top: 80px;
    left: 50%;
  }
}
.cx-stepper .series_main_bottom .series_content_boxes_heading-sub {
  color: #ff0000;
  letter-spacing: 0.04em;
}
.cx-stepper .series_main_bottom .series_content_boxes_heading-main {
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  letter-spacing: -0.01em;
}
.cx-stepper .series_main_bottom .series_content_box {
  min-height: clamp(26.625rem, 17.911rem + 18.15vw, 34.25rem);
}
.cx-stepper .series_main_bottom .series_content_box:not(:last-of-type) {
  margin-block-end: 50px;
}
.cx-stepper .series_main_bottom .series_content_box_num {
  font-size: 14px;
  color: #5effff;
  border-bottom: 1px solid #5effff;
  letter-spacing: 0.04em;
}
.cx-stepper .series_main_bottom .series_content_box_image {
  margin-block-start: 1.5em;
  text-align: center;
}
.cx-stepper .series_main_bottom .series_content_box_tit {
  margin-block-start: 1em;
  font-size: clamp(20.8px, 1.8055555556vw, 26px);
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
}
.cx-stepper .series_main_bottom .series_content_box_desc {
  margin-block-start: 1em;
  margin-inline: auto;
  max-width: 474px;
  min-height: 96px;
  line-height: 1.7;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
  よくあるご質問
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .faq {
  padding-block: 100px;
  background: #e7ebf2;
}
.cx-stepper .faq_tit {
  text-align: center;
}
.cx-stepper .faq_tit-sub {
  color: #ff0000;
  letter-spacing: 0.04em;
}
.cx-stepper .faq_tit-main {
  margin-block-start: 7px;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  color: #212121;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.cx-stepper .faq_items {
  margin-block-start: 3em;
  margin-inline: auto;
  max-width: 1152px;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_items {
    max-width: 540px;
  }
}
.cx-stepper .faq_item {
  background: #fff;
  border-radius: 10px;
}
.cx-stepper .faq_item.is-opened .question {
  border-radius: 10px 10px 0 0;
}
.cx-stepper .faq_item.is-opened .question::after {
  rotate: 90deg;
}
.cx-stepper .faq_item.is-opened .answer {
  opacity: 1;
}
.cx-stepper .faq_question {
  padding: 2em 4em 2em 3em;
  border-radius: 10px;
  background: linear-gradient(135deg, #5effff 0%, #0054ac 34%);
  display: flex;
  align-items: center;
  -moz-column-gap: 1.8em;
       column-gap: 1.8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_question {
    padding: 1em 2.5em 1em 1em;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.cx-stepper .faq_question::before, .cx-stepper .faq_question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #fff;
}
.cx-stepper .faq_question::before {
  right: 40px;
  width: 23px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_question::before {
    right: 14px;
    width: 15px;
  }
}
.cx-stepper .faq_question::after {
  right: 50px;
  width: 2px;
  height: 23px;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_question::after {
    right: 20px;
    height: 15px;
  }
}
@media (any-hover: hover) {
  .cx-stepper .faq_question:hover {
    cursor: pointer;
  }
}
.cx-stepper .faq_question_head {
  font-size: clamp(32px, 2.7777777778vw, 40px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_question_head {
    font-size: clamp(27.2px, 2.3611111111vw, 34px);
  }
}
.cx-stepper .faq_question_body {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  letter-spacing: -0.01em;
}
.cx-stepper .faq_question_body span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_question_body {
    font-size: clamp(14.4px, 1.25vw, 18px);
  }
}
.cx-stepper .faq_answer {
  height: 0;
  opacity: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  overflow: hidden;
  transition: height 0.2s ease, opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_answer {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.cx-stepper .faq_answer_inner {
  padding: 2em 4em 2em 3em;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.8em;
       column-gap: 1.8em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_answer_inner {
    padding: 1em 2.5em 1em 1em;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.cx-stepper .faq_answer_head {
  font-size: clamp(32px, 2.7777777778vw, 40px);
  color: #ff0000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_answer_head {
    font-size: clamp(27.2px, 2.3611111111vw, 34px);
  }
}
.cx-stepper .faq_answer_body {
  color: #040000;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_answer_body {
    font-size: clamp(14.4px, 1.25vw, 18px);
  }
}
.cx-stepper .faq_answer_body span.note {
  margin-block-start: 5px;
  display: block;
  font-size: clamp(11.2px, 0.9722222222vw, 14px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .faq_answer_body span.note {
    margin-block-start: 3px;
  }
}
.cx-stepper .faq_answer_body span.note span {
  color: #ff0000;
}
.cx-stepper .faq_answer a {
  padding-bottom: 3px;
  display: inline-block;
  text-decoration: underline;
  color: #004ea8;
}
@media (any-hover: hover) {
  .cx-stepper .faq_answer a:hover {
    opacity: 0.7;
  }
}
.cx-stepper .faq_answer a img {
  margin-block-end: 4px;
  margin-inline-start: 3px;
  width: 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
  info
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .info {
  padding-block: 100px;
  background: url("/en/promotion/rotary/cx-stepper/images/info-bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .cx-stepper .info {
    padding-block: 60px;
  }
}
.cx-stepper .info_boxes {
  margin-inline: auto;
  max-width: 1152px;
  gap: 20px 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 350px));
  justify-content: center;
}
.cx-stepper .info_box_tit {
  font-size: clamp(14.4px, 1.25vw, 18px);
  text-align: center;
  letter-spacing: -0.01em;
}
.cx-stepper .info_box a {
  margin-block-start: 8px;
  padding: 2em;
  box-sizing: border-box;
  background: #001d56;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: opacity 0.3s ease;
  position: relative;
  letter-spacing: -0.01em;
}
@media (any-hover: hover) {
  .cx-stepper .info_box a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .info_box a {
    padding: 1.5em 2em;
  }
}
.cx-stepper .info_box a::before, .cx-stepper .info_box a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 1.5em;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.cx-stepper .info_box a::before {
  transform: rotate(45deg);
}
.cx-stepper .info_box a::after {
  transform: rotate(-45deg);
}
.cx-stepper .info_box a img {
  display: block;
  width: 21px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cx-stepper .info01 {
  padding-block: 120px 150px;
  background: #e7ebf2;
}
@media screen and (max-width: 767px) {
  .cx-stepper .info01 {
    padding-block: 80px 100px;
  }
}
.cx-stepper .info01 .info_box_tit {
  color: #040000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
  詳細はこちら
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .detail {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .detail {
    padding-block: 60px;
  }
}
.cx-stepper .detail_tit {
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  color: #212121;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .detail_tit {
    font-size: clamp(22.4px, 1.9444444444vw, 28px);
  }
}
.cx-stepper .detail_boxes {
  margin-block-start: 1.5em;
  margin-inline: auto;
  max-width: 755px;
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .cx-stepper .detail_boxes {
    max-width: 540px;
    flex-direction: column;
    row-gap: 1.5em;
  }
}
.cx-stepper .detail_box a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .cx-stepper .detail_box a:hover {
    opacity: 0.8;
  }
}
.cx-stepper .detail_box_tit {
  margin-block-start: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: clamp(14.4px, 1.25vw, 18px);
  color: #212121;
  letter-spacing: -0.01em;
}
.cx-stepper .detail_box_tit img {
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cx-stepper .detail_box_tit img {
    width: 14px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++
  追従リンク
++++++++++++++++++++++++++++++++++++++++++++++  */
.cx-stepper .links {
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
}
@media screen and (min-width: 768px), print {
  .cx-stepper .links {
    width: 86px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cx-stepper .links {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
}
.cx-stepper .links.is_fixed {
  position: fixed;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links.is_fixed {
    top: 0;
  }
}
.cx-stepper .links.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cx-stepper .links_boxes {
  padding: 0 5px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links_boxes {
    padding: 0 3px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.cx-stepper .links_box {
  padding: 10px 0;
  box-sizing: border-box;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links_box {
    padding: 6px 0;
  }
}
.cx-stepper .links_box:not(:first-of-type) {
  position: relative;
}
.cx-stepper .links_box:not(:first-of-type)::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links_box:not(:first-of-type)::before {
    width: 1px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cx-stepper .links_box a {
  transition: opacity 0.3s ease;
}
.cx-stepper .links_box a::after {
  display: none;
}
@media (any-hover: hover) {
  .cx-stepper .links_box a:hover {
    opacity: 0.8;
  }
}
.cx-stepper .links_box_icon {
  text-align: center;
}
.cx-stepper .links_box_icon img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links_box_icon img {
    height: 20px;
  }
}
.cx-stepper .links_box p {
  margin-block-start: 5px;
  font-size: 12px;
  color: #040000;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cx-stepper .links_box p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */