/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
  vertical-align: baseline;
  font: inherit;
}

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

ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

.openMenu .container-menu {
  border-radius: 10px;
  opacity: 1;
  pointer-events: all;
}
.openMenu header {
  background-color: #fff;
}
@media all and (max-width: 991px) {
  .openMenu::after {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    pointer-events: none;
  }
}

header {
  position: fixed;
  z-index: 99;
  top: 36px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 80px);
  height: 80px;
  max-height: 149px;
  padding: 0 40px 0 40px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background-color: #fff;
  pointer-events: auto;
  line-height: 1;
  border-radius: 24px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 991px) {
  header {
    top: 23px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0 15px;
    height: 50px;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
  }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
header .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background: url("../images/common/logo.svg") center/contain no-repeat;
  width: 138px;
  height: auto;
  aspect-ratio: 1/0.289855;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 991px) {
  header .logo {
    background: url("../images/common/logo.svg") center/contain no-repeat;
    width: 87px;
    aspect-ratio: 1/0.289017341;
  }
}
header .header-top {
  display: contents;
}
@media all and (max-width: 991px) {
  header .header-top {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}
header .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media all and (max-width: 991px) {
  header .container-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: calc(100% - 40px);
    height: 54%;
    top: 78px;
    left: 0;
    padding: 0 0 30px;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden auto;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
header .container-menu.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #124098;
}
@media all and (max-width: 991px) {
  header .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #1E7ED5;
    padding-top: 14px;
  }
}
header .menu_list .menu {
  padding: 0 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 1499px) {
  header .menu_list .menu {
    padding: 0 10px;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .menu {
    width: 100%;
    padding: 0;
  }
}
header .menu_list .menu.is-active {
  color: #124098;
}
header .menu_list .menu.is-active::before {
  background-color: #124098;
}
@media all and (min-width: 992px) {
  header .menu_list .menu:hover {
    color: #124098;
  }
}
header .menu_list .menu > a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  header .menu_list .menu > a {
    padding: 13px 5px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .menu span {
    text-align: center;
  }
}
header .menu_list .menu .tw {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  header .menu_list .menu .tw {
    width: unset;
  }
}
header .menu_list .menu .en {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
header .mb-lang-switch {
  display: none;
}
@media all and (max-width: 991px) {
  header .mb-lang-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
    background-color: #124098;
    border-radius: 50px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
header .mb-lang-switch .lang-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
header .mb-lang-switch .lang-btn.is-active {
  opacity: 1;
}
header .mb-lang-switch .tw-btn {
  font-family: "Noto Sans TC", serif;
}
@media all and (max-width: 991px) {
  header .mb-lang-switch .tw-btn {
    padding: 12px 11px 14px 20px;
  }
}
header .mb-lang-switch .en-btn {
  font-family: "Poppins", serif;
}
@media all and (max-width: 991px) {
  header .mb-lang-switch .en-btn {
    padding: 14px 16px 14px 14px;
  }
}
header .mb-lang-switch .lang-divider {
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.5);
}
header .mb_wrap {
  display: none;
}
@media all and (max-width: 991px) {
  header .mb_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
header .header-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 26px;
}
@media all and (max-width: 991px) {
  header .header-icon-wrap {
    position: absolute;
    top: 71px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  header .header-icon-wrap.show {
    background-color: rgba(0, 0, 0, 0.8);
    height: 78px;
    padding: 7px 25px 22px;
  }
}
header .header-icon-wrap .lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #124098;
  border-radius: 50px;
}
header .header-icon-wrap .lang-switch .lang-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
header .header-icon-wrap .lang-switch .tw-btn {
  padding: 14px 14px 14px 16px;
  font-family: "Noto Sans TC", serif;
}
header .header-icon-wrap .lang-switch .tw-btn.is-active {
  opacity: 1;
}
@media all and (min-width: 992px) {
  header .header-icon-wrap .lang-switch .tw-btn:hover {
    opacity: 1;
  }
}
header .header-icon-wrap .lang-switch .en-btn {
  padding: 15px 20px 14px 12px;
  font-family: "Poppins", serif;
}
header .header-icon-wrap .lang-switch .en-btn.is-active {
  opacity: 1;
}
@media all and (min-width: 992px) {
  header .header-icon-wrap .lang-switch .en-btn:hover {
    opacity: 1;
  }
}
header .header-icon-wrap .lang-switch .lang-divider {
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.5);
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#F4FAFF), to(#C0D6FF));
  background: linear-gradient(to right, #F4FAFF 0%, #C0D6FF 100%);
  border-radius: 50px 50px 0 0;
}
@media all and (max-width: 991px) {
  footer {
    border-radius: 25px 25px 0 0;
  }
}
footer .footer-container {
  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;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 50px 58px;
  gap: 45px;
}
@media all and (max-width: 991px) {
  footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 25px;
    gap: 34px;
  }
}
footer .footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.2vw;
}
@media all and (max-width: 991px) {
  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
footer .brand-group {
  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;
  gap: 48px;
}
@media all and (max-width: 991px) {
  footer .brand-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 39px;
  }
}
footer .footer-logo {
  display: block;
  width: 226px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 991px) {
  footer .footer-logo {
    max-width: 353px;
    width: 46vw;
    height: auto;
    aspect-ratio: 1/0.28328611;
  }
}
footer .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
footer .footer-social .social-item a {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #124098;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 991px) {
  footer .footer-social .social-item a {
    width: 22px;
    height: 22px;
  }
}
footer .footer-social .social-item a:hover {
  opacity: 0.7;
}
footer .footer-social .social-item:nth-child(1) a {
  -webkit-mask-image: url("../images/common/fb.svg");
          mask-image: url("../images/common/fb.svg");
}
footer .footer-social .social-item:nth-child(2) a {
  -webkit-mask-image: url("../images/common/instagram.svg");
          mask-image: url("../images/common/instagram.svg");
}
footer .footer-social .social-item:nth-child(3) a {
  -webkit-mask-image: url("../images/common/youtube.svg");
          mask-image: url("../images/common/youtube.svg");
}
footer .organizer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 991px) {
  footer .organizer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42px;
  }
}
footer .footer-org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 991px) {
  footer .footer-org {
    gap: 13px;
  }
}
footer .footer-org span {
  font-size: 12px;
  white-space: nowrap;
}
footer .footer-org img {
  height: 40px;
  width: auto;
}
@media all and (max-width: 991px) {
  footer .footer-org img {
    height: 32px;
  }
}
footer .footer-contact {
  color: #000;
  padding-right: 7px;
}
@media all and (max-width: 991px) {
  footer .footer-contact {
    text-align: left;
  }
}
footer .footer-contact .footer-contact-title {
  font-family: "Poppins", "Noto Sans TC", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 9px;
}
@media all and (max-width: 991px) {
  footer .footer-contact .footer-contact-title {
    margin-bottom: 6px;
  }
}
footer .footer-contact .footer-contact-info {
  font-family: "Poppins", "Noto Sans TC", serif;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
footer .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(18, 64, 152, 0.3);
  padding-top: 23px;
}
@media all and (max-width: 991px) {
  footer .footer-bottom {
    padding-top: 20px;
  }
}
footer .footer-copyright {
  font-family: "Poppins", serif;
  font-size: 12px;
  line-height: 1.5;
}

