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

.project__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-color: #24AC38;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .project__head {
    height: 3.6842105263vw;
  }
}
@media screen and (max-width: 767px) {
  .project__head {
    height: 8.0834419817vw;
  }
}
.project__title {
  width: 181px;
  height: 18px;
  font-size: 0;
  background-image: url(../img/header_text.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .project__title {
    width: 15.8771929825vw;
    height: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .project__title {
    width: 37.5488917862vw;
    height: 3.6505867014vw;
  }
}
.project__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .project__body {
    padding-top: 1.7543859649vw;
    padding-bottom: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .project__body {
    padding-top: 2.6075619296vw;
    padding-bottom: 2.6075619296vw;
  }
}
.project__logo {
  width: 732px;
  height: 51px;
  font-size: 0;
  background-image: url(../img/logo_pj.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .project__logo {
    width: 64.2105263158vw;
    height: 4.4736842105vw;
  }
}
@media screen and (max-width: 767px) {
  .project__logo {
    width: 92.1773142112vw;
    height: 6.7796610169vw;
  }
}

.kv {
  background: #FFFBC5 url(../img/kv_bg.png);
}

.kv .inner {
  position: relative;
  height: 575px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv .inner {
    height: 50.4385964912vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv .inner {
    height: 160.6258148631vw;
    background-size: 100% auto;
  }
}
.kv__img {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 354px;
  height: 460px;
  background: url(../img/kv_img.png) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__img {
    top: 3.0701754386vw;
    left: 2.8947368421vw;
    width: 31.0526315789vw;
    height: 40.350877193vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__img {
    top: 39.1134289439vw;
    left: 5.6062581486vw;
    width: 40.4172099087vw;
    height: 51.368970013vw;
    background: url(../img/kv_img_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.kv__title {
  position: absolute;
  top: 113px;
  left: 369px;
  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: 9.9122807018vw;
    left: 32.3684210526vw;
    width: 44.1228070175vw;
    height: 10.7894736842vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__title {
    top: 15.9061277705vw;
    left: 3.3898305085vw;
    width: 92.0469361147vw;
    height: 22.9465449804vw;
    background-size: 100% auto;
  }
}
.kv__balloon {
  position: absolute;
  top: -65px;
  left: 7px;
  width: 285px;
  height: 73px;
  background: url(../img/kv_balloon.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__balloon {
    top: -5.701754386vw;
    left: 0.6140350877vw;
    width: 25vw;
    height: 6.4035087719vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__balloon {
    top: -11.3428943937vw;
    left: 3.1290743155vw;
    width: 40.1564537158vw;
    height: 10.5606258149vw;
    background-size: 100% auto;
  }
}
.kv__label {
  position: absolute;
  top: 258px;
  left: 378px;
  width: 478px;
  height: 35px;
  font-size: 0;
  background-image: url(../img/kv_label.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__label {
    top: 22.6315789474vw;
    left: 33.1578947368vw;
    width: 41.9298245614vw;
    height: 3.0701754386vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__label {
    top: 55.8018252934vw;
    left: 44.3285528031vw;
    width: 51.890482399vw;
    height: 17.9921773142vw;
    background-image: url(../img/kv_label_sp.png);
  }
}

.kv__text {
  position: absolute;
  top: 312px;
  left: 379px;
  width: 541px;
  height: 198px;
  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.3684210526vw;
    left: 33.2456140351vw;
    width: 47.4561403509vw;
    height: 17.3684210526vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__text {
    top: 94.7848761408vw;
    left: 4.1720990874vw;
    width: 90.6127770535vw;
    height: 52.4119947849vw;
    background: url(../img/kv_text_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.lead {
  background: #007BC7;
}

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

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead .inner {
    padding-top: 3.5087719298vw;
    padding-bottom: 4.3859649123vw;
  }
}
@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 #00629F;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents {
    width: 84.2105263158vw;
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents {
    width: 92vw;
    border-radius: 2.1333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 0 0 #00629F;
  }
}
.lead__contents:last-child {
  margin-top: 25px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents:last-child {
    margin-top: 2.1929824561vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents:last-child {
    margin-top: 2.6666666667vw;
  }
}
.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 28px 23px 30px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents dd {
    padding: 0 2.4561403509vw 2.0175438596vw 2.6315789474vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents dd {
    padding: 0 4vw 5.3333333333vw;
  }
}
.lead__contents dd.lead__contents__body {
  background-image: url(../img/lead_bg.png);
  background-repeat: no-repeat;
  background-size: 273px 247px;
  background-position: right 26px bottom 50px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__contents dd.lead__contents__body {
    background-size: 23.9473684211vw 21.6666666667vw;
    background-position: right 2.2807017544vw bottom 4.3859649123vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents dd.lead__contents__body {
    padding-bottom: 48.5006518905vw;
    background-image: url(../img/lead_bg_sp.png);
    background-position: center bottom;
    background-size: 88.3963494133vw auto;
  }
}

.lead__catch {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__catch {
    margin-bottom: 2.1929824561vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__catch {
    margin-bottom: 5.6062581486vw;
  }
}
.lead__catch__text {
  width: 561px;
  height: 59px;
  font-size: 0;
  background-image: url(../img/lead_catch.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__catch__text {
    width: 49.2105263158vw;
    height: 5.1754385965vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__catch__text {
    width: 76.7926988266vw;
    height: 17.3402868318vw;
    background-image: url(../img/lead_catch_sp.png);
  }
}

.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__title1 {
  display: block;
  width: 636px;
  height: 39px;
  margin: 0 auto;
  background: url(../img/lead_title1.png) no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__title1 {
    width: 55.7894736842vw;
    height: 3.4210526316vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__title1 {
    width: 67.2750977836vw;
    height: 13.037809648vw;
    background: url(../img/lead_title1_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.lead__title2 {
  display: block;
  width: 316px;
  height: 39px;
  margin: 0 auto;
  background: url("../img/lead_title2.png") no-repeat;
  font-size: 0;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__title2 {
    width: 27.7192982456vw;
    height: 3.4210526316vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__title2 {
    width: 44.2666666667vw;
    height: 5.3333333333vw;
    background-size: 100% auto;
  }
}
.lead__list1 {
  list-style: none;
}

.lead__list1__item {
  padding-left: 33px;
  background: left top no-repeat;
  background-size: 26px auto;
  font-size: 1.125rem;
  color: #333;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item {
    background-size: 2.2807017544vw auto;
    padding-left: 2.8947368421vw;
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item {
    background-size: 4.2666666667vw auto;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.lead__list1__item:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item:not(:first-child) {
    margin-top: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item:not(:first-child) {
    margin-top: 1.8666666667vw;
  }
}
.lead__list1__item:nth-child(1) {
  background: url("../img/icon_num1.svg") no-repeat;
  background-size: 26px auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item:nth-child(1) {
    background-size: 2.2807017544vw auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item:nth-child(1) {
    background-size: 4.2666666667vw auto;
  }
}
.lead__list1__item:nth-child(2) {
  background: url("../img/icon_num2.svg") no-repeat;
  background-size: 26px auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item:nth-child(2) {
    background-size: 2.2807017544vw auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item:nth-child(2) {
    background-size: 4.2666666667vw auto;
  }
}
.lead__list1__item:nth-child(3) {
  background: url("../img/icon_num3.svg") no-repeat;
  background-size: 26px auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item:nth-child(3) {
    background-size: 2.2807017544vw auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item:nth-child(3) {
    background-size: 4.2666666667vw auto;
  }
}
.lead__list1__item:nth-child(4) {
  background: url("../img/icon_num4.svg") no-repeat;
  background-size: 26px auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list1__item:nth-child(4) {
    background-size: 2.2807017544vw auto;
  }
}
@media screen and (max-width: 767px) {
  .lead__list1__item:nth-child(4) {
    background-size: 4.2666666667vw auto;
  }
}
.lead__list2 {
  list-style: none;
}

.lead__list2__item:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .lead__list2__item:not(:first-child) {
    margin-top: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__list2__item:not(:first-child) {
    margin-top: 4vw;
  }
}
.summary {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #E6F5FD;
  margin: 80px -28px -23px -30px;
  padding-top: 25px;
  padding-bottom: 37px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .summary {
    margin: 7.0175438596vw -2.4561403509vw -2.0175438596vw -2.6315789474vw;
    padding-top: 2.1929824561vw;
    padding-bottom: 3.2456140351vw;
    border-radius: 0 0 1.4035087719vw 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) {
  .summary {
    margin: 20.5997392438vw -4vw -5.3333333333vw -4vw;
    padding-top: 5.6062581486vw;
    padding-bottom: 5.4758800522vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.summary::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 254px;
  height: 58px;
  background-image: url(../img/summary_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .summary::before {
    width: 22.2807017544vw;
    height: 5.0877192982vw;
  }
}
@media screen and (max-width: 767px) {
  .summary::before {
    width: 32.073011734vw;
    height: 15.2542372881vw;
    background-image: url(../img/summary_bg_sp.png);
  }
}
.summary__text {
  width: 763px;
  height: 23px;
  font-size: 0;
  background-image: url(../img/summary_text.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .summary__text {
    width: 66.9298245614vw;
    height: 2.0175438596vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__text {
    width: 34.2894393742vw;
    height: 31.0299869622vw;
    background-image: url(../img/summary_text_sp.png);
  }
}

.howto__heading {
  font-size: 0;
  margin-left: 32px;
  position: relative;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__heading {
    margin-left: 2.8070175439vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__heading {
    margin-left: 6.4vw;
  }
}
.howto__heading__1 {
  width: 196px;
  height: 23px;
  background: url(../img/howto_heading1.png) no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__heading__1 {
    width: 17.1929824561vw;
    height: 2.0175438596vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .howto__heading__1 {
    width: 39.2438070404vw;
    height: 4.6936114733vw;
    background-size: 100% auto;
  }
}
.howto__heading__1::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_num1.svg") no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__heading__1::before {
    width: 2.2807017544vw;
    height: 2.2807017544vw;
    left: -2.8070175439vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .howto__heading__1::before {
    width: 4.8vw;
    height: 4.8vw;
    left: -6.4vw;
    background-size: 100% auto;
  }
}
.howto__heading__2 {
  width: 148px;
  height: 23px;
  background: url("../img/howto_heading2.png") no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__heading__2 {
    width: 12.9824561404vw;
    height: 2.0175438596vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .howto__heading__2 {
    width: 30.4vw;
    height: 4.8vw;
    background-size: 100% auto;
  }
}
.howto__heading__2::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_num2.svg") no-repeat;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__heading__2::before {
    width: 2.2807017544vw;
    height: 2.2807017544vw;
    left: -2.8070175439vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .howto__heading__2::before {
    width: 4.8vw;
    height: 4.8vw;
    left: -6.4vw;
    background-size: 100% auto;
  }
}
.howto__text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 12px;
  color: #333;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .howto__text {
    font-size: 1.5789473684vw;
    margin-top: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__text {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
  }
}
.download .inner {
  padding: 48px 40px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download .inner {
    padding: 4.2105263158vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .download .inner {
    padding: 8.5333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
.download__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__list {
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .download__list {
    gap: 6.4vw;
    flex-direction: column;
  }
}
.download__item--green {
  margin: 0 0 0 auto;
}

.download__button {
  display: block;
  position: relative;
  width: 520px;
  padding: 27px 80px 26px 35px;
  border-radius: 38px;
  background: #E3003D;
  text-decoration: none;
  transition: opacity 0.4s;
}

.download__button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .download__button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button {
    width: 45.6140350877vw;
    padding: 2.3684210526vw 7.0175438596vw 2.2807017544vw 3.0701754386vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button {
    width: 89.3333333333vw;
    padding: 5.8666666667vw 4vw 5.3333333333vw;
    border-radius: 10.1333333333vw;
  }
}
.download__button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url(../img/icon_download.svg) no-repeat center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button::after {
    right: 3.0701754386vw;
    width: 3.5087719298vw;
    height: 3.5087719298vw;
    background: url(../img/icon_download.svg) no-repeat center;
    background-size: 3.5087719298vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button::after {
    top: 0;
    bottom: 0;
    right: 4vw;
    width: 8vw;
    height: 6.6666666667vw;
    background: url(../img/icon_download.svg) no-repeat center;
    background-size: 8vw 6.6666666667vw;
    transform: none;
  }
}
.download__button--orange {
  width: 520px;
  background: #F39700;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--orange {
    width: 45.6140350877vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button--orange {
    width: 89.3333333333vw;
  }
}
.download__button--orange::after {
  background: url(../img/icon_download.svg) no-repeat center;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--orange::after {
    background: url(../img/icon_download.svg) no-repeat center;
    background-size: 3.5087719298vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button--orange::after {
    background: url(../img/icon_download.svg) no-repeat center;
    background-size: 8vw 6.6666666667vw;
  }
}
.download__button--orange .download__text {
  display: block;
  width: 243px;
  height: 27px;
  background: url(../img/download_button2.png) no-repeat;
  font-size: 0;
  margin: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--orange .download__text {
    width: 21.3157894737vw;
    height: 2.3684210526vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__button--orange .download__text {
    width: 44.5893089961vw;
    height: 4.9543676662vw;
    background-size: 100% auto;
  }
}
.download__button--border {
  width: 520px;
  padding: 22px 80px 21px 35px;
  background: #fff;
  border-style: solid;
  border-width: 5px;
  border-color: #007BC7;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--border {
    border-width: 0.4385964912vw;
    width: 45.6140350877vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button--border {
    padding: 5.0847457627vw 4vw 4.6936114733vw;
    width: 89.3333333333vw;
    border-width: 0.7822685789vw;
  }
}
.download__button--border::after {
  background: url(../img/icon_download_blue.svg) no-repeat center;
  right: 30px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--border::after {
    right: 2.6315789474vw;
    background: url(../img/icon_download_blue.svg) no-repeat center;
    background-size: 3.5087719298vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .download__button--border::after {
    right: 3.9113428944vw;
    background: url(../img/icon_download_blue.svg) no-repeat center;
    background-size: 8vw 6.6666666667vw;
  }
}
.download__button--border .download__text {
  display: block;
  width: 370px;
  height: 27px;
  background: url(../img/download_button3.png) no-repeat;
  font-size: 0;
  margin: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__button--border .download__text {
    width: 32.4561403509vw;
    height: 2.3684210526vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__button--border .download__text {
    width: 65.5801825293vw;
    height: 4.9543676662vw;
    background-size: 100% auto;
  }
}
.download__text {
  display: block;
  width: 243px;
  height: 27px;
  background: url(../img/download_button1.png) no-repeat;
  font-size: 0;
  margin: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__text {
    width: 21.3157894737vw;
    height: 2.3684210526vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .download__text {
    width: 43.2vw;
    height: 4.8vw;
    background-size: 100% auto;
  }
}
.download__link {
  text-align: right;
  margin-top: 24px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__link {
    margin-top: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .download__link {
    margin-top: 6.4vw;
    text-align: center;
  }
}
.download__link a {
  font-size: 20px;
  color: #007BC7;
  font-weight: bold;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .download__link a {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .download__link a {
    font-size: 4.8vw;
  }
}
.download__link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .download__link a:hover {
    opacity: 1;
  }
}
.contact {
  background-color: #E6F5FD;
}

.contact .inner {
  padding-top: 50px;
  padding-bottom: 96px;
  text-align: center;
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact .inner {
    padding-top: 4.3859649123vw;
    padding-bottom: 8.4210526316vw;
    background-size: 92.7192982456vw;
  }
}
@media screen and (max-width: 767px) {
  .contact .inner {
    background-image: url(../img/contact_bg_sp.png);
    background-size: 100% auto;
    padding-top: 8.5333333333vw;
    padding-bottom: 36.2451108214vw;
  }
}
.contact__button {
  display: flex;
  justify-content: center;
  position: relative;
  width: 745px;
  margin: 0 auto;
  padding: 26px 38px 26px 40px;
  border-radius: 44px;
  background: #007BC7;
  text-decoration: none;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__button {
    width: 65.350877193vw;
    padding: 2.2807017544vw 3.3333333333vw 2.2807017544vw 3.5087719298vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__button {
    align-items: center;
    justify-content: start;
    width: 89.3333333333vw;
    height: 16.1668839635vw;
    padding: 0 8.2138200782vw;
  }
}
.contact__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
  height: 52px;
  margin-left: 10px;
  background: url(../img/icon_email_blue.svg) no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__button::before {
    right: 2.1929824561vw;
    width: 4.5614035088vw;
    height: 4.5614035088vw;
    margin-left: 0.8771929825vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .contact__button::before {
    right: 2.4561403509vw;
    width: 10.6910039113vw;
    height: 10.6910039113vw;
    margin-left: 1.8666666667vw;
    background-size: 100% auto;
  }
}
.contact__button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact__button:hover {
    opacity: 1;
  }
}
.contact__text {
  display: block;
  width: 596px;
  height: 28px;
  background: url(../img/contact_text1.png) no-repeat;
  font-size: 0;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__text {
    width: 52.2807017544vw;
    height: 2.4561403509vw;
    margin: 0 2.6315789474vw 0 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .contact__text {
    width: 53.7157757497vw;
    height: 9.517601043vw;
    background: url(../img/contact_text1_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.contact__text--2 {
  width: 316px;
  height: 28px;
  background-image: url(../img/contact_text2.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__text--2 {
    width: 27.7192982456vw;
    height: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__text--2 {
    width: 46.9361147327vw;
    height: 4.3024771838vw;
  }
}
.contact__text--3 {
  width: 407px;
  height: 27px;
  background-image: url(../img/contact_text3.png);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__text--3 {
    width: 35.701754386vw;
    height: 2.3684210526vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__text--3 {
    width: 62.5814863103vw;
    height: 4.1720990874vw;
  }
}

.contact__list > li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__list > li:not(:last-child) {
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__list > li:not(:last-child) {
    margin-bottom: 15.1238591917vw;
  }
}

.contact__body {
  margin-top: 20px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__body {
    margin-top: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__body {
    margin-top: 4.6936114733vw;
  }
}
.contact__body--1 {
  width: 577px;
  max-width: 577px;
  min-height: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 178px;
  background-image: url(../img/contact_img.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__body--1 {
    width: 50.6140350877vw;
    max-width: 50.6140350877vw;
    min-height: 6.8421052632vw;
    padding-top: 0.8771929825vw;
    padding-left: 15.6140350877vw;
    background-size: 13.7719298246vw auto;
  }
}
@media screen and (max-width: 767px) {
  .contact__body--1 {
    width: 86.7014341591vw;
    max-width: 86.7014341591vw;
    min-height: 16.1668839635vw;
    padding-top: 0;
    padding-left: 27.2490221643vw;
    background-size: 24.7718383312vw auto;
  }
}
.contact__body--2 {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__body--2 {
    max-width: 30.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__body--2 {
    max-width: 100%;
    margin-left: 8.6049543677vw;
    margin-right: 8.6049543677vw;
  }
}
.contact__body--3 {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__body--3 {
    max-width: 65.350877193vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__body--3 {
    max-width: 100%;
    margin-left: 8.6049543677vw;
    margin-right: 8.6049543677vw;
    text-align: left;
  }
}
.contact__body__text {
  color: #333333;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .contact__body__text {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__body__text {
    font-size: 3.6505867014vw;
  }
}

.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: #007BC7;
  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: 135px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper {
    padding-bottom: 11.8421052632vw;
  }
}
@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: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-slide {
    width: 17.5438596491vw !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: #007BC7;
  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 #007BC7;
  background: #fff;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .banner__slide .swiper-button-pause.is-pause::before {
    border: 0.1754385965vw solid #007BC7;
  }
}
@media screen and (max-width: 767px) {
  .banner__slide .swiper-button-pause.is-pause::before {
    border: 0.5333333333vw solid #007BC7;
  }
}
.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;
  }
}
.footer {
  position: relative;
  border-top: solid 3px #007BC7;
}

.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: #007BC7;
  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;
  }
}
.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-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--num1 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #E3003D;
}

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

.step__slide--num3 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
  background: #F39700;
}

.step__slide--num4 .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--num1 .swiper-button-prev,
.step__slide--num1 .swiper-button-next {
  border: 5px solid #E3003D;
}

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

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

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

.step__slide--num3 .swiper-button-prev,
.step__slide--num3 .swiper-button-next {
  border: 5px solid #F39700;
}

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

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

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .step__slide--num4 .swiper-button-prev,
  .step__slide--num4 .swiper-button-next {
    border: 0.4385964912vw solid #007BC7;
  }
}
@media screen and (max-width: 767px) {
  .step__slide--num4 .swiper-button-prev,
  .step__slide--num4 .swiper-button-next {
    border: 0.8vw solid #007BC7;
  }
}
.step__slide--num4 .swiper-button-prev::after,
.step__slide--num4 .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 */