@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 480px) {
  .hide--mblg {
    display: none;
  }
}

.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

main {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  --green: #3bb875;
  --border: #e9e9e9;
}

main img {
  max-width: 100%;
}

main strong {
  font-weight: 700;
}

.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .container {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 970px;
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blue {
  color: #3091c7;
}

/* ── SECTION COMMONS ── */
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-tag {
  color: #0c76b0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .section-tag {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-tag {
    text-align: center;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-tag {
    font-size: 1.125rem;
  }
}
.section-tag::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background: #0c76b0;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 1199px) {
  .section-tag::before {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .section-tag::before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .section-tag::before {
    width: 8px;
    height: 8px;
  }
}

.section-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #333333;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-top: 14px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .section-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.5rem;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 374px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title .highlight {
  font-weight: 900;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .sm {
  font-size: 0.821428571em;
  line-height: 1;
}

.section-sub {
  font-size: 1.25rem;
  color: #333333;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .section-sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .section-sub {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-sub {
    font-size: 1rem;
    margin-top: 5px;
  }
}

.kv {
  position: relative;
  background: #e9f8f0;
  height: 790px;
  padding-top: 135px;
}
@media (max-width: 1699px) {
  .kv {
    height: 680px;
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 520px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .kv {
    padding-top: 50px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kv {
    height: auto;
    padding-bottom: 60vw;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/kv/kv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
}
@media (min-width: 1921px) {
  .kv::before {
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .kv::before {
    background-position: center center;
  }
}
@media (max-width: 1699px) {
  .kv::before {
    background-size: 1500px auto;
  }
}
@media (max-width: 1399px) {
  .kv::before {
    background-size: 1400px auto;
  }
}
@media (max-width: 1199px) {
  .kv::before {
    background-size: 1200px auto;
  }
}
@media (max-width: 991px) {
  .kv::before {
    background-size: 950px auto;
  }
}
@media (max-width: 767px) {
  .kv::before {
    background-size: 180vw auto;
    background-position: right -10vw bottom -7vw;
  }
}
.kv__block {
  position: relative;
  z-index: 2;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  width: 600px;
}
@media (max-width: 767px) {
  .kv__block {
    width: 100%;
    text-align: center;
  }
}
.kv__subtitle {
  font-size: 1.6875rem;
  font-weight: 500;
  color: #707070;
  font-family: "Noto Sans CJK TC";
}
@media (max-width: 1199px) {
  .kv__subtitle {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .kv__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .kv__subtitle {
    font-size: 1rem;
  }
}
.kv__title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  margin-top: 20px;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 3.125rem;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 374px) {
  .kv__title {
    font-size: 1.875rem;
  }
}
.kv__text {
  font-size: 2.4375rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.38461;
  letter-spacing: 0.01em;
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.625rem;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .kv__text {
    font-size: 1.375rem;
  }
}
.kv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.kv__btn-item {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 10em;
  margin-top: 32px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1699px) {
  .kv__btn-item {
    font-size: 1.125rem;
    margin-top: 26px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item {
    font-size: 1rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .kv__btn-item {
    line-height: 48px;
  }
}
@media (max-width: 374px) {
  .kv__btn-item {
    font-size: 5vw;
    line-height: 44px;
  }
}
.kv__btn-item.green {
  width: 220px;
  background: #1d9c58;
}
@media (max-width: 1699px) {
  .kv__btn-item.green {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item.green {
    width: 170px;
  }
}
@media (max-width: 374px) {
  .kv__btn-item.green {
    width: 48vw;
  }
}
.kv__btn-item.blue {
  width: 180px;
  background: #076193;
  margin-left: 22px;
}
@media (max-width: 1699px) {
  .kv__btn-item.blue {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item.blue {
    width: 140px;
    margin-left: 15px;
  }
}
@media (max-width: 374px) {
  .kv__btn-item.blue {
    width: 38vw;
    margin-left: 2vw;
  }
}
@media (hover: hover) {
  .kv__btn-item:hover {
    opacity: 0.8;
  }
}

.s1 {
  position: relative;
  background: url("../img/s1/s1-bg.jpg"), #ffffff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: left calc(50vw - 800px) top;
    background-size: 1400px auto;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .s1__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s1__title {
  width: 630px;
  padding-left: 106px;
}
@media (max-width: 1199px) {
  .s1__title {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s1__title {
    width: 100%;
  }
}
.s1__title .section-title {
  margin-top: 0;
}
.s1__block {
  width: 460px;
}
@media (max-width: 1199px) {
  .s1__block {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .s1__block {
    width: 420px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__block {
    width: 100%;
  }
}
.s1__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 22px 52px 22px 46px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .s1__item {
    padding-right: 20px;
  }
}
.s1__item:first-child {
  margin-top: 0;
}
.s1__item::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 44px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ade6c7), color-stop(50%, #aae1ff), to(#d3d7ff));
  background: linear-gradient(to bottom, #ade6c7 0%, #aae1ff 50%, #d3d7ff 100%);
  position: absolute;
  top: 22px;
  left: 20px;
}
.s1__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url("../img/s1/s1-item-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -40px;
  pointer-events: none;
}
.s1__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3bb875;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .s1__item-title {
    font-size: 1.25rem;
  }
}
.s1__item-text {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.3333;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .s1__item-text {
    font-size: 1rem;
  }
}

.s2 {
  position: relative;
  background: url("../img/s2/s2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .s2 {
    padding-bottom: 60px;
  }
}
.s2__wrap {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
  border-radius: 28px;
  padding: 30px 70px 40px;
  position: relative;
}
@media (max-width: 1699px) {
  .s2__wrap {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s2__wrap::before {
  content: "";
  display: block;
  width: 167px;
  height: 84px;
  background: url("../img/s2/s2-cat.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 215px;
  right: 70px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s2__wrap::before {
    width: 140px;
    height: 74px;
    top: 230px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap::before {
    width: 100px;
    height: 50px;
    top: 223px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .s2__wrap::before {
    top: 338px;
  }
}
@media (max-width: 767px) {
  .s2__wrap::before {
    top: 252px;
  }
}
@media (max-width: 480px) {
  .s2__wrap::before {
    display: none;
  }
}
.s2__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url("../img/s2/s2-wrap-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.s2__people {
  width: 512px;
  height: 511px;
  background: url("../img/s2/s2-people-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 22px;
  left: 130px;
}
@media (max-width: 1699px) {
  .s2__people {
    left: 40px;
  }
}
@media (max-width: 1399px) {
  .s2__people {
    top: 60px;
    left: 50px;
    width: 440px;
    height: 460px;
  }
}
@media (max-width: 1199px) {
  .s2__people {
    top: 68px;
    width: 380px;
    height: 420px;
  }
}
@media (max-width: 991px) {
  .s2__people {
    width: 280px;
    height: 300px;
    top: 237px;
    left: calc(50% - 140px);
  }
}
@media (max-width: 767px) {
  .s2__people {
    width: 240px;
    top: 170px;
    left: calc(50% - 120px);
  }
}
@media (max-width: 480px) {
  .s2__people {
    top: 190px;
  }
}
@media (max-width: 374px) {
  .s2__people {
    width: 200px;
    top: 168px;
    left: calc(50% - 100px);
  }
}
.s2__people::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/s2/s2-people-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.s2__block {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .s2__block {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .s2__block {
    margin-top: 140px;
  }
}
@media (max-width: 480px) {
  .s2__block {
    margin-top: 145px;
  }
}
@media (max-width: 374px) {
  .s2__block {
    margin-top: 112px;
  }
}
.s2__block .slick-prev {
  left: -30px;
}
.s2__block .slick-next {
  right: -30px;
}
@media (max-width: 767px) {
  .s2__block {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.s2__item {
  width: 232px;
  margin-left: 2px;
  margin-right: 2px;
}
.s2__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#929bfe), color-stop(50%, #35aded), to(rgba(59, 184, 117, 0.26)));
  background: linear-gradient(to bottom, #929bfe 0%, #35aded 50%, rgba(59, 184, 117, 0.26) 100%);
  border-radius: 5px;
  padding: 5px;
}
.s2__title {
  width: 600px;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}
@media (max-width: 1699px) {
  .s2__title {
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    width: 100%;
  }
}
.s2__title .section-title {
  margin-top: 0;
}
.s2__th {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.01em;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .s2__th {
    height: 85px;
  }
}
.s2__th-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .s2__th-title {
    font-size: 1.375rem;
  }
}
.s2__th-text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .s2__th-text {
    font-size: 1.125rem;
  }
}
.s2__td {
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.s2__td:nth-child(2) {
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 134px;
}
.s2__td:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 90px;
}
.s2__td:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 90px;
}
.s2__list {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
}
.s2__list li {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #333333;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .s2__list li {
    font-size: 1rem;
  }
}
.s2__list li:first-child {
  margin-top: 0;
}
.s2__list li::before {
  content: "．";
  color: #3bb875;
}
.s2__list--style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s2__list--style2 li:nth-child(odd) {
  width: 30%;
}
@media (max-width: 1399px) {
  .s2__list--style2 li:nth-child(odd) {
    width: 35%;
  }
}
.s2__list--style2 li:nth-child(even) {
  width: calc(45% - 1em);
}
@media (max-width: 1399px) {
  .s2__list--style2 li:nth-child(even) {
    width: calc(50% - 1em);
  }
}
.s2__list--style2 li:last-child {
  width: 75%;
}
@media (max-width: 1399px) {
  .s2__list--style2 li:last-child {
    width: 85%;
  }
}
.s2__list--style2 li:nth-child(2) {
  margin-top: 0;
}
.s2__list--style3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s2__list--style3 li:nth-child(odd) {
  width: 30%;
}
@media (max-width: 1399px) {
  .s2__list--style3 li:nth-child(odd) {
    width: 35%;
  }
}
.s2__list--style3 li:nth-child(even) {
  width: calc(45% - 1em);
}
@media (max-width: 1399px) {
  .s2__list--style3 li:nth-child(even) {
    width: calc(50% - 1em);
  }
}
.s2__list--style3 li:nth-child(2) {
  margin-top: 0;
}
.s2__text {
  font-size: 1rem;
  color: #707070;
}
.s2__price {
  font-size: 1.625rem;
  font-weight: 900;
  color: #494949;
}
.s2__price .highlight {
  font-weight: 700;
  color: #3bb875;
}
.s2__price .highlight strong {
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  font-weight: 900;
}
.s2__price.lg {
  font-size: 1.875rem;
  line-height: 1;
}
.s2__price.lg strong {
  font-size: 1.2em;
  line-height: 1;
}
.s2__total {
  margin-top: 40px;
  padding-left: 126px;
}
@media (max-width: 1699px) {
  .s2__total {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .s2__total {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s2__total {
    text-align: center;
    margin-top: 30px;
  }
}
.s2__total-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 991px) {
  .s2__total-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 45px;
  }
}
@media (max-width: 374px) {
  .s2__total-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s2__total-block::after {
  content: "";
  display: block;
  width: 13px;
  height: 44px;
  background: url("../img/s2/s2-total-arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 35px;
  margin-right: 45px;
}
@media (max-width: 1199px) {
  .s2__total-block::after {
    margin-left: 15px;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .s2__total-block::after {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: calc(50% - 6px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.s2__total-item {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .s2__total-item {
    font-size: 1.25rem;
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .s2__total-item {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .s2__total-item {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.s2__total-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #333333;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
@media (max-width: 991px) {
  .s2__total-item::before {
    height: 20px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 374px) {
  .s2__total-item::before {
    width: 24px;
    height: 1px;
    top: 0;
    left: calc(50% - 12px);
  }
}
.s2__total-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 374px) {
  .s2__total-item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.s2__total-item:first-child::before {
  display: none;
}
.s2__total-item.green {
  color: #3bb875;
}
.s2__total-item.green .highlight {
  color: #3bb875;
}
.s2__total-item .highlight {
  font-size: 1.75em;
  color: #333333;
  font-weight: 900;
  line-height: 1;
}
.s2__total-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .s2__total-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .s2__total-text {
    font-size: 1.125rem;
  }
}

.s3 {
  position: relative;
  background: url("../img/s3/s3-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .s3 .container {
    width: 1266px;
  }
}
.s3__wrap {
  background: url("../img/s3/s3-wrap-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 35px;
}
@media (max-width: 991px) {
  .s3__wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    padding: 10px;
    border-radius: 15px;
  }
}
.s3__chart {
  padding: 75px 20px 70px;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(163, 217, 220, 0.8);
          box-shadow: 0 10px 20px rgba(163, 217, 220, 0.8);
}
@media (max-width: 991px) {
  .s3__chart {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .s3__chart {
    padding: 3vw 2vw;
  }
}
.s3__chart::after {
  content: "";
  display: block;
  width: 274px;
  height: 275px;
  background: url("../img/s3/s3-chart-people.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: 76px;
}
@media (max-width: 1399px) {
  .s3__chart::after {
    right: 46px;
  }
}
@media (max-width: 1199px) {
  .s3__chart::after {
    width: 230px;
    height: 229px;
    right: 25px;
    bottom: -45px;
  }
}
@media (max-width: 991px) {
  .s3__chart::after {
    width: 180px;
    height: 179px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .s3__chart::after {
    width: 18vw;
    height: 18vw;
    right: 8vw;
    bottom: -2vw;
  }
}
@media (max-width: 480px) {
  .s3__chart::after {
    right: 6vw;
  }
}

.s4 {
  position: relative;
  background: url("../img/s4/s4-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .s4 {
    padding-bottom: 100px;
  }
}
.s4::before {
  content: "";
  display: block;
  width: 582px;
  height: 480px;
  background: url("../img/s4/s4-people.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 291px);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s4::before {
    width: 520px;
    height: 460px;
    left: calc(50% - 260px);
  }
}
@media (max-width: 1199px) {
  .s4::before {
    width: 400px;
    height: 390px;
    left: calc(50% - 200px);
  }
}
@media (max-width: 991px) {
  .s4::before {
    left: auto;
    right: 0;
    width: 210px;
    height: 190px;
  }
}
@media (max-width: 480px) {
  .s4::before {
    width: 160px;
    height: 150px;
    right: -30px;
  }
}
.s4__block {
  position: relative;
  text-align: right;
  padding-left: 500px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s4__block {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s4__block {
    padding-left: 0;
    text-align: center;
  }
}
.s4__item {
  border: 2px solid #ffffff;
  border-radius: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  padding: 36px 20px 40px 28px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s4__item {
    width: 420px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .s4__item {
    width: 460px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    width: 440px;
    max-width: 100%;
    padding: 20px 15px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .s4__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s4__item:nth-child(1) {
  background: url("../img/s4/s4-item-bg-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s4__item:nth-child(2) {
  background: url("../img/s4/s4-item-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s4__item:nth-child(3) {
  background: url("../img/s4/s4-item-bg-3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s4__item:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .s4__item:first-child {
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 991px) {
  .s4__item:first-child {
    position: relative;
    top: auto;
    left: auto;
  }
}
.s4__item:first-child .s4__item-title {
  color: #0a6a36;
}
.s4__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .s4__item:nth-child(2) {
    margin-top: 20px;
  }
}
.s4__item:nth-child(2) .s4__item-title {
  color: #4c53ac;
}
.s4__item:nth-child(3) .s4__item-title {
  color: #076193;
}
.s4__item-icon {
  width: 108px;
  margin-bottom: -30px;
}
@media (max-width: 1199px) {
  .s4__item-icon {
    width: 88px;
  }
}
@media (max-width: 767px) {
  .s4__item-icon {
    width: 68px;
    margin-bottom: -10px;
  }
}
@media (max-width: 480px) {
  .s4__item-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .s4__item-icon {
    width: 58px;
  }
}
.s4__item-icon img {
  max-width: 100%;
}
.s4__item-content {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .s4__item-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.s4__item-title {
  font-size: 2.125rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .s4__item-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .s4__item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .s4__item-title {
    font-size: 1.25rem;
  }
}
.s4__item-text {
  font-size: 1rem;
  color: #333333;
  margin-top: 5px;
}
@media (max-width: 374px) {
  .s4__item-text {
    font-size: 0.8125rem;
  }
}

.s5 {
  position: relative;
  background: url("../img/s5/s5-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .s5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s5__title {
  text-align: center;
}
.s5 .section-title, .s5 .section-sub {
  color: #ffffff;
}
.s5__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .s5__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.s5__btn-item {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 58px;
  border-radius: 10em;
  padding: 0 28px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .s5__btn-item {
    font-size: 1rem;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
}
.s5__btn-item.white {
  color: #076193;
  background: #ffffff;
}
.s5__btn-item.green {
  color: #ffffff;
  background: #0a6a36;
}
@media (hover: hover) {
  .s5__btn-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/* ── GOAL CARDS ── */
.goals-section {
  background: url("../img/goals/goals-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 480px) {
  .goals-section {
    background-size: auto 160%;
  }
}

.goals-grid {
  margin-top: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .goals-grid {
    padding-left: 100px;
    padding-right: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .goals-grid {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .goals-grid .slick-prev {
    left: -25px;
  }
  .goals-grid .slick-next {
    right: -25px;
  }
}
@media (max-width: 374px) {
  .goals-grid {
    width: calc(100% - 40px);
  }
}

.goal-card {
  border-radius: 32px;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  cursor: pointer;
  width: calc(25% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .goal-card {
    width: calc(50% - 16px);
    margin-top: 16px;
  }
  .goal-card:nth-child(1) {
    margin-top: 0;
  }
  .goal-card:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .goal-card {
    border-radius: 22px;
    margin-top: 0;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
.goal-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(-135deg, #3bb875 0%, #35aded 50%, #929bfe 100%);
  opacity: 0.3;
  position: absolute;
  left: 0px;
  bottom: -6px;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .goal-card::before {
    bottom: 0;
  }
}
.goal-card::after {
  content: "";
  display: block;
  width: 502px;
  height: 592px;
  background: url("../img/goals/goal-card-bg.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 281px);
  left: calc(50% - 251px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .goal-card::after {
    display: none;
  }
}
@media (hover: hover) {
  .goal-card:hover {
    padding-top: 2px;
    background: linear-gradient(-135deg, #3bb875 0%, #35aded 50%, #929bfe 100%);
  }
  .goal-card:hover::after {
    opacity: 1;
  }
  .goal-card:hover .goal-box {
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 38px;
  }
  .goal-card:hover .goal-subtitle {
    font-weight: 900;
    background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
    background: linear-gradient(to left, #3bb875, #35aded, #757eec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .goal-card:hover .goal-years {
    padding-left: 20px;
    padding-bottom: 18px;
  }
  .goal-card:hover .goal-cta {
    background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
    background: linear-gradient(to left, #3bb875, #35aded, #757eec);
    color: white;
  }
}
.goal-card.selected {
  padding-top: 2px;
  background: linear-gradient(-135deg, #3bb875 0%, #35aded 50%, #929bfe 100%);
}
.goal-card.selected::after {
  opacity: 1;
}
.goal-card.selected .goal-box {
  width: calc(100% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 38px;
}
.goal-card.selected .goal-subtitle {
  font-weight: 900;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goal-card.selected .goal-years {
  padding-left: 20px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .goal-card.selected .goal-years {
    padding-bottom: 12px;
  }
}
.goal-card.selected .goal-cta {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  color: white;
}
.goal-box {
  background: white;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 56px 26px 40px;
  letter-spacing: 0.01em;
}
@media (max-width: 1399px) {
  .goal-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .goal-box {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .goal-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .goal-box {
    padding-top: 38px;
    border-radius: 20px;
    height: calc(100% - 16px);
    margin-bottom: 6px;
  }
}
@media (max-width: 374px) {
  .goal-box {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.goal-years {
  font-size: 1.625rem;
  font-weight: 700;
  color: white;
  text-align: center;
  width: 160px;
  height: 86px;
  background: url("../img/goals/goal-years-bg.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  padding-left: 16px;
  padding-bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 30px;
}
@media (max-width: 1199px) {
  .goal-years {
    font-size: 1.5rem;
    width: 150px;
    height: 76px;
  }
}
@media (max-width: 767px) {
  .goal-years {
    border-top-right-radius: 18px;
  }
}
.goal-years .highlight {
  font-size: 1.38461em;
  font-weight: 700;
  color: white;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 4px;
}
.goal-subtitle {
  font-size: 1.75rem;
  font-weight: 700;
  color: #3bb875;
}
@media (max-width: 1199px) {
  .goal-subtitle {
    font-size: 1.625rem;
  }
}
.goal-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.27778;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .goal-title {
    font-size: 2.125rem;
  }
}
.goal-text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .goal-text {
    font-size: 0.875rem;
  }
}
.goal-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.goal-list li {
  font-size: 1.125rem;
  color: #0f8144;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .goal-list li {
    font-size: 1rem;
  }
}
.goal-list li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
.goal-list li:first-child {
  margin-top: 0;
}
.goal-list li:first-child::before {
  background: url("../img/common/icon-goal.svg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.goal-list li:nth-child(2)::before {
  background: url("../img/common/icon-price.svg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.goal-cta {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background: #494949;
  border: none;
  width: 188px;
  height: 58px;
  border-radius: 10em;
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .goal-cta {
    font-size: 1rem;
    width: 168px;
    height: 48px;
  }
}

/* ── CALCULATOR ── */
.calc-section {
  background: url("../img/calc/calc-bg.jpg"), #ffffff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .calc-section {
    background-position: left -50px top;
    background-size: 1400px auto;
  }
}
.calc-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-head {
  width: 496px;
  padding-bottom: 34px;
}
@media (max-width: 1399px) {
  .calc-head {
    width: 440px;
  }
}
@media (max-width: 1199px) {
  .calc-head {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .calc-head {
    width: 100%;
  }
}
.calc-body {
  width: calc(100% - 496px);
}
@media (max-width: 1399px) {
  .calc-body {
    width: calc(100% - 440px);
  }
}
@media (max-width: 1199px) {
  .calc-body {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  .calc-body {
    width: 100%;
  }
}
.calc-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 34px 20px 34px 10px;
  border-top: 2px solid #f5f5f5;
}
@media (max-width: 1199px) {
  .calc-step {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .calc-step {
    padding: 20px 10px;
  }
}
.calc-step:first-child {
  border-top: none;
  padding-top: 0;
}
.calc-step__head {
  width: 244px;
}
@media (max-width: 1199px) {
  .calc-step__head {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .calc-step__head {
    width: 100%;
  }
}
.calc-step__body {
  width: calc(100% - 244px);
}
@media (max-width: 1199px) {
  .calc-step__body {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .calc-step__body {
    width: 100%;
    margin-top: 10px;
  }
}
.calc-step__footer {
  width: 100%;
}
.calc-step#step4 {
  border-bottom: none;
  padding-bottom: 0;
}

.step-label {
  display: inline;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1199px) {
  .step-label {
    font-size: 1rem;
  }
}
.step-title {
  display: inline;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .step-title {
    font-size: 1.125rem;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .step-title {
    margin-left: 5px;
  }
}

.chip-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chip {
  border-radius: 10em;
  width: 100px;
  height: 44px;
  line-height: 40px;
  letter-spacing: 0;
  cursor: pointer;
  background: #e9e9e9;
  -webkit-transition: background, color 0.18s;
  transition: background, color 0.18s;
  padding: 2px;
  position: relative;
}
@media (max-width: 1199px) {
  .chip {
    width: 90px;
    height: 34px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .chip {
    width: 75px;
    padding: 1px;
    line-height: 32px;
  }
}
.chip-item {
  display: block;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10em;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1199px) {
  .chip-item {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .chip-item {
    font-size: 0.875rem;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}
.chip.selected {
  border-width: 0;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
}
.chip.selected .chip-item {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  color: white;
}
.chip:hover:not(.selected) {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
}

.quick-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quick-btn {
  border-radius: 10em;
  width: 100px;
  height: 44px;
  line-height: 40px;
  letter-spacing: 0;
  border: none;
  cursor: pointer;
  background: #e9e9e9;
  -webkit-transition: background, color 0.18s;
  transition: background, color 0.18s;
  padding: 2px;
  position: relative;
}
@media (max-width: 1199px) {
  .quick-btn {
    width: 90px;
    height: 34px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .quick-btn {
    width: 75px;
    padding: 1px;
    line-height: 32px;
  }
}
.quick-btn.active {
  border-width: 0;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
}
.quick-btn.active .quick-item {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  color: white;
}
.quick-btn:hover:not(.active) {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
}
.quick-item {
  display: block;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10em;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1199px) {
  .quick-item {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .quick-item {
    font-size: 0.875rem;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}

/* Slider */
.slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 15px;
}

.slider-amount {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3bb875;
  min-width: 244px;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .slider-amount {
    font-size: 1.375rem;
    min-width: 184px;
  }
}
@media (max-width: 767px) {
  .slider-amount {
    padding-left: 0;
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .slider-amount {
    font-size: 1.125rem;
    min-width: 110px;
  }
}
.slider-amount .highlight {
  font-size: 1.4em;
  color: #3bb875;
  font-weight: 900;
}

input[type=range] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: -webkit-gradient(linear, left top, right top, from(#3bb875), color-stop(50%, #3bb875), color-stop(50%, #e9e9e9), to(#e9e9e9));
  background: linear-gradient(to right, #3bb875 0%, #3bb875 50%, #e9e9e9 50%, #e9e9e9 100%);
  outline: none;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  border: 3px solid white;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

.scenario-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .scenario-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.scenario-card {
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.18s;
  transition: all 0.18s;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .scenario-card {
    border-radius: 20px;
  }
}
.scenario-card.c .scenario-box {
  background: #f5f5f5;
}
.scenario-card.c .scenario-badge {
  color: #707070;
}
.scenario-card.s .scenario-box {
  background: #e9f8f0;
}
.scenario-card.s .scenario-badge {
  color: #3bb875;
}
.scenario-card.a .scenario-box {
  background: #e9f6fe;
}
.scenario-card.a .scenario-badge {
  color: #35aded;
}
.scenario-card.va .scenario-box {
  background: #f3f4ff;
}
.scenario-card.va .scenario-badge {
  color: #929bfe;
}
.scenario-card.selected {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
}
.scenario-box {
  padding: 28px 5px;
  border-radius: 28px;
}
@media (max-width: 991px) {
  .scenario-box {
    border-radius: 18px;
  }
}
.scenario-badge {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  width: 88px;
  line-height: 30px;
  text-align: center;
  border-radius: 10em;
  background: white;
}
@media (max-width: 1199px) {
  .scenario-badge {
    font-size: 0.875rem;
    width: 78px;
  }
}
@media (max-width: 374px) {
  .scenario-badge {
    font-size: 0.75rem;
    width: 68px;
  }
}
.scenario-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .scenario-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .scenario-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .scenario-title {
    font-size: 1.125rem;
  }
}
.scenario-text {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .scenario-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .scenario-text {
    font-size: 0.75rem;
  }
}

.portfolio-info {
  display: none;
  background: rgba(245, 245, 245, 0.4);
  border-bottom: 2px solid #f5f5f5;
  padding: 15px 40px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 374px) {
  .portfolio-info {
    padding: 15px;
  }
}
.portfolio-info.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.portfolio-name {
  font-size: 1.5rem;
  position: relative;
  padding-left: 33px;
  width: 280px;
}
@media (max-width: 1199px) {
  .portfolio-name {
    width: 250px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .portfolio-name {
    font-size: 1.125rem;
    padding-left: 26px;
  }
}
.portfolio-name::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon-portfolio.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 1199px) {
  .portfolio-name::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .portfolio-name::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}
.portfolio-name span {
  font-weight: 900;
}
.portfolio-name .highlight {
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.125rem;
  color: #333333;
}
@media (max-width: 1199px) {
  .portfolio-meta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .portfolio-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
.portfolio-meta__item {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .portfolio-meta__item {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-meta__item {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.portfolio-meta__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .portfolio-meta__item:first-child {
    margin-top: 0;
  }
}
.portfolio-meta__item::before {
  content: "．";
  color: #3bb875;
}

.calc-cta {
  width: 188px;
  line-height: 58px;
  border-radius: 10em;
  background: #494949;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-top: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .calc-cta {
    font-size: 1rem;
    width: 168px;
    line-height: 48px;
    margin-top: 30px;
  }
}
.calc-cta.ready {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) {
  .calc-cta.ready:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
    background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  }
}

/* ── RESULT ── */
.result-section {
  background: url("../img/result/result-bg.jpg"), #ffffff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.result-section.show {
  display: block;
}
.result-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .result-wrap {
    width: 566px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .result-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.result-card {
  width: 660px;
  background: white;
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .result-card {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .result-card {
    width: 100%;
  }
}
.result-card__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result-card__body {
  padding: 20px 55px 30px;
}
@media (max-width: 1199px) {
  .result-card__body {
    padding: 10px 30px;
  }
}
@media (max-width: 480px) {
  .result-card__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.result-card__footer {
  background: #fbfbfb;
  padding: 20px 55px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1199px) {
  .result-card__footer {
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .result-card__footer {
    padding: 10px 15px;
  }
}
.result-count {
  width: 512px;
}
@media (max-width: 1399px) {
  .result-count {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .result-count {
    width: 100%;
    margin-top: 10px;
  }
}
.result-title {
  width: 320px;
  height: 86px;
  line-height: 70px;
  background: url("../img/result/result-title-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  padding-left: 55px;
}
@media (max-width: 1199px) {
  .result-title {
    font-size: 1.375rem;
    padding-left: 30px;
    background-size: 100% auto;
    width: 280px;
    height: 72px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .result-title {
    width: 220px;
    height: 56px;
    line-height: 46px;
    font-size: 1.125rem;
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .result-title {
    padding-left: 15px;
  }
}
.result-title span {
  display: inline;
  font-weight: 700;
}
.result-tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .result-tags {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .result-tags {
    padding-left: 15px;
  }
}
.result-tag {
  font-size: 1rem;
  color: #0f8144;
  background: #e9f8f0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px 4px 4px;
  border-radius: 10em;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .result-tag {
    font-size: 0.875rem;
  }
}
.result-tag:first-child {
  margin-left: 0;
}
.result-tag::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon-result-tag.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .result-tag::before {
    width: 20px;
    height: 20px;
  }
}
.result-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .result-heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .result-heading {
    font-size: 1rem;
  }
}
.result-amount {
  font-size: 2.25rem;
  font-weight: 900;
  color: #3bb875;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .result-amount {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .result-amount {
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  .result-amount {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .result-amount {
    font-size: 1.25rem;
  }
}
.result-amount .highlight {
  font-size: 2em;
  font-weight: 900;
  color: #3bb875;
  line-height: 1;
}
.result-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1199px) {
  .result-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .result-subtitle {
    font-size: 0.875rem;
  }
}
.result-stat {
  background: white;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  padding: 28px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .result-stat {
    padding: 17px 30px;
  }
}
@media (max-width: 480px) {
  .result-stat {
    padding: 15px 10px 15px 20px;
  }
}
.result-stat::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ade6c7), color-stop(50%, #aae1ff), to(#d3d7ff));
  background: linear-gradient(to bottom, #ade6c7 0%, #aae1ff 50%, #d3d7ff 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.result-stat:first-child {
  margin-top: 0;
}
.result-stat:nth-child(2) .result-stat-val {
  color: #3bb875;
}
.result-stat:nth-child(2) .result-stat-val span {
  color: #3bb875;
}
.result-stat:nth-child(3) {
  background: #044d75;
}
.result-stat:nth-child(3)::before {
  background: #0c76b0;
}
.result-stat:nth-child(3) .result-stat-label {
  color: white;
}
.result-stat:nth-child(3) .result-stat-val {
  color: white;
}
.result-stat:nth-child(3) .result-stat-val span {
  color: white;
}
.result-stat-label {
  font-size: 1rem;
  color: #707070;
  width: 180px;
}
@media (max-width: 1199px) {
  .result-stat-label {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .result-stat-label {
    font-size: 0.875rem;
    width: 120px;
  }
}
.result-stat-val {
  font-size: 1.75rem;
  font-weight: 900;
  color: #494949;
}
@media (max-width: 480px) {
  .result-stat-val {
    font-size: 1.625rem;
  }
}
@media (max-width: 374px) {
  .result-stat-val {
    font-size: 1.25rem;
  }
}
.result-stat-val span {
  font-weight: 900;
  color: #494949;
}
.result-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .result-btns {
    margin-top: 20px;
  }
}
.result-btn {
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .result-btn {
    font-size: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
}
.result-btn.primary {
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  width: 284px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 10em;
}
@media (max-width: 767px) {
  .result-btn.primary {
    width: 244px;
    height: 48px;
    line-height: 48px;
  }
}
.result-btn.outline {
  width: 188px;
  height: 58px;
  line-height: 58px;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  padding: 2px;
  position: relative;
  border-radius: 10em;
  text-align: center;
}
@media (max-width: 767px) {
  .result-btn.outline {
    width: 158px;
    height: 48px;
    line-height: 48px;
  }
}
.result-btn.outline .result-btn__item {
  background: #ebf2f5;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10em;
}
.result-btn.outline .result-btn__item span {
  font-weight: 500;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#3bb875), color-stop(#35aded), to(#757eec));
  background: linear-gradient(to left, #3bb875, #35aded, #757eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (hover: hover) {
  .result-btn.outline:hover .result-btn__item {
    background: #ffffff;
  }
}
.result-btn.ghost {
  width: 152px;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  font-weight: 500;
  color: #494949;
  border: 2px solid rgba(73, 73, 73, 0.2);
  border-radius: 10em;
}
@media (max-width: 767px) {
  .result-btn.ghost {
    width: 132px;
    height: 48px;
    line-height: 48px;
  }
}
@media (hover: hover) {
  .result-btn.ghost:hover {
    border-color: #3bb875;
    color: #3bb875;
  }
}

.qr-wrap {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 100%;
}
.qr-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.qr-img {
  border-radius: 5px;
  background: #ffffff;
  width: 146px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .qr-img {
    width: 132px;
    margin-left: auto;
    margin-right: auto;
  }
}
.qr-img__item {
  display: none;
  text-align: center;
}
.qr-img__item.active {
  display: block;
}
.qr-content {
  padding-left: 20px;
  width: calc(100% - 146px);
}
@media (max-width: 767px) {
  .qr-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.qr-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #326e8f;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .qr-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .qr-title {
    font-size: 1.125rem;
  }
}
.qr-text {
  font-size: 1rem;
  color: #707070;
  line-height: 1.375;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .qr-text {
    font-size: 0.875rem;
  }
}

.notice {
  position: relative;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 50px;
}
.notice__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 1.375rem;
  }
}
.notice__text {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.666666;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .notice__text {
    font-size: 1rem;
  }
}

@-webkit-keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-kv-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}