@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Serif TC", serif;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans TC", "PingFang TC", "微軟正黑體", "Heiti TC", "Apple LiGothic", sans-serif;
}

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

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

.blur {
  filter: brightness(30%);
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 1245px) {
  .wrapper {
    padding-top: 7.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 84px;
  }
}
.wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.wrapper .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.wrapper .header .content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .header .content {
    padding: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .header .content {
    padding: 20px;
  }
}
.wrapper .header .content .logo {
  width: 300px;
  margin-right: auto;
}
@media (max-width: 1245px) {
  .wrapper .header .content .logo {
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .wrapper .header .content .logo {
    width: 204px;
  }
}
.wrapper .header .content .logo img {
  width: 100%;
  max-width: 100%;
}
.wrapper .header .content .hamburger-btn {
  display: none;
  padding: 33px 30px;
  cursor: pointer;
  z-index: 15;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .wrapper .header .content .hamburger-btn {
    display: block;
    padding: 20px 5px;
  }
}
.wrapper .header .content .hamburger-btn .hamburger-menu,
.wrapper .header .content .hamburger-btn .hamburger-menu:after,
.wrapper .header .content .hamburger-btn .hamburger-menu:before {
  width: 50px;
  height: 5px;
  border-radius: 25px;
}
@media (max-width: 1245px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu,
  .wrapper .header .content .hamburger-btn .hamburger-menu:after,
  .wrapper .header .content .hamburger-btn .hamburger-menu:before {
    width: 5vw;
    height: 0.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu,
  .wrapper .header .content .hamburger-btn .hamburger-menu:after,
  .wrapper .header .content .hamburger-btn .hamburger-menu:before {
    width: 50px;
    height: 4px;
  }
}
.wrapper .header .content .hamburger-btn .hamburger-menu {
  position: relative;
  display: block;
  background: #35a36f;
  transition: all 0ms 300ms;
}
.wrapper .header .content .hamburger-btn .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #35a36f;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1245px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu::before {
    bottom: 1.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu::before {
    bottom: 15px;
  }
}
.wrapper .header .content .hamburger-btn .hamburger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #35a36f;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1245px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu::after {
    top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .header .content .hamburger-btn .hamburger-menu::after {
    top: 15px;
  }
}
.wrapper .fixed-Btn {
  position: fixed;
  display: none;
  width: 8%;
  right: 30px;
  bottom: 30px;
  z-index: 8;
}
@media (max-width: 1245px) {
  .wrapper .fixed-Btn {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .wrapper .fixed-Btn {
    width: 20%;
  }
}
.wrapper .menu {
  position: fixed;
  z-index: 99;
  overflow: hidden;
  font-family: "Noto Sans TC", "PingFang TC", "微軟正黑體", "Heiti TC", "Apple LiGothic", sans-serif;
  box-sizing: border-box;
  width: 760px;
  padding: 30px 0;
  top: 0;
  left: calc(50% - 160px);
}
@media (max-width: 1245px) {
  .wrapper .menu {
    width: 62%;
    padding: 2.2vw 0;
    left: 40vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu {
    padding: 50px;
    width: 68%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 100vw;
    max-width: 100%;
    border-radius: 0 0 0 30px;
    background: linear-gradient(180deg, #34a370, #1e7161);
    transition: left 0.5s ease;
  }
}
.wrapper .menu.active {
  left: 33vw;
  transition: left 0.5s ease;
}
.wrapper .menu .arrow-btn {
  display: none;
  width: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 1245px) {
  .wrapper .menu .arrow-btn {
    width: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu .arrow-btn {
    display: block;
    width: 5vw;
    margin-bottom: 4vw;
  }
}
.wrapper .menu .arrow-btn img {
  width: 100%;
  max-width: 100%;
}
.wrapper .menu ul {
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wrapper .menu ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
  }
}
.wrapper .menu ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .menu ul li {
    padding: 0 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu ul li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wrapper .menu ul li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #2f7769;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrapper .menu ul li::after {
    display: none;
  }
}
.wrapper .menu ul li:last-child::after {
  display: none;
}
.wrapper .menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 5px;
  color: #0c0c0c;
  opacity: 0.8;
}
@media (max-width: 1245px) {
  .wrapper .menu ul li a {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu ul li a {
    font-size: 6vw;
    margin-bottom: 4vw;
    padding-bottom: 0;
    color: #fff;
    opacity: 1;
  }
}
.wrapper .menu ul li a:hover {
  color: #2f7769;
}
@media (min-width: 767px) {
  .wrapper .menu ul li a:hover::before {
    right: 0;
  }
}
.wrapper .menu ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2f7769;
  height: 2px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  .wrapper .menu ul li a::before {
    background: #fff;
  }
}
.wrapper .menu ul li ul {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wrapper .menu ul li ul {
    display: block;
    margin-bottom: 4vw;
  }
}
.wrapper .menu ul li ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .wrapper .menu ul li ul li a {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu ul li ul li a {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}
.wrapper .menu .lion {
  position: absolute;
  width: 69%;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
}
@media (max-width: 1245px) {
  .wrapper .menu .lion {
    width: 25vw;
  }
}
@media (max-width: 767px) {
  .wrapper .menu .lion {
    display: block;
    width: 80vw;
    right: -18vw;
    bottom: -15vw;
  }
}
.wrapper .menu .lion img {
  width: 100%;
  max-width: 100%;
}
.wrapper .kv {
  position: relative;
  width: 100%;
}
.wrapper .kv .kv-bottom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #34a370, #1e7161);
}
.wrapper .kv .kv-bottom .text {
  position: relative;
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  padding-left: 11vw;
}
@media (max-width: 767px) {
  .wrapper .kv .kv-bottom .text {
    width: 90%;
    padding-left: 25vw;
  }
}
.wrapper .kv .kv-bottom .text .icon {
  position: absolute;
  width: 11vw;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .wrapper .kv .kv-bottom .text .icon {
    width: 25vw;
  }
}
.wrapper .kv .kv-bottom .text p {
  font-size: 1.7vw;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrapper .kv .kv-bottom .text p {
    font-size: 6vw;
  }
}
.wrapper .main {
  overflow: hidden;
}
.wrapper .main .content {
  position: relative;
  width: 1200px;
  max-width: 100%;
  padding-top: 65px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .main .content {
    padding-top: 10vw;
  }
}
.wrapper .main .content .l-title {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 120px;
  background: linear-gradient(0deg, #cfa975, #f1e1c0);
  border-radius: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .main .content .l-title {
    padding: 3vw 5vw 3vw 18vw;
    margin-bottom: 6vw;
  }
}
.wrapper .main .content .l-title::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 118px;
  background-image: url(../img/title-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: -41%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrapper .main .content .l-title::before {
    width: 35vw;
    height: 18vw;
  }
}
.wrapper .main .content .l-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #363229;
}
@media (max-width: 1245px) {
  .wrapper .main .content .l-title h1 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .l-title h1 {
    font-size: 6.3vw;
  }
}
.wrapper .main .content .text {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper .main .content .text {
    margin-bottom: 3vw;
    padding: 0 5vw;
  }
}
.wrapper .main .content .text h2 {
  font-size: 64px;
  text-align: center;
  color: #2f7769;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1245px) {
  .wrapper .main .content .text h2 {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .text h2 {
    font-size: 6.3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .text h2.large {
    font-size: 8vw;
  }
}
.wrapper .main .content .text p {
  font-size: 40px;
  text-align: center;
  color: #2f7769;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1245px) {
  .wrapper .main .content .text p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .text p {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
}
.wrapper .main .content .text p.bold {
  font-weight: bold;
}
.wrapper .main .content .text p.left {
  text-align: left;
}
.wrapper .main .content .text p.black {
  color: #000;
}
.wrapper .main .content .text p.black::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #2f7769 transparent transparent transparent;
  margin-right: 10px;
}
@media (max-width: 1245px) {
  .wrapper .main .content .text p.black::before {
    border-width: 2vw 1.2vw 0 1.2vw;
    margin-right: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .text p.black::before {
    border-width: 3vw 1.8vw 0 1.8vw;
    margin-right: 2vw;
    vertical-align: 0.5vw;
  }
}
.wrapper .main .content .text p.black::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #2f7769 transparent transparent transparent;
  margin-left: 10px;
}
@media (max-width: 1245px) {
  .wrapper .main .content .text p.black::after {
    border-width: 2vw 1.2vw 0 1.2vw;
    margin-left: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .main .content .text p.black::after {
    border-width: 3vw 1.8vw 0 1.8vw;
    margin-left: 2vw;
    vertical-align: 0.5vw;
  }
}
.wrapper .section {
  position: relative;
}
.wrapper .section.game {
  background: #f6ffec;
}
.wrapper .section.game .main {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wrapper .section.game .main {
    padding-bottom: 20vw;
  }
}
.wrapper .section.game .main.g01 {
  background-image: url("../img/game-bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper .section.game .main.g02 {
  background-image: url("../img/game-bg-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper .section.game .main.g03 {
  background-image: url("../img/game-bg-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper .section.game .main .step {
  display: none;
}
.wrapper .section.game .main .step.active {
  display: block;
}
.wrapper .section.game .main .step .game-kv {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .game-kv {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv {
    width: 80%;
  }
}
.wrapper .section.game .main .step .game-kv .game-result {
  border-radius: 20px;
  border: 2px solid #2f7769;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv.md-w-100 {
    width: 100%;
  }
}
.wrapper .section.game .main .step .game-kv > p {
  position: absolute;
  width: 100%;
  font-size: 38px;
  color: #2f7769;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .game-kv > p {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv > p {
    font-size: 5vw;
  }
}
.wrapper .section.game .main .step .game-kv .lion {
  position: absolute;
  width: 52%;
  right: -30%;
  bottom: -8%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .lion {
    bottom: 21%;
  }
}
.wrapper .section.game .main .step .game-kv .c1 {
  position: absolute;
  width: 32%;
  left: -14%;
  top: 16%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .c1 {
    width: 48%;
    left: -34%;
    top: -12%;
  }
}
.wrapper .section.game .main .step .game-kv .c2 {
  position: absolute;
  width: 32%;
  left: -14%;
  top: 70%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .c2 {
    left: -20%;
    top: 74%;
  }
}
.wrapper .section.game .main .step .game-kv .lion-02 {
  position: absolute;
  width: 49%;
  left: -30%;
  top: 14%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .lion-02 {
    display: none;
  }
}
.wrapper .section.game .main .step .game-kv .lion-03 {
  position: absolute;
  width: 38%;
  left: -38%;
  top: 21%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .lion-03 {
    display: none;
  }
}
.wrapper .section.game .main .step .game-kv .lion-04 {
  position: absolute;
  width: 37%;
  right: -40%;
  top: -3%;
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .lion-04 {
    display: none;
  }
}
.wrapper .section.game .main .step .game-kv .choose-text {
  position: absolute;
  width: 32%;
  top: 10%;
  left: 51%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .choose-text {
    width: 53%;
  }
}
.wrapper .section.game .main .step .game-kv .choose-text .choose-btn {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
.wrapper .section.game .main .step .game-kv .choose-text .choose-btn span {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #f6e9c1;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn span {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn span {
    width: 7vw;
    height: 7vw;
    margin-right: 4vw;
  }
}
.wrapper .section.game .main .step .game-kv .choose-text .choose-btn span.active::before {
  opacity: 1;
}
.wrapper .section.game .main .step .game-kv .choose-text .choose-btn span::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: linear-gradient(to left, #cfa975, #d3b07f, #f1e1c0);
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn span::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .game-kv .choose-text .choose-btn span::before {
    width: 7vw;
    height: 7vw;
  }
}
.wrapper .section.game .main .step .next-btn {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #34a370, #1e7161);
  padding: 20px 40px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.3s ease all;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .next-btn {
    font-size: 3.2vw;
    padding: 1.8vw 3.2vw;
  }
}
@media (min-width: 767px) {
  .wrapper .section.game .main .step .next-btn:hover {
    transform: scale(0.9);
    transition: 0.3s ease all;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .next-btn {
    font-size: 6.5vw;
    padding: 3vw 12vw;
  }
}
.wrapper .section.game .main .step .btn {
  width: 800px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .btn {
    width: 65%;
    margin: 0 auto 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .btn {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 4vw;
  }
}
.wrapper .section.game .main .step .btn a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #34a370, #1e7161);
  padding: 20px 40px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.3s ease all;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .btn a {
    font-size: 2.8vw;
    padding: 1.8vw 3.2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .btn a {
    font-size: 6vw;
    padding: 3vw 7vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 767px) {
  .wrapper .section.game .main .step .btn a:hover {
    transform: scale(0.9);
    transition: 0.3s ease all;
  }
}
.wrapper .section.game .main .step .point {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1245px) {
  .wrapper .section.game .main .step .point {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.game .main .step .point {
    font-size: 4.5vw;
  }
}
.wrapper .section.game .main .step .point span.pc {
  display: inline-block !important;
}
.wrapper .section.weal {
  background: #f6ffec;
}
.wrapper .section.weal .main {
  background-image: url("../img/weal-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .wrapper .section.weal .main {
    background-image: url("../img/weal-bg_m.jpg");
  }
}
.wrapper .section.weal .main .text {
  margin-bottom: 80px;
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .text {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .text {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .text h2 {
    text-align: justify;
  }
}
.wrapper .section.weal .main .weal-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 60px 50px;
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all {
    padding: 8vw 5vw 5vw 8vw;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.wrapper .section.weal .main .weal-all .weal-item {
  width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .weal-all .weal-item {
    margin-bottom: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all .weal-item {
    width: 100%;
    margin-bottom: 12vw;
  }
}
.wrapper .section.weal .main .weal-all .weal-item.pos-x {
  transform: translateX(-44px);
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .weal-all .weal-item.pos-x {
    transform: translateX(-3.5vw);
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all .weal-item.pos-x {
    transform: translateX(-7vw);
  }
}
.wrapper .section.weal .main .weal-all .weal-item .icon {
  height: 180px;
  margin-right: 30px;
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .weal-all .weal-item .icon {
    height: 13vw;
    margin-right: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all .weal-item .icon {
    height: 28vw;
    margin-right: 4vw;
  }
}
.wrapper .section.weal .main .weal-all .weal-item .icon.pos-x {
  transform: translateX(-44px);
}
.wrapper .section.weal .main .weal-all .weal-item .icon img {
  width: auto;
  height: 100%;
  max-width: max-content;
}
.wrapper .section.weal .main .weal-all .weal-item h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2f7769;
  margin-bottom: 10px;
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .weal-all .weal-item h2 {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all .weal-item h2 {
    font-size: 6.5vw;
  }
}
.wrapper .section.weal .main .weal-all .weal-item p {
  font-size: 24px;
  line-height: 1.5;
  color: #2f7769;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .wrapper .section.weal .main .weal-all .weal-item p {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.weal .main .weal-all .weal-item p {
    font-size: 4.5vw;
  }
}
.wrapper .section.job {
  background: #f6ffec;
}
.wrapper .section.job .main {
  background-image: url("../img/job-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background: linear-gradient(to bottom, #f6ffec 70%, #c1e3e7 100%);
}
@media (max-width: 767px) {
  .wrapper .section.job .main {
    background-image: none;
    background: linear-gradient(to bottom, #f6ffec, #cde9e8 70%);
  }
}
.wrapper .section.job .main .bg {
  position: absolute;
  width: 3000px;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .wrapper .section.job .main .bg {
    display: none;
  }
}
.wrapper .section.job .main .content {
  position: relative;
}
.wrapper .section.job .main .content .job-all {
  width: 92%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .job-all {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 5vw;
  }
}
.wrapper .section.job .main .content .job-all .job-item {
  position: relative;
  width: 49%;
  margin-bottom: 100px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .job-all .job-item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media (min-width: 767px) {
  .wrapper .section.job .main .content .job-all .job-item:hover {
    transform: translateY(-20px);
    transition: 0.3s ease;
  }
}
.wrapper .section.job .main .content .job-all .job-item .info {
  position: absolute;
  z-index: 2;
  width: 60%;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .section.job .main .content .job-all .job-item .info.gold h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #cfa975, #f1e1c0);
}
.wrapper .section.job .main .content .job-all .job-item .info h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1245px) {
  .wrapper .section.job .main .content .job-all .job-item .info h2 {
    font-size: 2.8vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .job-all .job-item .info h2 {
    font-size: 6.3vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.wrapper .section.job .main .content .job-all .job-item .info h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.wrapper .section.job .main .content .job-all .job-item .info p {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 1245px) {
  .wrapper .section.job .main .content .job-all .job-item .info p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .job-all .job-item .info p {
    font-size: 4.5vw;
  }
}
.wrapper .section.job .main .content .lion {
  position: absolute;
  width: 25%;
  top: 45%;
  right: -20%;
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .lion {
    display: none;
  }
}
.wrapper .section.job .main .content .lion-02 {
  position: absolute;
  width: 23%;
  top: 75%;
  left: -16%;
}
@media (max-width: 767px) {
  .wrapper .section.job .main .content .lion-02 {
    display: none;
  }
}
.wrapper .section.qa .main {
  background: #f6ffec;
  background-image: url("../img/qa-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main {
    padding-bottom: 10vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main {
    padding-bottom: 15vw;
  }
}
.wrapper .section.qa .main .tab-all {
  width: 740px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-all {
    padding: 0 3vw;
    margin: 0 auto 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-all {
    padding: 0 8vw;
    margin: 0 auto 8vw;
  }
}
.wrapper .section.qa .main .tab-all .tab-item {
  text-decoration: none;
  width: 50%;
  padding: 20px;
  font-size: 30px;
  box-sizing: border-box;
  color: #939393;
  font-weight: bold;
  background: linear-gradient(to bottom, #cfefe5, #d2f8ba);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-all .tab-item {
    font-size: 2.5vw;
    padding: 1vw 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-all .tab-item {
    font-size: 6.3vw;
    padding: 2vw 4vw;
  }
}
.wrapper .section.qa .main .tab-all .tab-item.active {
  color: #fff;
  background: linear-gradient(to bottom, #34a370, #1e7161);
}
.wrapper .section.qa .main .tab-content {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  display: none;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-content {
    padding: 0 3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-content {
    padding: 0 8vw;
  }
}
.wrapper .section.qa .main .tab-content.active {
  display: block;
}
.wrapper .section.qa .main .tab-content .qa-item {
  margin-bottom: 50px;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-content .qa-item {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-content .qa-item {
    margin-bottom: 8vw;
  }
}
.wrapper .section.qa .main .tab-content .qa-item .question {
  position: relative;
  background-color: #2f7769;
}
.wrapper .section.qa .main .tab-content .qa-item .question .icon {
  position: absolute;
  width: 60px;
  top: -30px;
  left: -30px;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-content .qa-item .question .icon {
    width: 4.5vw;
    top: -2vw;
    left: -2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-content .qa-item .question .icon {
    width: 12vw;
    top: -6vw;
    left: -6vw;
  }
}
.wrapper .section.qa .main .tab-content .qa-item .question h2 {
  font-size: 30px;
  padding: 20px 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-content .qa-item .question h2 {
    font-size: 2.8vw;
    padding: 1.5vw 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-content .qa-item .question h2 {
    font-size: 6.3vw;
    padding: 4vw 6vw;
  }
}
.wrapper .section.qa .main .tab-content .qa-item .answer {
  background: linear-gradient(to bottom, #f6ffec 50%, #c1e3e7 100%);
  border-radius: 0 0 20px 20px;
}
.wrapper .section.qa .main .tab-content .qa-item .answer p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 60px;
  color: #2f7769;
}
@media (max-width: 1245px) {
  .wrapper .section.qa .main .tab-content .qa-item .answer p {
    font-size: 1.8vw;
    padding: 1.5vw 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.qa .main .tab-content .qa-item .answer p {
    font-size: 4.5vw;
    padding: 4vw 6vw;
  }
}
.wrapper .section.qa .main .tab-content .qa-item .answer a {
  color: #2f7769;
}
.wrapper .section.ma .main {
  background: #f6ffec;
  background: linear-gradient(to bottom, #f6ffec 70%, #c1e3e7 100%);
  padding-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main {
    padding: 0 4vw 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main {
    padding: 0 6vw 5vw;
  }
}
.wrapper .section.ma .main .bg-c {
  position: absolute;
  left: 0;
  width: 25%;
  top: 67%;
  z-index: 0;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .bg-c {
    display: none;
  }
}
.wrapper .section.ma .main .content {
  position: relative;
  z-index: 1;
}
.wrapper .section.ma .main .feature {
  padding-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature {
    margin-bottom: 8vw;
    padding: 5vw 0 0;
  }
}
.wrapper .section.ma .main .feature ul li {
  position: relative;
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  background-color: #2f7769;
  padding: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .feature ul li {
    font-size: 2.8vw;
    padding: 4vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li {
    font-size: 5.5vw;
    padding: 3vw 4vw;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(odd) {
  background-color: #34a370;
  text-align: right;
}
.wrapper .section.ma .main .feature ul li:nth-child(1) {
  padding-left: 20vw;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(1) {
    padding-left: 25vw;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(1) .icon {
  width: 25%;
  bottom: 0;
  left: 5%;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(1) .icon {
    left: -5%;
    width: 40%;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(2) {
  padding-right: 15vw;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(2) {
    padding-right: 25vw;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(2) .icon {
  width: 15%;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(2) .icon {
    width: 20%;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(3) {
  padding-left: 18vw;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(3) {
    padding-left: 20vw;
    text-align: left;
  }
}
.wrapper .section.ma .main .feature ul li:nth-child(3) .icon {
  width: 23%;
  bottom: 0;
  left: 5%;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature ul li:nth-child(3) .icon {
    left: -6%;
    width: 28%;
    bottom: 46%;
  }
}
.wrapper .section.ma .main .feature ul li .icon {
  position: absolute;
}
.wrapper .section.ma .main .feature p {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #2f7769;
  padding: 50px 0;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .feature p {
    font-size: 2.8vw;
    padding: 4vw 0;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .feature p {
    font-size: 6.5vw;
  }
}
.wrapper .section.ma .main .career {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrapper .section.ma .main .career p {
  padding: 20px 30px;
  border-radius: 0 50px 50px 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career p {
    padding: 2vw 3vw;
    font-size: 2.8vw;
    border-radius: 0 5vw 5vw 0;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career p {
    font-size: 6vw;
    padding: 3.5vw 4.5vw;
    border-radius: 0 8vw 8vw 0;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .career p:nth-child(1) {
  background-color: #34a370;
}
.wrapper .section.ma .main .career p:nth-child(3) {
  background-color: #2f7769;
}
.wrapper .section.ma .main .career p:nth-child(6) {
  background-color: #d4b080;
}
.wrapper .section.ma .main .career p:nth-child(8) {
  color: #2f7769;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
}
.wrapper .section.ma .main .career .arrow {
  width: 30px;
  margin: 0 20px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career .arrow {
    width: 2vw;
    margin: 0 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career .arrow {
    width: 5vw;
    margin: 0 3vw 4vw;
  }
}
.wrapper .section.ma .main .career-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 200px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item {
    margin-bottom: 15vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrapper .section.ma .main .career-item .item {
  position: relative;
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 40px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item {
    width: 70%;
    margin: 0 auto 8vw;
  }
}
.wrapper .section.ma .main .career-item .item .career-text {
  border-radius: 150px 150px 0 0;
  background: linear-gradient(to bottom, #34a370, #1e7161);
  padding: 40px 50px 60px;
  box-sizing: border-box;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item .career-text {
    border-radius: 12vw 12vw 0 0;
    padding: 4vw 5vw 5vw;
    min-height: 32vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item .career-text {
    padding: 8vw 5vw 5vw;
    min-height: 50vw;
  }
}
.wrapper .section.ma .main .career-item .item .career-text .number {
  width: 55px;
  margin: 0 auto 50px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item .career-text .number {
    width: 5vw;
    margin: 0 auto 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item .career-text .number {
    width: 12vw;
    margin: 0 auto 5vw;
  }
}
.wrapper .section.ma .main .career-item .item .career-text h3 {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin: auto 0;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item .career-text h3 {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item .career-text h3 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
.wrapper .section.ma .main .career-item .item p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color: #0c0c0c;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item p {
    font-size: 2.8vw;
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item p {
    font-size: 6.5vw;
    padding: 4vw;
  }
}
.wrapper .section.ma .main .career-item .item .lion {
  position: absolute;
  width: 63%;
  bottom: 0;
  left: -32%;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item .lion {
    display: none;
  }
}
.wrapper .section.ma .main .career-item .item .lion02 {
  position: absolute;
  width: 55%;
  top: -20%;
  right: -25%;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .career-item .item .lion02 {
    display: none;
  }
}
.wrapper .section.ma .main .career-item .item .lion03 {
  display: none;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item .lion03 {
    position: absolute;
    display: block;
    width: 63%;
    bottom: 0;
    left: -32%;
  }
}
.wrapper .section.ma .main .career-item .item .lion04 {
  display: none;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .career-item .item .lion04 {
    position: absolute;
    display: block;
    width: 60%;
    top: -22%;
    right: -45%;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career {
    margin-top: 10vw;
  }
}
.wrapper .section.ma .main .ma-career .title {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #2f7769;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .title {
    width: 88vw;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto 6vw;
  }
}
.wrapper .section.ma .main .ma-career .title.ai-title {
  border: 2px solid #cfa975;
}
.wrapper .section.ma .main .ma-career .title.ai-title h3 {
  color: #000;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
}
.wrapper .section.ma .main .ma-career .title.ai-title p {
  color: #000;
}
.wrapper .section.ma .main .ma-career .title h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  padding: 20px 30px;
  background: linear-gradient(to bottom, #34a370, #1e7161);
  white-space: nowrap;
  box-sizing: border-box;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .title h3 {
    font-size: 3vw;
    padding: 2vw 3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .title h3 {
    font-size: 6vw;
  }
}
.wrapper .section.ma .main .ma-career .title p {
  font-size: 24px;
  line-height: 1.3;
  padding: 20px;
  color: #2f7769;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .title p {
    font-size: 2vw;
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .title p {
    font-size: 4.5vw;
    padding: 4vw 12vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step {
    width: 100%;
    box-sizing: border-box;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step {
    padding: 3.5vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step {
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(1) {
  width: 50%;
  background-color: #34a370;
  color: #fff;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(1) {
    width: 100%;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) {
  width: 60%;
  background-color: #2f7769;
  color: #fff;
  margin-left: 28%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .lion {
  position: absolute;
  width: 57%;
  right: -20%;
  bottom: -18%;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .lion {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .lion02 {
  position: absolute;
  width: 38%;
  left: -61%;
  top: -45%;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .lion02 {
    left: -55%;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .lion02 {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .arrow {
  position: absolute;
  width: 60px;
  left: -13%;
  top: 0;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .arrow {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(2) .arrow {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(3) {
  width: 48%;
  color: #000;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(3) {
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(3) .arrow {
  position: absolute;
  width: 60px;
  top: -45px;
  right: -9%;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(3) .arrow {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(3) .arrow {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(4) {
  width: 48%;
  background: linear-gradient(to bottom, #34a370, #1e7161);
  color: #fff;
  margin-left: auto;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(4) {
    width: 49%;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) {
  width: 100%;
  background-color: #ffac3e;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: self-start;
        align-items: self-start;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) h4 {
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) h4 {
    margin-bottom: 2vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) p {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) p span {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) p span {
    padding-left: 0;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) .arrow {
  position: absolute;
  width: 60px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) .arrow {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step:nth-child(5) .arrow {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step h4 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step h4 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step h4 span {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step h4 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step h4 span {
    font-size: 5.5vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step p {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step p {
    font-size: 4.5vw;
  }
}
.wrapper .section.ma .main .ma-career .ma-career-step .step p span {
  font-size: 20px;
  display: block;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step p span {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ma-career-step .step p span {
    font-size: 4.2vw;
  }
}
.wrapper .section.ma .main .ma-career hr {
  width: 100%;
  height: 3px;
  background-color: #2f7769;
  margin: 80px 0 100px;
  border: none;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career hr {
    margin: 8vw 0 10vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career hr {
    width: 88vw;
    margin: 8vw auto;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step {
    width: 100%;
    box-sizing: border-box;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step {
  position: relative;
  padding: 40px 60px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step {
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) {
  width: 42%;
  background-color: #f6ffec;
  color: #2f7769;
  border: 3px solid #34a370;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) {
    width: 100%;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) .arrow {
  position: absolute;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) .arrow {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) .arrow {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) .c01 {
  position: absolute;
  width: 46%;
  right: -52%;
  bottom: -5%;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(1) .c01 {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) {
  width: 65%;
  background: linear-gradient(to bottom, #cfefe5, #d2f8ba);
  color: #2f7769;
  margin: 0 auto 80px;
  border: 3px solid #2f7769;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) {
    width: 100%;
    margin: 0 auto 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) .lion {
  position: absolute;
  width: 55%;
  right: -39%;
  bottom: 4%;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) .lion {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) .arrow {
  position: absolute;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) .arrow {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(2) .arrow {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(3) {
  width: 50%;
  color: #000;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
  margin: 0 0 60px auto;
  border: 3px solid #2f7769;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(3) {
    width: 100%;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(3) .lion02 {
  position: absolute;
  width: 64%;
  left: -113%;
  bottom: 0;
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step:nth-child(3) .lion02 {
    display: none;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step h4 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step h4 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step h4 span {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step h4 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step h4 span {
    font-size: 5.5vw;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step p {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step p {
    font-size: 4.5vw;
  }
}
.wrapper .section.ma .main .ma-career .ai-career-step .step p span {
  font-size: 20px;
  display: block;
}
@media (max-width: 1245px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step p span {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.ma .main .ma-career .ai-career-step .step p span {
    font-size: 4.2vw;
  }
}
.wrapper .section.about .main {
  position: relative;
  background: linear-gradient(to bottom, #f6ffec 85%, #c1e3e7 100%);
  padding-bottom: 100px;
  z-index: 0;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main {
    padding: 0 4vw 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main {
    padding: 0 6vw 5vw;
  }
}
.wrapper .section.about .main .bg {
  position: absolute;
  width: 2600px;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .text {
    padding: 0;
  }
}
.wrapper .section.about .main .dendrogram {
  margin-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .dendrogram {
    margin-bottom: 5vw;
  }
}
.wrapper .section.about .main .dendrogram .introduction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.wrapper .section.about .main .dendrogram .introduction .dendrogram02 {
  width: 225px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .dendrogram .introduction .dendrogram02 {
    width: 18vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .dendrogram .introduction .dendrogram02 {
    display: none;
  }
}
.wrapper .section.about .main .dendrogram .introduction .info {
  width: calc(100% - 300px);
  padding-left: 20px;
  box-sizing: border-box;
  margin-left: auto;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .dendrogram .introduction .info {
    width: 75vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .dendrogram .introduction .info {
    width: 100%;
    padding-left: 0;
    padding-top: 10vw;
  }
}
.wrapper .section.about .main .dendrogram .introduction .info h2 {
  text-align: right;
  font-size: 60px;
  color: #2f7769;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .dendrogram .introduction .info h2 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .dendrogram .introduction .info h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}
.wrapper .section.about .main .dendrogram .introduction .info p {
  font-size: 29px;
  text-align: right;
  line-height: 1.5;
  color: #2f7769;
  font-weight: 600;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .dendrogram .introduction .info p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .dendrogram .introduction .info p {
    font-size: 5.5vw;
    text-align: justify;
  }
}
.wrapper .section.about .main .map {
  margin-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .map {
    margin-bottom: 5vw;
  }
}
.wrapper .section.about .main .map + .text {
  margin-bottom: 100px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .map + .text {
    margin-bottom: 5vw;
  }
}
.wrapper .section.about .main .awards-record {
  margin-bottom: 120px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record {
    margin-bottom: 6vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6e9c1;
  border-radius: 80px 0 0 80px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item {
    border-radius: 8vw 0 0 8vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item {
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 4vw;
  }
}
@media (min-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item:hover {
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .icon {
  width: 200px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .icon {
    width: 16vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .icon {
    width: 45vw;
    margin: 0 auto;
    padding-top: 6vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info {
  width: calc(100% - 200px);
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info {
    padding: 2vw;
    width: 80vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info {
    width: 100%;
    padding: 8vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info .title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title {
    margin-bottom: 2vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info .title h3 {
  font-size: 60px;
  font-weight: bold;
  color: #2f7769;
  margin-right: auto;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title h3 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title h3 {
    font-size: 8vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info .title .more {
  font-size: 40px;
  color: #2f7769;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title .more {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title .more {
    font-size: 6vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info .title .more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #2f7769;
  margin-left: 10px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title .more::after {
    border-width: 0.8vw 0 0.8vw 1.4vw;
    margin-left: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info .title .more::after {
    border-width: 1.5vw 0 1.5vw 2.2vw;
    margin-left: 1vw;
  }
}
.wrapper .section.about .main .awards-record .awards-record-item .info p {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .awards-record .awards-record-item .info p {
    font-size: 4.2vw;
  }
}
.wrapper .section.about .main .happy-first {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 100px 0 100px 240px;
  margin-bottom: 150px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .happy-first {
    padding: 8vw 21vw 5vw 40vw;
    margin-bottom: 12vw;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .happy-first {
    padding: 3vw 10vw 0 0;
  }
}
.wrapper .section.about .main .happy-first .pic {
  position: absolute;
  width: 50%;
  left: -9%;
  top: 0;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .happy-first .pic {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .happy-first .btn {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
.wrapper .section.about .main .happy-first .btn a {
  display: block;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding: 20px 60px;
  background-color: #2f7769;
  border-radius: 60px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .happy-first .btn a {
    font-size: 3vw;
    padding: 1.5vw 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .happy-first .btn a {
    display: inline-block;
    font-size: 5.5vw;
    padding: 4vw 6vw;
  }
}
@media (min-width: 767px) {
  .wrapper .section.about .main .happy-first .btn a:hover {
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
  }
}
.wrapper .section.about .main .happy-first .lion {
  position: absolute;
  width: 35%;
  top: -25%;
  right: -10%;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .happy-first .lion {
    width: 35%;
    top: 51%;
    right: 58%;
  }
}
.wrapper .section.about .main .experience {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 100px;
}
@media (max-width: 1100px) {
  .wrapper .section.about .main .experience {
    width: 100%;
    margin: 0 auto 5vw;
    box-sizing: border-box;
  }
}
.wrapper .section.about .main .experience .swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 80px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper {
    padding: 0 4vw;
    overflow: visible;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px;
  background-color: #f6e9c1;
  border-radius: 50px;
  box-sizing: border-box;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .experience .swiper .experience-item {
    padding: 4vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .experience-item {
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 4vw;
    padding: 6vw;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item .photo {
  width: 320px;
}
@media (max-width: 1100px) {
  .wrapper .section.about .main .experience .swiper .experience-item .photo {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .experience-item .photo {
    width: 60%;
    margin: 0 auto 4vw;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item .experience-text {
  width: calc(100% - 360px);
}
@media (max-width: 1100px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text {
    width: 100%;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 span.name {
  font-size: 32px;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 span.name {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .experience-item .experience-text h3 span.name {
    font-size: 5vw;
  }
}
.wrapper .section.about .main .experience .swiper .experience-item .experience-text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}
.wrapper .section.about .main .experience .swiper .swiper-button-prev {
  background-image: url("../img/prev.png");
  background-size: 100%;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .swiper-button-prev {
    width: 18px;
    left: -15px;
  }
}
.wrapper .section.about .main .experience .swiper .swiper-button-next {
  background-image: url("../img/next.png");
  background-size: 100%;
}
@media (max-width: 767px) {
  .wrapper .section.about .main .experience .swiper .swiper-button-next {
    width: 18px;
    right: -15px;
  }
}
.wrapper .section.about .main .life {
  position: relative;
  width: 690px;
  margin-bottom: 50px;
  padding-top: 30px;
  z-index: 0;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .life {
    width: 54vw;
    margin-bottom: 4vw;
    padding-top: 2vw;
  }
}
.wrapper .section.about .main .life > img {
  z-index: 1;
}
.wrapper .section.about .main .life .pic {
  position: absolute;
  width: 85%;
  right: -74%;
  top: 12%;
}
.wrapper .section.about .main .life .bottom {
  position: absolute;
  width: 137%;
  bottom: -200px;
  right: -98%;
  z-index: -1;
}
@media (max-width: 1245px) {
  .wrapper .section.about .main .life .bottom {
    bottom: -16vw;
  }
}
.wrapper .footer-info {
  background-color: #f6ffec;
}
.wrapper .footer-info .content {
  width: 1200px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content {
    padding: 10vw 6vw;
  }
}
.wrapper .footer-info .content .info h3 {
  font-size: 40px;
  color: #34a370;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .wrapper .footer-info .content .info h3 {
    font-size: 2.8vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info h3 {
    font-size: 6.3vw;
  }
}
.wrapper .footer-info .content .info .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .footer-info .content .info .d-flex .col-40 {
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex .col-40 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.wrapper .footer-info .content .info .d-flex .col-60 {
  width: 60%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex .col-60 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.wrapper .footer-info .content .info .d-flex .col-50 {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex .col-50 {
    width: 100%;
  }
}
.wrapper .footer-info .content .info .d-flex .col-50 .lion {
  position: absolute;
  width: 34%;
  right: -48%;
  top: -43%;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex .col-50 .lion {
    display: none;
  }
}
.wrapper .footer-info .content .info .d-flex h4 {
  font-size: 24px;
  color: #34a370;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .wrapper .footer-info .content .info .d-flex h4 {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex h4 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
.wrapper .footer-info .content .info .d-flex .d-flexf {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex .d-flexf {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wrapper .footer-info .content .info .d-flex a {
  color: #34a370;
}
.wrapper .footer-info .content .info .d-flex p {
  font-size: 20px;
  color: #34a370;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .wrapper .footer-info .content .info .d-flex p {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex p {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
}
.wrapper .footer-info .content .info .d-flex p.school {
  width: 23%;
  display: inline-block;
}
@media (max-width: 1245px) {
  .wrapper .footer-info .content .info .d-flex p.school {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex p.school {
    width: auto;
    margin: 0;
  }
}
.wrapper .footer-info .content .info .d-flex p.time {
  width: 40%;
  display: inline-block;
}
@media (max-width: 1245px) {
  .wrapper .footer-info .content .info .d-flex p.time {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex p.time {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrapper .footer-info .content .info .d-flex p.time, .wrapper .footer-info .content .info .d-flex p.location {
    display: block;
    padding-left: 20px;
    margin: 0;
  }
}
.wrapper .footer {
  background: linear-gradient(to bottom, #34a370, #1e7161);
}
.wrapper .footer .content {
  width: 1200px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .footer .content {
    padding: 10vw 6vw;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wrapper .footer .content .info {
  width: 50%;
}
@media (max-width: 767px) {
  .wrapper .footer .content .info {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.wrapper .footer .content .info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1245px) {
  .wrapper .footer .content .info h4 {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer .content .info h4 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
.wrapper .footer .content .info p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1245px) {
  .wrapper .footer .content .info p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer .content .info p {
    font-size: 4.2vw;
  }
}
.wrapper .footer .content .info p a {
  color: #fff;
}
.wrapper .footer .content .qr-all {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wrapper .footer .content .qr-all {
    width: 100%;
  }
}
.wrapper .footer .content .qr-all .qr {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrapper .footer .content .qr-all .qr {
    padding: 0 2vw;
  }
}
.wrapper .footer .content .qr-all .qr img {
  width: 150px;
  margin-bottom: 10px;
}
.wrapper .footer .content .qr-all .qr p {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .wrapper .footer .content .qr-all .qr p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer .content .qr-all .qr p {
    font-size: 4.5vw;
  }
}
.wrapper .footer .content .qr-all .qr p span {
  display: block;
  font-size: 20px;
}
@media (max-width: 1245px) {
  .wrapper .footer .content .qr-all .qr p span {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wrapper .footer .content .qr-all .qr p span {
    font-size: 3.5vw;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  display: none;
}
.lightbox.active {
  opacity: 1;
  display: block;
  visibility: visible;
}
.lightbox.active .lightbox-content {
  animation: fadeInUp 0.3s ease-out 1;
}
.lightbox:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lightbox .lightbox-close {
  z-index: 5;
  position: absolute;
  top: 30px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: url("../img/close.png") center/contain no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lightbox .lightbox-close {
    width: 35px;
    height: 35px;
    right: 30px;
  }
}
.lightbox .lightbox-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
}
.lightbox .lightbox-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 150px 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content {
    max-width: 100%;
  }
}
.lightbox .lightbox-content .lightbox-wrap {
  display: block;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
.lightbox .lightbox-content img {
  width: 100%;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content {
    padding: 25vw 30px;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-close {
  top: 70px;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-close {
    position: fixed;
    right: 30px;
    top: 13vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap {
  width: 1200px;
  max-width: 100%;
  background: linear-gradient(to bottom, #34a370, #1e7161, #d2f8ba);
  padding: 140px 50px 80px;
  white-space: normal;
  box-sizing: border-box;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap {
    padding: 20vw 6vw 12vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold {
  background: linear-gradient(to left, #cfa975, #f1e1c0);
  z-index: 0;
}
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold::before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 500px;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(169, 139, 93, 0), #a98a5d);
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold::before {
    bottom: 25vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold .main-text {
  background: linear-gradient(to bottom, #34a370, #1e7161);
}
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold .main-text h3,
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold .main-text p,
.lightbox.job-pop .lightbox-content .lightbox-wrap.bg-gold .main-text span {
  color: #fff;
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .deco {
  position: absolute;
  width: 600px;
  max-width: 100%;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .deco {
    width: 90vw;
    top: 10vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info {
    padding: 6vw 4vw;
    border-radius: 4vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info h2 {
  font-size: 40px;
  color: #2f7769;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info h2 {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info h2 {
    font-size: 6.5vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info ol {
  padding-left: 30px;
  list-style-type: decimal;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info ol {
    padding-left: 6vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info ol li {
  font-size: 24px;
  color: #2f7769;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info ol li {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info ol li {
    font-size: 4.5vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info p {
  font-size: 24px;
  color: #2f7769;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info p {
    font-size: 4.5vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-info span {
  display: block;
  font-size: 18px;
  text-align: left;
  color: #2f7769;
  margin-bottom: 20px;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info span {
    font-size: 1.5vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-info span {
    font-size: 4vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-text {
  width: 100%;
  position: relative;
  background: linear-gradient(to left, #cfa975, #f1e1c0);
  border-radius: 30px;
  padding: 50px;
  z-index: 2;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text {
    padding: 6vw 4vw;
    border-radius: 4vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-text h3 {
  font-size: 40px;
  color: #2f7769;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text h3 {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text h3 {
    font-size: 6.5vw;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-text p {
  font-size: 24px;
  color: #2f7769;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text p {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
}
.lightbox.job-pop .lightbox-content .lightbox-wrap .main-text span {
  display: block;
  font-size: 18px;
  color: #2f7769;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text span {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .lightbox.job-pop .lightbox-content .lightbox-wrap .main-text span {
    font-size: 4vw;
  }
}
.lightbox.awards-pop .lightbox-content {
  max-width: 1240px;
  padding: 120px 50px;
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content {
    padding: 10vw 30px;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap {
  background: linear-gradient(to left, #cfa975 0%, #d3b07f 13%, #dcbf92 39%, #f1e1c0 100%);
  padding: 50px 40px;
  white-space: normal;
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap {
    padding: 6vw 4vw;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex {
    margin-bottom: 4vw;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex h2 {
  margin-right: auto;
  font-size: 64px;
  color: #0c0c0c;
  opacity: 0.8;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex h2 {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex h2 {
    font-size: 6.3vw;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex .lightbox-close {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .d-flex .lightbox-close {
    position: fixed;
    right: 40px;
    top: 18vw;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item {
  width: 96%;
  margin: 0 auto 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .photo {
  width: 400px;
}
@media (max-width: 1245px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .photo {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .photo {
    width: 70vw;
    margin-bottom: 2vw;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info {
  width: calc(100% - 450px);
}
@media (max-width: 1245px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info {
    width: 80%;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info .number {
  font-size: 64px;
  color: #f6e9c1;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info .number {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info .number {
    font-size: 8vw;
    text-align: center;
  }
}
.lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info p {
  font-size: 24px;
  color: #000;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1245px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .lightbox.awards-pop .lightbox-content .lightbox-wrap .awards-pop-item .info p {
    font-size: 4.5vw;
  }
}
.lightbox.happy-pop .lightbox-content {
  max-width: 1240px;
  padding: 120px 50px;
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content {
    padding: 10vw 30px;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap {
  background: linear-gradient(to left, #cfa975 0%, #d3b07f 13%, #dcbf92 39%, #f1e1c0 100%);
  padding: 50px 40px;
  white-space: normal;
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap {
    padding: 6vw 4vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex {
    margin-bottom: 4vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex h2 {
  margin-right: auto;
  font-size: 64px;
  color: #0c0c0c;
  opacity: 0.8;
  font-weight: bold;
}
@media (max-width: 1245px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex h2 {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex h2 {
    font-size: 6.3vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex .lightbox-close {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .d-flex .lightbox-close {
    position: fixed;
    right: 40px;
    top: 18vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item {
  width: 80%;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item {
    width: 100%;
    margin: 0 auto 8vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item h3 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #363229;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 1245px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item h3 {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item h3 {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item h3 span.pc {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item h3 span.pc {
    display: none !important;
  }
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item .photo {
  position: relative;
  overflow: hidden;
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item .photo .swiper-pagination {
  bottom: 15px !important;
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item .photo .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.lightbox.happy-pop .lightbox-content .lightbox-wrap .happy-pop-item .photo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #217963 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}/*# sourceMappingURL=style.css.map */