@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Bold.ttf") format("truetype");
}
@-webkit-keyframes ani-kv-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ani-kv-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes ani-scale {
  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-scale {
  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);
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-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 zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@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 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 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;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navbar {
  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: 0 284px 0 18px;
  height: 70px;
}
@media (max-width: 1599px) {
  .navbar {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 57px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .navbar.active .navbar__toggle-item:first-child {
    width: 32px;
    -webkit-transform: rotate(45deg) translate(6px, 6.5px);
            transform: rotate(45deg) translate(6px, 6.5px);
  }
  .navbar.active .navbar__toggle-item:nth-child(2) {
    opacity: 0;
  }
  .navbar.active .navbar__toggle-item:nth-child(3) {
    width: 32px;
    -webkit-transform: rotate(-45deg) translate(6px, -6.5px);
            transform: rotate(-45deg) translate(6px, -6.5px);
  }
  .navbar.active .navbar__body {
    border-top: 1px solid #eee;
    top: 70px;
    height: calc(100vh - 57px);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .navbar.active .navbar__body {
    top: 57px;
  }
}
.navbar__title {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.navbar__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 991px) {
  .navbar__head {
    -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%;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 36px);
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: -15px;
    left: -18px;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    top: -10px;
    height: 57px;
  }
}
.navbar__logo {
  display: inline-block;
  width: 278px;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 220px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 480px) {
  .navbar__logo {
    width: 200px;
  }
}
.navbar__logo img {
  display: block;
}
.navbar__toggle {
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
    width: 32px;
    height: 26px;
    position: relative;
    z-index: 3;
  }
}
.navbar__toggle-item {
  width: 32px;
  height: 3px;
  background: #333333;
  margin-top: 6px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.navbar__toggle-item:first-child {
  margin-top: 3px;
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -999px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 15px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .menu {
    display: block;
    padding-right: 0;
  }
}
.menu__item {
  list-style: none;
  position: relative;
  margin-left: 90px;
}
@media (max-width: 991px) {
  .menu__item {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.menu__item:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .menu__item:first-child {
    margin-top: 0;
  }
}
.menu__item-link {
  font-size: 1.125em;
  font-weight: 500;
  color: #637073;
}
@media (hover: hover) {
  .menu__item-link:hover {
    color: #ee2737;
  }
}

.footer {
  text-align: center;
  background: #6095e1;
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer__item {
  font-size: 0.9375em;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}

.kv {
  background: url("../images/kv/kv-bg.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 870px;
  padding-top: 180px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .kv {
    background-size: 100% auto;
    background-position: center bottom;
  }
}
@media (max-width: 1399px) {
  .kv {
    background-size: 1600px auto;
    height: 642px;
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .kv {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .kv {
    background-size: 1300px auto;
    height: 520px;
    padding-top: 30px;
  }
}
.kv__title {
  width: 100%;
  height: 220px;
  background: url("../images/kv/kv-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
}
@media (max-width: 1399px) {
  .kv__title {
    height: 182px;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .kv__title {
    height: 30vw;
  }
}
.kv__text {
  font-size: 1.375em;
  font-weight: 500;
  color: #464646;
  line-height: 1.4545454;
  letter-spacing: 0.01em;
  padding-left: 48px;
  margin-top: 45px;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 1.125em;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    padding-left: 34px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .kv__text {
    padding-left: 0;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .kv__text {
    margin-top: 15px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 3.8vw;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 3.5vw;
    text-align: center;
  }
}
.kv__text .highlight {
  color: #1bb3d3;
  font-weight: 700;
}
.kv__wrap {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 1599px) {
  .kv__wrap {
    padding-left: 0;
  }
}
.kv__content {
  position: relative;
  width: 684px;
}
@media (max-width: 1399px) {
  .kv__content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .kv__content {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .kv__content {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .kv__content {
    width: 100%;
  }
}
.kv__gift {
  position: absolute;
  bottom: -170px;
  right: -30px;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__gift {
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .kv__gift {
    right: -120px;
  }
}
@media (max-width: 991px) {
  .kv__gift {
    right: 0px;
    bottom: -120px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .kv__gift {
    display: none;
  }
}
.kv__img {
  position: absolute;
  top: 20px;
  right: -88px;
  width: 694px;
  height: 458px;
  background: url("../images/kv/kv-img-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: fadeInRight 0.8s ease;
          animation: fadeInRight 0.8s ease;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1599px) {
  .kv__img {
    right: -75px;
  }
}
@media (max-width: 1399px) {
  .kv__img {
    width: 50%;
    height: 33vw;
  }
}
@media (max-width: 991px) {
  .kv__img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 440px;
    height: 290px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .kv__img {
    width: 330px;
    height: 230px;
  }
}
@media (max-width: 374px) {
  .kv__img {
    width: 290px;
    height: 200px;
  }
}
.kv__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-img-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-kv-img 0.8s ease infinite;
          animation: ani-kv-img 0.8s ease infinite;
  -webkit-transform-origin: 60% 40%;
          transform-origin: 60% 40%;
  -webkit-animation: ani-kv-img 2s ease infinite;
          animation: ani-kv-img 2s ease infinite;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.s1 {
  background: #e6eff2;
  min-height: 431px;
  position: relative;
}
@media (max-width: 1399px) {
  .s1 {
    min-height: auto;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s1/s1-bg.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1921px) {
  .s1::before {
    background-size: 100% auto;
  }
}
@media (max-width: 1399px) {
  .s1::before {
    background-size: 1600px auto;
  }
}
@media (max-width: 767px) {
  .s1::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .s1 .container {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    margin-bottom: -100px;
  }
}
.s1__wrap {
  padding-left: 111px;
  padding-right: 111px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .s1__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .s1__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
  }
}
.s1__img {
  width: 428px;
}
@media (max-width: 1399px) {
  .s1__img {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .s1__img {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .s1__img {
    margin-top: 30px;
    max-width: 100%;
  }
}
.s1__content {
  padding-top: 95px;
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .s1__content {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .s1__content {
    padding-left: 40px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s1__content {
    padding-top: 0;
    text-align: center;
    padding-left: 0;
  }
}
.s1__title {
  font-size: 3.125em;
  font-weight: 700;
  color: #0f3b4c;
  letter-spacing: 0.01em;
}
@media (max-width: 1399px) {
  .s1__title {
    font-size: 2.75em;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    font-size: 2.375em;
  }
}
@media (max-width: 767px) {
  .s1__title {
    font-size: 2em;
  }
}
.s1__title .highlight {
  font-size: 1.3em;
  line-height: 0.9;
}
.s1__text {
  font-size: 1.625em;
  font-weight: 500;
  color: #464646;
  line-height: 1.8461538462;
  letter-spacing: 0.01em;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .s1__text {
    font-size: 1.5em;
  }
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s1__text {
    font-size: 1em;
    margin-top: 10px;
  }
}

.s2 {
  background: url("../images/s2/s2-bg.png"), #e6eff2;
  background-size: auto;
  background-position: center top 160px;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 1696px;
  padding-bottom: 100px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto;
  }
}
@media (max-width: 1399px) {
  .s2 {
    margin-top: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-position: center top 60px;
    background-size: cover;
    padding-bottom: 60px;
  }
}
.s2__step {
  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% + 106px);
  margin-left: -53px;
  margin-right: -53px;
}
@media (max-width: 767px) {
  .s2__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s2__step-item {
  width: 315px;
  height: 315px;
  margin-left: 53px;
  margin-right: 53px;
  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;
  background: linear-gradient(152deg, #fefefe 0%, #e6e8e7 100%);
  border-radius: 10em;
  border: 3px solid #ffffff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 4px 10px 16px rgba(3, 90, 157, 0.39);
          box-shadow: 4px 10px 16px rgba(3, 90, 157, 0.39);
  position: relative;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .s2__step-item {
    width: 280px;
    height: 280px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .s2__step-item {
    width: 230px;
    height: 230px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .s2__step-item {
    margin-top: 30px;
  }
  .s2__step-item:first-child {
    margin-top: 0;
  }
}
.s2__step-item::before {
  content: "";
  display: block;
  width: 90px;
  height: 84px;
  background: url("../images/s2/s2-step-check.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 6px;
}
@media (max-width: 1199px) {
  .s2__step-item::before {
    width: 70px;
    height: 64px;
  }
}
@media (max-width: 991px) {
  .s2__step-item::before {
    width: 60px;
    height: 54px;
  }
}
.s2__step-item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .s2__step-item:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .s2__step-icon img {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .s2__step-icon img {
    width: 70px;
  }
}
.s2__step-text {
  font-size: 1.375em;
  font-weight: 500;
  color: #464646;
  line-height: 1.4545454545;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .s2__step-text {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .s2__step-text {
    font-size: 1.125em;
  }
}
.s2__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 42px;
  background: url("../images/s2/s2-btn-dot.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
}
@media (max-width: 991px) {
  .s2__btn::before {
    width: 5px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .s2__btn::before {
    margin-top: 15px;
  }
}
.s2__btn-item {
  display: block;
  font-size: 1.625em;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#48e1b0), to(#06bbdd));
  background: linear-gradient(to right, #48e1b0 0%, #06bbdd 100%);
  width: 274px;
  line-height: 70px;
  padding: 0 30px;
  border-radius: 10em;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.075em;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s2__btn-item {
    font-size: 1.25em;
    width: 210px;
    line-height: 60px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .s2__btn-item {
    margin-top: 15px;
  }
}
.s2__btn-item::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/s2/s2-btn-arrow.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 17px);
  right: 24px;
}
@media (max-width: 991px) {
  .s2__btn-item::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 14px;
  }
}
@media (hover: hover) {
  .s2__btn-item:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.s2__qrcode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 78px;
}
@media (max-width: 480px) {
  .s2__qrcode {
    margin-top: 40px;
  }
}
.s2__qrcode-item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .s2__qrcode-item {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .s2__qrcode-item {
    padding-left: 0;
    padding-right: 0;
    width: 200px;
  }
}
@media (max-width: 480px) {
  .s2__qrcode-item {
    width: 170px;
  }
}
@media (max-width: 374px) {
  .s2__qrcode-item {
    width: 45vw;
  }
}
.s2__qrcode-item::before {
  content: "";
  display: block;
  width: 2px;
  height: 234px;
  background: #d7d7d7;
  position: absolute;
  top: 0;
  left: -1px;
}
@media (max-width: 991px) {
  .s2__qrcode-item::before {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .s2__qrcode-item::before {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .s2__qrcode-item::before {
    height: 160px;
  }
}
@media (max-width: 374px) {
  .s2__qrcode-item::before {
    height: 43vw;
  }
}
.s2__qrcode-item:first-child::before {
  display: none;
}
.s2__method {
  margin-top: 74px;
}
@media (max-width: 991px) {
  .s2__method {
    margin-top: 30px;
  }
}
.s2__method-title {
  font-size: 4.0625em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
}
@media (max-width: 1399px) {
  .s2__method-title {
    font-size: 3.75em;
  }
}
@media (max-width: 1199px) {
  .s2__method-title {
    font-size: 3.375em;
  }
}
@media (max-width: 991px) {
  .s2__method-title {
    font-size: 3.125em;
  }
}
@media (max-width: 767px) {
  .s2__method-title {
    font-size: 2.625em;
  }
}
@media (max-width: 374px) {
  .s2__method-title {
    font-size: 2.25em;
  }
}
.s2__method-title::before {
  content: "";
  display: block;
  width: 462px;
  height: 18px;
  background: url("../images/s2/s2-method-title-line.png");
  background-size: auto;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}
@media (max-width: 1399px) {
  .s2__method-title::before {
    width: 391px;
  }
}
@media (max-width: 1199px) {
  .s2__method-title::before {
    width: 312px;
  }
}
@media (max-width: 991px) {
  .s2__method-title::before {
    width: 227px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .s2__method-title::before {
    width: calc(50% - 2.6em);
  }
}
.s2__method-title::after {
  content: "";
  display: block;
  width: 462px;
  height: 18px;
  background: url("../images/s2/s2-method-title-line.png");
  background-size: auto;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
@media (max-width: 1399px) {
  .s2__method-title::after {
    width: 391px;
  }
}
@media (max-width: 1199px) {
  .s2__method-title::after {
    width: 312px;
  }
}
@media (max-width: 991px) {
  .s2__method-title::after {
    width: 227px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .s2__method-title::after {
    width: calc(50% - 2.6em);
  }
}
.s2__method-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%;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 90px;
}
@media (max-width: 1399px) {
  .s2__method-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s2__method-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}
.s2__method-item {
  text-align: center;
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  .s2__method-item {
    width: 100%;
    margin-top: 60px;
  }
}
.s2__method-item::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/s2/s2-method-arrow.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: -15px;
}
@media (max-width: 1199px) {
  .s2__method-item::before {
    top: 80px;
    width: 20px;
    height: 20px;
    left: -10px;
  }
}
@media (max-width: 991px) {
  .s2__method-item::before {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .s2__method-item::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -40px;
    left: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .s2__method-item:first-child {
    margin-top: 0;
  }
}
.s2__method-item:first-child::before {
  display: none;
}
@media (max-width: 1199px) {
  .s2__method-img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s2__method-img {
    width: 150px;
  }
}
.s2__method-subtitle {
  font-size: 1.625em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s2__method-subtitle {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .s2__method-subtitle {
    margin-top: 15px;
  }
}
.s2__method-text {
  font-size: 1.375em;
  font-weight: 500;
  color: #0a0c14;
  letter-spacing: 0.01em;
  line-height: 1.4545454545;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s2__method-text {
    font-size: 1.125em;
  }
}
.s2__method-text a {
  color: #89dcf7;
  border-bottom: 2px solid #89dcf7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s2__method-text a:hover {
    opacity: 0.8;
  }
}
.s2__note {
  background: rgba(249, 248, 254, 0.17);
  border-radius: 14px;
  padding: 30px 90px;
  margin-top: 80px;
  font-size: 1.25em;
  font-weight: 500;
  color: #0f3b4c;
  line-height: 1.8;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s2__note {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .s2__note {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .s2__note {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s2__note {
    padding: 15px 20px;
    font-size: 0.875em;
  }
}
.s2__note ul {
  list-style: none;
}
.s2__note li {
  position: relative;
  padding-left: 15px;
}
.s2__note li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0f3b4c;
  position: absolute;
  top: 16px;
  left: 0;
}
@media (max-width: 1199px) {
  .s2__note li::before {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .s2__note li::before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}

.notice {
  background: url("../images/notice/notice-bg.jpg"), #79abf2;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (min-width: 1921px) {
  .notice {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .notice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.notice__title {
  font-size: 3.25em;
  font-weight: 700;
  color: #0f3b4c;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .notice__title {
    font-size: 3.125em;
  }
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 2.625em;
  }
}
@media (max-width: 374px) {
  .notice__title {
    font-size: 2.25em;
  }
}
.notice__list {
  font-size: 1.25rem;
  color: #464646;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 60px;
  list-style: none;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 1rem;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
.notice__list li {
  margin-top: 6px;
  text-indent: -2em;
  margin-left: 2em;
  margin-top: 10px;
}
.notice__list li:first-child {
  margin-top: 0;
}
.notice__list .inside {
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .notice__list .inside {
    font-size: 1rem;
  }
}
.notice__list .inside li {
  text-indent: -3em;
  margin-left: 2.3em;
}
.notice__list .inside li:first-child {
  margin-top: 0;
}
.notice__list .inside2 {
  margin-left: 0;
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .notice__list .inside2 {
    font-size: 1rem;
  }
}
.notice__list .inside2 li {
  text-indent: -0.9em;
  margin-left: 0.9em;
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

.offset--y {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media (max-width: 767px) {
  .offset--y {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 991px) {
  .offset--y2 {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media (max-width: 767px) {
  .offset--y2 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}