@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
.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;
}

main img {
  max-width: 100%;
}

main strong {
  font-weight: 700;
}

.container {
  width: 1340px;
  max-width: 1340px;
  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;
}

.btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  background: #004487;
  letter-spacing: 0.01em;
  border-radius: 10px;
  padding: 0;
  border: none;
  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;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.125rem;
    width: 180px;
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 1rem;
  }
}
.btn--lg {
  width: 246px;
  height: 70px;
  line-height: 70px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .btn--lg {
    width: 220px;
    height: 62px;
    line-height: 62px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .btn--lg {
    width: 180px;
    height: 56px;
    height: 56px;
    font-size: 1.25rem;
  }
}
.btn--lg .icon--arrow {
  width: 14px;
  height: 24px;
}
@media (max-width: 767px) {
  .btn--lg .icon--arrow {
    width: 12px;
    height: 20px;
  }
}
@media (hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.btn .icon {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .btn .icon {
    margin-left: 5px;
  }
}

.icon--arrow {
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url("../img/common/icon-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .icon--arrow {
    width: 9px;
    height: 16px;
  }
}
.icon--plus {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .icon--plus {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .icon--plus {
    width: 30px;
    height: 30px;
  }
}
.icon--plus::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 25px;
}
@media (max-width: 1399px) {
  .icon--plus::before {
    width: 40px;
    top: 16px;
  }
}
@media (max-width: 1199px) {
  .icon--plus::before {
    width: 30px;
    top: 12px;
  }
}
.icon--plus::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 25px;
}
@media (max-width: 1399px) {
  .icon--plus::after {
    width: 40px;
    top: 16px;
  }
}
@media (max-width: 1199px) {
  .icon--plus::after {
    width: 30px;
    top: 12px;
  }
}

.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.tab__head-item {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  width: 150px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #1c89c4;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .tab__head-item {
    font-size: 1.25rem;
    width: 130px;
    height: 42px;
    line-height: 40px;
  }
}
.tab__head-item:last-child {
  margin-right: 0;
}
.tab__head-item--active {
  background: #1c89c4;
  color: #ffffff;
}
@media (hover: hover) {
  .tab__head-item:hover {
    background: #1c89c4;
    color: #ffffff;
  }
}
.tab__body {
  padding-top: 30px;
}
.tab__body-item {
  display: none;
}
.tab__body-item--active {
  display: block;
}

