@charset "UTF-8";
body {
  width: 100%;
  min-height: 100%;
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-size: 1.125rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
ol,
ul,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul > li,
ul > li {
  list-style: none;
}

ol > li {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .inner {
    padding-left: 1.7543859649vw;
    padding-right: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.footer {
  position: relative;
}

.footer__info {
  background: #E6F5FD;
}

.footer__info .inner {
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__info .inner {
    padding: 15px 56px;
  }
}
.footer__infoText {
  color: #2EA7E0;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer__infoText {
    font-size: 0.75rem;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 5.3333333333vw;
  }
}
.footer__text {
  margin-bottom: 16px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .footer__text {
    margin-bottom: 15px;
    font-size: 0.625rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
  transition: opacity 0.4s;
}

.footer__logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer__logo:hover {
    opacity: 1;
  }
}
.footer__copyright {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}
.footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 105px;
  height: 99px;
  background: url(../img/icon_pagetop.svg) no-repeat;
  font-size: 0;
  text-decoration: none;
  transition: opacity 0.4s;
  z-index: 11;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .footer__pagetop {
    width: 9.2105263158vw;
    height: 8.6842105263vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    position: absolute;
    top: -17.3333333333vw;
    right: 4vw;
    width: 14.4vw;
    height: 13.3333333333vw;
    background-size: 100% auto;
  }
}
.footer__pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer__pagetop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.fw {
  font-weight: bold;
}

.kv {
  background: #DEE9B5;
}

.kv .inner {
  position: relative;
  height: 572px;
  max-width: 1400px;
  background: url(../img/kv.png) no-repeat center top;
  background-size: auto 100%;
  padding-top: 94px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv .inner {
    height: 40.8571428571vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv .inner {
    height: 169.2307692308vw;
    background: url(../img/kv_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
.kv__title {
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translateX(-50%);
  width: 503px;
  height: 123px;
  background: url(../img/kv_title.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__title {
    top: 8.8571428571vw;
    width: 35.9285714286vw;
    height: 8.7857142857vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__title {
    top: 30.5084745763vw;
    width: 93.3507170795vw;
    height: 22.0338983051vw;
    background-size: 100% auto;
  }
}
.kv__balloon {
  position: absolute;
  top: -91px;
  left: -256px;
  width: 266px;
  height: 157px;
  background: url(../img/kv_balloon.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__balloon {
    top: -6.5vw;
    left: -18.2857142857vw;
    width: 19vw;
    height: 11.2142857143vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__balloon {
    top: -26.7275097784vw;
    left: 0;
    width: 33.8983050847vw;
    height: 19.9478487614vw;
    background-size: 100% auto;
  }
}
.kv__lead {
  position: absolute;
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
  width: 497px;
  height: 90px;
  background: url(../img/kv_lead.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__lead {
    top: 18.4285714286vw;
    width: 35.5vw;
    height: 6.4285714286vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__lead {
    top: 55.149934811vw;
    width: 68.5788787484vw;
    height: 39.5045632334vw;
    background: url(../img/kv_lead_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.kv__text {
  position: absolute;
  top: 388px;
  left: 50%;
  transform: translateX(-50%);
  width: 618px;
  height: 102px;
  background: url(../img/kv_text.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__text {
    top: 27.7142857143vw;
    width: 44.1428571429vw;
    height: 7.2857142857vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__text {
    top: 103.3898305085vw;
    width: 80.964797914vw;
    height: 31.8122555411vw;
    background: url(../img/kv_text_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.lead {
  background: #2EA7E0;
}

.lead .inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead .inner {
    padding-top: 2.8070175439vw;
    padding-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 767px) {
  .lead .inner {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.lead__contents {
  width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 10px 10px 0 0 #007BC7;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents {
    width: 84.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents {
    width: 92vw;
  }
}
.lead__contents dl dt h2 {
  position: relative;
  line-height: 0;
}

.lead__contents dl dt button {
  width: 100%;
  padding: 25px 20px 23px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents dl dt button {
    padding: 2.1929824561vw 1.7543859649vw 2.0175438596vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents dl dt button {
    padding: 4vw 13.3333333333vw;
  }
}
.lead__contents dl dt.is-open + dd {
  display: block;
}

.lead__contents dl dt.is-open .lead__icon::after {
  display: none;
}

.lead__contents dd {
  display: none;
  padding: 0 116px 76px 116px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents dd {
    padding: 0 10.1754385965vw 6.6666666667vw 10.1754385965vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents dd {
    padding: 0 4vw 16.036505867vw;
  }
}
.lead__icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #007BC7;
  pointer-events: none;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__icon {
    top: 1.7543859649vw;
    right: 2.1052631579vw;
    width: 4.2105263158vw;
    height: 4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__icon {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.lead__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 22px;
  height: 3px;
  border-radius: 16px;
  background: #fff;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__icon::before {
    width: 1.9298245614vw;
    height: 0.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__icon::before {
    width: 3.7333333333vw;
    height: 0.8vw;
  }
}
.lead__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 22px;
  height: 3px;
  border-radius: 16px;
  background: #fff;
  transform: translate(50%, -50%) rotate(-90deg);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__icon::after {
    width: 1.9298245614vw;
    height: 0.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__icon::after {
    width: 3.7333333333vw;
    height: 0.8vw;
  }
}
.lead__title {
  display: block;
  width: 154px;
  height: 36px;
  margin: 0 auto;
  background: url(../img/lead_title.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__title {
    width: 13.5087719298vw;
    height: 3.1578947368vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__title {
    width: 19.6870925684vw;
    height: 4.8239895698vw;
    background-size: 100% auto;
  }
}
.lead__note {
  width: 728px;
  height: 222px;
  background: url(../img/lead_text.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__note {
    width: 63.8596491228vw;
    height: 19.4736842105vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__note {
    width: 85.3976531943vw;
    height: 101.4341590613vw;
    background: url(../img/lead_text_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.anchor .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px 40px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor .inner {
    gap: 1.7543859649vw;
    padding: 2.8070175439vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor .inner {
    gap: 2.9333333333vw;
    padding: 5.3333333333vw 4vw;
  }
}
.anchor__button {
  position: relative;
  padding: 13px 80px 26px 35px;
  border-radius: 38px;
  background: #E3003D;
  text-decoration: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__button {
    padding: 1.1403508772vw 7.0175438596vw 2.2807017544vw 3.0701754386vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36.7666232073vw;
    padding: 4.2666666667vw 7.4666666667vw 10.6666666667vw;
    border-radius: 8px;
  }
}
.anchor__button:nth-child(odd) {
  width: 510px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__button:nth-child(odd) {
    width: 44.7368421053vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__button:nth-child(odd) {
    width: 44.5333333333vw;
  }
}
.anchor__button:nth-child(even) {
  width: 530px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__button:nth-child(even) {
    width: 46.4912280702vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__button:nth-child(even) {
    width: 44.5333333333vw;
  }
}
.anchor__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .anchor__button:hover {
    opacity: 1;
  }
}
.anchor__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__button::after {
    right: 3.0701754386vw;
    width: 3.5087719298vw;
    height: 3.5087719298vw;
    background-position: center 1.4035087719vw;
    background-size: 1.7543859649vw 1.1403508772vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__button::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8vw;
    border: 0.8vw solid #E3003D;
    border-radius: 0 0 8px 8px;
    background-position: center center;
    transform: none;
  }
}
.anchor__button--orange {
  background-color: #F39700;
}
.anchor__button--orange::after {
  background-image: url(../img/icon_arrow_orange.svg);
}
@media screen and (max-width: 767px) {
  .anchor__button--orange::after {
    border: 0.8vw solid #F39700;
  }
}
.anchor__button--blue {
  background-color: #007BC7;
}
.anchor__button--blue::after {
  background-image: url(../img/icon_arrow_blue.svg);
}
@media screen and (max-width: 767px) {
  .anchor__button--blue::after {
    border: 0.8vw solid #007BC7;
  }
}
.anchor__button--green {
  background-color: #23AC38;
}
.anchor__button--green::after {
  background-image: url(../img/icon_arrow_green.svg);
}
@media screen and (max-width: 767px) {
  .anchor__button--green::after {
    border: 0.8vw solid #23AC38;
  }
}
.anchor__button--sky {
  background-color: #22AEE6;
}
.anchor__button--sky::after {
  background-image: url(../img/icon_arrow_sky.svg);
}
@media screen and (max-width: 767px) {
  .anchor__button--sky::after {
    border: 0.8vw solid #22AEE6;
  }
}

.anchor__step {
  display: block;
  font-size: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.anchor__step--step1 {
  width: 303px;
  height: 40px;
  background-image: url(../img/anchor_step_1.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__step--step1 {
    width: 26.5789473684vw;
    height: 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__step--step1 {
    width: 19.6870925684vw;
    height: 23.9895697523vw;
    background-image: url(../img/anchor_step_1_sp.png);
  }
}
.anchor__step--step2 {
  width: 395px;
  height: 41px;
  background-image: url(../img/anchor_step_2.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__step--step2 {
    width: 34.649122807vw;
    height: 3.5964912281vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__step--step2 {
    width: 34.2894393742vw;
    height: 23.9895697523vw;
    background-image: url(../img/anchor_step_2_sp.png);
  }
}
.anchor__step--step3 {
  width: 390px;
  height: 41px;
  background-image: url(../img/anchor_step_3.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__step--step3 {
    width: 34.2105263158vw;
    height: 3.5964912281vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__step--step3 {
    width: 31.5514993481vw;
    height: 23.9895697523vw;
    background-image: url(../img/anchor_step_3_sp.png);
  }
}
.anchor__step--step4 {
  width: 379px;
  height: 42px;
  background-image: url(../img/anchor_step_4.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__step--step4 {
    width: 33.2456140351vw;
    height: 3.6842105263vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__step--step4 {
    width: 29.074315515vw;
    height: 24.5110821382vw;
    background-image: url(../img/anchor_step_4_sp.png);
  }
}
.anchor__step--step5 {
  width: 260px;
  height: 41px;
  background-image: url(../img/anchor_step_5.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .anchor__step--step5 {
    width: 22.8070175439vw;
    height: 3.5964912281vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__step--step5 {
    width: 28.9439374185vw;
    height: 13.037809648vw;
    background-image: url(../img/anchor_step_5_sp.png);
  }
}

.step {
  background: #E6F5FD;
}

.step .inner {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step .inner {
    padding-top: 5.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .step .inner {
    padding-top: 8vw;
  }
}
.step__ballon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 607px;
  height: 82px;
  margin: 0 auto;
  border: 5px solid #E3003D;
  border-radius: 42px;
  background: #FFEFF8;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon {
    width: 50vw;
    height: 7.1929824561vw;
    border: 0.4385964912vw solid #E3003D;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon {
    width: 85.7887874837vw;
    height: 12.2555410691vw;
    border: 0.8vw solid #E3003D;
  }
}
.step__ballon::after, .step__ballon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin-left: -12px;
  pointer-events: none;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon::after, .step__ballon::before {
    bottom: -3.8596491228vw;
    border-top: 1.9298245614vw solid transparent;
    border-bottom: 1.9298245614vw solid transparent;
    border-left: 1.0526315789vw solid transparent;
    border-right: 1.0526315789vw solid transparent;
    margin-left: -1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon::after, .step__ballon::before {
    bottom: -7.4666666667vw;
    border-top: 3.4666666667vw solid transparent;
    border-bottom: 3.4666666667vw solid transparent;
    border-left: 2.1333333333vw solid transparent;
    border-right: 2.1333333333vw solid transparent;
    margin-left: -2.1333333333vw;
  }
}
.step__ballon::before {
  border-top-color: #E3003D;
}

.step__ballon::after {
  bottom: -34px;
  border-top-color: #FFEFF8;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon::after {
    bottom: -2.9824561404vw;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon::after {
    bottom: -6.1333333333vw;
  }
}
.step__ballon--orange {
  border: 5px solid #F39700;
  background: #FFF7EA;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon--orange {
    width: 53.2456140351vw;
    border: 0.4385964912vw solid #F39700;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon--orange {
    border: 0.8vw solid #F39700;
  }
}
.step__ballon--orange::before {
  border-top-color: #F39700;
}

.step__ballon--orange::after {
  border-top-color: #FFF7EA;
}

.step__ballon--blue {
  border: 5px solid #007BC7;
  background: #E6F5FD;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon--blue {
    width: 53.2456140351vw;
    border: 0.4385964912vw solid #007BC7;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon--blue {
    border: 0.8vw solid #007BC7;
  }
}
.step__ballon--blue::before {
  border-top-color: #007BC7;
}

.step__ballon--blue::after {
  border-top-color: #E6F5FD;
}

.step__ballon--green {
  border: 5px solid #23AC38;
  background: #F6F7CB;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon--green {
    width: 53.2456140351vw;
    border: 0.4385964912vw solid #23AC38;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon--green {
    border: 0.8vw solid #23AC38;
  }
}
.step__ballon--green::before {
  border-top-color: #23AC38;
}

.step__ballon--green::after {
  border-top-color: #F6F7CB;
}

.step__ballon--sky {
  border: 5px solid #22AEE6;
  background: #FFFFFF;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__ballon--sky {
    width: 53.2456140351vw;
    border: 0.4385964912vw solid #22AEE6;
  }
}
@media screen and (max-width: 767px) {
  .step__ballon--sky {
    border: 0.8vw solid #22AEE6;
  }
}
.step__ballon--sky::before {
  border-top-color: #22AEE6;
}

.step__ballon--sky::after {
  border-top-color: #FFFFFF;
}

.step__title {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
}

.step__title--step1 {
  width: 388px;
  height: 46px;
  background-image: url(../img/step1_title.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__title--step1 {
    width: 34.1228070175vw;
    height: 4.0350877193vw;
  }
}
@media screen and (max-width: 767px) {
  .step__title--step1 {
    width: 57.1056062581vw;
    height: 7.1707953064vw;
  }
}

.step__title--step2 {
  width: 507px;
  height: 47px;
  background-image: url(../img/step2_title.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__title--step2 {
    width: 44.4736842105vw;
    height: 4.1228070175vw;
  }
}
@media screen and (max-width: 767px) {
  .step__title--step2 {
    width: 74.8370273794vw;
    height: 7.3011734029vw;
  }
}

.step__title--step3 {
  width: 501px;
  height: 47px;
  background-image: url(../img/step3_title.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__title--step3 {
    width: 43.9473684211vw;
    height: 4.1228070175vw;
  }
}
@media screen and (max-width: 767px) {
  .step__title--step3 {
    width: 74.9674054759vw;
    height: 7.3011734029vw;
  }
}

.step__title--step4 {
  width: 487px;
  height: 47px;
  background-image: url(../img/step4_title.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__title--step4 {
    width: 42.7192982456vw;
    height: 4.1228070175vw;
  }
}
@media screen and (max-width: 767px) {
  .step__title--step4 {
    width: 71.7079530639vw;
    height: 7.4315514993vw;
  }
}

.step__title--step5 {
  width: 334px;
  height: 49px;
  background-image: url(../img/step5_title.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__title--step5 {
    width: 29.298245614vw;
    height: 4.298245614vw;
  }
}
@media screen and (max-width: 767px) {
  .step__title--step5 {
    width: 49.4132985658vw;
    height: 7.4315514993vw;
  }
}

.step__lead {
  width: 1060px;
  margin: -5px auto 48px;
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__lead {
    width: 92.9824561404vw;
    margin: -0.4385964912vw auto 4.2105263158vw;
    padding: 2.2807017544vw;
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .step__lead {
    width: 92vw;
    margin: -5.3333333333vw auto 6.4vw;
    padding: 10.1333333333vw 4vw 5.3333333333vw;
    border-radius: 8px;
    font-size: 3.7333333333vw;
  }
}
.step__tabBtn {
  display: flex;
  gap: 20px;
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn {
    max-width: 92.9824561404vw;
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn {
    gap: 2.1333333333vw;
    margin: 0 4vw;
  }
}
.step__tabBtn > li {
  align-self: flex-end;
  width: 340px;
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn > li {
    width: 29.8245614035vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn > li {
    width: 44.8vw;
    border-radius: 8px 8px 0 0;
  }
}
.step__tabBtn > li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 0 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn > li button {
    padding: 0.5263157895vw 0 0.2631578947vw;
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn > li button {
    padding: 8vw 0 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.step__tabBtn > li button::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn > li button::before {
    width: 2.4561403509vw;
    height: 2.4561403509vw;
    margin-right: 0.701754386vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn > li button::before {
    position: absolute;
    top: 2.1333333333vw;
    left: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 0;
    transform: translateX(-50%);
  }
}
.step__tabBtn > li.is-active {
  background: #fff;
}

.step__tabBtn__num1 {
  background: #E3003D;
}

.step__tabBtn__num1 button::before {
  background: url(../img/icon_num1.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num1 button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num1 button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num1.is-active {
  border-top: 8px solid #E3003D;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num1.is-active {
    border-top: 0.701754386vw solid #E3003D;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num1.is-active {
    border-top: 2.1333333333vw solid #E3003D;
  }
}
.step__tabBtn__num1.is-active button {
  color: #E3003D;
}

.step__tabBtn__num1.is-active button::before {
  background: url(../img/icon_num1_on.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num1.is-active button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num1.is-active button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num2 {
  background: #22AC38;
}

.step__tabBtn__num2 button::before {
  background: url(../img/icon_num2.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num2 button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num2 button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num2.is-active {
  border-top: 8px solid #22AC38;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num2.is-active {
    border-top: 0.701754386vw solid #22AC38;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num2.is-active {
    border-top: 2.1333333333vw solid #22AC38;
  }
}
.step__tabBtn__num2.is-active button {
  color: #22AC38;
}

.step__tabBtn__num2.is-active button::before {
  background: url(../img/icon_num2_on.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num2.is-active button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num2.is-active button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num3 {
  background: #F39700;
}

.step__tabBtn__num3 button::before {
  background: url(../img/icon_num3.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num3 button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num3 button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num3.is-active {
  border-top: 8px solid #F39700;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num3.is-active {
    border-top: 0.701754386vw solid #F39700;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num3.is-active {
    border-top: 2.1333333333vw solid #F39700;
  }
}
.step__tabBtn__num3.is-active button {
  color: #F39700;
}

.step__tabBtn__num3.is-active button::before {
  background: url(../img/icon_num3_on.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num3.is-active button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num3.is-active button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num4 {
  background: #2EA7E0;
}

.step__tabBtn__num4 button::before {
  background: url(../img/icon_num4.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num4 button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num4 button::before {
    background-size: 5.3333333333vw;
  }
}
.step__tabBtn__num4.is-active {
  border-top: 8px solid #2EA7E0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num4.is-active {
    border-top: 0.701754386vw solid #2EA7E0;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num4.is-active {
    border-top: 2.1333333333vw solid #2EA7E0;
  }
}
.step__tabBtn__num4.is-active button {
  color: #2EA7E0;
}

.step__tabBtn__num4.is-active button::before {
  background: url(../img/icon_num4_on.svg) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__tabBtn__num4.is-active button::before {
    background-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .step__tabBtn__num4.is-active button::before {
    background-size: 5.3333333333vw;
  }
}
.step__box {
  padding: 50px 0 60px;
  background: #fff;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__box {
    padding: 4.3859649123vw 0 5.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .step__box {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
.step__inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__inner {
    max-width: 73.6842105263vw;
    margin-bottom: 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .step__inner {
    max-width: 74.6666666667vw;
    margin-bottom: 5.2151238592vw;
  }
}

.step__button {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button {
    padding-left: 1.7543859649vw;
    padding-right: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .step__button {
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: center;
  }
}
.step__button--center {
  text-align: center;
}

.step__button > a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 7px 62px 8px 56px;
  border-radius: 50px;
  border: 5px solid #2EA7E0;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.4s;
  min-width: 360px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button > a {
    width: 31.5789473684vw;
    min-width: 0;
    margin-right: 0.8771929825vw;
    padding: 0.6140350877vw 5.4385964912vw 0.701754386vw 4.9122807018vw;
    border: 0.4385964912vw solid #2EA7E0;
  }
}
@media screen and (max-width: 767px) {
  .step__button > a {
    width: 58.6701434159vw;
    min-width: 0;
    margin: 0 auto;
    padding: 2.2164276402vw 11.2vw 2.2164276402vw 10.6666666667vw;
    border: 0.8vw solid #2EA7E0;
  }
}
.step__button--down > a {
  border-color: #F3971A;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button--down > a {
    border-color: #F3971A;
  }
}
@media screen and (max-width: 767px) {
  .step__button--down > a {
    border-color: #F3971A;
  }
}

.step__button--down--large > a {
  padding: 13px 62px 14px 56px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button--down--large > a {
    width: 43.5964912281vw;
    padding: 1.1403508772vw 5.4385964912vw 1.2280701754vw 4.9122807018vw;
  }
}
@media screen and (max-width: 767px) {
  .step__button--down--large > a {
    width: 79.2698826597vw;
    padding: 3.3898305085vw 8.0834419817vw 3.3898305085vw 7.3011734029vw;
  }
}

.step__button > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 23px;
  height: 23px;
  background: #fff url(../img/icon_full.svg) no-repeat center;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button > a::after {
    right: 1.5789473684vw;
    width: 2.0175438596vw;
    height: 2.0175438596vw;
    background-size: 2.0175438596vw;
  }
}
@media screen and (max-width: 767px) {
  .step__button > a::after {
    right: 3.7333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw;
  }
}
.step__button--down > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 23px;
  height: 23px;
  background: #fff url(../img/icon_download_orange.svg) no-repeat center;
  transform: translateY(-50%);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button--down > a::after {
    right: 1.5789473684vw;
    width: 2.0175438596vw;
    height: 2.0175438596vw;
    background-size: 2.0175438596vw;
  }
}
@media screen and (max-width: 767px) {
  .step__button--down > a::after {
    right: 1.9556714472vw;
    width: 8.0834419817vw;
    height: 6.6492829205vw;
    background-size: 100% auto;
  }
}

.step__button > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .step__button > a:hover {
    opacity: 1;
  }
}
.step__button + .step__button {
  margin-top: 20px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__button + .step__button {
    margin-top: 1.7543859649vw;
  }
}

.step__buttonText {
  display: block;
  width: 231px;
  height: 41px;
  background-image: url(../img/step_button.png);
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__buttonText {
    width: 20.2631578947vw;
    height: 3.5964912281vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .step__buttonText {
    width: 35.0717079531vw;
    height: 6.7796610169vw;
    background-size: 100% auto;
  }
}
.step__buttonText--card-copy {
  width: 220px;
  height: 41px;
  background-image: url(../img/step_button_card.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__buttonText--card-copy {
    width: 19.298245614vw;
    height: 3.5964912281vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .step__buttonText--card-copy {
    width: 33.3767926988vw;
    height: 6.7796610169vw;
    background-size: 100% auto;
  }
}
.step__buttonText--sheet-down {
  width: 365px;
  height: 27px;
  background-image: url(../img/step_button_sheet_dw.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__buttonText--sheet-down {
    width: 32.0175438596vw;
    height: 2.3684210526vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .step__buttonText--sheet-down {
    width: 55.5410691004vw;
    height: 4.0417209909vw;
    background-size: 100% auto;
  }
}

.download {
  background: #007BC7;
}

.download .inner {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download .inner {
    padding-top: 4.2105263158vw;
    padding-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .download .inner {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.download__button {
  display: inline-block;
  position: relative;
  width: 969px;
  margin: 0 auto;
  padding: 24px 62px 23px 120px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 8px 8px 0 0 #00629F;
  text-decoration: none;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button {
    width: 85vw;
    padding: 2.3684210526vw 5.4385964912vw 2.2807017544vw 10.5263157895vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button {
    width: 89.3333333333vw;
    padding: 5.0666666667vw 14.4vw 5.0666666667vw 18.6666666667vw;
    border-radius: 8px;
  }
}
.download__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 64px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: url(../img/icon_book.svg) no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button::before {
    left: 5.6140350877vw;
    width: 3.9473684211vw;
    height: 3.9473684211vw;
    margin-right: 0.8771929825vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__button::before {
    left: 4vw;
    width: 12vw;
    height: 12vw;
    margin-right: 2.6666666667vw;
    background-size: 100% auto;
  }
}
.download__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 40px;
  height: 33px;
  background: url(../img/icon_download_blue.svg) no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button::after {
    right: 1.9298245614vw;
    width: 3.5087719298vw;
    height: 2.8947368421vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__button::after {
    right: 2.4vw;
    width: 10.6666666667vw;
    height: 8.8vw;
    background-size: 100% auto;
  }
}
.download__button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .download__button:hover {
    opacity: 1;
  }
}
.download__text {
  display: block;
  width: 683px;
  height: 41px;
  background: url(../img/download_text.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__text {
    width: 59.9122807018vw;
    height: 3.5964912281vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__text {
    width: 56.5840938722vw;
    height: 12.2555410691vw;
    background: url(../img/download_text_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.banner {
  padding: 80px 0 0;
  text-align: center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner {
    padding: 7.0175438596vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 8vw 0 0;
  }
}
@media screen and (max-width: 916px) {
  .banner .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner h2 {
  margin-bottom: 40px;
  color: #2EA7E0;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner h2 {
    margin-bottom: 3.5087719298vw;
    font-size: 2.8070175439vw;
  }
}
@media screen and (max-width: 767px) {
  .banner h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.banner__slide {
  position: relative;
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
}

@media screen and (max-width: 916px) {
  .banner__slide {
    width: 100%;
  }
}
.banner__slide__img {
  border: 1px solid #cccccc;
}

.banner__slide.is-unslide .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 28px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide.is-unslide .swiper-wrapper {
    gap: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide.is-unslide .swiper-wrapper {
    justify-content: baseline;
    gap: 7.4666666667vw;
    flex-direction: column;
    align-items: center;
  }
}
.banner__slide.is-unslide .swiper-pagination,
.banner__slide.is-unslide .swiper-button-prev,
.banner__slide.is-unslide .swiper-button-next {
  display: none;
}

.banner__slide .swiper {
  padding-bottom: 96px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper {
    padding-bottom: 8.4210526316vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper {
    padding-bottom: 34.6666666667vw;
  }
}
.banner__slide .swiper-slide {
  width: 200px !important;
}

@media screen and (max-width: 767px) {
  .banner__slide .swiper-slide {
    width: 74.6666666667vw !important;
  }
}
.banner__slide .swiper-slide a {
  color: #2EA7E0;
  transition: opacity 0.4s;
}

.banner__slide .swiper-slide a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .banner__slide .swiper-slide a:hover {
    opacity: 1;
  }
}
.banner__slide .swiper-slide p {
  font-size: 1rem;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-slide p {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-slide p {
    font-size: 4.2666666667vw;
  }
}
.banner__slide .swiper-slide-prev::after,
.banner__slide .swiper-slide-next::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner__slide .swiper-slide-prev::after,
  .banner__slide .swiper-slide-next::after {
    display: block;
    height: 56vw;
  }
}
.banner__slide .swiper-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-unit {
    gap: 1.7543859649vw;
    margin-top: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-unit {
    gap: 2.6666666667vw;
    margin-top: 6.4vw;
  }
}
.banner__slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  width: auto;
}

.banner__slide .swiper-button-prev,
.banner__slide .swiper-button-next {
  top: 60px;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  .banner__slide .swiper-button-prev,
  .banner__slide .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-prev,
  .banner__slide .swiper-button-next {
    top: 28vw;
  }
}
.banner__slide .swiper-button-pause {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause {
    width: 4.2105263158vw;
    height: 4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.banner__slide .swiper-button-pause::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 18px;
  border-radius: 3px;
  background: #2EA7E0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause::before {
    width: 4.2105263158vw;
    height: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause::before {
    width: 6.4vw;
    height: 3.2vw;
  }
}
.banner__slide .swiper-button-pause::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 9px;
  height: 10px;
  background: url(../img/icon_pause.svg) no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause::after {
    left: 1.6666666667vw;
    width: 0.7894736842vw;
    height: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause::after {
    left: 2.4vw;
    width: 1.6vw;
    height: 2.1333333333vw;
    background-size: 1.6vw 2.1333333333vw;
    vertical-align: -2.1333333333vw;
  }
}
.banner__slide .swiper-button-pause:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause:hover {
    opacity: 1;
  }
}
.banner__slide .swiper-button-pause.is-pause::before {
  border: 2px solid #2EA7E0;
  background: #fff;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause.is-pause::before {
    border: 0.1754385965vw solid #2EA7E0;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause.is-pause::before {
    border: 0.5333333333vw solid #2EA7E0;
  }
}
.banner__slide .swiper-button-pause.is-pause::after {
  left: 21px;
  width: 8px;
  height: 10px;
  background: url(../img/icon_play.svg) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause.is-pause::after {
    left: 1.8421052632vw;
    width: 0.701754386vw;
    height: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause.is-pause::after {
    left: 2.4vw;
    width: 2.1333333333vw;
    height: 1.8666666667vw;
    background-size: 2.1333333333vw 1.8666666667vw;
    vertical-align: -0.2666666667vw;
  }
}
.swiper {
  padding-bottom: 70px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper {
    padding-bottom: 6.1403508772vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-bottom: 12vw;
  }
}
.swiper-slide {
  width: 840px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-slide {
    width: 73.6842105263vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 74.6666666667vw;
  }
}
.swiper-slide img {
  width: 100%;
}

.swiper-slide-prev,
.swiper-slide-next {
  position: relative;
}

.swiper-slide-prev::after,
.swiper-slide-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 594px;
  background: #fff;
  opacity: 0.85;
  z-index: 1;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-slide-prev::after,
  .swiper-slide-next::after {
    height: 52.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide-prev::after,
  .swiper-slide-next::after {
    height: 52.8vw;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  bottom: 17px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 1.4035087719vw;
    bottom: 1.4912280702vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 2.1333333333vw;
    bottom: 3.7333333333vw;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  position: relative;
  width: 53px;
  height: 53px;
  margin: 0;
  background: transparent;
  opacity: 1;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 4.649122807vw;
    height: 4.649122807vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #CCC;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
    height: 0.1754385965vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
    height: 0.5333333333vw;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  height: 5px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
    height: 0.4385964912vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
    height: 1.3333333333vw;
  }
}
.step__slide--red .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #E3003D;
}

.step__slide--green .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #22AC38;
}

.step__slide--sky .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #22AEE6;
}

.step__slide--blue .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #007BC7;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(50% - 36px);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(50% - 3.1578947368vw);
    width: 6.3157894737vw;
    height: 6.3157894737vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(50% - 4.8vw);
    width: 9.6vw;
    height: 9.6vw;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 22px;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 3.0701754386vw;
    height: 1.9298245614vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1;
  }
}
.step__slide--red .swiper-button-prev,
.step__slide--red .swiper-button-next {
  border: 5px solid #E3003D;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__slide--red .swiper-button-prev,
  .step__slide--red .swiper-button-next {
    border: 0.4385964912vw solid #E3003D;
  }
}
@media screen and (max-width: 767px) {
  .step__slide--red .swiper-button-prev,
  .step__slide--red .swiper-button-next {
    border: 0.8vw solid #E3003D;
  }
}
.step__slide--red .swiper-button-prev::after,
.step__slide--red .swiper-button-next::after {
  background: url(../img/icon_arrow_red.svg) no-repeat center;
  background-size: 100% auto;
}

.step__slide--green .swiper-button-prev,
.step__slide--green .swiper-button-next {
  border: 5px solid #22AC38;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__slide--green .swiper-button-prev,
  .step__slide--green .swiper-button-next {
    border: 0.4385964912vw solid #22AC38;
  }
}
@media screen and (max-width: 767px) {
  .step__slide--green .swiper-button-prev,
  .step__slide--green .swiper-button-next {
    border: 0.8vw solid #22AC38;
  }
}
.step__slide--green .swiper-button-prev::after,
.step__slide--green .swiper-button-next::after {
  background: url(../img/icon_arrow_green.svg) no-repeat center;
  background-size: 100% auto;
}

.step__slide--sky .swiper-button-prev,
.step__slide--sky .swiper-button-next {
  border: 5px solid #2EA7E0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__slide--sky .swiper-button-prev,
  .step__slide--sky .swiper-button-next {
    border: 0.4385964912vw solid #22AEE6;
  }
}
@media screen and (max-width: 767px) {
  .step__slide--sky .swiper-button-prev,
  .step__slide--sky .swiper-button-next {
    border: 0.8vw solid #22AEE6;
  }
}
.step__slide--sky .swiper-button-prev::after,
.step__slide--sky .swiper-button-next::after {
  background: url(../img/icon_arrow_sky.svg) no-repeat center;
  background-size: 100% auto;
}

.step__slide--blue .swiper-button-prev,
.step__slide--blue .swiper-button-next {
  border: 5px solid #007BC7;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__slide--blue .swiper-button-prev,
  .step__slide--blue .swiper-button-next {
    border: 0.4385964912vw solid #007BC7;
  }
}
@media screen and (max-width: 767px) {
  .step__slide--blue .swiper-button-prev,
  .step__slide--blue .swiper-button-next {
    border: 0.8vw solid #007BC7;
  }
}
.step__slide--blue .swiper-button-prev::after,
.step__slide--blue .swiper-button-next::after {
  background: url(../img/icon_arrow_blue.svg) no-repeat center;
  background-size: 100% auto;
}

.swiper-button-prev {
  left: calc(50% - 530px);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-prev {
    left: calc(50% - 46.4912280702vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 1.3333333333vw;
  }
}
.swiper-button-prev::after {
  left: 12px;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-prev::after {
    left: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    left: 1.0666666667vw;
  }
}
.swiper-button-next {
  right: calc(50% - 530px);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-next {
    right: calc(50% - 46.4912280702vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 1.3333333333vw;
  }
}
.swiper-button-next::after {
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .swiper-button-next::after {
    right: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    right: 1.0666666667vw;
  }
}/*# sourceMappingURL=style.css.map */