@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@500;600;700&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Arimo", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: #333;
  background: #fff;
  font-size: 18px;
  line-height: 2;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}
body {
  overflow-x: hidden !important;
}
/* === RESET === */
* {
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
*:focus,
*:active,
*:hover {
  outline: 0 !important;
  outline-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.disabled,
.disabled:hover {
  cursor: not-allowed;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0 !important;
}
button,
button:visited,
button:hover,
button:focus,
button:active {
  outline: 0 !important;
}
a:focus-visible,
button:focus-visible {
  outline: 2px dotted rgba(210, 28, 28, 0.5) !important;
}
a[accesskey] {
  color: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
}
img,
a img {
  border: none;
  max-width: 100%;
  height: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}
section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}
p {
  line-height: inherit;
}
ol.reset,
ul.reset,
li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: inherit;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  box-shadow: none !important;
}
input:not([type=radio]):not([type=checkbox]),
textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input:not([type=button]),
input:not([type=submit]),
input:not([type=reset]) {
  font-size: 1rem !important;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  margin-left: 3px;
  opacity: 0;
  pointer-events: none;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z' /%3E%3C/svg%3E");
}
input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #999;
  font-size: 1rem;
}
::-moz-placeholder {
  color: #999;
  font-size: 1rem;
}
:-ms-input-placeholder,
:-moz-placeholder {
  color: #999;
  font-size: 1rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #222;
}
::selection {
  background: rgba(210, 0, 0, 0.8);
  color: #fff;
}
::-moz-selection {
  background: rgba(210, 0, 0, 0.8);
  color: #fff;
}
hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  hr {
    margin: 15px auto;
  }
}
/* --- Transform --- */
.js-page-transform {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2000;
}
.js-page-transform.done {
  display: none;
}
body:not(.index) .js-page-transform .cont {
  display: none;
}
@keyframes ani_pagetrf {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- IE Notice --- */
.is-ie .not-support-notice {
  z-index: 5000;
  pointer-events: none;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block !important;
  position: fixed;
}
.is-ie .not-support-notice div {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: absolute;
  width: calc(100% - 60px);
  height: auto;
  text-align: center;
  max-width: 400px;
  right: 30px;
  bottom: 30px;
  color: #222;
  text-align: center;
}
.is-ie .not-support-notice div::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 44%;
  background: url(../images/not_support.png) no-repeat 0 0/contain;
}
.is-ie .not-support-notice div::after {
  content: "為了較好的閱讀體驗，請透過較新的瀏覽器瀏覽";
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 5px auto 0;
}
@media (max-width: 499px) {
  .is-ie .not-support-notice div::before {
    width: 100%;
  }
}
/* Breadcrumb */
.g-breadcrumb {
  padding: 20px 0;
  line-height: 1.2;
  background: #111;
}
.g-breadcrumb ul {
  margin: 0 auto;
  padding: 0 30px;
}
.g-breadcrumb ul li {
  position: relative;
  display: inline;
  vertical-align: baseline;
  color: #ccc;
  padding-left: 30px;
  font-size: 0.9375rem;
}
.g-breadcrumb ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #888;
  left: 5px;
  top: 5px;
  transform: rotate(-45deg);
}
.g-breadcrumb ul li:first-child {
  padding-left: 0;
}
.g-breadcrumb ul li:first-child:before {
  display: none;
}
.g-breadcrumb ul li a {
  color: #ccc;
  text-decoration: none;
  display: inline;
}
.g-breadcrumb ul li a:hover {
  color: #E50017;
}
.g-breadcrumb ul li:last-child {
  color: #fff;
}
@media (max-width: 991px) {
  .g-breadcrumb {
    padding: 15px 0;
  }
  .g-breadcrumb ul li {
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .g-breadcrumb ul li:before {
    width: 5px;
    height: 5px;
    left: 3px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .g-breadcrumb {
    padding: 10px 0;
  }
  .g-breadcrumb ul li {
    font-size: 0.75rem;
  }
}
/* --- Half Pattern --- */
.bg-pattern {
  position: relative;
  overflow: hidden;
}
.bg-pattern::before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  opacity: 0.75;
  background: url(../images/pattern.svg) repeat 0 0;
}
.footer.bg-pattern::before {
  opacity: 0.2;
}
@media (max-width: 991px) {
  .bg-pattern::before {
    background-image: url(../images/pattern_s.svg);
  }
}
/* --- Gotop --- */
.gotop {
  display: block;
  position: fixed;
  z-index: 98;
  right: 3%;
  bottom: 50px;
  cursor: pointer;
  width: 45px;
  background: #ff0000;
  clip-path: polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0% 74%, 0% 26%);
  /* width: 32px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 12.75 32 44'%3E%3Cpath d='M18 56.084c-.965 0-1.75-.785-1.75-1.75V19.391l-9.513 9.513c-.331.331-.77.513-1.237.513s-.907-.182-1.237-.513a1.753 1.753 0 0 1 0-2.475l12.548-12.547a1.75 1.75 0 0 1 1.858-.334c.213.089.4.215.563.374l12.506 12.507a1.75 1.75 0 0 1-2.474 2.475l-9.513-9.513v34.943A1.753 1.753 0 0 1 18 56.084z'/%3E%3Cpath fill='%23FFF' d='M18.008 13.917c.166 0 .326.035.471.094.146.061.282.15.401.268h.001l.001.002.002.002 12.5 12.5a1.25 1.25 0 0 1-1.768 1.768L19.25 18.184v36.15a1.251 1.251 0 0 1-2.5 0v-36.15L6.384 28.55a1.247 1.247 0 0 1-1.768.001 1.25 1.25 0 0 1 0-1.768l12.5-12.5.002-.002.002-.002a1.237 1.237 0 0 1 .872-.362h.016m.113-1H18a2.258 2.258 0 0 0-1.452.531l-.022.011-.05.05-.359.246v.113L3.909 26.076a2.253 2.253 0 0 0 0 3.182c.425.425.99.659 1.591.659s1.166-.234 1.591-.659l8.659-8.659v33.736c0 1.24 1.009 2.25 2.25 2.25 1.24 0 2.25-1.01 2.25-2.25V20.598l8.659 8.659c.425.425.99.659 1.591.659s1.166-.234 1.591-.659a2.253 2.253 0 0 0 0-3.182l-12.21-12.21v-.008l-.18-.176-.201-.398-.271-.001a2.248 2.248 0 0 0-1.093-.361l-.015-.004z'/%3E%3C/svg%3E");
  background-size: contain;
  transition: all 0.25s; */
}
.gotop::after {
  content: "";
  display: block;
  padding-bottom: 115.3%;
}
.gotop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  transform: rotate(-45deg);
}
.pc .gotop:hover {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .gotop {
    bottom: 30px;
  }
}
/* --- Button --- */
.g-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  width: 100%;
  max-width: 250px;
  border: none;
  color: #fff;
  font-size: 1rem;
  clip-path: polygon(0% 0, 100% 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  background: #bbbbbb;
  background: linear-gradient(270deg, #bbbbbb 0%, #707070 100%);
}
.g-btn:hover,
.g-btn:active {
  color: #fff;
}
.g-btn.arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
  height: 0.55em;
  width: 0.55em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M1.398,17.182v-3.381l11.633-4.806l-11.633-4.8V0.818l15.203,6.476l-0.006,3.418L1.398,17.182z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.g-btn.red {
  background: red;
  background: linear-gradient(270deg, red 0%, #dd0000 100%);
  color: #fff;
}
.g-btn.short {
  max-width: 150px;
}
.pc .g-btn:hover {
  background: red;
  background: linear-gradient(270deg, red 0%, #dd0000 100%);
  color: #fff !important;
}
.pc .g-btn.red:hover {
  background: #222;
  background: linear-gradient(270deg, #222 0%, #111 100%);
  color: #fff !important;
}
@media (max-width: 599px) {
  .g-btn {
    height: 40px;
    line-height: 40px;
  }
}
/* --- Img Hover --- */
.js-imghover {
  overflow: hidden;
  position: relative;
}
.js-imghover img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s;
}
.js-imghover .eff {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.35s;
}
.js-imghover .eff:after {
  content: "了解更多";
  font-size: 0.88rem;
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -60%);
  color: #fff;
  transition: transform 0.35s, letter-spacing 0.35s 0.2s;
}
.pc .js-imghover:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.pc .js-imghover:hover .eff {
  opacity: 1;
}
.pc .js-imghover:hover .eff:after {
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%);
}
/* --- No-data --- */
.msg-nodata {
  padding: 80px 0;
  margin: auto;
  text-align: center;
}
.msg-nodata .img {
  width: 85px;
  height: 90px;
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M5.595 32.036 60 4.072l54.405 27.964v55.927L60 115.927 5.595 87.963z'/%3E%3C/svg%3E");
}
.msg-nodata .img.check::before {
  content: "";
  height: 2.45rem;
  width: 2.45rem;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' /%3E%3C/svg%3E");
}
.msg-nodata .img::before {
  content: "!";
  font-style: normal;
  font-weight: 900;
  font-size: 2.35rem;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.msg-nodata .text {
  color: #222;
  text-align: center;
  font-size: 1.33rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  margin: 20px auto 30px;
  letter-spacing: 0.05em;
}
.msg-nodata .text .t-cut {
  display: block;
}
.msg-nodata .text strong {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 auto 8px;
}
.msg-nodata .btns {
  text-align: center;
}
.msg-nodata[data-aos] .img {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.msg-nodata[data-aos] .text {
  opacity: 0;
  transform: translate(0, -20px);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
.msg-nodata[data-aos] .btns {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.3s 0.22s, transform 0.3s 0.22s;
}
.msg-nodata[data-aos].aos-animate .img {
  opacity: 1;
  transform: scale(1);
}
.msg-nodata[data-aos].aos-animate .text,
.msg-nodata[data-aos].aos-animate .btns {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .msg-nodata {
    padding: 60px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 599px) {
  .msg-nodata .text {
    font-size: 1rem;
  }
  .msg-nodata .text strong {
    font-size: 1.33rem;
  }
  .msg-nodata .text .t-cut {
    display: inline;
  }
}
/* --- FUNCTION - CATEGORY --- */
.g-catetab {
  position: relative;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.65s;
}
.g-catetab:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.g-catetab.scroll-view {
  opacity: 1;
  transition-delay: 1s;
}
.g-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 1;
}
.g-catetab > ul {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  list-style: none;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.g-catetab > ul > li {
  display: inline-block;
  vertical-align: top;
}
.g-catetab > ul > li > a {
  color: #fff;
  font-size: 1rem;
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 82px;
  white-space: nowrap;
  position: relative;
  transition: color 0.25s;
}
.g-catetab > ul > li > a:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 0.35s;
  transform: scaleY(0);
}
.g-catetab > ul > li.current > a {
  color: #fff462;
}
.g-catetab > ul > li.current > a:after {
  transform: scaleY(1);
  background: #fff462;
}
@media (min-width: 768px) and (max-height: 769px) {
  .g-catetab {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .g-catetab.more-item {
    margin: 0 auto;
    padding: 0;
    transition: background 0.25s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  .g-catetab.more-item:after {
    bottom: -1px;
    background: rgba(255, 255, 255, 0.1);
  }
  .g-catetab.more-item .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.055rem;
    color: #fff;
    background: #379abc;
    background: linear-gradient(0deg, #096583 0%, #379abc 100%);
    transition: color 0.15s;
  }
  .g-catetab.more-item .cur-item:before {
    content: "";
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 40px;
    top: 0;
    display: block;
  }
  .g-catetab.more-item .cur-item:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .g-catetab.more-item .cur-item:hover,
  .g-catetab.more-item .cur-item:link:hover {
    background: #43afd5;
    background: linear-gradient(0deg, #0a7395 0%, #43afd5 100%);
    color: #fff;
    font-weight: 600;
  }
  .g-catetab.more-item .cur-item:hover:after,
  .g-catetab.more-item .cur-item:link:hover:after {
    border-color: #fff;
  }
  .g-catetab.more-item > ul {
    display: none;
    margin: 0;
    top: 52px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    background: #0a7395;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  }
  .g-catetab.more-item > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab.more-item > ul > li:before {
    display: none;
  }
  .g-catetab.more-item > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .g-catetab.more-item > ul > li > a:after {
    display: none;
  }
  .g-catetab.more-item > ul > li > a:active {
    color: #fff;
    background: #065c77;
  }
  .g-catetab.more-item > ul > li:first-child > a {
    border-top: none;
  }
  .g-catetab.more-item > ul > li.current > a {
    color: #fff462;
    font-weight: 600;
  }
  .g-catetab.more-item > ul > li.current > a:active {
    color: #fff462;
  }
  .g-catetab.more-item.is-open > ul {
    display: block;
  }
  .g-catetab:not(.more-item) > ul {
    display: block !important;
  }
  .pc .g-catetab:not(.more-item) > ul > li:not(.current):hover > a:after {
    transform: scaleY(1);
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .g-catetab {
    margin: 0 auto;
    padding: 0;
    transition: background 0.25s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  .g-catetab:after {
    bottom: -1px;
    background: rgba(255, 255, 255, 0.1);
  }
  .g-catetab .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.055rem;
    color: #fff;
    background: #379abc;
    background: linear-gradient(0deg, #096583 0%, #379abc 100%);
    transition: color 0.15s;
  }
  .g-catetab .cur-item:before {
    content: "";
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 40px;
    top: 0;
    display: block;
  }
  .g-catetab .cur-item:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  .g-catetab .cur-item:hover,
  .g-catetab .cur-item:link:hover {
    background: #43afd5;
    background: linear-gradient(0deg, #0a7395 0%, #43afd5 100%);
    color: #fff;
    font-weight: 600;
  }
  .g-catetab .cur-item:hover:after,
  .g-catetab .cur-item:link:hover:after {
    border-color: #fff;
  }
  .g-catetab > ul {
    display: none;
    margin: 0;
    top: 52px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    background: #0a7395;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  }
  .g-catetab > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab > ul > li:before {
    display: none;
  }
  .g-catetab > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .g-catetab > ul > li > a:after {
    display: none;
  }
  .g-catetab > ul > li > a:active {
    color: #fff;
    background: #065c77;
  }
  .g-catetab > ul > li:first-child > a {
    border-top: none;
  }
  .g-catetab > ul > li.current > a {
    color: #fff462;
    font-weight: 600;
  }
  .g-catetab > ul > li.current > a:active {
    color: #fff462;
  }
  .g-catetab.is-open > ul {
    display: block;
  }
}
.filter-group {
  position: relative;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.filter-group > * {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(50% - 5px);
  max-width: 250px;
  margin: 0 0 10px 10px;
}
.filter-group > *:first-child {
  margin-left: 0;
}
.filter-group > .text-style-wrap {
  max-width: 350px;
}
.filter-search {
  position: relative;
  font-size: 0;
  width: 60px;
  height: 60px;
  max-width: 60px !important;
  display: inline-block;
  vertical-align: top;
  background: #eee;
  border: none;
  transition: background 0.25s;
}
.filter-search::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(../images/icon_search.svg) no-repeat 0 0;
  background-size: auto 200%;
}
.filter-group > .text-style-wrap {
  border: 1px solid #ccc;
  position: relative;
  padding-left: 80px;
}
.filter-group > .text-style-wrap .label-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  line-height: 60px;
  padding: 0 15px
}
.pc .filter-search:hover {
  background: #333;
}
.pc .filter-search:hover::before {
  background-position: 0 100%;
}
@media (max-width: 1024px) {
  .filter-group > .text-style-wrap {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .filter-group > * {
    max-width: calc(50% - 5px);
  }
  .filter-group > .text-style-wrap {
    width: 100%;
    margin-left: 0;
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 599px) {
  .filter-group > .text-style-wrap {
    margin-left: auto;
    margin-right: auto;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .filter-group > .text-style-wrap .input-style {
    border: none
  }
  .filter-group > .text-style-wrap .label-style {
    position: absolute;
    line-height: 50px;
    padding: 0 15px;
    color: #222
  }
  .filter-search {
    flex-grow: 1;
    width: 100%;
    max-width: 100% !important;
    background: #333;
    color: #fff;
    height: 45px;
    font-size: 0.88rem;
    margin: 0 auto;
  }
  .filter-search::before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
    width: 20px;
    height: 20px;
    transform: none;
    background-position: 0 100%;
  }
  .pc .filter-search:hover::before {
    background-position: 0 100%;
  }
}
/* --- FORM - BOX --- */
.form-box {
  display: block;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 0 0 110px;
  border: 1px solid #ccc;
}
.form-box:focus-within {
  border-color: #333;
}
.form-box.label-large {
  padding-left: 0;
  padding-top: 40px;
}
.form-box.form-half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
}
.form-box.form-half.odd {
  margin-right: 24px;
}
.form-box.form-half.even {
  margin-right: 0;
}
@media (max-width: 839px) {
  .form-box.form-half {
    display: block;
    width: 100%;
  }
  .form-box.form-half.odd,
  .form-box.form-half.even {
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .form-box {
    margin: 0 auto 20px;
    border: none;
    padding: 0;
  }
  .form-box.label-large {
    padding: 0;
  }
}
.form-box.code {
  max-width: calc(50% + 100px - 19px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-box.code .input-style {
  padding-right: 180px;
}
.codeimg {
  width: 180px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 40px;
}
.codeimg::after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11.132,20.755c-2.673,0-5.053-1.25-6.592-3.194l-0.151,4.965c0,0,0.307-0.567,1.012-1.699 c1.896,1.27,4.17,1.888,6.438,1.734c2.488-0.17,4.827-1.234,6.588-2.994c0.316-0.318,0.613-0.663,0.89-1.024l-1.47-1.139 C16.314,19.439,13.876,20.755,11.132,20.755z M2.729,12.35c0-4.26,3.171-7.777,7.281-8.327l-4.3-2.607c0,0,0.774,1.305,0.994,1.774 C4.66,4.196,2.987,5.857,1.985,7.903c-0.689,1.404-1.052,2.974-1.052,4.537c0,0.899,0.118,1.796,0.351,2.663 c0.104,0.392,0.237,0.781,0.391,1.164l1.695-0.693C2.957,14.581,2.729,13.493,2.729,12.35z M21.296,13.044 c0.014-0.268,0.036-0.669,0.036-0.681c0-2.055-0.609-4.047-1.762-5.763c-1.391-2.07-3.48-3.565-5.885-4.209 c-0.36-0.096-0.729-0.169-1.1-0.226l-0.255,1.868c4.074,0.582,7.206,4.083,7.206,8.317c0,1.116-0.22,2.179-0.613,3.152l4.145-2.381 C23.068,13.121,22.11,13.135,21.296,13.044z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px auto;
}
.pc .codeimg:hover::after {
  background-color: red;
}
@media (max-width: 839px) {
  .form-box.code {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .codeimg {
    width: 154px;
    height: 50px;
  }
}
.star {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 1px;
  font-style: normal;
  font-weight: 400;
  font-size: 0;
}
.star:before {
  content: "*";
  line-height: 1;
  font-size: 1rem;
  color: red;
}
.label-style {
  font-size: 0.9444rem;
  padding: 12px 15px;
  margin: 0;
  display: block;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #666;
}
@media (max-width: 599px) {
  .label-style {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 6px 0;
  }
}
.input-style {
  background-color: #fff;
  border: none;
  box-shadow: none;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .input-style {
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 50px;
  }
  .input-style:focus {
    border-color: #333;
  }
}
.textarea-style {
  background: #fff;
  box-shadow: none;
  height: 120px;
  padding: 10px 20px;
  width: 100%;
  display: block;
  border: none;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .textarea-style {
    border: 1px solid #ccc;
    padding: 10px;
  }
  .textarea-style:focus {
    border-color: #333;
  }
}
.select-style {
  padding: 0 50px 0 20px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff url(../images/select_aw.jpg) right 0 no-repeat;
  background-size: auto 100%;
  border: none;
  font-size: 1rem;
}
.select-style.type-line {
  border: 1px solid #ccc
}
.select-style.type-line:focus {
  border: 1px solid #333
}
@media (max-width: 599px) {
  .select-style {
    border: 1px solid #ccc;
    padding: 0 50px 0 10px;
    height: 50px;
    line-height: 50px;
  }
  .select-style:focus {
    border-color: #333;
  }
}
.radio-style {
  padding: 10px 0;
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}
.radio-style em {
  font-style: normal;
}
.radio-style input {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 2px solid #999;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 2px;
  margin: 0 8px -3px 0;
  border-radius: 50%;
  transition: background 0.15s;
}
.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #111;
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.2s;
}
.radio-style input:checked + span {
  border-color: #111;
}
.radio-style input:checked + span i {
  transform: scale(1);
}
.pc .radio-style:hover input + span,
.radio-style:active input + span {
  border-color: #666;
}
.pc .radio-style:hover input + span i,
.radio-style:active input + span i {
  background-color: #666;
}
.pc .radio-style:hover input:checked + span,
.radio-style:active input:checked + span {
  border-color: #111;
  background: #fff;
}
.pc .radio-style:hover input:checked + span i,
.radio-style:active input:checked + span i {
  background-color: #111;
}
.checkbox-style {
  padding: 13px 0;
  margin: 0 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}
.checkbox-style input {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #999;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 1px;
  transition: background 0.15s;
}
.checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 6px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.2s;
  transform-origin: left bottom;
}
.checkbox-style input:checked + span {
  border-color: #111;
}
.checkbox-style input:checked + span i {
  transform: scale(1) rotate(-45deg);
}
.pc .checkbox-style:hover input + span,
.checkbox-style:active input + span {
  border-color: #666;
}
.pc .checkbox-style:hover input:checked + span,
.checkbox-style:active input:checked + span {
  border-color: #111;
  background: #fff;
}
.pc .checkbox-style:hover input:checked + span i,
.checkbox-style:active input:checked + span i {
  border-color: #111;
}
@media (max-width: 599px) {
  .radio-style {
    padding: 6px 0;
  }
  .checkbox-style {
    padding: 6px 0;
  }
}
@keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeInLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani_fadeInRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* --- PLUGIN: Slick Controller --- */
.slick-dots {
  position: absolute;
  list-style: none;
  left: 50%;
  bottom: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  outline: none;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border-radius: 10px;
  transition: background 0.25s, border 0.25s, transform 0.25s;
}
.slick-dots li.slick-active button {
  background: #b0252f;
  border: 1px solid #b0252f;
}
.pc .slick-dots li button:hover {
  background: #ccc;
  transform: scale(1.05);
}
.pc .slick-dots li.slick-active button:hover {
  background: #b0252f;
  border: 1px solid #b0252f;
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  height: 42px;
  width: 42px;
  display: block;
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  top: 50%;
  padding: 0;
  margin: 0;
  border: none;
  background: #b0252f;
  border-radius: 50%;
  transform: translateY(-50%);
  outline: none !important;
  transition: margin 0.2s;
}
.slick-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  transition: opacity 0.2s;
}
.slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
.slick-prev {
  left: -45px;
}
.slick-prev:before {
  left: 50%;
  margin-left: -5px;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.slick-next {
  right: -45px;
}
.slick-next:before {
  right: 50%;
  margin-right: -5px;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
.pc .slick-arrow:not(.slick-disabled):hover,
.pc .slick-arrow:not(.slick-disabled):active {
  background: #c84b54;
}
.pc .slick-prev {
  margin-left: 2px;
}
.pc .slick-prev:not(.slick-disabled):hover,
.pc .slick-prev:not(.slick-disabled):active {
  margin-left: 0;
}
.pc .slick-prev:not(.slick-disabled):hover:before,
.pc .slick-prev:not(.slick-disabled):active:before {
  opacity: 1;
}
.pc .slick-next {
  margin-right: 2px;
}
.pc .slick-next:not(.slick-disabled):hover,
.pc .slick-next:not(.slick-disabled):active {
  margin-right: 0;
}
.pc .slick-next:not(.slick-disabled):hover:before,
.pc .slick-next:not(.slick-disabled):active:before {
  opacity: 1;
}
@media (max-width: 1599px) {
  .slick-prev {
    left: -5px;
  }
  .slick-next {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    height: 32px;
    width: 32px;
  }
  .slick-prev {
    left: -5px;
  }
  .slick-next {
    right: -5px;
  }
}
/* --- PLUGIN: MagnificPopup Default Popup --- */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.mfp-container {
  cursor: auto !important;
  padding: 40px;
  overflow: auto !important;
}
.mfp-zoom .mfp-container {
  opacity: 0;
  transform: scale(0.96);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
}
.mfp-zoom.mfp-ready .mfp-container {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom.mfp-removing .mfp-container {
  opacity: 0;
  transform: scale(0.96);
}
.mfp-zoom-out-cur .mfp-container {
  padding: 0;
}
.mfp-zoom-out-cur .mfp-container .mfp-close,
.mfp-zoom-out-cur .mfp-container button.mfp-close {
  display: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap button.mfp-close {
  right: -42px;
  top: -5px;
  cursor: pointer !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  position: absolute;
  font-size: 0;
  background: none;
}
.mfp-wrap .mfp-close::before,
.mfp-wrap .mfp-close::after,
.mfp-wrap button.mfp-close::before,
.mfp-wrap button.mfp-close::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border-radius: 5px;
  margin-left: -15px;
  background: #fff;
  transition: background 0.25s;
}
.mfp-wrap .mfp-close::before,
.mfp-wrap button.mfp-close::before {
  transform: rotate(45deg);
}
.mfp-wrap .mfp-close::after,
.mfp-wrap button.mfp-close::after {
  transform: rotate(-45deg);
}
.mfp-wrap .mfp-close:hover::before,
.mfp-wrap .mfp-close:hover::after,
.mfp-wrap button.mfp-close:hover::before,
.mfp-wrap button.mfp-close:hover::after {
  background: #7894b8;
}
.mfp-wrap .mfp-figure {
  line-height: 0;
}
.mfp-wrap .mfp-figure .mfp-close,
.mfp-wrap .mfp-figure button.mfp-close {
  right: 20px;
  top: 20px;
  position: fixed;
}
.mfp-wrap .mfp-figure img {
  max-width: none !important;
  max-height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mfp-video .mfp-content {
  background: #fff;
  color: #222;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 1400px !important;
  padding: 0;
}
/* --- PLUGIN: Infinite loading Animation --- */
.ifs-loader-eff {
  width: 80px;
  height: 5px;
  text-align: center;
  margin: 80px auto;
}
.ifs-loader-eff > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bd9659;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  animation: ani_ifs_loader 0.7s linear infinite;
}
.ifs-loader-eff > div:nth-child(2) {
  animation-delay: 0.05s;
}
.ifs-loader-eff > div:nth-child(3) {
  animation-delay: 0.1s;
}
/* --- PLUGIN: Infinite loading Message --- */
.ifs-status {
  display: none;
  font-size: 1rem;
  letter-spacing: 0.15em;
  position: relative;
  max-width: 200px;
  z-index: 100;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  color: #bd9659;
  animation: ani_fadeIn 0.5s both;
}
.ifs-loadmore {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 50px auto;
  padding: 0 0 35px;
  z-index: 50;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #016eaf;
  font-size: 0.875rem;
}
.ifs-loadmore::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #016eaf;
  position: absolute;
  width: 17px;
  height: 17px;
  margin-left: -8px;
  left: 50%;
  bottom: 0;
  transform: rotate(-45deg);
  animation: ani_ifs_loadmore_arrow 1s both ease infinite;
}
.pc .ifs-loadmore:hover {
  background-color: #016eaf;
  color: #fff;
}
@keyframes ani_ifs_loader {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-130%) scale(1.15);
  }
}
@keyframes ani_ifs_loadmore_arrow {
  0%,
  90%,
  100% {
    bottom: 0;
  }
  45% {
    bottom: 10px;
  }
}
/* --- Layout --- */
.container,
.container-sm,
.container-lg {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.container {
  max-width: 1510px;
}
.container-sm {
  max-width: 1310px;
}
.container-lg {
  max-width: 1600px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: background 0.35s;
}
.header > .container {
  z-index: 10;
  height: 130px;
  transition: height 0.35s ease;
}
body.is-no-kanban {
  padding-top: 130px;
}
body.is-no-kanban .header {
  background-color: #fff;
}
body.is-no-kanban .header > .container {
  max-width: 1400px;
  height: 130px;
}
body.is-no-kanban.is-fixed-header .header > .container {
  height: 70px;
}
body.is-fixed-header .header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
body.is-fixed-header .header > .container {
  height: 70px;
}
.logo {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 220px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
body.is-fixed-header .logo {
  width: 190px;
}
.logo > a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 27.27%;
  font-size: 0;
  background: url(../images/logo.svg) no-repeat 0 0/contain;
  z-index: 0;
}
.nav-switch {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 100;
}
.nav-switch a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.nav-switch a::before {
  content: "MENU";
  white-space: nowrap;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-switch div {
  pointer-events: none;
  content: "";
  display: inline-block;
  height: 2px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 65px;
  transform-origin: center center;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #333;
}
.nav-switch div:nth-child(1) {
  margin-top: -4px;
}
.nav-switch div:nth-child(2) {
  margin-top: 2px;
}
.pc .nav-switch a:hover div {
  background: #000;
}
.pc .nav-switch a:hover div:nth-child(1) {
  margin-top: -1px;
}
.pc .nav-switch a:hover div:nth-child(2) {
  margin-top: -1px;
}
.nav {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-top: 130px solid transparent;
  padding: 0 0 40px 0;
  background: rgba(230, 0, 0, 0.9);
  width: 100%;
  max-width: 50vw;
  transform: translateX(102%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s 0.2s, border 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu {
  width: 100%;
  max-height: calc(100% - 105px);
  padding: 0 0 40px 0;
  position: relative;
  z-index: 8;
  overflow: hidden auto;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu::-webkit-scrollbar {
  width: 10px;
}
.menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
.menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.menu a {
  max-width: 700px;
}
.menu > li {
  flex: 0;
  position: relative;
  display: block;
  padding: 0;
}
.menu > li:first-child {
  border-top: none;
}
.menu > li > .sub-switch {
  position: absolute;
  cursor: pointer;
  top: 22px;
  left: min(635px, calc(100% - 72px));
  width: 40px;
  height: 40px;
  z-index: 10;
  border-radius: 50px;
}
.menu > li > .sub-switch + a {
  max-width: min(620px, calc(100% - 87px));
}
.pc .menu > li > .sub-switch:hover {
  background: rgb(0 0 0 / 10%)
}
.menu > li > .sub-switch::after {
  content: "+";
  line-height: 1;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #eee;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.menu > li.is-open > a {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.menu > li.is-open > ul {
  display: block;
}
.menu > li.is-open > .sub-switch:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #eee;
}
.menu > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 30px 18px 50px;
  line-height: 1.5;
  font-size: 1.875rem;
  font-weight: 600;
}
.menu > li > ul {
  margin: 0 auto;
  padding: 15px 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
.menu > li > ul > li {
  display: block;
}
.menu > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 10px 20px 10px 80px;
  line-height: 1.5;
  font-size: 1.11rem;
  position: relative;
}
.menu > li > ul > li > a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 22px;
  left: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.pc .menu > li:not(.is-open):hover > a {
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1), 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.pc .menu > li > ul:hover > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.pc .menu > li > ul:hover > li:hover > a {
  color: #fff;
}
body::after {
  content: "";
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.is-open-nav::after {
  display: block;
  animation: ani_fadeIn 0.5s both;
}
.is-open-nav .nav {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s;
}
.is-open-nav .nav-switch {
  right: 5px;
  width: 135px;
  height: 130px;
}
.is-open-nav .nav-switch a::before {
  color: #fff;
}
.is-open-nav .nav-switch div {
  width: 32px;
  height: 3px;
  left: calc(100% - 50px);
  margin-left: -16px;
  background-color: #FFF;
}
.is-open-nav .nav-switch div:nth-child(1) {
  transform: rotate(45deg);
  margin-top: -1px;
}
.is-open-nav .nav-switch div:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.pc.is-open-nav .nav-switch a:hover::before {
  color: #fff;
}
.pc.is-open-nav .nav-switch a:hover div {
  height: 4px;
  background-color: #FFF;
}
.pc.is-open-nav .nav-switch a:hover div:nth-child(1) {
  margin-top: -2px;
}
.pc.is-open-nav .nav-switch a:hover div:nth-child(2) {
  margin-top: -2px;
}
.h-func {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  position: relative;
  padding: 10px 40px 0 40px;
}
.search-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 0;
  margin-right: 15px;
  border-radius: 60px;
  transition: background 0.25s;
}
.search-switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background: url(../images/icon_search.svg) no-repeat 0 100%;
  background-size: auto 200%;
}
.pc .search-switch:hover {
  background: rgba(0, 0, 0, 0.25);
}
.search-wrap {
  position: absolute;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(200, 0, 0, 0.9);
  width: 100%;
  max-width: 50vw;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 50px 80px;
}
.search-wrap.is-open {
  display: flex;
  animation: ani_fadeIn 0.35s both;
}
.search-wrap.is-open form {
  animation: ani_fadeInUp 0.5s both;
}
.search-wrap .tit {
  font-size: 1.88rem;
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}
.search-wrap form {
  z-index: 10;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-input {
  height: 60px;
  width: 100%;
  padding: 0 70px 0 0;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
input.search-input:not([type=submit]) {
  font-size: 1.22rem !important;
}
input.search-input:not([type=submit])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}
input.search-input:not([type=submit])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}
input.search-input:not([type=submit]):-ms-input-placeholder,
input.search-input:not([type=submit]) :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}
input.search-input:not([type=submit]):focus {
  border-bottom: 2px solid #fff;
}
.search-send {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 4px;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  border-radius: 60px;
  transition: background 0.25s;
}
.search-send::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background: url(../images/icon_search.svg) no-repeat 0 100%;
  background-size: auto 200%;
  transition: width 0.25s, height 0.25s;
}
.pc .search-send:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.pc .search-send:hover::before {
  width: 40px;
  height: 40px;
}
.search-close {
  position: absolute;
  z-index: 0;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  border-radius: 60px;
  transition: background 0.25s;
}
.search-close::before,
.search-close::after {
  pointer-events: none;
  content: "";
  display: inline-block;
  height: 4px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  transform-origin: center center;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
}
.search-close::before {
  margin-top: -2px;
  transform: rotate(45deg);
}
.search-close::after {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.pc .search-close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.lang-switch {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 0 55px;
  line-height: 60px;
  height: 60px;
  white-space: nowrap;
  border-radius: 60px;
  color: #333;
  font-size: 1.11rem;
  transition: background 0.25s;
}
.lang-switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: url(../images/icon_earch.svg) no-repeat 0 0;
  background-size: auto 200%;
}
.lang-switch:active,
.lang-switch:hover {
  color: #fff;
}
.pc .lang-switch:hover {
  background: red;
  color: #fff;
}
.pc .lang-switch:hover::before {
  background-position: 0 100%;
}
.lang-wrap {
  display: block;
  right: 180px;
  top: 35px;
  position: absolute;
  z-index: 100;
  transition: top 0.35s;
}
.is-fixed-header .lang-wrap {
  top: 5px;
}
.is-open-nav .lang-wrap {
  top: 35px;
}
.is-open-nav .lang-switch {
  color: #fff;
}
.is-open-nav .lang-switch::before {
  background-position: 0 100%;
}
.lang-popup {
  display: none;
  font-size: 0;
  position: absolute;
  min-width: 200px;
  z-index: 200;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background: #f2f2f2;
  border: 1px solid #efefef;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.lang-popup::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #f2f2f2 transparent;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  pointer-events: none;
  z-index: 10;
}
.lang-popup.is-open {
  display: block;
}
.lang-popup > li {
  display: block;
  position: relative;
  padding: 0 10px;
  border-top: 1px solid #ccc;
}
.lang-popup > li:first-child {
  border-top: none;
}
.lang-popup > li > a {
  display: block;
  padding: 10px;
  font-size: 1.055rem;
  color: #222;
  font-weight: 700;
  text-align: center;
}
.lang-popup > li.current > a {
  color: red;
}
.pc .lang-popup > li > a:hover {
  color: red;
}
.footer {
  background: #333333;
}
.footer .footer-inner {
  z-index: 10;
  padding-top: 70px;
  padding-bottom: 60px;
}
.f-nav {
  position: relative;
  min-height: 35px;
  padding: 0 0 0 290px;
  text-align: right;
}
.f-nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 260px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  left: 0;
  font-size: 0;
  background: url(../images/logo_white.svg) no-repeat 0 0/contain;
}
.f-nav > ul {
  padding-right: 20px;
}
.f-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.f-nav > ul > li > a {
  color: #fff;
  white-space: nowrap;
  display: block;
}
.pc .f-nav > ul li > a:hover {
  text-decoration: underline;
  color: #eee;
}
.f-info {
  color: #707070;
  font-size: 0.94rem;
  margin: 30px auto 0;
}
.f-info .list {
  display: inline;
}
.f-info .list li {
  display: inline;
  position: relative;
  padding-left: 22px;
}
.f-info .list li:first {
  padding-left: 0;
}
.f-info .list li:first::before {
  display: none;
}
.f-info .list li a {
  color: #707070;
}
.f-info .list li i {
  font-style: normal;
}
.f-info .list li .lg-hide {
  display: none;
}
.f-info .list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #707070;
  position: absolute;
  left: 10px;
  top: 2px;
}
.f-info .list li .gap {
  padding-left: 22px;
  position: relative;
}
.f-info .list li .gap::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #707070;
  position: absolute;
  left: 10px;
  top: 2px;
}
.pc .f-info .list li a:hover {
  color: #eee;
}
@media (max-width: 1199px) {
  .f-nav {
    min-height: 30px;
    padding: 0 0 0 250px;
  }
  .f-nav::before {
    width: 220px;
    height: 60px;
    margin-top: -30px;
  }
  .f-nav > ul {
    padding-right: 15px;
  }
  .f-nav > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 1099px) {
  .f-nav > ul {
    padding-right: 10px;
  }
  .f-nav > ul > li {
    padding: 10px;
  }
  .f-nav > ul > li > a {
    font-size: 0.94rem;
  }
}
@media (max-width: 991px),
(min-width: 992px) and (max-height: 839px) {
  .header > .container {
    height: 80px;
  }
  body.is-no-kanban {
    padding-top: 80px;
  }
  body.is-no-kanban .header > .container {
    height: 80px;
  }
  body.is-no-kanban.is-fixed-header .header > .container {
    height: 60px;
  }
  body.is-fixed-header .header > .container {
    height: 60px;
  }
  .logo {
    width: 140px;
  }
  body.is-fixed-header .logo {
    width: 140px;
  }
  .nav {
    border-top-width: 80px;
    background: #e60000;
  }
  .menu > li > a {
    padding: 20px 30px 15px 35px;
    font-size: 1.5rem;
  }
  .is-open-nav .nav-switch {
    width: 100px;
    right: 30px;
    height: 80px;
  }
  .is-open-nav .nav-switch div {
    width: 25px;
    margin-left: -15px;
    left: calc(100% - 20px);
  }
  .lang-wrap {
    top: 15px;
  }
  body.is-fixed-header .lang-wrap,
  body.is-open-nav .lang-wrap,
  body.is-fixed-header.is-open-nav .lang-wrap {
    top: 15px;
  }
  body.is-fixed-header .lang-wrap {
    top: 5px;
  }
  .pc.is-open-nav .nav-switch a:hover div {
    width: 25px;
  }
  .h-func {
    padding: 10px 30px 0;
  }
  .search-input {
    padding-right: 50px;
  }
  .search-send {
    width: 48px;
    height: 48px;
  }
  .search-send::before {
    width: 32px;
    height: 32px;
  }
  .search-close {
    width: 50px;
    height: 50px;
    left: 30px;
  }
  .search-close::before,
  .search-close::after {
    width: 25px;
    margin-left: -12px;
  }
  .search-switch {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
  }
  .search-switch::before {
    width: 32px;
    height: 32px;
  }
  .lang-switch {
    padding: 0 15px 0 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .lang-switch::before {
    width: 32px;
    height: 32px;
  }
  .lang-popup {
    min-width: 150px;
  }
  .lang-popup > li > a {
    padding: 8px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .footer::before {
    opacity: 0.3;
  }
  .footer .footer-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .f-nav {
    padding: 0;
    text-align: center;
  }
  .f-nav::before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
  }
  .f-nav > ul {
    padding-right: 0;
  }
  .f-info {
    font-size: 0.88rem;
    margin: 20px auto 0;
  }
  .menu > li > .sub-switch {
    left: min(615px, calc(100% - 70px));
  }
  .menu > li > .sub-switch + a {
    max-width: min(600px, calc(100% - 73px));
  }
  .mb .search-close {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) and (min-height: 900px) {
  .menu {
    max-height: 650px;
  }
}
@media (max-width: 991px) and (min-height: 700px) {
  .menu {
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .lang-switch {
    padding-left: 45px;
    font-size: 0.944rem;
  }
  .lang-wrap {
    right: 145px;
    top: 15px;
  }
  .lang-popup > li > a {
    font-size: 0.944rem;
  }
  .nav,
  .search-wrap {
    max-width: 65vw;
  }
  .search-wrap {
    padding: 0 30px 80px;
  }
  .search-wrap .tit {
    font-size: 1.55rem;
  }
  .search-wrap form {
    max-width: 100%;
  }
  .menu > li > a {
    font-size: 1.33rem;
  }
  .menu > li > .sub-switch {
    top: 9px
  }
  .menu > li > ul > li > a {
    font-size: 1.11rem;
  }
  .f-nav > ul > li > a {
    font-size: 0.88rem;
  }
  .f-info {
    text-align: center;
  }
  .f-info .list {
    display: block;
    margin-top: 15px;
  }
  .f-info .list li {
    text-align: left;
    display: block;
    line-height: 1.5;
    padding: 12px 10px 12px 35px;
    margin: 0 auto 15px;
    background: rgba(0, 0, 0, 0.22);
  }
  .f-info .list li::before {
    display: none;
  }
  .f-info .list li .gap {
    display: block;
    padding-left: 0;
  }
  .f-info .list li .gap::before {
    display: none;
  }
  .f-info .list li .lg-hide {
    display: inline-block;
  }
  .f-info .list li i {
    position: absolute;
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 599px) {
  .nav,
  .search-wrap {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 499px),
(min-width: 500px) and (max-width: 991px) and (max-height: 839px) {
  .lang-wrap {
    right: 140px;
    top: 16px;
  }
  body.is-open-nav .lang-wrap,
  body.is-fixed-header .lang-wrap,
  body.is-fixed-header.is-open-nav .lang-wrap {
    top: 5px;
  }
  .nav {
    border-top-width: 60px;
  }
  .is-open-nav .nav {
    border-top-width: 60px;
  }
  .is-open-nav .nav-switch {
    height: 60px;
  }
  .menu {
    max-height: calc(100% - 70px);
  }
  .menu > li > a {
    font-size: 1.11rem;
    padding: 15px 30px 15px 35px;
  }
  .menu > li > .sub-switch {
    top: 9px
  }
  .menu > li > ul > li > a {
    font-size: 1rem;
    padding: 7px 15px 7px 58px;
  }
  .menu > li > ul > li > a::before {
    left: 45px;
    top: 18px;
  }
  .nav-switch {
    width: 100px;
    right: 15px;
  }
  .nav-switch div {
    width: 30px;
  }
  .is-open-nav .nav-switch {
    right: 15px;
  }
}
@media (max-width: 499px) {
  .lang-switch {
    font-size: 0;
    padding-left: 32px;
  }
  .lang-wrap {
    right: 120px;
  }
  .menu > li > .sub-switch {
    left: min(615px, calc(100% - 58px));
  }
}
@media (max-width: 449px) {
  .lang-wrap {
    right: 70px;
  }
  .nav-switch {
    width: 50px;
    right: 20px
  }
  .nav-switch a::before {
    display: none;
  }
  .nav-switch div {
    left: 50%;
    margin-left: -15px;
  }
}
/* --- Index --- */
.i-mainwrap {
  padding-bottom: 0;
  padding-top: 0;
}
.i-scrolldown {
  position: absolute;
  z-index: 10;
  bottom: 70px;
  width: 34px;
  height: 70px;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 70'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m32.5 53.5-15 15-15-15M17.5 1.5v67'/%3E%3C/svg%3E");
  background-size: contain;
  animation: ani_scroll 2.25s both infinite;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
@keyframes ani_scroll {
  0% {
    opacity: 0;
    margin-bottom: 10px;
  }
  25%,
  60% {
    opacity: 1;
    margin-bottom: 0;
  }
  78%,
  100% {
    opacity: 0;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .i-scrolldown {
    width: 17px;
    height: 35px;
    bottom: 40px;
  }
}
/* --- Index - Kanban --- */
.i-kanban-wrap {
  background: #333;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.i-kanban-list {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.i-kanban-pic {
  display: block;
  position: relative;
  z-index: 0;
  will-change: transform;
  transform: scale(1.1);
  transition: all 2s;
}
.i-kanban-pic::before {
  content: "";
  display: block;
  padding-bottom: 100vh;
  z-index: 1;
}
.i-kanban-pic img,
.i-kanban-pic source {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}
.i-kanban-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: 3% 0;
}
.i-kanban-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  min-height: 35vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.i-kanban-text .t1 {
  display: block;
  position: relative;
  z-index: 10;
  font-size: 2.77rem;
  line-height: 1.1;
}
.i-kanban-text .t2 {
  display: block;
  position: relative;
  z-index: 10;
  margin: 20px auto 0;
  font-size: 2.5rem;
  line-height: 1.6;
}
.swiper-slide-active .i-kanban-pic {
  transform: scale(1) !important;
}
.swiper-slide-active .i-kanban-text {
  animation: ani_kanban_in_text 1s 0.1s both;
}
.i-kanban-pagination {
  bottom: 50px;
}
.i-kanban-prev,
.i-kanban-next {
  margin: 0;
  display: block;
  z-index: 50 !important;
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  transition: all 0.25s;
}
.i-kanban-prev::after,
.i-kanban-next::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100px;
  margin-top: -50px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cpath fill='none' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.986 2.058 58.014 50.78 31.986 97.941M28.014 2.058 1.986 50.78l26.028 47.161'/%3E%3C/svg%3E");
}
.i-kanban-prev {
  left: 5%;
}
.i-kanban-prev::after {
  left: 50%;
  margin-left: -15px;
  background-position: 0 0;
}
.i-kanban-next {
  left: auto;
  right: 5%;
}
.i-kanban-next::after {
  right: 50%;
  margin-right: -15px;
  background-position: 100% 0;
}
.pc .i-kanban-prev:hover {
  transform: translateX(-5px);
}
.pc .i-kanban-next:hover {
  transform: translateX(5px);
}
.pc .i-kanban-wrap .i-kanban-next,
.pc .i-kanban-wrap .i-kanban-prev {
  opacity: 0;
}
.pc .i-kanban-wrap:hover .i-kanban-next,
.pc .i-kanban-wrap:hover .i-kanban-prev {
  opacity: 1;
}
.pc .i-kanban-next:hover::after,
.pc .i-kanban-prev:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cpath fill='none' stroke='%23f00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.986 2.058 58.014 50.78 31.986 97.941M28.014 2.058 1.986 50.78l26.028 47.161'/%3E%3C/svg%3E");
}
@media (min-width: 768px) and (min-aspect-ratio: 1920/1080) {
  .i-kanban-pic img,
  .i-kanban-pic source {
    width: auto !important;
    height: 100vh !important;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 1920/1080) {
  .i-kanban-pic img,
  .i-kanban-pic source {
    width: 100vw !important;
    height: auto !important;
  }
}
@media (max-width: 767px) and (min-aspect-ratio: 960/1080) {
  .i-kanban-pic img,
  .i-kanban-pic source {
    width: auto !important;
    height: 100vh !important;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 960/1080) {
  .i-kanban-pic img,
  .i-kanban-pic source {
    width: 100vw !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .i-kanban-wrap {
    max-width: 100%;
  }
  .i-kanban-text {
    padding: 30px 40px;
  }
  .i-kanban-text .t1 {
    font-size: 2.5rem;
  }
  .i-kanban-text .t2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .i-kanban-prev,
  .i-kanban-next {
    height: 70px;
    margin-top: -35px;
  }
  .i-kanban-prev::after,
  .i-kanban-next::after {
    position: absolute;
    width: 20px;
    height: 70px;
    margin-top: -35px;
  }
  .i-kanban-prev {
    left: 8px;
  }
  .i-kanban-prev::after {
    margin-left: -15px;
  }
  .i-kanban-next {
    right: 8px;
  }
  .i-kanban-next::after {
    margin-right: -15px;
  }
  .i-kanban-text .t1 {
    font-size: 1.944rem;
  }
  .i-kanban-text .t2 {
    font-size: 1.5rem;
  }
}
@keyframes ani_kanban_in_text {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.sec-subhead {
  color: #f00;
  font-size: 1.33rem;
  display: block;
  margin: 0 auto 30px;
  font-weight: 600;
}
/* --- Index - About --- */
.i-about {
  padding-top: 220px;
  padding-bottom: 220px;
  text-align: center;
  font-size: 1.25rem;
}
.i-about .sec-subhead {
  font-size: 1.33rem;
}
.i-about strong {
  /* font-size: 2.777rem; */
  font-size: 34px;
  line-height: 1.3;
  background-repeat: no-repeat;
  display: block;
  margin: 40px auto;
}
.i-about p {
  font-weight: 600;
}
.i-about .icons {
  max-width: 1050px;
  display: flex;
  margin: 90px auto 50px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.i-about .icons .icon {
  width: 20%;
  max-width: 120px;
  flex: 1 0 120px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.i-about .icons .icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i-about .icons .icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Animation */
.i-about .icons[data-aos] .icon {
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}
.i-about .icons[data-aos] .icon:nth-of-type(odd) {
  transform: translateY(50%);
}
.i-about .icons[data-aos] .icon:nth-of-type(even) {
  transform: translateY(-50%);
}
.i-about .icons[data-aos].aos-animate .icon {
  transition: transform 1.25s, opacity 0.55s;
  opacity: 1;
}
.i-about .icons[data-aos].aos-animate .icon:nth-of-type(odd) {
  transform: translateY(0);
}
.i-about .icons[data-aos].aos-animate .icon:nth-of-type(even) {
  transform: translateY(0);
}
.i-about .icon[data-aos] .icon1-global {
  transform-origin: center center;
  transform: rotate(-45deg);
  transition: transform 0.6s;
}
.i-about .icon[data-aos] .icon1-num {
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.6s;
}
.i-about .icon[data-aos] .icon2-hand {
  transform-origin: 35% 40%;
}
.i-about .icon[data-aos] [class^=icon3-ball] {
  opacity: 0;
  transition: opacity 0.35s;
  transition: all 0.6s;
}
.i-about .icon[data-aos] .icon5-cross {
  transform-origin: 58% center;
}
.i-about .icon[data-aos].aos-animate .icon1-global {
  transform: rotate(0deg);
  transition-delay: 0.32s;
  animation: ani_icon1_global 3s 0.35s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon1-num {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.53s;
  animation: ani_icon1_num 3s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon2-hand {
  animation: ani_icon2_hand 4s both infinite linear;
}
.i-about .icon[data-aos].aos-animate [class^=icon3-ball] {
  opacity: 1;
}
.i-about .icon[data-aos].aos-animate .icon3-ball1 {
  transition-delay: 0.25s;
}
.i-about .icon[data-aos].aos-animate .icon3-ball2 {
  transition-delay: 1.16s;
}
.i-about .icon[data-aos].aos-animate .icon3-ball3 {
  transition-delay: 3.16s;
}
.i-about .icon[data-aos].aos-animate .icon3-ball4 {
  transition-delay: 4.16s;
}
.i-about .icon[data-aos].aos-animate .icon4-hand {
  animation: ani_icon4_hand 2.6s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon4-content path:nth-child(1) {
  animation: ani_icon4_content1 2.6s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon4-content path:nth-child(2) {
  animation: ani_icon4_content2 2.6s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon4-content path:nth-child(3) {
  animation: ani_icon4_content3 2.6s both infinite;
}
.i-about .icon[data-aos].aos-animate .icon5 {
  animation: ani_icon5 2.5s both infinite linear;
}
.i-about .icon[data-aos].aos-animate .icon5-cross {
  animation: ani_icon5_cross 2s both infinite;
}
@keyframes ani_icon1_global {
  0%,
  50%,
  100% {
    transform: scale(1);
  }
  25%,
  75% {
    transform: scale(0.98);
  }
}
@keyframes ani_icon1_num {
  0%,
  50%,
  100% {
    fill: #E50017;
  }
  25%,
  75% {
    fill: #828282;
  }
}
@keyframes ani_icon2_hand {
  0%,
  20%,
  100% {
    transform: rotate(0deg);
  }
  40%,
  80% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(-20deg);
  }
}
@keyframes ani_icon4_hand {
  0%,
  10%,
  90%,
  100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-10px, -15px);
  }
  60% {
    transform: translate(-20px, 2px);
  }
}
@keyframes ani_icon4_content1 {
  0%,
  59%,
  71%,
  100% {
    fill: #848484;
  }
  60%,
  70% {
    fill: red;
  }
}
@keyframes ani_icon4_content2 {
  0%,
  10%,
  91%,
  100% {
    fill: red;
  }
  11%,
  90% {
    fill: #848484;
  }
}
@keyframes ani_icon4_content3 {
  0%,
  29%,
  46%,
  100% {
    fill: #848484;
  }
  30%,
  45% {
    fill: red;
  }
}
@keyframes ani_icon5_cross {
  0%,
  15%,
  60%,
  90%,
  100% {
    transform: scale(1);
  }
  30%,
  75% {
    transform: scale(0.8);
  }
}
@keyframes ani_icon5 {
  0%,
  5%,
  90%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-3px, 1px);
  }
  60% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(3px, -1px);
  }
}
@media (max-width: 1199px) {
  .i-about {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .i-about {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 1.11rem;
  }
  .i-about strong {
    /* font-size: 2.22rem; */
    font-size: 26px;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .i-about .sec-subhead {
    font-size: 1.11rem;
  }
  .i-about strong {
    font-size: 1.5rem;
    margin: 30px auto;
  }
  .i-about .icons {
    max-width: 600px;
    margin: 30px auto;
    justify-content: center;
  }
  .i-about .icons .icon {
    width: calc(100% / 3.5);
    max-width: calc(100% / 3.5);
    flex-basis: calc(100% / 3.5);
    flex-grow: 0;
  }
  .i-about .icons .icon::before {
    display: none;
  }
  .i-about .icons .icon svg {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 499px) {
  .i-about strong {
    font-size: 1.55rem;
  }
  .i-about {
    padding-top: 50px;
  }
  .i-about strong br {
    display: none;
  }
  .i-about .icons .icon svg {
    max-width: 100px;
    max-height: 100px;
  }
}
/* --- Index - Products --- */
.i-product {
  text-align: center;
  font-size: 1.25rem;
}
.i-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.i-product-list .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  flex: 0 0 50%;
  min-height: max(350px, calc((100vh - 70px) / 2));
  background: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-product-list .item:nth-of-type(odd) .text {
  text-align: right;
}
.i-product-list .text {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 22px 30px;
  transition: all 0.36s;
}
.i-product-list .title {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.33rem;
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.36s;
}
.i-product-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product-list .title .zh {
  margin-top: 5px;
}
.i-product-list .title .en {
  text-transform: uppercase;
}
.pc .i-product-list .item:hover .text {
  background: rgba(255, 0, 0, 0.7);
  padding-bottom: 50px;
}
.pc .i-product-list .item:hover .title {
  color: #fff;
}
@media (max-width: 991px),
(min-width: 992px) and (max-height: 839px) {
  .i-product-list .text {
    padding: 20px 25px;
  }
  .i-product-list .title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .i-product-list[data-aos] .item {
    opacity: 0;
    transform: perspective(2000px) rotateY(-100deg);
  }
  .i-product-list[data-aos].aos-animate .item {
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transform: perspective(2000px) rotateY(0);
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(1) {
    transition-delay: 0.15s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(7) {
    transition-delay: 1.05s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(8) {
    transition-delay: 1.2s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(9) {
    transition-delay: 1.35s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(10) {
    transition-delay: 1.5s;
  }
}
@media (max-width: 639px) {
  .i-product-list {
    display: block;
  }
  .i-product-list .item {
    width: 100%;
    min-height: auto;
    height: 280px;
  }
  .i-product-list .text {
    padding: 20px 25px;
  }
  .i-product-list .item:nth-of-type(odd) .text {
    text-align: left;
  }
  .pc .i-product-list .item:hover .text {
    padding-bottom: 30px;
  }
  .i-product-list[data-aos] .item {
    opacity: 0;
    transform: scale(0.9);
  }
  .i-product-list[data-aos].aos-animate .item {
    opacity: 1;
    transform: scale(1);
    transition: all 0.8s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(1) {
    transition-delay: 0.15s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(7) {
    transition-delay: 1.05s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(8) {
    transition-delay: 1.2s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(9) {
    transition-delay: 1.35s;
  }
  .i-product-list[data-aos].aos-animate .item:nth-of-type(10) {
    transition-delay: 1.5s;
  }
}
@media (max-width: 599px) {
  .i-product-list .text {
    padding: 15px 20px;
  }
  .i-product-list .title {
    font-size: 1.11rem;
  }
}
/* --- Index - News --- */
.i-news {
  padding-top: 120px;
  padding-bottom: 150px;
}
.i-news .sec-subhead {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 80px;
}
.i-news-list {
  margin: 0 auto 80px;
  font-size: 0;
  text-align: left;
}
.i-news-list .item {
  font-weight: 500;
  color: #333;
  display: inline-block;
  width: calc((100% / 3) - 16px);
  vertical-align: top;
  margin: 0 8px 40px;
  transition: color 0.35s;
}
.i-news-list .pic {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
}
.i-news-list .pic::before {
  content: "";
  display: block;
  padding-bottom: 76%;
}
.i-news-list .pic img {
  width: 100%;
  transition: transform 0.35s;
}
.i-news-list .date {
  font-style: normal;
  line-height: 1.2;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
}
.i-news-list .name {
  font-size: 1.33rem;
  line-height: 1.2;
  max-height: 3.192rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 10px auto 15px;
  font-weight: 600;
}
.i-news-list .more {
  display: block;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.25s;
}
.i-news-list .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  height: 0.55em;
  width: 0.55em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23666' d='M1.398,17.182v-3.381l11.633-4.806l-11.633-4.8V0.818l15.203,6.476l-0.006,3.418L1.398,17.182z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.pc .i-news-list .item:hover .name {
  color: #ff0000;
}
.pc .i-news-list .item:hover .more {
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .i-news {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .i-news .sec-subhead {
    margin: 0 auto 40px;
  }
  .i-news-list {
    margin: 0 auto 40px;
  }
}
@media (max-width: 839px) {
  .i-news-list .item {
    width: 100%;
    margin: 0 auto 20px;
    min-height: 150px;
    position: relative;
    padding: 10px 10px 10px 170px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .i-news-list .item > * {
    flex: 0;
    width: 100%;
  }
  .i-news-list .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    margin: 0;
  }
  .i-news-list .pic img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }
  .i-news-list .name {
    font-size: 1rem;
    max-height: 2.4rem;
  }
  .i-news-list .more {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .i-news {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .i-news .sec-subhead {
    margin: 0 auto 20px;
    font-size: 1.11rem;
  }
}
@media (max-width: 499px) {
  .i-news-list .item {
    padding: 10px 10px 10px 140px;
  }
  .i-news-list .pic {
    width: 120px;
  }
}
/* --- PAGE KANBAN --- */
.p-kanban {
  background: #333;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.p-kanban .bg-pattern {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 0;
  opacity: 0.3;
}
.p-kanban .container {
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-kanban.light {
  background: #f1f1f1;
}
.p-kanban.light.bg-pattern {
  filter: brightness(0%);
}
.p-kanban.light .p-subhead .lg {
  color: #333;
}
.prev-lv {
  line-height: 1.2;
  font-size: 0.99rem;
  color: #ddd;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}
.prev-lv a {
  display: inline-block;
  color: inherit;
}
.pc .prev-lv a:hover {
  text-decoration: underline;
}
.prev-lv::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 7px;
  height: 0.55em;
  width: 0.55em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M1.398,17.182v-3.381l11.633-4.806l-11.633-4.8V0.818l15.203,6.476l-0.006,3.418L1.398,17.182z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.p-subhead {
  display: block;
  text-align: center;
}
.p-subhead .lg {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}
.p-subhead .sm {
  font-size: 1.33rem;
  text-transform: uppercase;
  color: #ff0000;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .p-kanban .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-subhead .lg {
    font-size: 1.88rem;
  }
  .p-subhead .sm {
    font-size: 1.22rem;
  }
}
@media (max-width: 499px) {
  .p-kanban .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-subhead .sm {
    font-size: 1.11rem;
  }
}
.mainwrap {
  padding-top: 80px;
  padding-bottom: 50px;
  min-height: 300px;
}
.mainwrap.no-pd-up-down {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1199px),
(min-width: 768px) and (max-height: 799px) {
  .mainwrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainwrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  .mainwrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* --- PAGER --- */
.p-pager {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 50px auto;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  min-width: 35px;
  line-height: 35px;
  color: #000;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 4px;
  border-radius: 3px;
  transition: color 0.1s, background 0.1s, border 0.1s;
}
.p-pager a:active {
  background: #f5f5f5;
  border-color: #999;
  color: #000;
}
.p-pager a.current {
  background: #313131;
  border-color: #313131;
  color: #fff;
}
.p-pager a.current:active {
  background: #313131;
  border-color: #313131;
  color: #fff;
}
.p-pager a.disabled {
  font-size: 0.75rem;
  cursor: not-allowed;
  color: #888;
}
.p-pager a.disabled:active {
  color: #888;
  background: #fff;
  border-color: #ddd;
}
.p-pager a.prev,
.p-pager a.next {
  padding-left: 15px;
  padding-right: 15px;
}
.p-pager a.prev:active,
.p-pager a.next:active {
  color: #888;
}
.p-pager a.prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 7px 0 0;
  height: 0.55em;
  width: 0.55em;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23888' d='M1.398,17.182v-3.381l11.633-4.806l-11.633-4.8V0.818l15.203,6.476l-0.006,3.418L1.398,17.182z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.p-pager a.next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 7px;
  height: 0.55em;
  width: 0.55em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23888' d='M1.398,17.182v-3.381l11.633-4.806l-11.633-4.8V0.818l15.203,6.476l-0.006,3.418L1.398,17.182z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.pc .p-pager a:hover {
  background: #f5f5f5;
  border-color: #999;
  color: #000;
}
.pc .p-pager a.current:hover {
  background: #313131;
  border-color: #313131;
  color: #fff;
}
@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .p-pager .mb-hide {
    display: none;
  }
}
@media (max-width: 399px) {
  .p-pager a.prev,
  .p-pager a.next {
    font-size: 0;
  }
  .p-pager a.prev::before,
  .p-pager a.prev::after,
  .p-pager a.next::before,
  .p-pager a.next::after {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}
/* --- Article Bottom Btns --- */
.article-btm {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
}
.article-btm > * {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px
}
/* --- Related Product List --- */
.related-pcate {
  background: #e6e6e6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.related-good-list {
  font-size: 0;
  display: block;
  margin: 0 -10px;
}
.related-good-list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 0 0 40px
}
.related-good-list .item a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 76%;
}
.related-good-list .item a img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center center;
}
.related-good-list .item a img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center center;
}
.related-good-list .text {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 22px 30px;
  transition: all 0.36s;
}
.related-good-list .name {
  font-size: 1.33rem;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-good-list .js-imghover .eff {
  display: none !important
}
.pc .related-good-list .item a:hover .text {
  background: rgba(255, 0, 0, 0.7);
  padding-bottom: 50px;
}
.pc .related-good-list .item a:hover .name {
  color: #fff;
}
@media (max-width: 991px),
(min-width: 992px) and (max-height: 839px) {
  .related-good-list .text {
    padding: 20px 25px;
  }
  .related-good-list .name {
    font-size: 1.22rem;
  }
}
@media (max-width: 991px) {
  .related-pcate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .related-good-list {
    margin: 0 -5px;
  }
  .related-good-list .item {
    margin-bottom: 25px;
    padding: 0 5px;
  }
}
@media (max-width: 839px) {
  .related-good-list .item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .related-pcate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .related-good-list {
    margin: 0 auto
  }
  .related-good-list .item {
    width: 100%;
    padding: 0;
  }
  .related-good-list .text {
    padding: 15px 20px;
  }
  .related-good-list .name {
    font-size: 1.11rem;
  }
}
/* --- Product List --- */
.good-cate-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 1.22rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.good-list .item {
  margin: 3% auto;
  min-height: max(calc((100vh - 130px) / 2.5), 350px);
  max-height: 550px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #ebebeb;
}
.good-list.welfare-style .item {
  min-height: max(calc((100vh - 130px) / 2), 600px);
}
.good-list .item:first-of-type {
  margin-top: 0 !important;
}
.good-list .pic {
  width: 54%;
  flex: 0 0 54%;
  overflow: hidden;
}
.good-list .pic img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center center;
}
.good-list .text {
  overflow: hidden;
  width: 46%;
  padding: 80px 20px 70px;
  flex: 1 0 46%;
}
.good-list .text .name {
  margin: 0 0 40px 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.good-list .text .name .en {
  display: inline-block;
  max-width: 430px;
  margin-bottom: 10px;
}
.good-list .text .name .zh {
  display: block;
}
.good-list .text .g-btn {
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .good-cate-intro {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 1.11rem;
  }
  .good-list .item {
    margin: 2.5% auto;
  }
  .good-list .item:first-of-type {
    margin-top: 0 !important;
  }
  .good-list .pic {
    width: 52%;
    flex: 0 0 52%;
  }
  .good-list .text {
    width: 48%;
    padding: 50px 20px;
    flex: 1 0 48%;
  }
  .good-list .text .name {
    margin: 0 0 30px 0;
    font-size: 1.66rem;
  }
}
@media (max-width: 768px) {
  .good-cate-intro {
    font-size: 1rem;
  }
  .good-list .text {
    padding: 30px 20px;
  }
  .good-list .text .name {
    font-size: 1.33rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .good-cate-intro.container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .good-cate-intro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .good-list .item {
    margin: 25px auto;
    min-height: max(calc((100vh - 80px) / 2.5), 250px);
  }
  .good-list.welfare-style .item {
    min-height: max(calc((100vh - 80px) / 2.5), 220px);
  }
  .good-list .item:first-of-type {
    margin-top: 0 !important;
  }
  .good-list .item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .good-list .text .name {
    font-size: 1.22rem;
  }
}
@media (min-width: 500px) {
  .good-list .item:nth-of-type(odd) .text {
    text-align: left;
    padding-left: 7%;
  }
  .good-list .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .good-list .item:nth-of-type(even) .text {
    text-align: right;
    padding-right: 7%;
  }
  .good-list .item:nth-of-type(even) .bg-pattern::before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
  }
}
@media (max-width: 499px) {
  .good-cate-intro {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .good-list .item {
    display: block;
    min-height: auto;
  }
  .good-list .item:nth-of-type(even) .bg-pattern::before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
  }
  .good-list .pic {
    width: 100%;
    height: 150px;
    display: block;
  }
  .good-list .pic img {
    top: 50%;
  }
  .good-list .text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 30px;
  }
  .good-list .text .name {
    margin-bottom: 20px;
  }
  .good-list .text .name .en {
    font-size: 0.88em;
    margin-bottom: 5px;
  }
  .good-list .text .g-btn {
    text-align: center;
    padding: 0;
  }
  .good-list.welfare-style .item {
    min-height: auto;
    position: relative;
  }
  .good-list.welfare-style .item::before {
    content: '';
    display: block;
    padding-bottom: 80%;
  }
  .good-list.welfare-style .pic {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .good-list.welfare-style .text {
    position: absolute;
    z-index: 10;
    color: #fff;
    padding: 20px;
    top: auto;
    bottom: 0;
    left: 0
  }
}
/* --- News List --- */
.news-list .item {
  min-height: 380px;
  position: relative;
  margin: 0 auto 50px;
  padding: 30px 50px 100px calc(32% + 50px);
  background: #f3f3f3;
}
.news-list .pic {
  display: block;
  width: 32%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.news-list .pic img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center center;
  transition: all 0.25s;
}
.news-list .date {
  font-size: 1.22rem;
  display: block;
  font-style: normal;
}
.news-list .name {
  margin: 0 0 20px 0;
  font-size: 1.66rem;
  line-height: 1.2;
  max-height: 3.984rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-list .summary {
  display: block;
  margin: 0 0 20px 0;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 9rem;
  line-height: 1.8;
}
.news-list .g-btn {
  position: absolute;
  bottom: 30px;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 1199px),
(min-width: 768px) and (max-height: 799px) {
  .news-list .item {
    min-height: 280px;
    margin: 0 auto 35px;
    padding: 30px 40px 100px calc(32% + 40px);
  }
  .news-list .date {
    font-size: 1.11rem;
  }
  .news-list .name {
    margin: 0 0 15px 0;
    font-size: 1.33rem;
    max-height: 3.192rem;
  }
  .news-list .summary {
    margin: 0 0 15px 0;
    -webkit-line-clamp: 3;
    max-height: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list .item {
    min-height: 220px;
    margin: 0 auto 25px;
    padding: 20px 25px 65px calc(32% + 25px);
  }
  .news-list .date {
    font-size: 0.88rem;
  }
  .news-list .name {
    font-size: 1.22rem;
    max-height: 2.928rem;
  }
  .news-list .summary {
    -webkit-line-clamp: 2;
    max-height: 3.6rem;
  }
  .news-list .g-btn {
    height: 40px;
    line-height: 40px;
    font-size: 0.9375rem;
    bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .news-list .g-btn {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 499px) {
  .news-list .item {
    margin-bottom: 35px;
    min-height: auto;
    padding: 20px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .news-list .g-btn {
    position: relative;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
  }
  .news-list .pic {
    position: relative;
    height: 150px;
    margin: -20px -20px 15px;
    width: calc(100% + 40px);
  }
  .news-list .name {
    font-size: 1.11em;
    max-height: 2.664rem;
  }
  .news-list .summary {
    -webkit-line-clamp: 2;
    font-size: 0.88rem;
    max-height: 3.168rem;
  }
}
/* --- News View --- */
.news-head {
  margin-bottom: 70px;
  text-align: center;
}
.news-head .subtitle {
  font-size: 1.77rem;
  display: block;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.news-head .date {
  font-style: normal;
  display: block;
  font-size: 1.33rem;
  margin: 5px auto 0;
}
@media screen and (max-width: 991px) {
  .news-head {
    margin-bottom: 50px;
  }
  .news-head .subtitle {
    font-size: 1.55rem;
  }
  .news-head .date {
    font-size: 1.11rem;
  }
}
@media screen and (max-width: 767px) {
  .news-head {
    margin-bottom: 30px;
  }
  .news-head .subtitle {
    font-size: 1.33rem;
  }
  .news-head .date {
    font-size: 1rem;
  }
}
/* --- Contact Us --- */
.contact-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: min(800px, 70vh);
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-form {
  font-size: 1.11rem;
  margin-bottom: 50px;
}
.contact-form .c-info {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 50px;
}
.contact-form .c-info strong {
  font-size: 1.88rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin: 0 auto 15px;
}
.contact-form .c-form-notice {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.11rem;
}
.contact-form .form-btm {
  position: relative;
  padding-right: 170px;
}
.contact-form .form-btm .g-btn {
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .contact-form {
    font-size: 1rem;
  }
  .contact-form .c-info strong {
    font-size: 1.55rem;
  }
  .contact-form .c-form-notice {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-map {
    height: min(300px, 70vh);
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-form .c-info strong {
    font-size: 1.33rem;
  }
  .contact-form .form-btm {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .contact-form .form-btm .g-btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto;
  }
  .contact-form .form-btm .g-btn.short {
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
/* --- Sitemap --- */
.sitemap-list {
  font-size: 0;
  margin: 0 auto;
}
.sitemap-list .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 0 40px;
  padding: 0 15px;
  text-transform: uppercase;
}
.sitemap-list .item.inline {
  margin-bottom: 0;
}
.sitemap-list .item > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-list .item > ul h1,
.sitemap-list .item > ul h2,
.sitemap-list .item > ul h3,
.sitemap-list .item > ul h4,
.sitemap-list .item > ul h5,
.sitemap-list .item > ul h6 {
  font: inherit;
}
.sitemap-list .item > ul > li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sitemap-list .item > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  background: #777;
}
.sitemap-list .item > ul > li > a {
  display: block;
  font-size: 1.11rem;
  line-height: 1.5;
  color: #222;
}
.sitemap-list .item > ul > li > ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: none;
}
.sitemap-list .item > ul > li > ul.always-show {
  display: block !important;
}
.sitemap-list .item > ul > li > ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sitemap-list .item > ul > li > ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  background: #777;
}
.sitemap-list .item > ul > li > ul li > a {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}
.sitemap-list .tit {
  font-size: 1.22rem;
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
}
.sitemap-list .tit a {
  color: #222;
}
.sitemap-list .tit span {
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.pc .sitemap-list .tit a:hover {
  color: red;
}
.pc .sitemap-list .item > ul > li:hover::before {
  background: red;
}
.pc .sitemap-list .item > ul > li:hover > a {
  color: red;
}
.pc .sitemap-list .item > ul > li > ul:hover > li::before {
  background: #ccc;
}
.pc .sitemap-list .item > ul > li > ul:hover > li > a {
  color: #ccc;
}
.pc .sitemap-list .item > ul > li > ul > li:hover::before {
  background: #000;
}
.pc .sitemap-list .item > ul > li > ul > li:hover > a {
  color: #000;
}
@media (max-width: 1599px) {
  .sitemap-list {
    max-width: 1000px;
  }
  .sitemap-list .item {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .sitemap-list .item {
    width: 50%;
  }
  .sitemap-list .tit span {
    display: block;
  }
}
@media (max-width: 767px) {
  .sitemap-list .item > ul > li > a {
    font-size: 1rem;
  }
  .sitemap-list .tit {
    font-size: 1.11rem;
  }
}
@media (max-width: 499px) {
  .sitemap-list .item {
    padding: 0;
    width: 100%;
  }
  .sitemap-list .tit {
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
/* --- Manufacturing --- */
#innovate {
  font-size: 1.11rem;
  font-weight: 500;
  overflow: hidden;
}
@media (max-width: 767px) {
  #innovate {
    font-size: 1rem;
  }
}
.innovate-automation {
  text-align: center;
}
.innovate-automation .sec1 {
  padding-bottom: 120px;
}
.innovate-automation .sec1 .text {
  margin: 50px auto;
  max-width: 1000px;
}
.innovate-automation .sec1 p {
  padding: 0;
  margin: 0 auto 25px;
  display: block;
}
.innovate-automation .sec1 .pics {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  font-size: 0;
  line-height: 0;
}
.innovate-automation .sec1 .pics img {
  vertical-align: top;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 1;
}
.innovate-automation .sec1 .pics img.pic1 {
  flex-grow: 1;
  width: 100%;
  flex-basis: 100%;
  margin: 0 auto 12px;
}
.innovate-automation .sec1 .pics img.pic2 {
  width: calc(60% - 12px);
  flex-basis: calc(60% - 12px);
  margin: 0 12px 12px 0;
}
.innovate-automation .sec1 .pics img.pic3 {
  width: 40%;
  flex-basis: 40%;
  margin: 0 0 12px 0;
}
.innovate-automation .sec2 {
  position: relative;
  padding-top: 55px;
  padding-bottom: 60px;
  text-align: center;
}
.innovate-automation .sec2 > .container-sm {
  z-index: 10;
}
.innovate-automation .sec2 .text,
.innovate-automation .sec2 .pic {
  position: relative;
  z-index: 10;
}
.innovate-automation .sec2 .pic {
  margin-bottom: 50px;
}
.innovate-automation .sec2 .bg {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  background: #040202;
  background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .innovate-automation .sec1 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .innovate-automation {
    text-align: left;
  }
  .innovate-automation .sec1 .text,
  .innovate-automation .sec2 .text {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .innovate-automation .sec1 {
    padding-bottom: 40px;
  }
  .innovate-automation .sec1 p {
    padding: 0;
    margin: 0 auto 20px;
  }
  .innovate-automation .sec2 {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .innovate-automation .sec2 .pic {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 399px) {
  .innovate-automation .sec1 .pics {
    display: block;
  }
  .innovate-automation .sec1 .pics img.pic1,
  .innovate-automation .sec1 .pics img.pic2,
  .innovate-automation .sec1 .pics img.pic3 {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.innovate-manage {
  position: relative;
}
.innovate-manage .sec2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.innovate-manage .sec2 .container-sm {
  position: relative;
  z-index: 10;
  color: #fff;
}
.innovate-manage .sec2 .text {
  margin: 0 auto;
}
.innovate-manage .sec2 .bg {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  background: #323232;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.innovate-manage .sec1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
.innovate-manage .title {
  width: 100%;
  max-width: 220px;
  z-index: 10;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 52%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -55%);
  background: url(../images/logo_vertical.svg) no-repeat 0 0/contain;
}
.innovate-manage .title::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.innovate-manage .list {
  position: relative;
  z-index: 8;
  width: 65%;
  max-width: 800px;
  margin: 50px auto 80px;
  position: relative;
  list-style: none;
}
.innovate-manage .list::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.innovate-manage .list .item {
  width: 22%;
  padding: 10px;
  position: absolute;
  display: inline-block;
  font-size: 1.11rem;
  text-align: center;
}
.innovate-manage .list .stit {
  margin: 5px auto 0;
  display: block;
  font-size: 1.11rem;
  font-weight: 600;
  max-width: 220px;
}
@media screen and (max-width: 1199px) {
  .innovate-manage .list {
    width: 80%;
    max-width: 700px;
    margin: 40px auto 50px;
  }
  .innovate-manage .list .item {
    padding: 5px;
    font-size: 1.0944rem;
  }
  .innovate-manage .list .icon {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .innovate-manage .list .stit {
    font-size: 1.0944rem;
    max-width: 180px;
  }
  .innovate-manage .sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .innovate-manage .sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .innovate-manage .sec1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .innovate-manage .title {
    max-width: 180px;
  }
  .innovate-manage .list .item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .innovate-manage .list .stit {
    font-size: 1rem;
  }
  .innovate-manage .sec2 .text {
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Animation */
.innovate-manage .sec1[data-aos] .title {
  opacity: 0;
  transform-origin: left top;
}
.innovate-manage .sec1[data-aos] .title {
  transition: transform 0.45s, opacity 0.45s;
}
.innovate-manage .sec1[data-aos] .list .item {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.25s, opacity 0.25s;
}
.innovate-manage .sec1[data-aos] .icon .icon1-global {
  transform-origin: center center;
  transform: rotate(-45deg);
  transition: transform 0.6s;
}
.innovate-manage .sec1[data-aos] .icon .icon1-num {
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.6s;
}
.innovate-manage .sec1[data-aos] .icon [class^=icon3-ball] {
  opacity: 0;
  transition: opacity 0.35s;
  transition: all 0.6s;
}
.innovate-manage .sec1[data-aos] .icon .icon2-hand {
  transform-origin: 35% 40%;
}
.innovate-manage .sec1[data-aos] .icon .icon5-cross {
  transform-origin: 58% center;
}
.innovate-manage .sec1.aos-animate .title {
  opacity: 1;
  transition-delay: 0.1s;
}
.innovate-manage .sec1.aos-animate .icon .icon1-global {
  transform: rotate(0deg);
  transition-delay: 0.32s;
}
.innovate-manage .sec1.aos-animate .icon .icon1-num {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.53s;
}
.innovate-manage .sec1.aos-animate .icon [class^=icon3-ball] {
  opacity: 1;
}
.innovate-manage .sec1.aos-animate .icon .icon3-ball1 {
  transition-delay: 0.25s;
}
.innovate-manage .sec1.aos-animate .icon .icon3-ball2 {
  transition-delay: 1.16s;
}
.innovate-manage .sec1.aos-animate .icon .icon3-ball3 {
  transition-delay: 3.16s;
}
.innovate-manage .sec1.aos-animate .icon .icon3-ball4 {
  transition-delay: 4.16s;
}
.innovate-manage .sec1.aos-animate .list .item {
  transform: scale(1);
  transition: transform 1.35s, opacity 0.85s;
  opacity: 1;
}
.innovate-manage .sec1.aos-animate .icon .icon1-global {
  animation: ani_icon1_global 3s 0.35s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon1-num {
  animation: ani_icon1_num 3s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon2-hand {
  animation: ani_icon2_hand 4s both infinite linear;
}
.innovate-manage .sec1.aos-animate .icon .icon4-hand {
  animation: ani_icon4_hand 2.6s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon4-content path:nth-child(1) {
  animation: ani_icon4_content1 2.6s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon4-content path:nth-child(2) {
  animation: ani_icon4_content2 2.6s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon4-content path:nth-child(3) {
  animation: ani_icon4_content3 2.6s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon5 {
  animation: ani_icon5 2.5s both infinite linear;
}
.innovate-manage .sec1.aos-animate .icon .icon5-cross {
  animation: ani_icon5_cross 2s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon6-gear-lg {
  transform-origin: 40% 40%;
  animation: ani_icon6_gear 5.5s both infinite linear;
}
.innovate-manage .sec1.aos-animate .icon .icon6-gear-sm {
  transform-origin: 75% 75%;
  animation: ani_icon6_gear 5.5s both infinite linear reverse;
}
.innovate-manage .sec1.aos-animate .icon .icon7-cube1 {
  animation: ani_icon7_stretch 5s both infinite ease;
}
.innovate-manage .sec1.aos-animate .icon .icon7-cube2 {
  animation: ani_icon7_fade 5s both infinite;
}
.innovate-manage .sec1.aos-animate .icon .icon7-cube3 {
  animation: ani_icon7_stretch2 5.2s both infinite ease;
}
.innovate-manage .sec1.aos-animate .icon .icon8-gear {
  transform-origin: 65% 70%;
  animation: ani_icon6_gear 5.5s both infinite linear;
}
.innovate-manage .sec1.aos-animate .icon .icon9-hand {
  animation: ani_icon9_hand 4.6s both infinite ease;
}
@media screen and (min-width: 640px) {
  /* Animation */
  .innovate-manage .sec1[data-aos] .title {
    transform: scale(0.5) translate(-50%, -55%);
  }
  .innovate-manage .sec1.aos-animate .title {
    transform: scale(1) translate(-50%, -55%);
    transition-delay: 0.1s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(1) {
    transition-delay: 0.07s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(2) {
    transition-delay: 0.12s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(3) {
    transition-delay: 0.17s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(4) {
    transition-delay: 0.22s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(5) {
    transition-delay: 0.27s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(6) {
    transition-delay: 0.32s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(7) {
    transition-delay: 0.37s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(8) {
    transition-delay: 0.42s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(9) {
    transition-delay: 0.47s;
  }
  .innovate-manage .sec1.aos-animate .list .item:nth-of-type(10) {
    transition-delay: 0.52s;
  }
}
@media screen and (max-width: 639px) {
  .innovate-manage .sec1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .innovate-manage .title {
    max-width: 140px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto 25px;
  }
  .innovate-manage .list {
    width: 100%;
    max-width: 500px;
  }
  .innovate-manage .list::before {
    display: none;
  }
  .innovate-manage .list .item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    padding: 10px 10px 10px 140px;
    margin: 0 auto 10px;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border-radius: 100px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .innovate-manage .list .icon {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 80px;
  }
  .innovate-manage .list .stit {
    font-size: 1.11rem;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .innovate-manage .title {
    max-width: 100px;
    margin-bottom: 15px;
  }
  .innovate-manage .list .item {
    padding: 5px 10px 5px 100px;
    min-height: 80px;
  }
  .innovate-manage .list .icon {
    width: 60px;
  }
  .innovate-manage .list .stit {
    font-size: 1rem;
  }
}
@keyframes ani_icon6_gear {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani_icon7_stretch {
  0% {
    transform-origin: 20% center;
    transform: scaleX(0);
  }
  15%,
  60% {
    transform: scaleX(1);
  }
  70%,
  100% {
    transform-origin: 40% center;
    transform: scaleX(0);
  }
}
@keyframes ani_icon7_stretch2 {
  0%,
  10% {
    transform-origin: 45% center;
    transform: scaleX(0);
  }
  30%,
  70% {
    transform: scaleX(1);
  }
  80%,
  100% {
    transform-origin: 90% center;
    transform: scaleX(0);
  }
}
@keyframes ani_icon7_fade {
  0%,
  15%,
  80%,
  100% {
    opacity: 0;
  }
  35%,
  75% {
    opacity: 1;
  }
}
@keyframes ani_icon9_hand {
  0%,
  70%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-30px, -15px);
  }
  30% {
    transform: translate(-30px, 0);
  }
}
.innovate-certi {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
.innovate-certi .p-subhead {
  margin: 0 auto 80px;
}
.innovate-certi .p-subhead .lg {
  color: #333;
}
.innovate-certi .text {
  margin: 0 auto 80px;
}
.certi-wrap {
  position: relative;
  text-align: center;
}
.certi-list .swiper-slide img {
  max-width: min(27vw, 600px);
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  height: auto !important;
}
.certi-prev,
.certi-next {
  position: absolute;
  top: 50%;
  height: 150px;
  width: 80px;
  transform: translateY(-50%);
  transition: all 0.25s;
}
.certi-prev::after,
.certi-next::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100px;
  margin-top: -50px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cpath fill='none' stroke='%23ccc' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.986 2.058 58.014 50.78 31.986 97.941M28.014 2.058 1.986 50.78l26.028 47.161'/%3E%3C/svg%3E");
}
.certi-prev {
  left: 15px;
  margin-left: 5px;
}
.certi-prev::after {
  left: 50%;
  margin-left: -15px;
  background-position: 0 0;
}
.certi-next {
  right: 15px;
  margin-right: 5px;
}
.certi-next::after {
  right: 50%;
  margin-right: -15px;
  background-position: 100% 0;
}
.pc .certi-prev:hover {
  margin-left: 0;
}
.pc .certi-next:hover {
  margin-right: 0;
}
.pc .certi-next:hover::after,
.pc .certi-prev:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cpath fill='none' stroke='%23f00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.986 2.058 58.014 50.78 31.986 97.941M28.014 2.058 1.986 50.78l26.028 47.161'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1399px) {
  .certi-list .swiper-slide img {
    max-width: min(70vw, 500px);
  }
}
@media screen and (max-width: 1199px) {
  .innovate-certi {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .innovate-certi .p-subhead {
    margin-bottom: 40px;
  }
  .innovate-certi .p-subhead .lg {
    font-size: 1.88rem;
  }
  .innovate-certi .p-subhead .sm {
    font-size: 1.22rem;
  }
}
@media screen and (max-width: 991px) {
  .innovate-certi .text {
    margin-bottom: 40px;
  }
  .certi-list .swiper-slide img {
    max-width: 400px;
    width: calc(100% - 60px);
  }
  .certi-prev,
  .certi-next {
    height: 100px;
    width: 40px;
  }
  .certi-prev::after,
  .certi-next::after {
    width: 20px;
    height: 66px;
    margin-top: -33px;
  }
  .certi-prev {
    left: -15px;
  }
  .certi-prev::after {
    margin-left: -10px;
  }
  .certi-next {
    right: -15px;
  }
  .certi-next::after {
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .innovate-certi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .innovate-certi .p-subhead {
    margin-bottom: 25px;
  }
  .innovate-certi .text {
    margin-bottom: 35px;
    text-align: left;
  }
}
@media (max-width: 499px) {
  .innovate-certi .p-subhead .lg {
    font-size: 1.55rem;
  }
  .innovate-certi .p-subhead .sm {
    font-size: 1.11rem;
  }
  .certi-list .swiper-slide img {
    width: calc(100% - 40px);
  }
  .certi-prev::after,
  .certi-next::after {
    width: 15px;
    height: 50px;
    margin-top: -px;
  }
  .certi-prev::after {
    margin-left: -8px;
  }
  .certi-next::after {
    margin-right: -8px;
  }
}
.innovate-flow {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.innovate-flow .shape-hex {
  text-align: center;
  position: relative;
  width: 100%;
}
.innovate-flow .stit {
  font-weight: 600;
  font-size: 1.22rem;
  line-height: 1.2;
  width: 100%;
  max-width: 180px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.innovate-flow .stit .zh {
  display: block;
  margin: 0 auto 10px;
}
.innovate-flow .title {
  width: min(calc((100% - 80px) / 3), calc(760px / 2));
  z-index: 10;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 17px 20px;
  transform: translate(-50%, -50%);
  color: #fff;
}
.innovate-flow .title .shape-hex {
  background: #ff0000;
}
.innovate-flow .list {
  perspective: 1500px;
  z-index: 8;
  width: 65%;
  max-width: 800px;
  margin: 50px auto 80px;
  position: relative;
  counter-reset: my-counter;
  list-style: none;
}
.innovate-flow .list::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.innovate-flow .list .item {
  width: 50%;
  padding: 17px 20px;
  position: absolute;
  display: inline-block;
  line-height: 0;
  text-align: center;
  counter-increment: my-counter;
  color: #333;
}
.innovate-flow .list .item .shape-hex {
  background: #ddd;
}
.innovate-flow .list .item .stit::before {
  content: "0" counter(my-counter);
  display: block;
  margin: 0 auto 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .innovate-flow {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .innovate-flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .innovate-flow .stit {
    font-size: 1.11rem;
  }
}
@media screen and (max-width: 767px) {
  .innovate-flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .innovate-flow .title {
    width: calc(100% / 3);
  }
  .innovate-flow .stit {
    font-size: 1.11rem;
  }
  .innovate-flow .list {
    width: 70%;
    margin: 30px auto 60px;
  }
}
@media screen and (min-width: 700px) {
  .innovate-flow .shape-hex {
    clip-path: polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0% 74%, 0% 26%);
  }
  .innovate-flow .shape-hex::after {
    content: "";
    display: block;
    padding-bottom: 115.3%;
  }
  .innovate-flow[data-aos] .title {
    opacity: 0;
    transform-origin: left top;
    transform: scale(0.3) translate(-50%, -30%);
    transition: opacity 0.35s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .innovate-flow[data-aos] .list .item {
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 0.5s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .innovate-flow.aos-animate .title {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    transition-delay: 0.25s;
  }
  .innovate-flow.aos-animate .list .item {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(1) {
    transition-delay: 0.07s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(2) {
    transition-delay: 0.12s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(3) {
    transition-delay: 0.17s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(4) {
    transition-delay: 0.22s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(5) {
    transition-delay: 0.27s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(6) {
    transition-delay: 0.32s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(7) {
    transition-delay: 0.37s;
  }
  .innovate-flow.aos-animate .list .item:nth-of-type(8) {
    transition-delay: 0.42s;
  }
}
@media screen and (max-width: 699px) {
  .innovate-flow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .innovate-flow .shape-hex {
    display: flex;
  }
  .innovate-flow .stit {
    width: 100%;
    max-width: 100%;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 15px;
  }
  .innovate-flow .title {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    margin: 0 auto 20px;
  }
  .innovate-flow .title .stit {
    padding: 0 0;
    text-align: center;
    color: #f00;
    font-size: 1.11rem;
  }
  .innovate-flow .title .stit .zh {
    font-size: 1.33rem;
    color: #333;
    margin: 4px auto 0 auto;
  }
  .innovate-flow .title .stit::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #fff;
  }
  .innovate-flow .title .shape-hex {
    background: none;
  }
  .innovate-flow .list {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0 !important;
  }
  .innovate-flow .list::before {
    display: none;
  }
  .innovate-flow .list .item {
    width: 100%;
    min-height: 80px;
    margin: 0 auto 5px;
    padding: 0;
    position: relative !important;
    display: block;
    top: auto !important;
    left: auto !important;
  }
  .innovate-flow .list .item .stit {
    padding: 20px 10px 20px 60px;
  }
  .innovate-flow .list .item .stit::before {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .innovate-flow .list .item .stit .zh {
    margin: 0;
  }
}
@media screen and (max-width: 499px) {
  .innovate-flow .stit {
    font-size: 1rem;
  }
}
/* --- About Us - Company introduction --- */
.about-introduction {
  margin: 50px auto !important;
}
.about-introduction li {
  line-height: 1.8;
  font-size: 1.22rem;
  display: block;
  padding: 15px 0 15px 250px;
  position: relative;
  border-bottom: 1px solid #919191
}
.about-introduction li:first-child {
  border-top: 1px solid #919191
}
.about-introduction li .stit {
  width: 250px;
  position: absolute;
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: inherit;
  top: 0;
  left: 0;
  padding: 15px 0;
  color: #919191
}
@media (max-width: 1199px) {
  .about-introduction li {
    font-size: 1.11rem;
  }
}
@media (max-width: 991px) {
  .about-introduction li {
    padding: 10px 0 10px 200px;
  }
  .about-introduction li .stit {
    width: 200px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .about-introduction li {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .about-introduction {
    margin: 35px auto 50px !important;
  }
  .about-introduction li {
    padding: 10px 0 10px 140px;
  }
  .about-introduction li .stit {
    width: 140px;
  }
}
@media (max-width: 449px) {
  .about-introduction li {
    padding: 10px 0 10px 20px;
  }
  .about-introduction li .stit {
    width: auto;
    display: block;
    padding: 0;
    margin: 0 0 10px -20px;
    position: relative;
    font-size: 0.99rem;
    line-height: 1;
  }
}
/* --- About Us - Brand --- */
.about-brand-section {
  padding: 25px 0 25px;
  position: relative;
  border-top: 1px solid #919191
}
.about-brand-tit {
  font-size: 1.22rem;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
}
.about-brand-img {
  width: 43%;
  max-width: 300px;
  z-index: 10;
  display: block;
  font-size: 0;
  margin: 20px auto;
  padding: 0;
  background: url(../images/logo_vertical.svg) no-repeat 0 0/contain;
}
.about-brand-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.brand-video {
  margin: 35px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.brand-video::before {
  content: "";
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  padding-bottom: 56.25%;
  pointer-events: none;
  display: block;
  position: relative;
}
.brand-video.is-play::before {
  opacity: 0 !important;
  z-index: 0;
}
.brand-video.is-play .brand-video-play {
  display: none;
  animation: ani_fadeOut 0.25s both;
}
.brand-video.is-play .brand-video-img {
  display: none;
  animation: ani_fadeOut 0.25s both;
}
.brand-video.is-play .brand-video-embed {
  display: block;
  animation: ani_fadeIn 0.5s both;
}
.brand-video-img {
  position: absolute;
  z-index: 5;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}
.brand-video-embed {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.brand-video-embed iframe,
.brand-video-embed video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.brand-video-play {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.brand-video-play svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.25s ease;
}
.brand-video-play svg circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2px;
}
.brand-video-play svg path {
  fill: rgba(255, 255, 255, 0.6);
  stroke: none;
}
.pc .brand-video-play:hover svg {
  transform: scale(0.9);
}
.pc .brand-video-play:hover svg circle {
  stroke-width: 3px;
  fill: rgba(255, 255, 255, 0.6);
}
.pc .brand-video-play:hover svg path {
  fill: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .brand-video-play {
    width: 50px;
    height: 50px;
  }
  .brand-video {
    margin: 25px auto;
  }
}
/* --- Cooperation --- */
.cooperation-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 35px -6px 80px -6px !important;
}
.cooperation-list li {
  width: calc((100% / 3) - 12px);
  margin: 6px;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.cooperation-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #ebebeb;
  min-height: 200px;
}
.cooperation-list li img {
  max-width: 300px;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  transition: all .25s;
}
.pc .cooperation-list li a:hover {
  background: #ddd;
}
.pc .cooperation-list li a:hover img {
  transform: scale(1.02);
  -webkit-filter: grayscale(1) contrast(1.75);
  filter: grayscale(1) contrast(1.75);
}
@media (max-width: 767px) {
  .cooperation-list li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 599px) {
  .cooperation-list li a {
    min-height: 150px;
  }
}
@media (max-width: 399px) {
  .cooperation-list {
    margin: 25px auto 40px !important;
  }
  .cooperation-list li {
    width: 100%;
  }
}
/* --- About Us --- */
#about {
  font-size: 1.22rem;
  font-weight: 500;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#about .summary {
  margin: 80px auto;
  max-width: 1250px;
}
#about .p-kanban {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  #about {
    font-size: 1.11rem;
  }
  #about .summary {
    margin: 50px auto;
  }
  #about .p-kanban {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #about {
    font-size: 1rem;
    font-weight: 500;
  }
  #about .summary {
    margin: 30px auto;
  }
  #about .p-kanban {
    margin-bottom: 30px;
  }
}
.about-history {
  padding-bottom: 80px;
}
.milestone-wrap {
  margin: 80px auto;
}
.milestone-wrap .title {
  font-size: 2rem;
  text-align: left;
}
.milestone-wrap .title strong {
  color: red;
}
.milestone-list {
  margin: 100px auto 0;
  position: relative;
}
.milestone-list .flow-line {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 158px;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background: #ccc;
  transform-origin: center top;
}
.milestone-list .flow-line .aw {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-width: 0 3px 3px 0;
  border-color: #ccc;
  border-style: solid;
  transform: rotate(45deg);
}
.milestone-list > ul {
  z-index: 10;
  position: relative;
}
.milestone-list .item {
  position: relative;
  margin: 35px auto;
  min-height: 140px;
  font-size: 1rem;
}
.milestone-list .item::before {
  content: "";
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 35px;
  left: 150px;
  width: 16px;
  height: 16px;
  border: 3px solid #333;
  background: #fff;
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(0.5);
}
.milestone-list .item .info {
  width: calc(100% - 160px);
  position: relative;
  color: transparent;
  opacity: 0;
  padding-top: 25px;
  margin-left: 158px;
  text-align: left;
  transition: opacity 0.5s, transform 0.5s;
}
.milestone-list .item .info-year {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
  line-height: 140px;
  white-space: nowrap;
  color: #333;
  font-size: 1.66rem;
  font-weight: 600;
  left: -30px;
  top: 0;
  margin: 0;
  position: absolute;
  margin-top: -30px;
  transform: scale(0.8) translateX(-100%);
  transition: background 0.25s, transform 0.35s;
}
.milestone-list .item .info-text {
  list-style: none;
  margin: 0;
  padding: 0;
}
.milestone-list .item .info-text li {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 100px;
  min-height: 1.8rem;
}
.milestone-list .item .info-month {
  font-style: normal;
  color: transparent;
  position: absolute;
  top: 0;
  left: 35px
}
.milestone-list .item:first-of-type {
  margin-top: 0;
}
.milestone-list .item.shown .info-year {
  background: #efefef !important;
  color: #aaa;
}
.milestone-list .item.shown .info {
  opacity: 0.5;
  color: #ddd
}
.milestone-list .item.shown .info-month {
  color: #bbb;
}
/* Animation */
.milestone-list .item.shown .info-year {
  transform: scale(1) translateX(-100%);
}
.milestone-list .item.shown::before {
  opacity: 1;
  transform: scale(1);
}
.milestone-list .item.high-light::before {
  background: red;
}
.milestone-list .item.high-light .info {
  color: #333;
}
.milestone-list .item.high-light .info-month {
  color: red;
}
.milestone-list .item.high-light .info-year {
  background: red !important;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .milestone-list {
    margin-top: 40px;
  }
  .milestone-list .flow-line {
    left: 145px;
  }
  .milestone-list .item {
    margin: 10px auto;
    min-height: 100px;
  }
  .milestone-list .item::before {
    top: 25px;
    left: 137px;
  }
  .milestone-list .item .info-year {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.33rem;
    margin-top: -15px;
    left: -45px
  }
  .milestone-list .item .info {
    width: calc(100% - 160px);
    margin-left: 160px;
    padding-top: 15px
  }
  .milestone-list .item .info-text li {
    padding-left: 80px;
  }
  .milestone-list .item .info-month {
    left: 30px
  }
}
@media screen and (min-width: 768px) {
  /* Animation(pc) */
  .milestone-list .item.shown .info {
    opacity: 1;
    animation: ani_fadeInRight 0.8s both linear;
  }
}
@media screen and (max-width: 767px) {
  .milestone-wrap .title {
    font-size: 1.4rem;
  }
  .about-history {
    padding-bottom: 50px;
  }
  .milestone-wrap {
    margin: 50px auto;
  }
  .milestone-list {
    margin-top: 30px;
  }
  .milestone-list .flow-line {
    left: 38px;
  }
  .milestone-list .item {
    min-height: 80px;
    margin: 20px auto 80px;
  }
  .milestone-list .item::before {
    right: auto;
    left: 30px;
    top: 12px;
    border: none !important;
    background: #fff !important;
  }
  .milestone-list .item .info {
    padding-right: 0;
    padding-left: 0;
    margin-left: 40px;
    text-align: left;
    padding-top: 5px;
    width: calc(100% - 40px)
  }
  .milestone-list .item .info-year {
    right: auto;
    width: 70px;
    height: 70px;
    left: 35px;
    line-height: 70px;
    margin-top: -14px;
    font-size: 1.22rem;
  }
  .milestone-list .item .info-text li {
    padding-left: 95px;
  }
  .milestone-list .item .info-month {
    left: 48px
  }
  /* Animation(mobile) */
  .milestone-list .item.shown .info {
    opacity: 1;
    animation: ani_fadeIn 0.8s both linear;
  }
}
@media screen and (max-width: 499px) {
  .milestone-list .item {
    min-height: 80px;
    margin: 20px auto 50px;
  }
}
.about-location {
  text-align: center;
  padding-bottom: 80px;
}
.about-location .icon-factory,
.about-location .icon-rnd,
.about-location .icon-business {
  font-size: 0;
  color: #333;
  white-space: nowrap;
  max-width: calc((100% / 3) - 19px);
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 5px 5px 0;
  height: 40px;
  line-height: 37px;
  padding: 3px 10px 0 40px;
  font-style: normal;
}
.about-location .icon-factory::before,
.about-location .icon-rnd::before,
.about-location .icon-business::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.about-location .icon-factory::before {
  background-image: url(../images/icon_factory.svg);
}
.about-location .icon-rnd::before {
  background-image: url(../images/icon_rnd.svg);
}
.about-location .icon-business::before {
  background-image: url(../images/icon_business.svg);
}
.location-legend {
  margin: 10px auto 40px;
  text-align: left;
}
.location-legend .icon-factory,
.location-legend .icon-rnd,
.location-legend .icon-business {
  font-size: 1rem;
  margin-right: 15px;
  padding: 3px 10px 0 50px;
}
.location-map {
  margin: 100px auto 20px;
  position: relative;
  width: 100%;
  background: url(../images/location_map.svg) no-repeat 0 0/contain;
  line-height: 0;
}
.location-map::before {
  content: "";
  display: block;
  padding-bottom: 46.75%;
}
.location-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.33rem;
  max-width: 150px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.location-count span {
  white-space: nowrap;
  display: block;
}
.location-count strong {
  display: block;
  white-space: nowrap;
  font-size: 6.88rem;
  font-weight: 600;
  color: red;
}
.location-map-points {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-map-points li {
  display: block;
  position: absolute;
  text-align: right;
  color: #333;
  font-size: 1.0944rem;
}
.location-map-points li.align-left {
  padding-right: 0;
  text-align: left;
}
.location-map-points li.align-left .num {
  right: 0;
  left: auto;
}
.location-map-points li.align-left .name {
  left: 10px;
  right: auto;
}
.location-map-points li a {
  color: #333;
}
.location-map-points li .num {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  white-space: nowrap;
  line-height: 80px;
  border-radius: 80px;
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
  font-size: 1.11rem;
  display: block;
  font-weight: 700;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.location-map-points li .name {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.location-map-points li span {
  display: block;
  font-weight: 600;
}
.location-map-points li:nth-child(1) {
  left: 23.7%;
  top: 17.9%;
}
.location-map-points li:nth-child(2) {
  left: 44.48%;
  top: 34.16%;
}
.location-map-points li:nth-child(3) {
  left: 75.19%;
  top: 18.05%;
}
.location-map-points li:nth-child(4) {
  left: 86.317%;
  top: 46.38%;
}
.location-map-points li:nth-child(5) {
  left: 71.42%;
  top: 58.33%;
}
.pc .location-map-points li a:hover {
  color: #111;
}
.pc .location-map-points li a:hover .num {
  background: #333;
  color: #fff;
}
.location-tab-wrap {
  position: relative;
}
.location-tab-wrap.is-sticky .location-tab-nav.temp {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 90%);
  position: fixed;
  display: flex;
}
.location-tab-nav {
  margin: 20px auto;
  z-index: 50;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.location-tab-nav.temp {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: 0 auto;
  display: none;
}
.location-tab-nav a {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  max-width: 25%;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 8px 10px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  border: none;
  color: #333;
  font-size: 1rem;
  clip-path: polygon(0% 0, 100% 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  background: #333;
}
.location-tab-nav a span {
  pointer-events: none;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.location-tab-nav a::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  clip-path: polygon(0% 0, 100% 0, 100% calc(50% - 1px), calc(100% - 25px) 100%, 0 100%);
}
.location-tab-nav a.current {
  color: #fff;
}
.location-tab-nav a.current::before {
  background: #333;
}
.pc .location-tab-nav a:not(.current):hover {
  color: #222;
}
.pc .location-tab-nav a:not(.current):hover::before {
  background: #f2f2f2;
}
.location-tab-contents .location-group {
  display: none;
}
.location-tab-contents .location-group.current {
  display: block;
  animation: ani_fadeIn 0.5s both;
}
.location-area {
  margin: 0 auto 20px;
  text-align: left;
}
.location-area .area-name {
  margin: 0 auto 20px;
  padding: 10px 0;
  font-size: 1.55rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.location-list {
  font-size: 0;
  margin: 0 -10px;
}
.location-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 0 auto 30px;
  font-size: 0.88rem;
}
.location-list .loc-name {
  font-weight: 700;
  display: block;
  line-height: 1.5;
  font-size: 1.11rem;
  margin: 0 auto 10px;
}
.location-list .loc-name a {
  color: #0051a6
}
.pc .location-list .loc-name a:hover {
  color: red
}
.location-list .loc-type {
  margin: 0 auto 10px;
}
.location-list .loc-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-list .loc-info li {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 80px;
  position: relative;
  line-height: 1.5;
}
.location-list .loc-info li .tt {
  position: absolute;
  max-width: 80px;
  top: 0;
  left: 0;
}
@media (max-width: 991px),
(min-width: 992px) and (max-height: 839px) {
  .location-tab-nav.temp {
    top: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .location-map-points li {
    font-size: 0.944rem;
  }
  .location-map-points li .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.0944rem;
  }
  .location-count {
    font-size: 1.11rem;
  }
  .location-count strong {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .location-tab-nav {
    margin: 30px auto;
  }
  .location-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-location {
    padding-bottom: 50px;
  }
  .location-map-points {
    display: none;
  }
  .location-map {
    margin: 20px auto;
    background: none;
  }
  .location-map::before {
    display: none;
  }
  .location-count {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin: 0 auto;
    transform: translateY(0);
    font-size: 1.44rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .location-count strong {
    font-size: 3rem;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px;
  }
  .location-count span {
    display: inline-block;
    vertical-align: baseline;
  }
  .location-tab-nav a {
    flex-basis: calc(100% / 4);
    max-width: calc((100% / 4) - 8px);
    margin: 0 4px 10px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 639px) {
  .location-list {
    margin: 0 auto;
  }
  .location-list .item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 45px;
  }
  .location-list .item .loc-name {
    font-size: 1.0955rem;
  }
}
@media screen and (max-width: 599px) {
  .location-count {
    font-size: 1.33rem;
  }
  .location-tab-nav a {
    flex-basis: calc(50% - 8px);
    max-width: calc(50% - 8px);
    margin: 0 4px 5px;
    height: 35px;
    line-height: 35px;
  }
  .about-location .icon-rnd {
    max-width: none
  }
  .about-location .icon-factory,
  .about-location .icon-rnd,
  .about-location .icon-business {
    height: 32px;
    line-height: 32px;
    padding: 3px 2px 0 35px;
    margin-right: 5px;
  }
  .about-location .icon-factory::before,
  .about-location .icon-rnd::before,
  .about-location .icon-business::before {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}
@media screen and (max-width: 499px) {
  .location-list .loc-info li {
    padding: 0;
    margin-bottom: 12px;
  }
  .location-list .loc-info li .tt {
    display: block;
    position: relative;
    max-width: none;
    top: auto;
    left: auto;
  }
}
/* --- About - Clients --- */
.about-clients {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px),
(min-width: 768px) and (max-height: 799px) {
  .about-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .editor-clients-lg {
    display: block;
  }
  .editor-clients-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .about-clients {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .editor-clients-lg {
    display: none !important;
  }
  .editor-clients-sm {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .about-clients {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* --- About - Technical --- */
.about-technical .sec1 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.about-technical .sec2 {
  background: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.technical-list {
  font-size: 0;
  margin: 0 -5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technical-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 5px 50px;
  height: auto !important;
  flex-grow: 1;
  flex-shrink: 0;
  background: #040202;
  background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
  line-height: 1.5;
}
.technical-list li.full {
  width: 100%;
  margin: 0 0 50px
}
.technical-list li .pic {
  position: relative;
  line-height: 0;
  display: block;
  text-align: center;
}
.technical-list li img {
  width: 100%
}
.technical-list li .text {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.11rem;
}
@media screen and (max-width: 1199px),
(min-width: 768px) and (max-height: 799px) {
  .about-technical .sec1 {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .technical-list li.full {
    margin: 0 0 30px
  }
}
@media (max-width: 768px) {
  .technical-list li .text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .about-technical .sec1 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .about-technical .sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-technical .sec2 .container {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .technical-list {
    margin: 0 auto;
    display: block;
  }
  .technical-list li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .technical-list li.full {
    margin: 0 0 10px
  }
  .technical-list li.full .pic {
    width: 100%;
    padding-bottom: 61.42%;
  }
  .technical-list li.full .pic img {
    left: 0;
    top: 0;
    object-position: 85% center;
    object-fit: cover;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
  }
}
@media screen and (max-width: 499px) {
  .about-technical .sec1 {
    padding-top: 25px;
  }
}
/* --- About - Technical Table --- */
.table-technical-wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.table-technical-wrap::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 10px;
  right: 35px;
  animation: ani_LR 0.8s both linear infinite;
  transition: opacity 0.25s;
}
.table-technical-wrap.need-scroll::after {
  opacity: 0.9;
}
.table-technical-wrap::-webkit-scrollbar {
  height: 10px;
}
.table-technical-wrap::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
.table-technical-wrap::-webkit-scrollbar-thumb {
  box-shadow: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
}
.table-technical-wrap:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.table-technical-wrap table {
  min-width: 1000px;
}
.table-technical-wrap table .t-wrap {
  min-width: 300px;
}
@keyframes ani_LR {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(35%);
  }
}
.table-technical {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
}
.table-technical * {
  backface-visibility: visible;
}
.table-technical .yes {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f00;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.table-technical th,
.table-technical td {
  position: relative;
  padding: 20px 10px;
  font-size: 0.9044rem;
  color: #333;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #f1f1f1;
}
.table-technical th {
  white-space: nowrap;
}
.table-technical a {
  color: #333;
}
.table-technical thead th,
.table-technical thead td {
  white-space: nowrap;
  vertical-align: top;
}
.table-technical thead.thead-temp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}
.table-technical thead.thead-temp th,
.table-technical thead.thead-temp td {
  background-color: #333;
  color: #fff;
  border-bottom-width: 2px;
}
.table-technical thead.thead-temp.hidden {
  display: none;
}
.pc .table-technical-wrap::after {
  background-image: url(../images/touch_icon_pc.png);
}
.mb .table-technical-wrap::after {
  background-image: url(../images/touch_icon_mb.png);
}
@media (max-width: 768px) {
  .table-technical td,
  .table-technical th {
    font-weight: 500;
  }
}
@media (max-width: 767px),
(min-height: 768px) and (max-height: 839px) {
  .table-technical .yes {
    width: 25px;
    height: 25px;
  }
  .table-technical th,
  .table-technical td {
    padding: 20px 10px;
  }
  .table-technical thead th,
  .table-technical thead td {
    padding: 30px 10px;
  }
}
/* 人才招募 */
.welfare-list {
  margin: 50px -8px 70px;
  display: flex;
  justify-content: space-between;
}
.welfare-list .item {
  flex: 1 1 calc(100% / 3);
  padding: 0 8px;
  text-align: center;
}
.welfare-list .pic {
  background: #040202;
  background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welfare-list .icon {
  width: 45%;
  max-width: 220px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.welfare-list .icon::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.welfare-list .icon1 {
  background-image: url(../images/recruit_icon1.png);
}
.welfare-list .icon2 {
  background-image: url(../images/recruit_icon2.png);
}
.welfare-list .icon3 {
  background-image: url(../images/recruit_icon3.png);
}
.welfare-list .title {
  display: block;
  margin: 30px auto 0;
  font-weight: 600;
  padding: 0;
  line-height: 1.6;
  font-size: 1.875rem;
  text-align: left;
}
.welfare-list .list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.welfare-list .list li {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 5px 0
}
.welfare-list .list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #222;
}
@media (max-width: 1199px) {
  .welfare-list .title {
    margin: 20px auto 0;
    font-size: 1.44rem;
  }
  .welfare-list .list {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .welfare-list {
    margin: 30px auto 60px;
    display: block;
  }
  .welfare-list .item {
    border: 1px solid #ccc;
    position: relative;
    padding: 15px 0 15px 170px;
    min-height: 170px;
    margin: 0 auto 20px;
  }
  .welfare-list .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
  }
  .welfare-list .icon {
    width: 70%;
  }
  .welfare-list .title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .welfare-list .title {
    font-size: 1.22rem;
  }
  .welfare-list .list li {
    font-size: 1rem;
  }
}
@media (max-width: 549px) {
  .welfare-list .item {
    padding: 15px 15px 10px 15px;
  }
  .welfare-list .pic {
    width: 100%;
    height: 90px;
    display: none;
  }
  .welfare-list .icon {
    max-width: 70px;
  }
  .welfare-list .title {
    min-height: 70px;
    text-align: left;
    margin: -15px -15px 25px;
    background: #040202;
    background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
    padding: 18px 15px 18px 80px;
    font-size: 1.125rem;
  }
  .welfare-list .title::before {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    top: 10px;
    left: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .welfare-list .item:nth-of-type(1) .title::before {
    background-image: url(../images/recruit_icon1.png);
  }
  .welfare-list .item:nth-of-type(2) .title::before {
    background-image: url(../images/recruit_icon2.png);
  }
  .welfare-list .item:nth-of-type(3) .title::before {
    background-image: url(../images/recruit_icon3.png);
  }
}
.recruit-table {
  width: 100%;
  margin: 20px auto;
  color: #222;
  border: none;
  border-collapse: collapse;
}
.recruit-table thead {
  background: #040202;
  background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
}
.recruit-table th,
.recruit-table td {
  padding: 30px 15px;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
  word-break: break-all;
}
.recruit-table thead th,
.recruit-table thead td {
  padding: 12px 15px;
  white-space: nowrap;
}
.recruit-table tbody td {
  border-bottom: 1px solid #ccc;
  min-height: 50px
}
.recruit-table .td-date {
  white-space: nowrap;
}
.recruit-table .td-op {
  padding: 30px 0 !important;
  text-align: center;
}
@media (min-width: 1100px) {
  .recruit-table tbody tr:nth-child(even) th,
  .recruit-table tbody tr:nth-child(even) td {
    background: #f5f5f5;
  }
  .recruit-table .td-op {
    width: 150px !important;
  }
  .recruit-table .td-job {
    width: 215px;
  }
  .recruit-table .td-place {
    width: 165px;
  }
  .recruit-table .td-date {
    width: 130px;
  }
}
@media (max-width: 1099px) {
  .recruit-table thead {
    display: none;
  }
  .recruit-table tbody tr {
    display: block;
    position: relative;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
  }
  .recruit-table th,
  .recruit-table td {
    position: relative;
    display: block;
    padding: 10px 20px 10px 125px;
  }
  .recruit-table tbody th::before,
  .recruit-table tbody td::before {
    content: attr(data-tit)'：';
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline;
    font-size: 1.11rem;
    white-space: nowrap;
  }
  .recruit-table .td-job {
    background: #040202;
    background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
    padding-right: 130px;
  }
  .recruit-table .td-date {
    border-bottom: none;
  }
  .recruit-table .td-op {
    border-bottom: none;
    padding: 5px !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px !important
  }
  .recruit-table .td-op::before {
    display: none !important;
  }
  .recruit-table .td-op .g-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 599px) {
  .recruit-table th,
  .recruit-table td {
    font-size: 1rem;
    padding: 10px 10px 10px 112px
  }
  .recruit-table tbody th::before,
  .recruit-table tbody td::before {
    font-size: 1rem;
  }
  .recruit-table .td-op .g-btn {
    max-width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .recruit-table .td-job {
    padding-right: 10px;
    padding-right: 10px;
  }
  .recruit-table .td-detail {
    padding-right: 10px;
    padding-right: 10px;
  }
  .recruit-table .td-detail::before {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  .recruit-table .td-op {
    position: relative;
    top: auto;
    right: auto;
    width: 100% !important
  }
}
/* 編輯器樣版 */
.theme-block-title {
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  font-weight: 700;
}
.theme-block-title h1,
.theme-block-title h2,
.theme-block-title h3,
.theme-block-title h4,
.theme-block-title h5,
.theme-block-title h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}
/* 樣版1️⃣ - 單圖單文 */
.theme-full {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.theme-full .pic {
  line-height: 0;
}
.theme-full img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.theme-full p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-word-l-pic,
.theme-r-pic-l-word {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto 50px auto;
}
.theme-r-word-l-pic > *,
.theme-r-pic-l-word > * {
  position: relative;
  z-index: 10;
}
.theme-r-word-l-pic .bg-pattern,
.theme-r-pic-l-word .bg-pattern {
  background-color: #f3f3f3;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
}
.theme-r-word-l-pic .bg-pattern::before,
.theme-r-pic-l-word .bg-pattern::before {
  opacity: 0.6;
  width: 25%;
}
/* 樣版2️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  position: relative;
  display: table;
  width: 100%;
}
.theme-r-word-l-pic p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-word-l-pic .pic {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-word-l-pic .word {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 60px;
}
/* 樣版3️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  position: relative;
  display: table;
  width: 100%;
  direction: rtl;
}
.theme-r-pic-l-word .bg-pattern::before {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
.theme-r-pic-l-word p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-pic-l-word .word {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  direction: ltr;
  padding-right: 60px;
}
/* 樣版4️⃣ - 列表樣式 */
.theme-list-bullets {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.theme-list-bullets li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-list-bullets li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 8px;
  top: 16px;
  border-radius: 50%;
  background: #333;
}
.theme-list-number {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 50px 1.3rem;
  padding: 0 0 0 1.3rem;
}
.theme-list-number li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px -1.3rem;
  display: list-item;
  list-style-position: outside;
}
/* 樣版5️⃣ - 多欄，文字無背景 */
.theme-mutiple-columns {
  margin: 0 -10px 30px -10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 20px);
  margin: 0 10px 30px;
  height: auto !important;
  flex-grow: 0;
  flex-shrink: 0;
}
.theme-mutiple-columns.type-two > * {
  width: calc(50% - 20px) !important;
}
.theme-mutiple-columns.type-single > * {
  width: calc(100% - 20px) !important;
}
.theme-mutiple-columns p,
.theme-mutiple-columns span {
  padding: 15px;
}
.theme-mutiple-columns img {
  line-height: 0;
  display: block;
  margin: 0 auto;
}
.theme-figcaption {
  text-align: left;
  display: block;
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.is-ie .theme-mutiple-columns {
  display: block;
  font-size: 0;
}
.is-ie .theme-mutiple-columns > * {
  max-width: calc((100% / 3) - 20px);
  font-size: 1rem;
}
.is-ie .theme-mutiple-columns.type-two > * {
  width: calc(50% - 20px) !important;
}
.is-ie .theme-mutiple-columns.type-single > * {
  width: calc(100% - 20px) !important;
}
/* 樣版6️⃣ - 多欄，文字有背景 */
.theme-mutiple-columns.style-gray > * {
  background: #040202;
  background: linear-gradient(70deg, #dadada 0%, white 50%, #dadada 100%);
}
.theme-mutiple-columns.style-gray .theme-figcaption {
  border-top: none;
}
.theme-mutiple-columns.style-gray p,
.theme-mutiple-columns.style-gray span,
.theme-mutiple-columns.style-gray .theme-figcaption {
  line-height: 1.5;
}
/* 樣版7️⃣ - 表格樣式 */
.theme-table {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 60px;
  border: 1px solid #e8e8e8;
}
.theme-table::after {
  content: "";
  width: 50px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 10px;
  right: 35px;
  animation: ani_LR 0.8s both linear infinite;
  transition: opacity 0.25s;
}
.theme-table.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar {
  height: 8px;
}
.theme-table::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 50px;
  margin: 0;
  background: rgba(0, 0, 0, 0.06);
}
.theme-table::-webkit-scrollbar-thumb {
  box-shadow: none;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.14);
}
.theme-table:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.theme-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.theme-table table thead th,
.theme-table table thead td {
  white-space: nowrap;
  background: #333;
  color: #fff;
  position: relative;
  border: 1px solid #e8e8e8;
}
.theme-table table tbody th,
.theme-table table tbody td {
  white-space: nowrap;
}
.theme-table table tbody tr:nth-child(even) th,
.theme-table table tbody tr:nth-child(even) td {
  background: #f3f2f0;
}
.theme-table table th,
.theme-table table td {
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.pc .theme-table::after {
  background-image: url(../images/touch_icon_pc.png);
}
.mb .theme-table::after {
  background-image: url(../images/touch_icon_mb.png);
}
/* 樣版Animation */
@keyframes ani_LR {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(35%);
  }
}
@media (max-width: 1299px) {
  .theme-block-title {
    font-size: 1.88rem;
  }
}
@media (max-width: 991px) {
  .theme-block-title {
    font-size: 1.55rem;
    margin-bottom: 20px;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .theme-mutiple-columns {
    margin: 0 -5px 30px -5px;
  }
  .theme-mutiple-columns > * {
    margin: 0 5px 15px;
  }
}
@media (max-width: 768px) {
  .theme-full {
    margin: 0 auto 30px auto;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    margin: 0 auto 30px auto;
  }
  .theme-list-bullets {
    margin: 0 0 30px 0;
  }
  .theme-list-number {
    margin: 0 0 30px 1.3rem;
  }
  .theme-table {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  /* .theme-full {
    text-align: left;
  } */
  .theme-block-title {
    font-size: 1.625rem;
    font-weight: 600;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto 35px auto;
  }
  .theme-r-pic-l-word {
    display: block;
    direction: ltr;
  }
  .theme-r-pic-l-word .pic {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-pic-l-word .word {
    display: block;
    width: 100%;
    padding-right: 0;
    max-width: none;
  }
  .theme-r-word-l-pic {
    display: block;
  }
  .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
  .theme-mutiple-columns > * {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .theme-mutiple-columns.type-two > * {
    width: calc(50% - 10px) !important;
  }
  .theme-mutiple-columns.type-single > * {
    width: calc(100% - 10px) !important;
  }
  .is-ie .theme-mutiple-columns > * {
    max-width: calc(50% - 10px);
  }
  .is-ie .theme-mutiple-columns.type-two > * {
    width: calc(50% - 10px) !important;
  }
  .is-ie .theme-mutiple-columns.type-single > * {
    width: calc(100% - 10px) !important;
  }
}
@media (max-width: 639px) {
  .theme-block-title {
    font-size: 1.55rem;
    margin-bottom: 15px;
  }
  .theme-mutiple-columns p,
  .theme-mutiple-columns span {
    padding: 10px 0;
  }
  .theme-figcaption {
    padding: 12px 0;
  }
  .theme-mutiple-columns.style-gray .theme-figcaption {
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .theme-block-title {
    font-size: 1.22rem;
  }
  .theme-mutiple-columns {
    display: block;
  }
  .theme-mutiple-columns > * {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .theme-mutiple-columns.type-two > *,
  .theme-mutiple-columns.type-single > * {
    width: 100% !important;
  }
  .is-ie .theme-mutiple-columns > * {
    max-width: none;
  }
  .is-ie .theme-mutiple-columns.type-two > *,
  .is-ie .theme-mutiple-columns.type-single > * {
    width: 100% !important;
  }
}
@media (max-width: 499px) {
  .theme-block-title {
    font-size: 1.11rem;
  }
}