html,
body {
  position: relative;
  overflow: hidden auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  margin: 0 auto;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  color: #666666;
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
@media all and (max-width: 991px) {
  html,
  body {
    scroll-padding-top: 73px;
  }
}
html.loading,
body.loading {
  opacity: 1;
  visibility: visible;
}
html .asj,
body .asj {
  opacity: 0;
}

body.lang_tw {
  font-family: "Noto Sans TC", serif;
}
body.lang_tw input,
body.lang_tw textarea {
  font-family: "Noto Sans TC", serif;
}

body.lang_en {
  font-family: "Poppins", serif;
}
body.lang_en input,
body.lang_en textarea {
  font-family: "Poppins", serif;
}

.porel {
  position: relative;
  z-index: 3;
}

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

::-moz-selection {
  background-color: #124098;
  color: #fff;
}

::selection {
  background-color: #124098;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mo {
  display: none;
}
@media all and (max-width: 767px) {
  .mo {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mo_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mo_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
}

main {
  min-height: 100vh;
}
h1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  opacity: 0;
  visibility: visible;
}

.container {
  margin: 0 auto;
  max-width: 1540px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .container {
    padding: 0 50px;
  }
}
@media all and (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

.hamMenu {
  position: relative;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .hamMenu {
    display: block;
    width: 28px;
    height: 28px;
  }
}

.menu-ham,
.menu-ham span {
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-ham {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.menu-ham.close {
  opacity: 0;
}

.menu-ham span {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #124098;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-ham span:nth-of-type(1) {
  top: 6px;
}

.menu-ham span:nth-of-type(2) {
  top: 13px;
}

.menu-ham span:nth-of-type(3) {
  bottom: 6px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  -webkit-transform: translate(0px, 7.5px) rotate(45deg);
          transform: translate(0px, 7.5px) rotate(45deg);
}
#menu-ham.hamActive span:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0;
}
#menu-ham.hamActive span:nth-of-type(3) {
  -webkit-transform: translate(0px, -7.5px) rotate(-45deg);
          transform: translate(0px, -7.5px) rotate(-45deg);
}

.fixBoxBtn {
  position: fixed;
  z-index: 10;
  right: 60px;
  bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    right: 6.5vw;
    bottom: 33.6vw;
  }
}
.fixBoxBtn.show {
  opacity: 1;
  pointer-events: all;
  background: transparent;
}
.fixBoxBtn.change {
  position: absolute;
}
@media all and (max-width: 991px) {
  .fixBoxBtn.change {
    bottom: 33.6vw;
  }
}
.fixBoxBtn .fixBtn {
  position: relative;
  display: inline-block;
}
.fixBoxBtn .fixBtn .arrow-icon {
  width: 52px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  background-image: radial-gradient(circle at center, #124098 50%, transparent 50%);
  background-size: 0% 0%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-size 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-size 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-size 0.4s ease, box-shadow 0.4s ease;
  transition: background-size 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .arrow-icon {
    width: 40px;
  }
}
.fixBoxBtn .fixBtn .arrow-icon .arrow-wrap {
  position: relative;
  width: 21px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: hidden;
}
.fixBoxBtn .fixBtn .arrow-icon .arrow-wrap::before, .fixBoxBtn .fixBtn .arrow-icon .arrow-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 21px;
  height: 16px;
  -webkit-mask: url("../images/common/arrow.svg") center/contain no-repeat;
          mask: url("../images/common/arrow.svg") center/contain no-repeat;
  background-color: #124098;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}
.fixBoxBtn .fixBtn .arrow-icon .arrow-wrap::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixBoxBtn .fixBtn .arrow-icon .arrow-wrap::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 992px) {
  .fixBoxBtn .fixBtn:hover .arrow-icon {
    background-size: 220% 220%;
  }
  .fixBoxBtn .fixBtn:hover .arrow-icon .arrow-wrap::before, .fixBoxBtn .fixBtn:hover .arrow-icon .arrow-wrap::after {
    background-color: #23E8D0;
  }
  .fixBoxBtn .fixBtn:hover .arrow-icon .arrow-wrap::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-delay: 0s, 0.32s;
            transition-delay: 0s, 0.32s;
  }
  .fixBoxBtn .fixBtn:hover .arrow-icon .arrow-wrap::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: background-color 0.2s ease 0.32s, -webkit-transform 0.2s ease 0.32s;
    transition: background-color 0.2s ease 0.32s, -webkit-transform 0.2s ease 0.32s;
    transition: transform 0.2s ease 0.32s, background-color 0.2s ease 0.32s;
    transition: transform 0.2s ease 0.32s, background-color 0.2s ease 0.32s, -webkit-transform 0.2s ease 0.32s;
  }
}