.kv {
  position: relative;
  background: url("../img/kv/kv-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1399px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv {
    background: url("../img/kv/kv-bg-sm.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100vw;
  }
}
@media (max-width: 374px) {
  .kv {
    padding-top: 20px;
    padding-bottom: 96vw;
  }
}
.kv__block {
  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;
  width: 560px;
  height: 709px;
  padding-bottom: 15px;
}
@media (max-width: 1399px) {
  .kv__block {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .kv__block {
    width: 440px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .kv__block {
    width: 360px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kv__block {
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
  }
}
.kv__title {
  font-size: 4.375rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3.75rem;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .kv__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 374px) {
  .kv__title {
    font-size: 2rem;
  }
}
.kv__text {
  font-size: 2rem;
  font-weight: 500;
  color: #0c76b0;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125rem;
    margin-top: 5px;
  }
}
.kv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .kv__btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .kv__btn {
    margin-top: 15px;
  }
}
.kv__btn-item {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 8px;
  text-align: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1399px) {
  .kv__btn-item {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .kv__btn-item {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .kv__btn-item {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .kv__btn-item {
    font-size: 1rem;
  }
}
.kv__btn-item--gray {
  background: #a3a3a3;
  width: 236px;
}
@media (max-width: 1399px) {
  .kv__btn-item--gray {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .kv__btn-item--gray {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item--gray {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .kv__btn-item--gray {
    width: 140px;
  }
}
.kv__btn-item--blue {
  background: #0c76b0;
  width: 202px;
}
@media (max-width: 1399px) {
  .kv__btn-item--blue {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .kv__btn-item--blue {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item--blue {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .kv__btn-item--blue {
    width: 120px;
  }
}
.kv__btn-item--blue::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 22px;
  background: url("../img/kv/kv-btn-item-arrow.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 15px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1399px) {
  .kv__btn-item--blue::after {
    width: 12px;
    height: 16px;
  }
}
@media (max-width: 1199px) {
  .kv__btn-item--blue::after {
    width: 10px;
    height: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .kv__btn-item--blue::after {
    width: 8px;
    height: 12px;
    margin-left: 8px;
  }
}
@media (hover: hover) {
  .kv__btn-item--blue:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.kv__scroll {
  width: 16px;
  height: 144px;
  background: url("../img/top.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 46px;
  bottom: 54px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 1399px) {
  .kv__scroll {
    left: 15px;
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .kv__scroll {
    left: 10px;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .kv__scroll {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .kv__scroll {
    width: 12px;
    height: 110px;
    left: 10px;
    bottom: auto;
    top: 30vw;
  }
}
@media (max-width: 374px) {
  .kv__scroll {
    top: 26vw;
  }
}
@media (hover: hover) {
  .kv__scroll:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.s1 {
  position: relative;
  background: url("../img/s1/s1-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 145px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 1399px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .s1 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
  }
}
.s1__title {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .s1__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    font-size: 2rem;
  }
}
.s1__block {
  margin-top: 58px;
}
@media (max-width: 1199px) {
  .s1__block {
    margin-top: 40px;
  }
}
.s1__item {
  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: 767px) {
  .s1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s1__item:nth-child(odd) .s1__content {
  width: 718px;
  padding-left: 86px;
  padding-bottom: 160px;
}
@media (max-width: 1399px) {
  .s1__item:nth-child(odd) .s1__content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .s1__item:nth-child(odd) .s1__content {
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(odd) .s1__content {
    width: auto;
    padding: 0;
  }
}
.s1__item:nth-child(odd) .s1__chart {
  width: 760px;
  margin-left: -116px;
  margin-right: -22px;
}
@media (max-width: 991px) {
  .s1__item:nth-child(odd) .s1__chart {
    margin-left: -135px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(odd) .s1__chart {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__item:nth-child(odd) .s1__chart {
    width: 125%;
    max-width: auto;
    margin-left: -16%;
  }
}
.s1__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -78px;
}
@media (max-width: 991px) {
  .s1__item:nth-child(even) {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -30px;
  }
}
.s1__item:nth-child(even) .s1__content {
  width: 628px;
  padding-left: 74px;
  padding-bottom: 140px;
}
@media (max-width: 1399px) {
  .s1__item:nth-child(even) .s1__content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .s1__item:nth-child(even) .s1__content {
    padding-left: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(even) .s1__content {
    width: 100%;
    padding: 0;
  }
}
.s1__item:nth-child(even) .s1__chart {
  width: 760px;
  margin-left: -130px;
  margin-right: -8px;
}
@media (max-width: 1199px) {
  .s1__item:nth-child(even) .s1__chart {
    margin-left: -60px;
    margin-right: -12px;
  }
}
@media (max-width: 991px) {
  .s1__item:nth-child(even) .s1__chart {
    margin-left: -55px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .s1__item:nth-child(even) .s1__chart {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__item:nth-child(even) .s1__chart {
    width: 95%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .s1__item:nth-child(even) .s1__chart {
    width: 125%;
    max-width: auto;
    margin-left: -16%;
  }
}
.s1__item:nth-child(3) {
  margin-top: -164px;
}
@media (max-width: 767px) {
  .s1__item:nth-child(3) {
    margin-top: -60px;
  }
}
@media (max-width: 480px) {
  .s1__item:nth-child(3) {
    margin-top: -30px;
  }
}
@media (min-width: 1400px) {
  .s1__item:nth-child(3) .s1__list {
    width: 580px;
  }
}
.s1__content {
  position: relative;
  z-index: 1;
}
.s1__chart {
  pointer-events: none;
}
@media (max-width: 767px) {
  .s1__chart {
    margin-top: 15px;
  }
}
.s1__no {
  font-size: 4.5rem;
  font-weight: 700;
  color: #b6bcff;
  line-height: 0.8;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .s1__no {
    font-size: 3.125rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .s1__no {
    text-align: center;
  }
}
.s1__subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.01em;
}
@media (max-width: 1399px) {
  .s1__subtitle {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .s1__subtitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .s1__subtitle {
    text-align: center;
    font-size: 1.625rem;
  }
}
.s1__list {
  font-size: 1.375rem;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 520px;
  list-style: none;
  padding-left: 0;
  margin-left: 0.6em;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .s1__list {
    width: 82%;
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s1__list {
    font-size: 1.125rem;
    margin-top: 20px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .s1__list {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .s1__list {
    width: 100%;
    margin-left: 0.6em;
    letter-spacing: 0;
  }
}
.s1__list li {
  text-indent: -0.6em;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s1__list li {
    margin-top: 5px;
  }
}
.s1__list li::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
.s1__list li:first-child {
  margin-top: 0;
}
.s1 .btn {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .s1 .btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .s1 .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.s2 {
  position: relative;
  background: url("../img/s2/s2-bg.jpg"), #f3f3f5;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto;
  }
}
@media (max-width: 1900px) {
  .s2 {
    background-position: left -4vw top;
  }
}
@media (max-width: 1699px) {
  .s2 {
    background-position: left -12vw top;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-position: center top -40px;
    background-size: 1600px auto;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: 1260px auto;
  }
}
@media (max-width: 767px) {
  .s2 {
    background: #f3f3f5;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 600px;
}
@media (max-width: 1399px) {
  .s2__block {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .s2__block {
    height: 355px;
  }
}
@media (max-width: 767px) {
  .s2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.s2__img {
  display: none;
}
@media (max-width: 767px) {
  .s2__img {
    display: block;
    margin-top: 15px;
  }
}
.s2__content {
  width: 651px;
}
@media (max-width: 1399px) {
  .s2__content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .s2__content {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .s2__content {
    width: 100%;
  }
}
.s2__title {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .s2__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .s2__title {
    text-align: center;
  }
}
.s2__text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.636363;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .s2__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s2__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.s2__text span {
  font-weight: 500;
}
.s2__text-item {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .s2__text-item {
    margin-top: 10px;
  }
}
.s2__text-item:first-child {
  margin-top: 0;
}

.s3 {
  position: relative;
  background: url("../img/s3/s3-bg.jpg"), #ffffff;
  background-position: right top 70px;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1399px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 1000px auto;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3 {
    background-size: 800px auto;
    background-position: right top -40px;
    padding-top: 100px;
    padding-bottom: 260px;
  }
}
.s3__title {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .s3__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .s3__title {
    text-align: center;
  }
}
.s3__title .icon {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  margin-left: 6px;
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .s3__title .icon {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.s3__text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 23px;
}
@media (max-width: 1399px) {
  .s3__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 15px;
  }
}
.s3__content {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .s3__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.s3__block {
  width: 1150px;
  margin-left: 72px;
  background: url("../img/s3/s3-block-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(52, 52, 52, 0.05);
          box-shadow: 0 0 10px rgba(52, 52, 52, 0.05);
  position: relative;
  padding: 86px 32px 66px;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .s3__block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s3__block {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .s3__block {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .s3__block {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .s3__block {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s3__block::after {
  content: "";
  display: block;
  width: 360px;
  height: 566px;
  background: url("../img/s3/s3-img.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -84px;
  bottom: -168px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s3__block::after {
    right: -120px;
  }
}
@media (max-width: 1199px) {
  .s3__block::after {
    width: 260px;
    height: 400px;
    right: -100px;
    bottom: -168px;
  }
}
@media (max-width: 991px) {
  .s3__block::after {
    width: 190px;
    height: 290px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .s3__block::after {
    bottom: -340px;
    right: calc(50% - 100px);
    width: 200px;
    height: 260px;
  }
}
.s3__tag {
  width: 324px;
  height: 93px;
  line-height: 93px;
  background: url("../img/s3/s3-tag-bg.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-right: 20px;
  position: absolute;
  top: -20px;
  left: -24px;
}
@media (max-width: 1199px) {
  .s3__tag {
    font-size: 2.125rem;
    width: 240px;
    height: 80px;
    line-height: 80px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .s3__tag {
    font-size: 1.625rem;
    width: 180px;
    height: 58px;
    line-height: 58px;
    left: -16px;
  }
}
@media (max-width: 767px) {
  .s3__tag {
    font-size: 1.25rem;
    width: 160px;
    height: 48px;
    line-height: 48px;
  }
}
.s3__tag::before {
  content: "";
  display: block;
  width: 24px;
  height: 55px;
  background: url("../img/s3/s3-tag-bg-2.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -54px;
}
@media (max-width: 1199px) {
  .s3__tag::before {
    width: 20px;
    height: 44px;
    bottom: -44px;
  }
}
@media (max-width: 991px) {
  .s3__tag::before {
    width: 16px;
    height: 36px;
    bottom: -36px;
  }
}
.s3__time {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 86px;
  left: 32px;
}
@media (max-width: 1199px) {
  .s3__time {
    font-size: 1.25rem;
    top: 76px;
  }
}
@media (max-width: 991px) {
  .s3__time {
    top: 46px;
    font-size: 1.125rem;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .s3__time {
    font-size: 1rem;
    top: 40px;
  }
}
.s3__info {
  font-size: 2.375rem;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  .s3__info {
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .s3__info {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .s3__info {
    font-size: 1.5rem;
  }
}
.s3__info-main {
  font-weight: 700;
}
.s3__info-img {
  margin-left: 26px;
  margin-right: 26px;
}
@media (max-width: 1199px) {
  .s3__info-img {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .s3__info-img {
    width: 70px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .s3__info-img {
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.s3__info-sub {
  font-weight: 700;
}
.s3__btn {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .s3__btn {
    margin-top: 15px;
  }
}
.s3__btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.s4 {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto;
  }
}
@media (max-width: 1399px) {
  .s4 {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .s4 {
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  .s4 {
    background-size: 800px auto;
    background-position: right top -60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .s4 .container {
    padding-left: 100px;
    padding-right: 80px;
  }
}
.s4__title {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .s4__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .s4__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .s4__title {
    text-align: center;
  }
}
.s4__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 767px) {
  .s4__wrap {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s4__body {
  width: calc(100% - 526px);
}
@media (max-width: 1399px) {
  .s4__body {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991px) {
  .s4__body {
    width: calc(100% - 280px);
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s4__body {
    width: 450px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .s4__body {
    width: 100%;
  }
}
.s4__head {
  width: 526px;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
@media (max-width: 1399px) {
  .s4__head {
    width: 460px;
    margin-left: -26px;
  }
}
@media (max-width: 1199px) {
  .s4__head {
    margin-left: -36px;
  }
}
@media (max-width: 991px) {
  .s4__head {
    width: 280px;
    margin-left: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.s4__head-item {
  display: none;
  position: relative;
}
.s4__head-item--active {
  display: block;
}
.s4 .tab {
  margin-top: 54px;
}
@media (max-width: 1199px) {
  .s4 .tab {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s4 .tab {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s4 .tab__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s4__block {
  cursor: n-resize;
}
.s4__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  position: relative;
  opacity: 0.45;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 991px) {
  .s4__item {
    margin-top: 20px;
  }
}
.s4__item--active {
  opacity: 1;
}
.s4__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 46px;
  background: #e6e6e6;
  position: absolute;
  top: -46px;
  left: 34px;
}
@media (max-width: 991px) {
  .s4__item::before {
    top: -20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .s4__item::before {
    left: 17px;
    top: -34px;
    height: 34px;
  }
}
.s4__item--lg::before {
  top: -86px;
  height: 86px;
}
@media (max-width: 1199px) {
  .s4__item--lg::before {
    top: -106px;
    height: 106px;
  }
}
@media (max-width: 991px) {
  .s4__item--lg::before {
    top: -76px;
    height: 76px;
  }
}
@media (max-width: 480px) {
  .s4__item--lg::before {
    top: -88px;
    height: 88px;
  }
}
@media (max-width: 374px) {
  .s4__item--lg::before {
    top: -118px;
    height: 118px;
  }
}
@media (max-width: 1199px) {
  .s4__item--lg2::before {
    top: -72px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .s4__item--lg2::before {
    top: -42px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .s4__item--lg2::before {
    top: -58px;
    height: 58px;
  }
}
@media (max-width: 480px) {
  .s4__item--md::before {
    top: -58px;
    height: 58px;
  }
}
@media (max-width: 374px) {
  .s4__item--md::before {
    top: -88px;
    height: 88px;
  }
}
.s4__item:first-child {
  margin-top: 0;
}
.s4__item:first-child::before {
  display: none;
}
.s4__item-head {
  width: 70px;
  padding-top: 8px;
}
@media (max-width: 991px) {
  .s4__item-head {
    padding-top: 4px;
  }
}
@media (max-width: 480px) {
  .s4__item-head {
    width: 36px;
  }
}
.s4__item-body {
  width: calc(100% - 70px);
  padding-left: 15px;
}
@media (max-width: 480px) {
  .s4__item-body {
    width: calc(100% - 36px);
  }
}
.s4__item-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.75rem;
  font-weight: 900;
  color: #333333;
  line-height: 0.9;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#7288b9), color-stop(50%, #86a5d7), to(#d5ebf5));
  background: linear-gradient(to bottom, #7288b9 0%, #86a5d7 50%, #d5ebf5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 1199px) {
  .s4__item-no {
    font-size: 3.25rem;
  }
}
@media (max-width: 991px) {
  .s4__item-no {
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  .s4__item-no {
    font-size: 2rem;
  }
}
.s4__item-no::before {
  content: "STEP";
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .s4__item-no::before {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .s4__item-no::before {
    font-size: 0.75rem;
  }
}
.s4__item-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1890d2;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .s4__item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .s4__item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .s4__item-title {
    letter-spacing: 0;
  }
}
.s4__item-text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .s4__item-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s4__item-text {
    font-size: 1rem;
  }
}
.s4__preview {
  position: relative;
}
.s4__preview-item {
  position: relative;
  padding-bottom: 12px;
  background: #f4f4f4;
}
.s4__preview-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/s4/s4-img-bg.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.s4__img {
  position: relative;
  z-index: 1;
  width: 382px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .s4__img {
    width: 100%;
  }
}
.s4__page {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 144px;
  padding: 4px;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  color: #000000;
  background: #ffffff;
  border-radius: 10em;
  position: absolute;
  left: calc(50% - 72px);
  bottom: 50px;
  z-index: 9;
}
@media (max-width: 767px) {
  .s4__page {
    font-size: 0.875rem;
    bottom: 40px;
  }
}
.s4__page-current {
  font-weight: 400;
}
.s4__page-total {
  font-weight: 400;
}
.s4__page-total::before {
  content: "/";
}
.s4__process {
  width: 376px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 188px);
}
@media (max-width: 991px) {
  .s4__process {
    width: 90%;
    left: 5%;
  }
}
.s4__process-item {
  width: 25%;
  height: 8px;
  background: #1c89c4;
  border-radius: 10em;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.s4 .slick-prev {
  background: url("../img/s4/prev.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 226px;
}
@media (max-width: 1399px) {
  .s4 .slick-prev {
    left: 210px;
  }
}
@media (max-width: 1199px) {
  .s4 .slick-prev {
    left: 190px;
  }
}
@media (max-width: 991px) {
  .s4 .slick-prev {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .s4 .slick-prev {
    display: block !important;
    width: 6px;
    height: 10px;
  }
}
.s4 .slick-next {
  background: url("../img/s4/next.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 226px;
}
@media (max-width: 1399px) {
  .s4 .slick-next {
    right: 210px;
  }
}
@media (max-width: 1199px) {
  .s4 .slick-next {
    right: 190px;
  }
}
@media (max-width: 991px) {
  .s4 .slick-next {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .s4 .slick-next {
    display: block !important;
    width: 6px;
    height: 10px;
  }
}
.s4 .slick-arrow {
  top: auto;
  bottom: 50px;
}
@media (max-width: 767px) {
  .s4 .slick-arrow {
    bottom: 45px;
  }
}

@-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);
  }
}