@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: 1050px;
  }
}

@media (min-width: 1400px) {
  .container--lg {
    width: 1350px;
  }
}

@media (min-width: 1700px) {
  .container--lg {
    width: 1612px;
  }
}

.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;
  }
}

.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: 7vw;
  }
}

@media (max-width: 480px) {
  .kv {
    margin-top: 60px;
    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/common/bg_03.jpg"), url("../images/common/bg_01.jpg"), url("../images/common/bg_02.jpg");
  background-size: auto,auto,auto;
  background-position: center bottom,center top,center top;
  background-repeat: no-repeat, no-repeat,repeat-y;
  padding-top: 24px;
}

@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto,100% auto,100% auto;
  }
}

@media (max-width: 1399px) {
  .s1 {
    padding-top: 60px;
    background-size: 1750px auto,1750px auto,1750px auto;
  }
}

@media (max-width: 1199px) {
  .s1 {
    background-size: 1400px auto,1400px auto,1400px auto;
  }
}

@media (max-width: 991px) {
  .s1 {
    background-size: 1000px auto,1000px auto,1000px auto;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .s1 {
    background: url("../images/common/bg_01.jpg"), #fa9251;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.s1__bg {
  background: url("../images/s1/s1-bg.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
  padding-bottom: 160px;
}

@media (max-width: 1699px) {
  .s1__bg {
    background-size: 1660px 100%;
    padding-bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .s1__bg {
    background-size: 1360px 100%;
  }
}

@media (max-width: 1199px) {
  .s1__bg {
    background-size: 1140px 100%;
    padding-bottom: 9vw;
  }
}

@media (max-width: 991px) {
  .s1__bg {
    background: transparent;
    padding-bottom: 0;
  }
}

.s1__title {
  width: 650px;
  height: 210px;
  background: url("../images/s1/s1-title-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 400px;
  position: relative;
  text-indent: -99999px;
}

@media (max-width: 1699px) {
  .s1__title {
    margin-left: 200px;
  }
}

@media (max-width: 1399px) {
  .s1__title {
    margin-left: 60px;
    width: 580px;
    height: 186px;
    margin-bottom: -30px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@media (max-width: 991px) {
  .s1__title {
    margin-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: -40px;
    width: 400px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s1__title {
    width: 320px;
    height: 106px;
  }
}

@media (max-width: 374px) {
  .s1__title {
    width: 100%;
    height: 29vw;
    margin-bottom: -10vw;
  }
}

.s1__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/s1/s1-title-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-s1-title-icon 0.8s ease infinite;
          animation: ani-s1-title-icon 0.8s ease infinite;
}

.s1__wrap {
  margin-top: 50px;
}

@media (max-width: 1399px) {
  .s1__wrap {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .s1__wrap {
    background: #fffbe2;
    padding-top: 60px;
    margin-top: 0;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .s1__wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.s1__wrap-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  padding-right: 90px;
  margin-top: -20px;
}

@media (max-width: 1699px) {
  .s1__wrap-item {
    padding-right: 20px;
  }
}

@media (max-width: 1399px) {
  .s1__wrap-item {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .s1__wrap-item {
    padding-top: 50px;
    margin-top: 10px;
  }
  .s1__wrap-item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .s1__wrap-item {
    padding-top: 30px;
  }
}

.s1__wrap-title {
  width: 168px;
  position: absolute;
  top: 122px;
  left: 107px;
}

@media (max-width: 1699px) {
  .s1__wrap-title {
    left: 20px;
  }
}

@media (max-width: 1399px) {
  .s1__wrap-title {
    left: 0;
    width: 120px;
  }
}

@media (max-width: 1199px) {
  .s1__wrap-title {
    width: 100px;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .s1__wrap-title {
    width: 180px;
    top: 0;
    left: calc( 50% - 90px);
  }
}

@media (max-width: 767px) {
  .s1__wrap-title {
    width: 140px;
    left: calc( 50% - 70px);
    top: -10px;
  }
}

.s1__block {
  width: calc( 100% - 124px);
  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;
  z-index: 2;
}

@media (max-width: 1399px) {
  .s1__block {
    width: calc( 100% - 80px);
  }
}

@media (max-width: 991px) {
  .s1__block {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.s1__item {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 991px) {
  .s1__item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .s1__item {
    margin-top: -2vw;
  }
}

.s1__mission-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%;
}

@media (max-width: 991px) {
  .s1__mission-block {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .s1__mission-block {
    display: block;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s1__mission-block {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .s1__mission-block {
    width: 100%;
  }
}

.s1__mission-item:first-child {
  position: relative;
  padding-bottom: 65px;
}

.s1__mission-item:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 180px;
  background: #ccc2b6;
  position: absolute;
  bottom: -110px;
  left: calc( 50% - 8px);
  z-index: 1;
}

@media (max-width: 1199px) {
  .s1__mission-item:first-child::before {
    width: 10px;
    left: calc( 50% - 4px);
  }
}

@media (max-width: 991px) {
  .s1__mission-item:first-child::before {
    width: 16px;
    left: calc( 50% - 8px);
    height: 125px;
    bottom: -60px;
  }
}

@media (max-width: 480px) {
  .s1__mission-item:first-child::before {
    width: 10px;
    left: calc( 50% - 4px);
  }
}

.s1__mission-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s1/s1-mission-item-1-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-s1-title-icon 0.8s ease infinite;
          animation: ani-s1-title-icon 0.8s ease infinite;
}

@media (max-width: 767px) {
  .s1__mission-item:first-child::after {
    background: url("../images/s1/s1-mission-item-1-2-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.s1__mission-item:last-child {
  margin-top: -117px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1699px) {
  .s1__mission-item:last-child {
    margin-top: -107px;
  }
}

@media (max-width: 1399px) {
  .s1__mission-item:last-child {
    margin-top: -85px;
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .s1__mission-item:last-child {
    margin-top: -75px;
  }
}

@media (max-width: 991px) {
  .s1__mission-item:last-child {
    margin-top: -65px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .s1__mission-item:last-child {
    width: 100%;
  }
}

.s1__mission-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s2 {
  background: url("../images/common/bg_04.jpg"), url("../images/common/bg_06.jpg"), url("../images/common/bg_05.jpg");
  background-size: auto,auto,auto;
  background-position: center top,center bottom,center top;
  background-repeat: no-repeat, no-repeat,repeat-y;
  padding-top: 30px;
  padding-bottom: 70px;
}

@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto,100% auto,100% auto;
  }
}

@media (max-width: 1399px) {
  .s2 {
    padding-top: 60px;
    background-size: 1750px auto,1750px auto,1750px auto;
  }
}

@media (max-width: 1199px) {
  .s2 {
    background-size: 1400px auto,1400px auto,1400px auto;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .s2 {
    background-size: 1000px auto,1000px auto,1000px auto;
  }
}

@media (max-width: 767px) {
  .s2 {
    background: #fa9251;
    padding-bottom: 40px;
  }
}

.s2__bg {
  background: url("../images/s2/s2-bg.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
  padding-top: 115px;
  padding-bottom: 85px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1699px) {
  .s2__bg {
    background-size: 1500px 100%;
    padding-bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .s2__bg {
    background-size: 1260px 100%;
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  .s2__bg {
    background-size: 1050px 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .s2__bg {
    background: transparent;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .s2__bg {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .s2 .container--lg {
    background: #825f4f;
    border: 20px solid #c38e76;
  }
}

@media (max-width: 767px) {
  .s2 .container--lg {
    border-width: 10px;
    width: calc( 100% - 30px);
  }
}

.s2__title {
  text-align: center;
  padding-left: 160px;
}

@media (max-width: 1399px) {
  .s2__title {
    padding-left: 80px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .s2__title {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .s2__title {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .s2__title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.s2__title img {
  margin-left: auto;
  margin-right: auto;
}

.s2__wrap {
  margin-top: 45px;
}

@media (max-width: 1399px) {
  .s2__wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .s2__wrap {
    margin-top: 0;
  }
}

.s2__wrap-item {
  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%;
  position: relative;
}

@media (max-width: 991px) {
  .s2__wrap-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s2__wrap-item::before {
  content: "";
  display: block;
  width: 1134px;
  height: 98px;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s2__wrap-item::before {
    width: 800px;
    height: 74px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item::before {
    width: 600px;
    height: 48px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item::before {
    width: 80%;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .s2__wrap-item::before {
    width: 100%;
    height: 10vw;
  }
}

.s2__wrap-item--1::before {
  background: url("../images/s2/s2-line-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.s2__wrap-item--2::before {
  background: url("../images/s2/s2-line-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.s2__wrap-item--3::before {
  background: url("../images/s2/s2-line-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.s2__wrap-item--1 {
  padding-left: 130px;
  padding-right: 150px;
}

@media (max-width: 1699px) {
  .s2__wrap-item--1 {
    padding-left: 30px;
    padding-right: 40px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.s2__wrap-item--1::before {
  left: calc( 50% - 567px);
  bottom: -76px;
}

@media (max-width: 1699px) {
  .s2__wrap-item--1::before {
    left: 20%;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--1::before {
    bottom: -35px;
    left: 25%;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--1::before {
    bottom: auto;
    top: 100px;
    left: 10%;
  }
}

@media (max-width: 480px) {
  .s2__wrap-item--1::before {
    left: 0;
  }
}

.s2__wrap-item--1 .s2__wrap-title {
  margin-top: 30px;
}

@media (min-width: 1400px) {
  .s2__wrap-item--1 .s2__wrap-title {
    width: 340px;
  }
}

@media (min-width: 1600px) {
  .s2__wrap-item--1 .s2__wrap-title {
    width: 356px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--1 .s2__wrap-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.s2__wrap-item--1 .s2__wrap-content {
  width: calc( 100% - 356px);
}

@media (max-width: 1699px) {
  .s2__wrap-item--1 .s2__wrap-content {
    width: calc( 100% - 340px);
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--1 .s2__wrap-content {
    width: calc( 100% - 240px);
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--1 .s2__wrap-content {
    width: 100%;
    margin-top: -20px;
  }
}

.s2__wrap-item--2 {
  margin-top: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1399px) {
  .s2__wrap-item--2 {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--2 {
    margin-top: 0;
  }
}

.s2__wrap-item--2::before {
  left: 120px;
  bottom: -66px;
}

@media (max-width: 1699px) {
  .s2__wrap-item--2::before {
    bottom: -76px;
    left: 30%;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--2::before {
    bottom: -30px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--2::before {
    bottom: auto;
    top: 100px;
    left: 10%;
  }
}

@media (max-width: 480px) {
  .s2__wrap-item--2::before {
    left: 0;
    top: 80px;
  }
}

.s2__wrap-item--2::after {
  content: "";
  display: block;
  width: 522px;
  height: 365px;
  background: url("../images/s2/s2-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50px;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s2__wrap-item--2::after {
    top: 70px;
    width: 360px;
    height: 260px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--2::after {
    width: 290px;
    height: 210px;
    left: 0;
  }
}

@media (max-width: 1199px) {
  .s2__wrap-item--2::after {
    left: -20px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--2::after {
    width: 110px;
    height: 144px;
    top: auto;
    bottom: 0px;
    left: 10px;
    background: url("../images/s2/s2-bear-2.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .s2__wrap-item--2::after {
    width: 80px;
    height: 106px;
    left: -25px;
  }
}

@media (max-width: 374px) {
  .s2__wrap-item--2::after {
    width: 20vw;
    height: 26vw;
  }
}

.s2__wrap-item--2 .s2__wrap-title {
  position: absolute;
  right: 0;
  bottom: -117px;
  z-index: 2;
}

@media (max-width: 1699px) {
  .s2__wrap-item--2 .s2__wrap-title {
    bottom: -90px;
    right: -10px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--2 .s2__wrap-title {
    bottom: -60px;
  }
}

@media (max-width: 1199px) {
  .s2__wrap-item--2 .s2__wrap-title {
    bottom: -40px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--2 .s2__wrap-title {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 3;
  }
}

.s2__wrap-item--2 .s2__wrap-content {
  width: 644px;
  margin-left: 240px;
  margin-right: 0;
}

@media (max-width: 1699px) {
  .s2__wrap-item--2 .s2__wrap-content {
    margin-left: 80px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--2 .s2__wrap-content {
    width: 51.5%;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--2 .s2__wrap-content {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .s2__wrap-item--2 .s2__item {
    margin-left: 9px;
    margin-right: 9px;
  }
}

.s2__wrap-item--3 {
  margin-top: 80px;
  padding-left: 15px;
}

@media (max-width: 1699px) {
  .s2__wrap-item--3 {
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--3 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.s2__wrap-item--3::before {
  display: none;
}

.s2__wrap-item--3::after {
  content: "";
  display: block;
  width: 252px;
  height: 330px;
  background: url("../images/s2/s2-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -48px;
  right: 340px;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s2__wrap-item--3::after {
    width: 180px;
    height: 236px;
    bottom: -62px;
    right: auto;
    left: 120px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--3::after {
    width: 140px;
    height: 184px;
    bottom: -40px;
    left: 70px;
  }
}

@media (max-width: 1199px) {
  .s2__wrap-item--3::after {
    left: 50px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--3::after {
    background: url("../images/s2/s2-bear-1.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 200px;
    height: 140px;
    top: 60px;
    left: 0;
    z-index: 3;
  }
}

@media (max-width: 767px) {
  .s2__wrap-item--3::after {
    left: auto;
    right: calc( 50vw - 260px);
    top: 130px;
    width: 150px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .s2__wrap-item--3::after {
    top: 82px;
    right: calc( 50vw - 200px);
  }
}

@media (max-width: 374px) {
  .s2__wrap-item--3::after {
    top: 24vw;
    width: 34vw;
    height: 24vw;
    right: -5vw;
  }
}

@media (max-width: 1699px) {
  .s2__wrap-item--3 .s2__wrap-title {
    position: absolute;
    left: 30px;
    top: -70px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--3 .s2__wrap-title {
    top: -20px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--3 .s2__wrap-title {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s2__wrap-item--3 .s2__wrap-title {
    margin-left: calc( 50vw - 190px);
  }
}

@media (max-width: 480px) {
  .s2__wrap-item--3 .s2__wrap-title {
    margin-left: calc( 50vw - 200px);
  }
}

@media (max-width: 374px) {
  .s2__wrap-item--3 .s2__wrap-title {
    margin-left: calc( 50vw - 160px);
  }
}

.s2__wrap-item--3 .s2__wrap-content {
  width: 77%;
}

@media (max-width: 1699px) {
  .s2__wrap-item--3 .s2__wrap-content {
    width: 72%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 1399px) {
  .s2__wrap-item--3 .s2__wrap-content {
    width: 76.4%;
  }
}

@media (max-width: 991px) {
  .s2__wrap-item--3 .s2__wrap-content {
    width: 100%;
    margin-top: -30px;
  }
}

.s2__wrap-item--3 .s2__item:nth-child(3) {
  margin-left: 285px;
  margin-right: 15px;
}

@media (max-width: 1699px) {
  .s2__wrap-item--3 .s2__item:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
}

.s2__wrap-title {
  pointer-events: none;
}

@media (max-width: 1399px) {
  .s2__wrap-title {
    width: 240px;
  }
}

@media (max-width: 1199px) {
  .s2__wrap-title {
    width: 210px;
  }
}

@media (max-width: 991px) {
  .s2__wrap-title {
    position: relative;
    z-index: 3;
    width: 240px;
  }
}

@media (max-width: 480px) {
  .s2__wrap-title {
    width: 190px;
  }
}

@media (max-width: 374px) {
  .s2__wrap-title {
    width: 160px;
  }
}

.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .s2__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (hover: hover) {
  .s2__item:hover {
    -webkit-animation: ani-btn 0.8s ease infinite;
            animation: ani-btn 0.8s ease infinite;
  }
}

@media (max-width: 1399px) {
  .s2__item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media (max-width: 991px) {
  .s2__item {
    width: calc( 50% - 8px);
  }
}

@media (max-width: 767px) {
  .s2__item {
    width: 304px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.s3 {
  background: url("../images/common/bg_07.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1004px;
  padding-top: 70px;
}

@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}

@media (max-width: 1399px) {
  .s3 {
    background-size: 1750px auto;
    min-height: auto;
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .s3 {
    background-size: 1400px auto;
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .s3 {
    background-size: 1100px auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .s3 {
    background: url("../images/s3/s3-bg.jpg");
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 40px;
  }
}

.s3::before {
  content: "";
  display: block;
  width: 266px;
  height: 404px;
  background: url("../images/s3/s3-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: calc( 50% - 133px);
  bottom: 170px;
}

@media (max-width: 1399px) {
  .s3::before {
    bottom: 150px;
    width: 220px;
    height: 340px;
    left: calc( 50% - 115px);
  }
}

@media (max-width: 1199px) {
  .s3::before {
    bottom: 120px;
    width: 180px;
    height: 300px;
    left: calc( 50% - 90px);
  }
}

@media (max-width: 991px) {
  .s3::before {
    bottom: 80px;
    width: 140px;
    height: 240px;
    left: calc( 50% - 70px);
  }
}

@media (max-width: 767px) {
  .s3::before {
    bottom: 80px;
  }
}

.s3::after {
  content: "";
  display: block;
  width: 266px;
  height: 404px;
  background: url("../images/s3/s3-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: calc( 50% - 133px);
  bottom: 170px;
  -webkit-animation: ani-s1-title-icon 0.8s ease infinite;
          animation: ani-s1-title-icon 0.8s ease infinite;
}

@media (max-width: 1399px) {
  .s3::after {
    bottom: 150px;
    width: 220px;
    height: 340px;
    left: calc( 50% - 115px);
  }
}

@media (max-width: 1199px) {
  .s3::after {
    bottom: 120px;
    width: 180px;
    height: 300px;
    left: calc( 50% - 90px);
  }
}

@media (max-width: 991px) {
  .s3::after {
    bottom: 80px;
    width: 140px;
    height: 240px;
    left: calc( 50% - 70px);
  }
}

.s3__title {
  text-align: center;
}

@media (max-width: 1399px) {
  .s3__title {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .s3__title {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .s3__title {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .s3__title {
    width: 260px;
  }
}

.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%;
  padding-left: 125px;
  padding-right: 125px;
}

@media (max-width: 1399px) {
  .s3__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .s3__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .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;
    margin-top: 70px;
  }
}

.s3__item {
  display: block;
  width: 360px;
  height: 500px;
  position: relative;
}

@media (max-width: 1399px) {
  .s3__item {
    width: 300px;
    height: 414px;
  }
}

@media (max-width: 1199px) {
  .s3__item {
    width: 270px;
    height: 380px;
  }
}

@media (max-width: 991px) {
  .s3__item {
    width: 210px;
    height: 310px;
  }
}

@media (max-width: 767px) {
  .s3__item {
    background: -webkit-gradient(linear, left top, left bottom, from(#7f500f), to(#9e805e));
    background: linear-gradient(to bottom, #7f500f 0%, #9e805e 100%);
    border: 10px solid #e2b275;
    width: 270px;
    height: 380px;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 10px 10px;
  }
}

.s3__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.s3__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.s3__item:nth-child(1)::before {
  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)::before {
  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-s1-title-icon 0.8s ease infinite;
            animation: ani-s1-title-icon 0.8s ease infinite;
  }
}

@media (max-width: 767px) {
  .s3__item:first-child {
    margin-top: 0;
  }
}

.s3__btn {
  width: 502px;
  display: block;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .s3__btn {
    width: 460px;
  }
}

@media (max-width: 1199px) {
  .s3__btn {
    margin-top: 80px;
    width: 380px;
  }
}

@media (max-width: 991px) {
  .s3__btn {
    width: 320px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .s3__btn {
    margin-top: 240px;
  }
}

@media (max-width: 480px) {
  .s3__btn {
    width: 100%;
  }
}

.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(-20px);
          transform: translateY(-20px);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.offset--y2 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 1399px) {
  .offset--y2 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

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

@media (max-width: 767px) {
  .offset--y2 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

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

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

.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;
  }
}

.gotop:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes ani-s1-title-icon {
  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-s1-title-icon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(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);
  }
}
