@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .title {
    font-size: 2.875rem;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 374px) {
  .title {
    font-size: 1.563rem;
  }
}
.title .highlight {
  font-weight: 900;
}
.title .fw-medium {
  font-weight: 500;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 790px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 134px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .kv {
    height: 680px;
    background-size: cover;
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 570px;
    background-position: center left -170px;
  }
}
@media (max-width: 991px) {
  .kv {
    background-position: center left -134px;
    background-size: 1130px auto;
    height: 450px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 65%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #f3f4fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__title {
  font-size: 4.4375rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .kv__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
.kv__text {
  font-size: 2.5rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-top: 32px;
}
@media (max-width: 1279px) {
  .kv__text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
@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: 480px) {
  .kv__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 1rem;
  }
}
.kv__btn {
  margin-top: 38px;
}
@media (max-width: 1199px) {
  .kv__btn {
    margin-top: 15px;
  }
}
.kv__btn .btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .kv__btn .btn {
    margin-left: 10px;
  }
}
.kv__btn .btn:first-child {
  margin-left: 0;
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg_01.png"), url("../images/s1/s1-bg_02.png");
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 105px;
  padding-bottom: 130px;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 1200px auto, 1200px auto;
  }
}
@media (max-width: 991px) {
  .s1 {
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: 800px auto, 800px auto;
  }
}
@media (max-width: 480px) {
  .s1 {
    background-size: 600px auto, 600px auto;
  }
}
@media (max-width: 374px) {
  .s1 {
    padding-bottom: 60px;
  }
}
.s1::before {
  content: "";
  display: block;
  width: 317px;
  height: 432px;
  background: url("../images/s1/s1-boy.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 864px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s1::before {
    left: calc(50vw - 840px);
  }
}
@media (max-width: 1279px) {
  .s1::before {
    left: calc(50vw - 730px);
    width: 290px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .s1::before {
    left: calc(50vw - 600px);
    width: 230px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  .s1::before {
    width: 180px;
    height: 280px;
    left: calc(50vw - 460px);
  }
}
@media (max-width: 767px) {
  .s1::before {
    width: 120px;
    height: 200px;
    left: calc(50vw - 280px);
  }
}
@media (max-width: 480px) {
  .s1::before {
    width: 110px;
    height: 180px;
    left: -45px;
  }
}
@media (max-width: 374px) {
  .s1::before {
    display: none;
  }
}
.s1::after {
  content: "";
  display: block;
  width: 284px;
  height: 483px;
  background: url("../images/s1/s1-girl.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: calc(50vw - 766px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s1::after {
    right: calc(50vw - 720px);
  }
}
@media (max-width: 1279px) {
  .s1::after {
    right: calc(50vw - 630px);
    width: 250px;
    height: 440px;
  }
}
@media (max-width: 1199px) {
  .s1::after {
    right: calc(50vw - 520px);
    width: 200px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .s1::after {
    width: 150px;
    height: 260px;
    right: calc(50vw - 400px);
  }
}
@media (max-width: 767px) {
  .s1::after {
    width: 110px;
    height: 200px;
    right: calc(50vw - 250px);
  }
}
@media (max-width: 480px) {
  .s1::after {
    width: 93px;
    height: 160px;
    right: -10px;
  }
}
@media (max-width: 374px) {
  .s1::after {
    display: none;
  }
}
.s1 .title {
  text-align: center;
}
.s1 .title .highlight {
  color: #4c53ac;
}
.s1 .title__item {
  display: inline-block;
  position: relative;
}
.s1 .title__item::before {
  content: "";
  display: block;
  width: 68px;
  height: 32px;
  background: url("../images/s1/s1-title-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  left: -92px;
}
@media (max-width: 1199px) {
  .s1 .title__item::before {
    width: 48px;
    height: 22px;
    top: calc(50% - 11px);
    left: -70px;
  }
}
@media (max-width: 480px) {
  .s1 .title__item::before {
    width: 36px;
    height: 16px;
    top: calc(50% - 8px);
    left: -50px;
  }
}
@media (max-width: 374px) {
  .s1 .title__item::before {
    width: 26px;
    height: 12px;
    top: calc(50% - 6px);
    left: -30px;
  }
}
.s1 .title__item::after {
  content: "";
  display: block;
  width: 68px;
  height: 32px;
  background: url("../images/s1/s1-title-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  right: -92px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .s1 .title__item::after {
    width: 48px;
    height: 22px;
    top: calc(50% - 11px);
    right: -70px;
  }
}
@media (max-width: 480px) {
  .s1 .title__item::after {
    width: 36px;
    height: 16px;
    top: calc(50% - 8px);
    right: -50px;
  }
}
@media (max-width: 374px) {
  .s1 .title__item::after {
    width: 26px;
    height: 12px;
    top: calc(50% - 6px);
    right: -30px;
  }
}
.s1__chart {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1279px) {
  .s1__chart {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s1__chart {
    width: 900px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (max-width: 991px) {
  .s1__chart {
    width: 700px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .s1__chart {
    width: 440px;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .s1__chart {
    width: 100%;
  }
}
.s1__chart-title {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 1279px) {
  .s1__chart-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .s1__chart-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .s1__chart-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .s1__chart-title {
    font-size: 1.25rem;
  }
}
.s1__chart-title::after {
  content: "";
  display: block;
  width: 94px;
  height: 16px;
  background: url("../images/s1/s1-chart-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
@media (max-width: 1279px) {
  .s1__chart-title::after {
    width: 64px;
    height: 10px;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .s1__chart-title::after {
    width: 50px;
    height: 8px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .s1__chart-block {
    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;
    margin-top: 15px;
  }
}
.s1__chart-item {
  width: 423px;
  height: 102px;
  position: absolute;
  z-index: 1;
  font-size: 1.875rem;
  color: #333333;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .s1__chart-item {
    font-size: 1.5rem;
    width: 360px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .s1__chart-item {
    font-size: 1.375rem;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .s1__chart-item {
    font-size: 1.125rem;
    width: 260px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .s1__chart-item {
    position: relative;
    margin-top: 5px;
    width: calc(50% - 10px);
    height: 55px;
    font-size: 1rem;
  }
  .s1__chart-item:nth-child(1) {
    margin-top: 0;
  }
  .s1__chart-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .s1__chart-item {
    font-size: 3.6vw;
    height: 10.8vw;
    width: 50%;
  }
}
.s1__chart-item .highlight {
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1;
  margin-left: 4px;
  margin-right: 4px;
}
.s1__chart-item .sm {
  font-size: 0.6667em;
}
.s1__chart-item:nth-child(1) {
  background: url("../images/s1/s1-chart-item-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__chart-item:nth-child(2) {
  background: url("../images/s1/s1-chart-item-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__chart-item:nth-child(3) {
  background: url("../images/s1/s1-chart-item-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__chart-item:nth-child(4) {
  background: url("../images/s1/s1-chart-item-bg-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s1__chart-item:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .s1__chart-item:nth-child(odd) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s1__chart-item:nth-child(odd) {
    padding-right: 0;
    padding-left: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .s1__chart-item:nth-child(odd) {
    padding-left: 5vw;
  }
}
.s1__chart-item:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .s1__chart-item:nth-child(even) {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .s1__chart-item:nth-child(even) {
    padding-left: 5vw;
  }
}
@media (min-width: 768px) {
  .s1__chart-item:nth-child(1) {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .s1__chart-item:nth-child(1) {
    background: url("../images/s1/s1-chart-item-bg-sm-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.s1__chart-item:nth-child(1) .highlight {
  color: #3bb875;
}
@media (min-width: 768px) {
  .s1__chart-item:nth-child(2) {
    top: 0;
    right: 0;
  }
}
.s1__chart-item:nth-child(2) .highlight {
  color: #757eec;
}
@media (min-width: 768px) {
  .s1__chart-item:nth-child(3) {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .s1__chart-item:nth-child(3) {
    background: url("../images/s1/s1-chart-item-bg-sm-3.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.s1__chart-item:nth-child(3) .highlight {
  color: #35aded;
}
@media (min-width: 768px) {
  .s1__chart-item:nth-child(4) {
    bottom: 0;
    right: 0;
  }
}
.s1__chart-item:nth-child(4) .highlight {
  color: #f28815;
}
.s1__btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .s1__btn {
    margin-top: 30px;
  }
}
.s1__btn .btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .s1__btn .btn {
    margin-left: 10px;
  }
}
.s1__btn .btn:first-child {
  margin-left: 0;
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg_01.png"), url("../images/s2/s2-bg_02.png") #e9f6fe;
  background-position: center top, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 105px;
  padding-bottom: 140px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 1200px auto, 1200px auto;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-position: center top, left calc(50vw - 700px) bottom;
    background-size: 1000px auto, 1200px auto;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-top: 40px;
    padding-bottom: 150px;
    background-position: center top, center bottom;
    background-size: 800px auto, 800px auto;
  }
}
@media (max-width: 480px) {
  .s2 {
    background-size: 600px auto, 600px auto;
  }
}
.s2::before {
  content: "";
  display: block;
  width: 334px;
  height: 226px;
  background: url("../images/s2/s2-bg-2.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 16px;
  right: calc(50vw - 810px);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s2::before {
    width: 220px;
    height: 160px;
    right: -90px;
    bottom: 6px;
  }
}
@media (max-width: 991px) {
  .s2::before {
    right: calc(50vw - 400px);
  }
}
@media (max-width: 767px) {
  .s2::before {
    right: -20px;
    bottom: 2px;
    width: 160px;
    height: 100px;
  }
}
@media (max-width: 374px) {
  .s2::before {
    width: 130px;
    height: 80px;
  }
}
.s2::after {
  content: "";
  display: block;
  width: 500px;
  height: 390px;
  background: url("../images/s2/s2-bg-3.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 620px);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s2::after {
    width: 420px;
    height: 340px;
    left: calc(50vw - 550px);
  }
}
@media (max-width: 991px) {
  .s2::after {
    width: 320px;
    height: 250px;
    left: calc(50vw - 450px);
  }
}
@media (max-width: 767px) {
  .s2::after {
    width: 220px;
    height: 190px;
    left: -40px;
  }
}
@media (max-width: 374px) {
  .s2::after {
    width: 190px;
    height: 150px;
  }
}
.s2 .title .highlight {
  color: #0c76b0;
}
.s2__title {
  font-size: 1.875rem;
  color: #ffffff;
  background: #3bb875;
  border-radius: 10px;
  width: 484px;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: -44px;
  left: calc(50% - 242px);
}
@media (max-width: 1199px) {
  .s2__title {
    font-size: 1.5rem;
    width: 380px;
    top: -34px;
    left: calc(50% - 190px);
  }
}
@media (max-width: 991px) {
  .s2__title {
    font-size: 1.25rem;
    width: 320px;
    top: -28px;
    left: calc(50% - 160px);
  }
}
@media (max-width: 767px) {
  .s2__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s2__title {
    width: 300px;
    left: calc(50% - 150px);
  }
}
@media (max-width: 374px) {
  .s2__title {
    font-size: 1rem;
    width: 260px;
    top: -18px;
    left: calc(50% - 130px);
  }
}
.s2__title strong {
  font-weight: 500;
}
.s2__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #3bb875 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -14px;
}
@media (max-width: 767px) {
  .s2__title::after {
    border-width: 6px 5px 0 5px;
    left: calc(50% - 5px);
    bottom: -6px;
  }
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 991px) {
  .s2__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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s2__head {
  width: 516px;
}
@media (max-width: 1199px) {
  .s2__head {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .s2__head {
    width: 100%;
    text-align: center;
  }
  .s2__head .s2__btn {
    display: none;
  }
}
.s2__body {
  width: calc(100% - 516px);
  padding-top: 45px;
}
.s2__body .s2__btn {
  display: none;
}
@media (max-width: 1199px) {
  .s2__body {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .s2__body {
    width: 600px;
    text-align: center;
  }
  .s2__body .s2__btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .s2__body {
    max-width: 100%;
  }
}
.s2__btn {
  margin-top: 36px;
}
.s2__btn .btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .s2__btn .btn {
    margin-left: 10px;
  }
}
.s2__btn .btn:first-child {
  margin-left: 0;
}
.s2__content {
  background: #ffffff;
  padding: 54px 26px 45px;
  position: relative;
}
@media (max-width: 767px) {
  .s2__content {
    padding: 50px 10px 15px;
  }
}
.s2__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url("../images/s2/s2-content-bg_01.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}
.s2__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url("../images/s2/s2-content-bg_03.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.s2__table-tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid rgba(12, 118, 176, 0.3);
}
.s2__table-tr:first-child {
  border-bottom: none;
}
.s2__table-th {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #0c76b0;
  background: url("../images/s2/s2-table-th.png");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 14px 10px;
  border-bottom: 2px solid #e5e5e5;
  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;
}
.s2__table-th br {
  display: none;
}
@media (max-width: 1199px) {
  .s2__table-th {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .s2__table-th {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .s2__table-th {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .s2__table-th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .s2__table-th br {
    display: block;
  }
}
.s2__table-td {
  font-size: 1.5rem;
  color: #333333;
  padding: 14px 10px;
}
@media (max-width: 1199px) {
  .s2__table-td {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .s2__table-td {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.s2__table-td, .s2__table-th {
  text-align: center;
  letter-spacing: 0.01em;
  margin-left: 6px;
}
.s2__table-td:first-child, .s2__table-th:first-child {
  width: 176px;
  margin-left: 0;
}
.s2__table-td:nth-child(2), .s2__table-td:nth-child(3), .s2__table-th:nth-child(2), .s2__table-th:nth-child(3) {
  width: 220px;
}
.s2__note {
  padding: 15px 5px 0;
  font-size: 1rem;
  color: #707070;
  line-height: 1.375;
}
@media (max-width: 1199px) {
  .s2__note {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .s2__note {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .s2__note {
    font-size: 0.875rem;
  }
}

.s3 {
  position: relative;
  display: block;
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .s3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s3 .title {
  text-align: center;
}
.s3 .title .highlight {
  color: #1d9c58;
}
.s3 .container {
  position: relative;
}
.s3__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f8144;
  letter-spacing: 0.01em;
  text-align: center;
  background: #ffffff;
  width: 426px;
  height: 55px;
  line-height: 55px;
  background: url("../images/s3/s3-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__subtitle {
    font-size: 1.25rem;
    width: 380px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .s3__subtitle {
    font-size: 1.125rem;
    width: 340px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .s3__subtitle {
    font-size: 1rem;
    width: 280px;
    height: 36px;
    line-height: 36px;
  }
}
.s3__text {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.75;
  margin-top: 44px;
}
@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s3__text {
    margin-top: 15px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__text {
    font-size: 1rem;
  }
}
.s3__text .highlight {
  font-size: 1.5em;
  color: #3bb875;
  font-weight: 900;
  line-height: 1;
}
.s3__note {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  color: #707070;
  border-top: 1px solid #ade6c7;
  border-bottom: 1px solid #ade6c7;
  text-align: center;
  padding: 15px 0 10px;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .s3__note {
    width: 340px;
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .s3__note {
    width: 640px;
    max-width: 100%;
  }
}
.s3__btn {
  margin-top: 46px;
  text-align: center;
}
@media (max-width: 991px) {
  .s3__btn {
    margin-top: 30px;
  }
}
.s3__btn .btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .s3__btn .btn {
    margin-left: 10px;
  }
}
.s3__btn .btn:first-child {
  margin-left: 0;
}
.s3__img::after {
  content: "";
  display: none;
  width: 520px;
  height: 450px;
  background: url("../images/s3/s3-img.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .s3__img::after {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s3__img::after {
    width: 440px;
    height: 386px;
  }
}
@media (max-width: 480px) {
  .s3__img::after {
    width: 100%;
    height: 76vw;
  }
}
@media (max-width: 1499px) {
  .s3__img-item {
    width: 380px;
  }
}
@media (max-width: 1199px) {
  .s3__img-item {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .s3__img-item {
    display: none;
  }
}
.s3__img-item:nth-child(1) {
  position: absolute;
  top: -44px;
  left: -156px;
}
@media (max-width: 1499px) {
  .s3__img-item:nth-child(1) {
    top: 60px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .s3__img-item:nth-child(1) {
    left: 10px;
  }
}
.s3__img-item:nth-child(2) {
  position: absolute;
  top: -44px;
  right: -154px;
}
@media (max-width: 1499px) {
  .s3__img-item:nth-child(2) {
    top: 60px;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .s3__img-item:nth-child(2) {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .s3__img-item:nth-child(2) {
    top: 60px;
    right: 10px;
  }
}

.s4 {
  position: relative;
  display: block;
  background: url("../images/s4/s4-bg.jpg"), #f3f4ff;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 120px;
}
@media (max-width: 1699px) {
  .s4 {
    background-size: 1700px auto;
  }
}
@media (max-width: 1279px) {
  .s4 {
    background-size: 1300px auto;
  }
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 80px;
    padding-bottom: 14vw;
    background-size: 1100px auto;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url("../images/s4/s4-bg-sm_01.jpg"), url("../images/s4/s4-bg-sm_02.jpg"), #f3f4ff;
    background-position: left bottom, right bottom;
    background-size: 160px auto, 160px auto;
    background-repeat: no-repeat, no-repeat;
  }
}
@media (max-width: 480px) {
  .s4 {
    background-position: left -30px bottom, right -30px bottom;
  }
}
@media (max-width: 374px) {
  .s4 {
    background-size: 120px auto, 120px auto;
    background-position: left bottom, right bottom;
  }
}
.s4 .title {
  text-align: center;
}
.s4 .title .highlight {
  color: #4c53ac;
}
.s4 .container {
  position: relative;
}
.s4__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4c53ac;
  letter-spacing: 0.01em;
  text-align: center;
  background: #ffffff;
  width: 506px;
  height: 55px;
  line-height: 55px;
  background: url("../images/s4/s4-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s4__subtitle {
    font-size: 1.25rem;
    width: 420px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .s4__subtitle {
    font-size: 1.125rem;
    width: 360px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .s4__subtitle {
    font-size: 1rem;
    width: 290px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 374px) {
  .s4__subtitle {
    width: 100%;
    background-size: 100% 100%;
    font-size: 0.9375rem;
  }
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .s4__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.s4__item {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
@media (max-width: 1279px) {
  .s4__item {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .s4__item {
    width: 200px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.s4__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #ffaa50;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
}
@media (max-width: 767px) {
  .s4__item::before {
    top: -20px;
    left: calc(50% - 5px);
    border-width: 5px 0 5px 6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.s4__item:first-child::before {
  display: none;
}
.s4__head {
  text-align: center;
  border: 1px solid #929bfe;
  border-radius: 10px;
  background: #f3f4ff;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 10px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  .s4__head {
    width: 130px;
  }
}
@media (max-width: 1199px) {
  .s4__head {
    width: 110px;
  }
}
.s4__head-no {
  font-size: 1rem;
  font-weight: 700;
  color: #757eec;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .s4__head-no {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .s4__head-no {
    font-size: 0.75rem;
  }
}
.s4__head-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  .s4__head-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s4__head-title {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.s4__body {
  margin-top: -30px;
}
@media (max-width: 1279px) {
  .s4__body {
    margin-top: -20px;
  }
}
.s4__btn {
  text-align: center;
  margin-top: 6px;
}

.s5 {
  position: relative;
  display: block;
  background: url("../images/s5/s5-bg-2.png"), url("../images/s5/s5-bg.jpg");
  background-position: center bottom, left top;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  padding-top: 115px;
  padding-bottom: 120px;
}
@media (max-width: 1699px) {
  .s5 {
    background-size: 1700px auto, auto;
  }
}
@media (max-width: 1279px) {
  .s5 {
    background-size: 1300px auto, auto;
  }
}
@media (max-width: 991px) {
  .s5 {
    padding-top: 80px;
    padding-bottom: 14vw;
    background-size: 1050px auto, auto;
    background-position: center bottom, left top;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url("../images/s5/s5-bg-sm_01.png"), url("../images/s5/s5-bg-sm_02.png"), url("../images/s5/s5-bg.jpg");
    background-position: left bottom, right bottom, left top;
    background-size: 220px auto, 220px auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}
@media (max-width: 480px) {
  .s5 {
    background-size: 200px auto, 200px auto, auto;
    background-position: left -30px bottom, right -30px bottom;
  }
}
@media (max-width: 374px) {
  .s5 {
    background-size: 160px auto, 160px auto;
  }
}
.s5 .title {
  text-align: center;
}
.s5 .title .highlight {
  color: #0c76b0;
}
.s5 .container {
  position: relative;
}
.s5__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c76b0;
  letter-spacing: 0.01em;
  text-align: center;
  background: #ffffff;
  width: 386px;
  height: 55px;
  line-height: 55px;
  background: url("../images/s5/s5-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s5__subtitle {
    font-size: 1.25rem;
    width: 340px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .s5__subtitle {
    font-size: 1.125rem;
    width: 290px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .s5__subtitle {
    font-size: 1rem;
    width: 240px;
    height: 36px;
    line-height: 36px;
  }
}
.s5__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .s5__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.s5__item {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
@media (max-width: 1279px) {
  .s5__item {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .s5__item {
    width: 200px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .s5__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.s5__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #ffaa50;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
}
@media (max-width: 767px) {
  .s5__item::before {
    top: -20px;
    left: calc(50% - 5px);
    border-width: 5px 0 5px 6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.s5__item:first-child::before {
  display: none;
}
.s5__item:last-child .s5__head {
  width: 200px;
}
@media (max-width: 1279px) {
  .s5__item:last-child .s5__head {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .s5__item:last-child .s5__head {
    width: 130px;
  }
}
.s5__head {
  text-align: center;
  border: 1px solid #35aded;
  border-radius: 10px;
  background: #e9f6fe;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 10px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  .s5__head {
    width: 130px;
  }
}
@media (max-width: 1199px) {
  .s5__head {
    width: 110px;
  }
}
.s5__head-no {
  font-size: 1rem;
  font-weight: 700;
  color: #35aded;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .s5__head-no {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .s5__head-no {
    font-size: 0.75rem;
  }
}
.s5__head-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  .s5__head-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s5__head-title {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.s5__body {
  margin-top: -30px;
}
@media (max-width: 1279px) {
  .s5__body {
    margin-top: -20px;
  }
}
.s5__btn {
  text-align: center;
  margin-top: 6px;
}

.s6 {
  position: relative;
  display: block;
  background: url("../images/s6/s6-bg.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1921px) {
  .s6 {
    background-size: 100% auto;
  }
}
@media (max-width: 1699px) {
  .s6 {
    background-position: calc(50% - 60px) bottom;
  }
}
@media (max-width: 1279px) {
  .s6 {
    background-size: 1600px auto;
    background-position: calc(50% - 50px) bottom;
  }
}
@media (max-width: 1199px) {
  .s6 {
    background-size: 1400px auto;
  }
}
@media (max-width: 991px) {
  .s6 {
    padding-top: 60px;
    padding-bottom: 130px;
    background-size: 1000px auto;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .s6 {
    padding-top: 40px;
    padding-bottom: 200px;
    background: url("../images/s6/s6-bg-sm.jpg");
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s6 {
    background-size: 660px auto;
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .s6__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .s6__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
.s6__item {
  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;
  width: 264px;
  height: 86px;
  line-height: 86px;
  border-top-right-radius: 36px;
  border-bottom-left-radius: 10px;
  text-decoration: none;
  background: #ffffff;
  font-size: 1.875rem;
  color: #333333;
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1279px) {
  .s6__item {
    width: 220px;
    height: 76px;
    line-height: 76px;
    font-size: 1.5rem;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .s6__item {
    width: 190px;
    height: 66px;
    line-height: 66px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .s6__item {
    width: calc(33.33% - 15px);
    font-size: 1.125rem;
    height: 56px;
    line-height: 56px;
  }
}
@media (max-width: 480px) {
  .s6__item {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.s6__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.s6__item::after {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .s6__item::after {
    width: 12px;
    height: 20px;
    margin-left: 10px;
  }
}
.s6__item:nth-child(1)::before {
  background: url("../images/s6/s6-item-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:nth-child(1)::after {
  background: url("../images/s6/s6-item-arrow-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:nth-child(2)::before {
  background: url("../images/s6/s6-item-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:nth-child(2)::after {
  background: url("../images/s6/s6-item-arrow-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:nth-child(3)::before {
  background: url("../images/s6/s6-item-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:nth-child(3)::after {
  background: url("../images/s6/s6-item-arrow-3.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.s6__item:first-child {
  -webkit-box-shadow: 0 -4px #e9f8f0 inset;
          box-shadow: 0 -4px #e9f8f0 inset;
  margin-left: 0;
}
@media (max-width: 480px) {
  .s6__item:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .s6__item:hover::after {
    -webkit-animation: ani-arrow 0.8s ease infinite;
            animation: ani-arrow 0.8s ease infinite;
  }
}

.notice {
  position: relative;
  background: #f2f2f2;
  padding: 40px 0;
}
.notice * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 18px;
}
.notice__list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.667;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 1rem;
    padding-left: 1em;
  }
}

.btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background: #333333;
  text-decoration: none;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.25rem;
    width: 170px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.125rem;
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.btn--purple {
  background: #4c53ac;
}
.btn--blue {
  background: #0c76b0;
}
.btn--green {
  background: #3bb875;
}
.btn--lg {
  width: 250px;
}
@media (max-width: 1199px) {
  .btn--lg {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .btn--lg {
    width: 160px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}

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