@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;
  src: url("../vendor/fonts/NotoSansTC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/NotoSansTC-Bold.otf") format("opentype");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 51px;
  }
}
@media (max-width: 374px) {
  body {
    padding-bottom: 14vw;
  }
}

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: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.container--lg {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--lg {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container--lg {
    width: 1156px;
  }
}
@media (min-width: 1400px) {
  .container--lg {
    width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container--lg {
    width: 1588px;
  }
}

.container--xl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--xl {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--xl {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container--xl {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container--xl {
    width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container--xl {
    width: 1620px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .header--active .header__toggle {
    z-index: 1040;
  }
  .header--active .header__toggle-item:first-child {
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header--active .header__toggle-item:nth-child(2) {
    display: none;
  }
  .header--active .header__toggle-item:last-child {
    top: 14px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .header__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.header__block {
  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: 9px 96px;
  height: 70px;
}
@media (max-width: 1399px) {
  .header__block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header__block {
    padding: 5px 0;
    height: 60px;
  }
}
.header__logo {
  display: block;
  width: 350px;
}
@media (max-width: 991px) {
  .header__logo {
    width: 258px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 224px;
  }
}
.header__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.header__toggle {
  width: 38px;
  height: 32px;
  cursor: pointer;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .header__toggle {
    display: block;
  }
  .header__toggle:active {
    outline: initial;
  }
}
.header__toggle-item {
  display: block;
  width: 30px;
  height: 3px;
  background: #13a58e;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__toggle-item:nth-child(2) {
  top: 14px;
}
.header__toggle-item:last-child {
  top: 23px;
}

.nav {
  position: relative;
  z-index: 1010;
  background: #0b9e2c;
}
@media (min-width: 992px) {
  .nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .nav {
    position: fixed;
    top: -700px;
    left: 0;
    width: 100%;
    -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;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
  .nav--active {
    top: 60px;
  }
}
.nav__block {
  list-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
  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: 991px) {
  .nav__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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .nav__item {
    width: 100%;
  }
}
.nav__item:first-child .nav__link {
  border-left: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .nav__item:first-child .nav__link {
    border-top: none;
  }
}
.nav__item:last-child .nav__link {
  padding-right: 0;
}
.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 3px solid #20ce47;
}
@media (max-width: 1399px) {
  .nav__link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .nav__link {
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 2px;
  }
}
@media (max-width: 991px) {
  .nav__link {
    border-left: none;
    padding: 15px 0;
    border-top: 1px dashed #20ce47;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav__link img {
  margin-right: 10px;
  height: 53px;
}
@media (max-width: 1199px) {
  .nav__link img {
    height: 40px;
  }
}
.nav__link:hover {
  color: #e1f792;
}

.menu {
  background: #0b9e2c;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1010;
  width: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}
@media (max-width: 991px) {
  .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.menu__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0 20px;
  border-left: 1px solid #20ce47;
  text-align: center;
}
@media (max-width: 374px) {
  .menu__item {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 5vw;
  }
}
.menu__item:first-child {
  border-left: none;
}

.footer {
  background: #d7f0da;
  font-size: 1rem;
  color: #07573c;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 25px 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
@media (max-width: 374px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer .hide--sm {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .footer .hide--sm {
    display: none !important;
  }
}

.kv {
  position: relative;
  overflow: hidden;
  height: 780px;
}
@media (max-width: 1399px) {
  .kv {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 400px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .kv {
    height: 55vw;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .kv {
    height: 111vw;
  }
}
.kv--offest {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .kv--offest {
    margin-bottom: 0;
  }
}
.kv__item-pc {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 780px;
}
@media (max-width: 1399px) {
  .kv__item-pc {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .kv__item-pc {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .kv__item-pc {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kv__item-pc {
    height: 55vw;
  }
}
@media (max-width: 480px) {
  .kv__item-pc {
    display: none;
  }
}
.kv__item-mobile {
  display: none;
}
@media (max-width: 480px) {
  .kv__item-mobile {
    height: 111vw;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.s1 {
  background: url("../images/s1/s1-bg.jpg"), #dbf8ff;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 206px;
  padding-bottom: 65px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 1699px) {
  .s1 {
    background-size: 1700px auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 150px;
    background-size: 1200px auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    background-size: 800px auto;
  }
}
.s1__bg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffddc), to(#f9fff5));
  background: linear-gradient(to bottom, #fffddc 0%, #f9fff5 100%);
  padding-bottom: 40px;
}
.s1__bg::before {
  content: "";
  display: block;
  background: url("../images/s1/s1-bg-2_01.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .s1__bg::before {
    height: 5px;
    top: -5px;
  }
}
.s1__bg::after {
  content: "";
  display: block;
  background: url("../images/s1/s1-bg-2_03.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .s1__bg::after {
    height: 5px;
    bottom: -5px;
  }
}
.s1__title {
  width: 1148px;
  height: 154px;
  background: url("../images/s1/s1-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -99999px;
  position: absolute;
  top: -115px;
  left: calc(50% - 574px);
  z-index: 1;
}
@media (max-width: 1399px) {
  .s1__title {
    width: 900px;
    height: 122px;
    top: -90px;
    left: calc(50% - 450px);
  }
}
@media (max-width: 1199px) {
  .s1__title {
    width: 700px;
    height: 96px;
    top: -70px;
    left: calc(50% - 350px);
  }
}
@media (max-width: 991px) {
  .s1__title {
    width: 600px;
    height: 80px;
    top: -60px;
    left: calc(50% - 300px);
  }
}
@media (max-width: 767px) {
  .s1__title {
    width: 350px;
    height: 124px;
    top: -100px;
    left: calc(50% - 175px);
    background: url("../images/s1/s1-title-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s1__title {
    width: 320px;
    height: 114px;
    left: calc(50% - 160px);
  }
}
@media (max-width: 374px) {
  .s1__title {
    width: 100%;
    height: 32vw;
    top: -90px;
    left: 0;
  }
}
.s1__img {
  width: 388px;
  height: 568px;
  background: url("../images/s1/s1-img.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  right: 28px;
  -webkit-animation: ani-s1-img 1.5s steps(2) infinite;
          animation: ani-s1-img 1.5s steps(2) infinite;
}
@media (max-width: 1699px) {
  .s1__img {
    width: 343px;
    height: 502px;
    -webkit-animation-name: ani-s1-img-xl;
            animation-name: ani-s1-img-xl;
  }
}
@media (max-width: 1399px) {
  .s1__img {
    width: 280px;
    height: 410px;
    right: 10px;
    -webkit-animation-name: ani-s1-img-lg;
            animation-name: ani-s1-img-lg;
  }
}
@media (max-width: 1199px) {
  .s1__img {
    width: 237px;
    height: 347px;
    -webkit-animation-name: ani-s1-img-md;
            animation-name: ani-s1-img-md;
  }
}
@media (max-width: 991px) {
  .s1__img {
    background: url("../images/s1/s1-img-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 233px;
    height: 208px;
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-name: ani-s1-img-tb;
            animation-name: ani-s1-img-tb;
  }
}
@media (max-width: 480px) {
  .s1__img {
    width: 166px;
    height: 148px;
    -webkit-animation-name: ani-s1-img-mblg;
            animation-name: ani-s1-img-mblg;
  }
}
.s1__wrap {
  padding: 56px 30px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .s1__wrap {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  .s1__wrap {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .s1__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s1__wrap-item {
  padding: 48px 70px 48px 184px;
  border-radius: 60px;
  border-top-left-radius: 200px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .s1__wrap-item {
    padding-left: 86px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-item {
    border-radius: 30px;
    border-top-left-radius: 100px;
    padding: 20px 15px 20px 86px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-item {
    padding-right: 10px;
    padding-left: 56px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item {
    width: 400px;
    max-width: 100%;
    padding-top: 80px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__wrap-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s1__wrap-item:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#ead9aa), to(#fcedd0));
  background: linear-gradient(to bottom, #ead9aa 0%, #fcedd0 100%);
  margin-top: 0;
}
.s1__wrap-item:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ee3d0), to(#ceeddf));
  background: linear-gradient(to bottom, #8ee3d0 0%, #ceeddf 100%);
}
.s1__wrap-item:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e4d4), to(#fcedd0));
  background: linear-gradient(to bottom, #f9e4d4 0%, #fcedd0 100%);
  padding-top: 20px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(3) {
    padding-top: 90px;
  }
}
.s1__wrap-title {
  position: absolute;
  top: 0;
  left: 74px;
}
@media (max-width: 1699px) {
  .s1__wrap-title {
    width: 90px;
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-title {
    width: 80px;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-title {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-title {
    width: 150px;
    left: calc(50% - 75px);
  }
}
.s1__block {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .s1__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s1__item {
  width: 446px;
  margin-left: -15px;
}
@media (max-width: 1699px) {
  .s1__item {
    width: 33.33%;
  }
}
@media (max-width: 1399px) {
  .s1__item {
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .s1__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__item {
    width: 100%;
  }
}
.s1__item img {
  display: block;
}
.s1__note {
  font-size: 1.125rem;
  font-weight: 500;
  color: #537bbb;
  text-align: center;
  line-height: 1.444;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (max-width: 1199px) {
  .s1__note {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s1__note {
    text-align: left;
    font-size: 0.875rem;
  }
}
.s1__note li {
  text-indent: -0.7em;
  margin-left: 0.7em;
}

.s2 {
  background: url("../images/s2/s2-bg.jpg"), #fceadd;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% 214px;
  }
}
@media (max-width: 1699px) {
  .s2 {
    background-size: 1700px auto;
    padding-top: 10px;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-size: 1460px auto;
    padding-top: 16px;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: 1260px auto;
    padding-top: 36px;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: 1130px auto;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 768px 70px;
    padding-top: 7px;
  }
}
.s2::before {
  content: "";
  display: block;
  width: 100%;
  height: 272px;
  background: url("../images/s2/s2-bg-2.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 1921px) {
  .s2::before {
    background: url("../images/s2/s2-bg-3.png");
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1699px) {
  .s2::before {
    background-size: 1700px auto;
  }
}
@media (max-width: 1399px) {
  .s2::before {
    background-size: 1400px auto;
  }
}
@media (max-width: 1199px) {
  .s2::before {
    background-size: 1200px auto;
  }
}
@media (max-width: 991px) {
  .s2::before {
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  .s2::before {
    background-size: 780px auto;
    top: 0;
  }
}
.s2__title {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .s2__title {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    width: 366px;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 280px;
    margin-bottom: -10px;
  }
}
.s2__title img {
  margin-left: auto;
  margin-right: auto;
}
.s2__wrap {
  background: #fffdf7;
  padding-top: 100px;
  padding-bottom: 38px;
}
@media (max-width: 1699px) {
  .s2__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    padding-top: 54px;
  }
}
@media (max-width: 480px) {
  .s2__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s2__wrap-item {
  width: 1440px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1699px) {
  .s2__wrap-item {
    width: 100%;
    height: 394px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap-item {
    height: 322px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item {
    width: 380px;
    height: auto;
    background: #fff5d5;
    padding-bottom: 30px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .s2__wrap-item {
    width: 100%;
  }
}
.s2__wrap-item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .s2__wrap-item--1 {
    background: url("../images/s2/s2-wrap-item-bg-1.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .s2__wrap-item--2 {
    background: url("../images/s2/s2-wrap-item-bg-2.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .s2__wrap-item--3 {
    background: url("../images/s2/s2-wrap-item-bg-3.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.s2__wrap-item--1 {
  padding-left: 148px;
}
@media (max-width: 1699px) {
  .s2__wrap-item--1 {
    padding-left: 120px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap-item--1 {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--1 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--1 {
    padding-left: 0;
  }
}
.s2__wrap-item--1::after {
  content: "";
  display: block;
  width: 142px;
  height: 162px;
  background: url("../images/s2/s2-item-light-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  left: -28px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s2__wrap-item--1::after {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--1::after {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--1::after {
    left: -50px;
  }
}
@media (max-width: 480px) {
  .s2__wrap-item--1::after {
    top: -5px;
    left: -50px;
    z-index: 2;
  }
}
.s2__wrap-item--2 {
  padding-left: 308px;
}
@media (max-width: 1699px) {
  .s2__wrap-item--2 {
    padding-left: 280px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap-item--2 {
    padding-left: 210px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--2 {
    padding-left: 180px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--2 {
    padding-left: 0;
  }
}
.s2__wrap-item--2::after {
  content: "";
  display: block;
  width: 182px;
  height: 124px;
  background: url("../images/s2/s2-item-light-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 88px;
  right: -60px;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s2__wrap-item--2::after {
    right: -80px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap-item--2::after {
    width: 130px;
    height: 70px;
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--2::after {
    width: 100px;
    height: 70px;
    right: -40px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--2::after {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .s2__wrap-item--2::after {
    top: 0;
    right: -15px;
  }
}
.s2__wrap-item--3 {
  padding-left: 148px;
}
@media (max-width: 1699px) {
  .s2__wrap-item--3 {
    padding-left: 120px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap-item--3 {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--3 {
    padding-left: 0;
  }
}
.s2__wrap-item--3::before {
  content: "";
  display: block;
  width: 516px;
  height: 486px;
  background: url("../images/s2/s2-item-img-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 77px;
  bottom: -38px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s2__wrap-item--3::before {
    width: 360px;
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--3::before {
    width: 290px;
    height: 270px;
    right: 70px;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--3::before {
    width: 240px;
    height: 224px;
    bottom: -200px;
  }
}
@media (max-width: 480px) {
  .s2__wrap-item--3::before {
    right: calc(50% - 120px);
  }
}
.s2__wrap-item--3::after {
  content: "";
  display: block;
  width: 516px;
  height: 486px;
  background: url("../images/s2/s2-item-img-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 77px;
  bottom: -38px;
  pointer-events: none;
  -webkit-animation: ani-s2-img 1.2s linear infinite;
          animation: ani-s2-img 1.2s linear infinite;
}
@media (max-width: 1399px) {
  .s2__wrap-item--3::after {
    width: 360px;
    height: 338px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap-item--3::after {
    width: 290px;
    height: 270px;
    right: 70px;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .s2__wrap-item--3::after {
    width: 240px;
    height: 224px;
    bottom: -200px;
  }
}
@media (max-width: 480px) {
  .s2__wrap-item--3::after {
    right: calc(50% - 120px);
  }
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 1699px) {
  .s2__block {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .s2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s2__item {
  display: block;
  margin-left: 43px;
  position: relative;
}
@media (max-width: 1699px) {
  .s2__item {
    margin-left: 35px;
  }
}
@media (max-width: 1399px) {
  .s2__item {
    width: 244px;
  }
}
@media (max-width: 1199px) {
  .s2__item {
    width: 185px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .s2__item::after {
    content: "";
    display: block;
    width: 320px;
    height: 41px;
    background: url("../images/s2/s2-item-bg.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
}
@media (max-width: 374px) {
  .s2__item {
    width: 90%;
  }
  .s2__item::after {
    width: 110%;
    left: -5%;
  }
}
.s2__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 325px 0 0 16px;
  border-color: transparent transparent transparent #ebdeb4;
  position: absolute;
  top: 24px;
  right: -16px;
}
@media (max-width: 1699px) {
  .s2__item::before {
    border-width: 313px 0 0 16px;
  }
}
@media (max-width: 1399px) {
  .s2__item::before {
    border-width: 250px 0 0 16px;
  }
}
@media (max-width: 1199px) {
  .s2__item::before {
    border-width: 186px 0 0 10px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .s2__item::before {
    border-width: 300px 0 0 10px;
  }
}
@media (max-width: 374px) {
  .s2__item::before {
    top: 10%;
    border-width: 80vw 0 0 10px;
  }
}
@media (max-width: 991px) {
  .s2__item img {
    position: relative;
    z-index: 2;
  }
}
.s2__item:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .s2__item:first-child {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .s2__item:hover {
    -webkit-animation: ani-btn 0.8s ease infinite;
            animation: ani-btn 0.8s ease infinite;
  }
}

.s3 {
  background: url("../images/s3/s3-bg.jpg"), #bfc4e3;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1018px;
  padding-top: 70px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1699px) {
  .s3 {
    background-size: 1840px auto;
  }
}
@media (max-width: 1399px) {
  .s3 {
    background-size: 1530px auto;
    min-height: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-size: 1420px auto;
  }
}
@media (max-width: 991px) {
  .s3 {
    background: url("../images/s3/s3-bg-tb_01.jpg"), url("../images/s3/s3-bg-tb_02.jpg"), #f6f2ff;
    background-size: 1000px auto, 1000px auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .s3 {
    padding-bottom: 30px;
    background-size: 1000px auto, 900px auto;
  }
}
@media (max-width: 374px) {
  .s3 {
    background-size: 1000px auto, 800px auto;
  }
}
.s3::before {
  content: "";
  display: block;
  width: 100%;
  height: 387px;
  background: url("../images/s3/s3-bg-2.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 490px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s3::before {
    top: 500px;
    background-size: 1660px auto;
  }
}
@media (max-width: 1399px) {
  .s3::before {
    top: 438px;
    background-size: 1240px auto;
  }
}
@media (max-width: 1199px) {
  .s3::before {
    background-size: 1040px auto;
  }
}
@media (max-width: 991px) {
  .s3::before {
    display: none;
  }
}
@media (min-width: 1700px) {
  .s3 .container {
    width: 1482px;
  }
}
.s3__title {
  text-align: center;
}
@media (max-width: 1399px) {
  .s3__title {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s3__title {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .s3__title {
    width: 200px;
  }
}
.s3__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1699px) {
  .s3__block {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .s3__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .s3__block::after {
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    bottom: -144px;
    left: -10%;
    background: url("../images/s3/s3-bg-3.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .s3__block {
    width: 320px;
  }
  .s3__block::after {
    width: calc(100% + 30px);
    left: -15px;
    bottom: -110px;
  }
}
@media (max-width: 374px) {
  .s3__block {
    width: 100%;
  }
  .s3__block::after {
    bottom: -31vw;
  }
}
.s3__item {
  display: block;
  width: 590px;
  height: 450px;
  position: relative;
}
@media (max-width: 1399px) {
  .s3__item {
    width: 46%;
  }
}
@media (max-width: 1199px) {
  .s3__item {
    width: 48%;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .s3__item {
    width: 100%;
    height: 306px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s3__item {
    height: 244px;
  }
}
@media (max-width: 374px) {
  .s3__item {
    height: 69vw;
  }
}
.s3__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.s3__item:first-child {
  margin-top: 0;
}
.s3__item:nth-child(1) {
  background: url("../images/s3/s3-item-1-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__item:nth-child(1)::after {
  background: url("../images/s3/s3-item-1-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__item:nth-child(2) {
  background: url("../images/s3/s3-item-2-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__item:nth-child(2)::after {
  background: url("../images/s3/s3-item-2-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .s3__item:hover::after {
    -webkit-animation: ani-s3-btn 0.8s ease infinite;
            animation: ani-s3-btn 0.8s ease infinite;
  }
}
@media (max-width: 767px) {
  .s3__item:first-child {
    margin-top: 0;
  }
}
.s3__bear {
  width: 322px;
  height: 558px;
  background: url("../images/s3/s3-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 352px;
  left: calc(50% - 100px);
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__bear {
    width: 240px;
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .s3__bear {
    width: 200px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .s3__bear {
    top: auto;
    bottom: 100px;
    width: 180px;
    height: 314px;
    left: calc(50% - 290px);
  }
}
@media (max-width: 767px) {
  .s3__bear {
    width: 160px;
    height: 280px;
    left: calc(50% - 240px);
  }
}
@media (max-width: 480px) {
  .s3__bear {
    width: 130px;
    height: 230px;
    bottom: 80px;
    left: calc(50% - 180px);
  }
}
@media (max-width: 374px) {
  .s3__bear {
    width: 100px;
    height: 200px;
    bottom: 50px;
    left: 0;
  }
}
.s3__bear::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s3/s3-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-s3-btn 1.2s ease infinite;
          animation: ani-s3-btn 1.2s ease infinite;
}
.s3__btn {
  display: block;
  width: 480px;
  margin-top: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s3__btn {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .s3__btn {
    margin-top: 150px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s3__btn {
    margin-top: 180px;
  }
}
@media (max-width: 480px) {
  .s3__btn {
    width: 320px;
    margin-top: 160px;
  }
}
@media (max-width: 374px) {
  .s3__btn {
    width: 100%;
    margin-top: 120px;
  }
}
.s3__btn:hover {
  -webkit-animation: ani-btn 0.8s ease infinite;
          animation: ani-btn 0.8s ease infinite;
}

.show--tb {
  display: none !important;
}
@media (max-width: 991px) {
  .show--tb {
    display: block !important;
  }
}

.hide--tb {
  display: block !important;
}
@media (max-width: 991px) {
  .hide--tb {
    display: none !important;
  }
}

.show--sm {
  display: none !important;
}
@media (max-width: 767px) {
  .show--sm {
    display: block !important;
  }
}

.hide--sm {
  display: block !important;
}
@media (max-width: 767px) {
  .hide--sm {
    display: none !important;
  }
}

.offset--y {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.offset--y2 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 1699px) {
  .offset--y2 {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
@media (max-width: 1199px) {
  .offset--y2 {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media (max-width: 991px) {
  .offset--y3 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.mt0 {
  margin-top: 0 !important;
}

.gotop {
  width: 50px;
  height: 50px;
  background: url("../images/common/gotop.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .gotop {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 130px;
  }
}
@media (max-width: 374px) {
  .gotop {
    bottom: 120px;
  }
}
.gotop:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes ani-s1-img {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1136px;
  }
}

@keyframes ani-s1-img {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1136px;
  }
}
@-webkit-keyframes ani-s1-img-xl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1004px;
  }
}
@keyframes ani-s1-img-xl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1004px;
  }
}
@-webkit-keyframes ani-s1-img-lg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -820px;
  }
}
@keyframes ani-s1-img-lg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -820px;
  }
}
@-webkit-keyframes ani-s1-img-md {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -694px;
  }
}
@keyframes ani-s1-img-md {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -694px;
  }
}
@-webkit-keyframes ani-s1-img-tb {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -416px;
  }
}
@keyframes ani-s1-img-tb {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -416px;
  }
}
@-webkit-keyframes ani-s1-img-mblg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -296px;
  }
}
@keyframes ani-s1-img-mblg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -296px;
  }
}
@-webkit-keyframes ani-s2-img {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-s2-img {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-s3-btn {
  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-s3-btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}