.editor_content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.editor_content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_content b,
.editor_content strong {
  font-weight: 500;
  font-size: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content a {
  text-decoration: none;
}
.editor_content iframe {
  max-width: 100%;
}
.editor_content table,
.editor_content tr,
.editor_content td {
  border-color: inherit;
  border-collapse: collapse;
}
.editor_content p {
  margin-bottom: 1em;
}
.editor_content table p {
  margin-bottom: 0;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  margin: inherit;
}
.editor_content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_content td,
.editor_content th,
.editor_content tr {
  margin: initial;
}
.editor_content table.tableborder > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content img.imgblock {
  display: block;
}
.editor_content .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_content .tableScroll table > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

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

@media (max-width: 767px) {
  .pc_use {
    display: none;
  }
}

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}
.lang_tw .jp {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}
.lang_en .jp {
  display: none;
}

.lang_jp .tw {
  display: none;
}
.lang_jp .en {
  display: none;
}
.lang_jp .jp {
  display: block;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.asj[data-delay="100"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.asj[data-delay="400"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.asj[data-delay="500"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.asj[data-delay="600"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.asj[data-delay="700"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.asj[data-delay="800"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.asj[data-delay="900"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.asj[data-delay="1000"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.97);
            transform: translateY(40px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.97);
            transform: translateY(40px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}