/*
    Theme Name: Rikkei
    Theme URI: https://banvwp.com
    Author: Ba Nguyen
    Author URI: https://banvwp.com
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme, time vn, nguyenba
*/
.is-rpspd {
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (max-width: 1280px) {
  .is-rpspd {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 1024px) {
  .is-rpspd {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 576px) {
  .is-rpspd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.is-flex {
  display: flex;
  flex-wrap: wrap;
}

#header-main {
  transition: all 0.3s;
}
#header-main .scroll-top {
  transition: all 0.3s;
  background-color: #fff;
  height: 88px;
}
@media (max-width: 1279px) {
  #header-main .scroll-top {
    height: 149px;
  }
}
#header-main .scroll-top .menu-main .menu > .menu-item {
  padding: 30px 0;
  padding-right: 20px;
}
#header-main .scroll-top .menu-main ._right ._lan {
  padding: 29px 0;
}
#header-main .hide {
  transition: all 0.3s;
  transform: translateY(-300px);
}

header .header-main {
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 100;
  background-color: #fff;
  display: flex;
  height: 100px;
  align-items: center;
  transition: all 0.3s;
  transform: translateY(0);
}
@media (max-width: 1279px) {
  header .header-main {
    flex-wrap: wrap;
    height: 149px;
  }
}
@media (max-width: 768px) {
  header .header-main {
    bottom: 0;
    height: auto;
    padding-right: 0;
    right: auto;
    width: 100%;
    overflow: unset;
    background: #eceff1;
    position: fixed;
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    padding-left: 0;
  }
  header .header-main.is_active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 576px) {
  header .header-main {
    width: 100%;
    display: block;
  }
}
header .header-main .close-menu {
  display: none;
}
@media (max-width: 768px) {
  header .header-main .close-menu {
    display: block;
    position: absolute;
    top: 27px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #e03434;
    padding: 0;
  }
  header .header-main .close-menu svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 576px) {
  header .header-main .close-menu {
    width: 40px;
    height: 40px;
  }
  header .header-main .close-menu svg {
    width: 25px;
    height: 25px;
  }
}
header .header-main .logo-main {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0px 0px 20px 0px;
  transition: all 0.3s ease;
}
header .header-main .logo-main img {
  max-width: 109px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  header .header-main .logo-main {
    width: 85px;
  }
}
@media (max-width: 768px) {
  header .header-main .logo-main {
    width: 150px;
    height: 92px;
    background: none;
  }
  header .header-main .logo-main img {
    width: 68px;
  }
}
@media (max-width: 576px) {
  header .header-main .logo-main {
    width: 100%;
    padding: 0 18px;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  header .header-main .logo-main._scroll {
    height: 55px;
  }
  header .header-main .logo-main._scroll img {
    transform: scale(0.75);
  }
}
header .header-main .menu-main {
  width: calc(100% - 150px);
  padding-left: 48px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  header .header-main .menu-main {
    width: calc(100% - 85px);
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  header .header-main .menu-main {
    padding: 0 30px 0 20px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main {
    width: 100%;
    padding: 15px 30px 30px 30px;
    height: calc(100vh - 92px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main {
    padding: 18px;
    display: block;
  }
}
header .header-main .menu-main .menu {
  width: 77.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu {
    border-top: 1px solid #b0bec5;
    padding-right: 175px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu {
    border: none;
    padding-top: 22px;
    position: relative;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main .menu {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
header .header-main .menu-main .menu a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #263238;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu a {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu a {
    text-align: left;
    font-style: normal;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main .menu a {
    font-size: 14px;
    line-height: 28px;
  }
}
header .header-main .menu-main .menu li {
  position: relative;
  display: inline-block;
  padding: 38px 0;
  margin: 0 0 0 0;
  padding-right: 20px;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li {
    padding: 20px 0 24px 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li {
    margin: 0;
    padding: 22px 0 0 0;
    position: relative;
    width: 100%;
  }
}
header .header-main .menu-main .menu li:hover > a {
  color: #e03434;
}
header .header-main .menu-main .menu li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #263238;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li:before {
    width: 100%;
    display: none;
    height: 0.5px;
    opacity: 0.6;
  }
}
header .header-main .menu-main .menu li.is-active a, header .header-main .menu-main .menu li.current_page_item a, header .header-main .menu-main .menu li.current-menu-item a {
  color: #e03434;
}
header .header-main .menu-main .menu li.is-active:before, header .header-main .menu-main .menu li.current_page_item:before, header .header-main .menu-main .menu li.current-menu-item:before {
  width: 100%;
  background: #e03434;
}
header .header-main .menu-main .menu li.is-active:after, header .header-main .menu-main .menu li.current_page_item:after, header .header-main .menu-main .menu li.current-menu-item:after {
  background-image: url("./assets/images/home/down2.png") !important;
}
header .header-main .menu-main .menu li.has-sub {
  padding-right: 28px !important;
}
@media (max-width: 1366px) {
  header .header-main .menu-main .menu li.has-sub {
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub {
    padding-right: 0 !important;
    position: relative;
  }
}
header .header-main .menu-main .menu li.has-sub:after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background-image: url("./assets/images/home/down.png");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub:after {
    top: 15px;
    right: 0;
    transform: unset;
    width: 24px;
    height: 24px;
    left: auto;
    background-image: url("./assets/images/page/arrow-up.png");
  }
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub:hover a {
    color: #e03434;
  }
  header .header-main .menu-main .menu li.has-sub:hover:after {
    background-image: url("./assets/images/home/down2.png");
  }
  header .header-main .menu-main .menu li.has-sub:hover:before {
    background: #e03434;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub.active-toggle:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub > a {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #263238;
    padding-bottom: 30px;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu {
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 10;
  background: #eceff1;
  box-shadow: 0px 229px 80px rgba(0, 0, 0, 0.07), 0px 95.6707px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 51.1501px 17.869px rgba(0, 0, 0, 0.0417275), 0px 28.6744px 10.0172px rgba(0, 0, 0, 0.035), 0px 15.2287px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 6.33702px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 0px 0px 24px 0px;
  padding: 40px 32px 32px;
  min-width: 270px;
  display: none;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub .sub-menu {
    position: relative;
    background: #fff;
    border-radius: unset;
    box-shadow: unset;
    border-radius: unset;
    left: 0;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu li {
  padding: 0 0 20px 0;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:last-child {
  padding-bottom: 0;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:last-child a {
  padding-bottom: 0;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  transition: all 0.3s ease;
  text-align: left;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:last-child {
  border-bottom: 0;
  display: block;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:hover a {
  color: #e03434;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:hover a[href*="#"] {
  color: #455a64;
}
header .header-main .menu-main .menu li.has-sub .sub-menu .current_page_item a,
header .header-main .menu-main .menu li.has-sub .sub-menu .current-menu-item a {
  color: #e03434;
}
header .header-main .menu-main .menu li.has-sub .sub-menu .current_page_item:before,
header .header-main .menu-main .menu li.has-sub .sub-menu .current-menu-item:before {
  width: 100%;
  display: none;
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub:hover .sub-menu {
    display: block;
  }
}
header .header-main .menu-main .menu li.has-sub2 {
  position: unset;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub2:hover:after {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    right: auto;
    left: 85px;
    top: 50%;
    background-image: url("./assets/images/home/down2.png");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  header .header-main .menu-main .menu li.has-sub2:hover:before {
    width: 70px;
    background: #e03434;
  }
  header .header-main .menu-main .menu li.has-sub2:hover > a {
    color: #e03434;
  }
}
header .header-main .menu-main .menu li.has-sub2:after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  right: auto;
  left: 73px;
  top: 50%;
  background-image: url("./assets/images/home/down.png");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2:after {
    top: 18px;
    right: 0;
    transform: unset;
    width: 24px;
    height: 24px;
    left: auto;
    background-image: url("./assets/images/page/arrow-up.png");
  }
}
header .header-main .menu-main .menu li.has-sub2:before {
  width: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #263238;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-bottom: 30px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
  padding: 48px 0 40px;
  display: flex;
  background: #eceff1;
  box-shadow: 0px 229px 80px rgba(0, 0, 0, 0.07), 0px 95.6707px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 51.1501px 17.869px rgba(0, 0, 0, 0.0417275), 0px 28.6744px 10.0172px rgba(0, 0, 0, 0.035), 0px 15.2287px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 6.33702px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 0px 0px 48px 0px;
  position: absolute;
  top: 99.99%;
  width: 100%;
  left: -30px;
  z-index: 10;
  background: #eceff1;
  box-shadow: 0px 229px 80px rgba(0, 0, 0, 0.07), 0px 95.6707px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 51.1501px 17.869px rgba(0, 0, 0, 0.0417275), 0px 28.6744px 10.0172px rgba(0, 0, 0, 0.035), 0px 15.2287px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 6.33702px 2.21381px rgba(0, 0, 0, 0.0196802);
  display: none;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    left: 0px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    left: -42px;
    width: calc(100% + 84px);
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    width: 100%;
    left: 0;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: unset;
    background: #eceff1;
    display: flex;
    border-radius: unset;
    padding: 0 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
  padding: 0 29px;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
  border-right: 1px solid #cfd8dc;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
    border-right: unset;
    padding: 0 15px;
    padding-top: 20px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:last-child {
  border-bottom: 0;
  display: block;
  border-right: none;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:first-child {
    padding-left: 42px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:first-child {
    padding-left: 16px;
    padding-top: 25px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 0;
  transform: unset;
  width: 24px;
  height: 24px;
  left: auto;
  background-image: url("./assets/images/page/add.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:after {
    display: block;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li.active-toggle2:after {
  background-image: url("./assets/images/page/minus.png");
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height, or 133% */
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #455a64;
  padding-bottom: 24px;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #263238;
    padding-bottom: 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu {
  flex-direction: column;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu {
    display: flex;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current_page_item a,
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current-menu-item a {
  color: #e03434;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current_page_item:before,
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current-menu-item:before {
  width: 100%;
  display: none;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li {
  border: none;
  padding: 0;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li {
    padding-left: 16px;
    padding-bottom: 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child {
  padding-bottom: 0;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child a {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child a {
    padding-bottom: 24px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-transform: unset;
  /* BW/7 */
  color: #6d6d6d;
  transition: all 0.3s ease;
  text-align: left;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #263238;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:hover a {
  color: #e03434;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:hover a[href*="#"] {
  color: #455a64;
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub2:hover .sub-menu {
    display: flex;
  }
}
header .header-main .menu-main .menu li.has-sub2.active-toggle {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2.active-toggle:after {
    transform: rotate(180deg);
  }
}
header .header-main .menu-main .menu li.has-sub2.active-toggle > .sub-menu > li {
  padding-top: 25px;
}
header .header-main .menu-main .menu li.has-sub2.active-toggle > .sub-menu > li .sub-menu {
  padding-top: 25px;
}
@media (max-width: 576px) {
  header .header-main .menu-main .menu li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu > li {
    border-bottom: 1px solid #d9d9d9;
  }
}
header .header-main .menu-main ._center {
  position: relative;
  width: calc(100% - 328px);
}
@media (max-width: 1440px) {
  header .header-main .menu-main ._center {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1280px) {
  header .header-main .menu-main ._center {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main ._center {
    width: 100%;
    border-top: 1px solid #cfd8dc;
  }
}
header .header-main .menu-main ._right {
  display: flex;
  width: 350px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  header .header-main .menu-main ._right {
    width: 290px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main ._right {
    position: absolute;
    width: auto;
    top: 16px;
    right: 42px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main ._right {
    display: none;
  }
}
header .header-main .menu-main ._right .span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* identical to box height, or 143% */
  text-transform: uppercase;
  padding-right: 24px;
  color: #cfd8dc;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-right: 24px;
  padding-left: 24px;
}
@media (max-width: 1440px) {
  header .header-main .menu-main ._right .span {
    padding-right: 14px;
    padding-left: 14px;
  }
}
header .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 13px 24px;
  border: 1px solid #e03434;
  box-sizing: border-box;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height, or 133% */
  text-align: center;
  /* Imperial_Red/6 */
  color: #e03434;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  header .link {
    padding: 10px 14px;
  }
}
@media (max-width: 1279px) {
  header .link {
    padding: 14px 24px;
  }
}
header .link:hover {
  background: #e03434;
  transition: all 0.3s;
  color: #fff;
}
header .navigation-mobile {
  display: none;
}
@media (max-width: 768px) {
  header .navigation-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 98;
    background: #fff;
    transition: all 0.3s;
  }
  header .navigation-mobile a.logo-main {
    width: 150px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 0px;
  }
  header .navigation-mobile a.logo-main img {
    width: 68px;
  }
  header .navigation-mobile .hamburger {
    margin-bottom: 15px;
    background: #fff;
    padding-right: 3px;
    width: 32px;
    margin-bottom: 0;
  }
  header .navigation-mobile .hamburger span {
    background-color: #e03434 !important;
    width: 100%;
  }
}
@media (max-width: 576px) {
  header .navigation-mobile {
    padding: 0 18px 0;
    height: 68px;
  }
  header .navigation-mobile a.logo-main {
    width: 100px;
    height: auto;
  }
  header .navigation-mobile .hamburger {
    width: 24px;
    margin-bottom: 0;
  }
  header .navigation-mobile .hamburger span {
    height: 2px;
  }
}
header .coating_header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .coating_header.is_active {
  opacity: 1;
  visibility: visible;
}
header ._lan {
  align-items: center;
  padding: 38px 0;
}
@media (max-width: 1279px) {
  header ._lan {
    padding: 0 0;
  }
}
header ._lan:hover ~ ._tool-tip {
  opacity: 1;
  pointer-events: inherit;
}
header ._lan:hover #_language::before {
  background-image: url("./assets/images/home/down2.png") !important;
}
header ._lan:hover #_language > li a {
  color: #e03434 !important;
}
header ._lan #_language,
header ._lan #_language_mb {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* identical to box height, or 143% */
  text-transform: uppercase;
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  border: none;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 1440px) {
  header ._lan #_language,
header ._lan #_language_mb {
    padding-right: 0px;
  }
}
@media (max-width: 1279px) {
  header ._lan #_language,
header ._lan #_language_mb {
    margin-right: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  header ._lan #_language,
header ._lan #_language_mb {
    padding: 0;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  header ._lan #_language,
header ._lan #_language_mb {
    top: 0;
  }
}
header ._lan #_language:before,
header ._lan #_language_mb:before {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  background-image: url("./assets/images/home/down.png");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  header ._lan #_language:before,
header ._lan #_language_mb:before {
    top: -3px;
  }
}
header ._lan #_language:hover li,
header ._lan #_language_mb:hover li {
  pointer-events: inherit;
}
header ._lan #_language li,
header ._lan #_language_mb li {
  position: relative;
  transition: all 1s;
  opacity: 0;
  bottom: -18px;
  width: 80px;
  left: 14px;
  pointer-events: none;
  color: #455a64;
  order: 2;
  padding: 8px;
  margin: 0 0 0;
  display: none;
}
header ._lan #_language li a,
header ._lan #_language_mb li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-transform: uppercase;
  color: #455a64;
}
header ._lan #_language li a:hover,
header ._lan #_language_mb li a:hover {
  color: #e03434;
}
header ._lan #_language li:last-child:before,
header ._lan #_language_mb li:last-child:before {
  display: none;
}
header ._lan #_language .current-lang,
header ._lan #_language_mb .current-lang {
  order: 1;
  opacity: 1 !important;
  order: 1;
  display: block !important;
  bottom: 0;
  width: auto;
  padding: 0;
  left: 0;
  background: none;
  padding-right: 27px;
}
@media (max-width: 576px) {
  header ._lan #_language .current-lang,
header ._lan #_language_mb .current-lang {
    display: none !important;
  }
}
header ._lan #_language .current-lang a,
header ._lan #_language_mb .current-lang a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #455a64;
  transition: all 0.3s;
}
header ._lan #_language .current-lang a:hover,
header ._lan #_language_mb .current-lang a:hover {
  color: #455a64;
  transition: all 0.3s;
}
header ._tool-tip {
  position: absolute;
  width: 180px;
  bottom: -111px;
  opacity: 0;
  pointer-events: none;
  padding: 24px 34px 24px 20px;
  left: 0;
  background: #eceff1;
  box-shadow: 0px 229px 80px rgba(0, 0, 0, 0.07), 0px 95.6707px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 51.1501px 17.869px rgba(0, 0, 0, 0.0417275), 0px 28.6744px 10.0172px rgba(0, 0, 0, 0.035), 0px 15.2287px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 6.33702px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 0px 0px 8px 0px;
}
header ._tool-tip:hover {
  opacity: 1;
  pointer-events: inherit;
}
@media (max-width: 768px) {
  header ._tool-tip {
    top: 50%;
    left: 50%;
    z-index: 9899;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    bottom: auto;
    right: auto;
  }
}
header ._tool-tip li {
  margin-bottom: 24px;
  list-style: none;
  position: relative;
}
header ._tool-tip li.current-lang::before {
  opacity: 1;
}
header ._tool-tip li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #455a64;
  display: block;
  z-index: 222;
  position: relative;
  text-align: left;
  /* left: 28px; */
  padding-left: 28px;
}
header ._tool-tip li:last-child {
  margin-bottom: 0;
}
header ._tool-tip li::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #cfd8dc;
  position: absolute;
}
header ._tool-tip li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #e03434;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
header ._wrapper-lang {
  position: fixed;
  width: 100%;
  height: calc(100% - 64px);
  top: 64px;
  left: -100%;
}
header ._wrapper-lang.lang-active {
  left: 0;
}
header ._wrapper-lang.lang-active ._tool-tip {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0);
  left: auto;
  right: 24px;
  width: 250px;
  top: 0;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
}

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

.lable_def_v2 {
  text-align: center;
  margin-bottom: 64px;
}
.lable_def_v2 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 109%;
  letter-spacing: -0.02em;
  color: #171717;
  margin: 0;
}
.lable_def_v2 p {
  width: 600px;
  max-width: 100%;
  margin: 8px auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #525252;
}
@media (max-width: 1024px) {
  .lable_def_v2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .lable_def_v2 {
    margin-bottom: 40px;
  }
  .lable_def_v2 h2 {
    font-size: 32px;
    line-height: 125%;
  }
  .lable_def_v2 p {
    font-size: 16px;
    line-height: 150%;
  }
}

.btn_16_def_v2,
.btn_14_def_v2 {
  display: flex;
  align-items: center;
  color: #BC2228;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn_16_def_v2 img,
.btn_14_def_v2 img {
  width: 24px;
  margin-left: 8px;
}

.btn_16_def_v2 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 864px) {
  .btn_16_def_v2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.btn_14_def_v2 {
  font-size: 14px;
  line-height: 20px;
}

.btn_bg_16_def_v2,
.btn_bg_14_def_v2 {
  display: inline-block;
  background: #BC2228;
  border-radius: 6px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn_bg_16_def_v2 {
  padding: 12px 20px;
  font-size: 16px;
}

.btn_bg_14_def_v2 {
  padding: 10px 16px;
  font-size: 14px;
}

.home_v2 .container_common_v2 {
  max-width: 1920px;
  margin: 0 auto;
}
.home_v2 .content_common_v2 {
  padding: 0 18.3333333333%;
}
@media (max-width: 1440px) {
  .home_v2 .content_common_v2 {
    padding: 0 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .home_v2 .content_common_v2 {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .home_v2 .content_common_v2 {
    padding: 0 24px;
  }
}
.home_v2.section1 .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .home_v2.section1 .swiper-container .swiper-slide {
    height: 992px;
  }
}
@media (max-width: 576px) {
  .home_v2.section1 .swiper-container .swiper-slide {
    min-height: 992px;
    height: 100vh;
  }
}
.home_v2.section1 .swiper-container .swiper-slide .background,
.home_v2.section1 .swiper-container .swiper-slide picture,
.home_v2.section1 .swiper-container .swiper-slide .content {
  position: absolute;
  left: 0;
  width: 100%;
}
.home_v2.section1 .swiper-container .swiper-slide .background {
  height: 100%;
  top: 0;
  object-fit: cover;
}
.home_v2.section1 .swiper-container .swiper-slide .background.tablet {
  display: none;
}
@media (max-width: 768px) {
  .home_v2.section1 .swiper-container .swiper-slide .background.tablet {
    display: block;
  }
  .home_v2.section1 .swiper-container .swiper-slide .background.pc {
    display: none;
  }
}
@media (max-width: 576px) {
  .home_v2.section1 .swiper-container .swiper-slide .background {
    object-position: 50% bottom;
  }
}
.home_v2.section1 .swiper-container .swiper-slide picture {
  height: 100%;
  top: 0;
}
.home_v2.section1 .swiper-container .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
@media (max-width: 576px) {
  .home_v2.section1 .swiper-container .swiper-slide picture img {
    object-position: 75% bottom;
  }
}
.home_v2.section1 .swiper-container .swiper-slide .content {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .home_v2.section1 .swiper-container .swiper-slide .content {
    top: 58%;
    width: 75%;
  }
}
@media (max-width: 768px) {
  .home_v2.section1 .swiper-container .swiper-slide .content {
    top: 43%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home_v2.section1 .swiper-container .swiper-slide .content {
    top: 36%;
  }

  .home_v2.section1 .swiper-container .swiper-slide .content .text .title {
    margin: 0 -24px;
  }
}
.home_v2.section1 .swiper-container .swiper-slide .content .text {
  padding: 0 48.1770833333% 0 18.3333333333%;
}
.home_v2.section1 .swiper-container .swiper-slide .content .text .sub_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #BC2228;
}
.home_v2.section1 .swiper-container .swiper-slide .content .text .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #000;
  margin: 8px 0 12px;
}
.home_v2.section1 .swiper-container .swiper-slide .content .text .excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
  margin-bottom: 64px;
}
.home_v2.section1 .swiper-container .swiper-slide .content .text.is-ja .title {
  color: #171717;
}
.home_v2.section1 .swiper-container .swiper-slide .content .text.is-ja .excerpt {
  color: #525252;
}
@media (max-width: 1440px) {
  .home_v2.section1 .swiper-container .swiper-slide .content .text {
    padding: 0 45.8333333333% 0 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .home_v2.section1 .swiper-container .swiper-slide .content .text {
    padding: 0 26.6203703704% 0 32px;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .sub_title {
    display: none;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .title {
    font-size: 44px;
    margin: 0 0 8px;
  }
}
@media (max-width: 576px) {
  .home_v2.section1 .swiper-container .swiper-slide .content .text {
    padding: 0 24px;
    text-align: center;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .title {
    font-size: 36px;
    line-height: 122%;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .title br {
    display: none;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .excerpt {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text .btn_bg_16_def_v2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .home_v2.section1 .swiper-container .swiper-slide .content .text.is-ja .excerpt {
    text-align: left;
  }
}
.home_v2.section2 .inner_wrap {
  padding: 80px 0;
}
.home_v2.section2 .inner_wrap .content {
  display: flex;
  flex-wrap: wrap;
}
.home_v2.section2 .inner_wrap .content .item {
  position: relative;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  border: 0.926829px solid #D4D4D4;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: hard-light, normal;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 600px;
}
.home_v2.section2 .inner_wrap .content .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FAFAFA 36.98%, rgba(250, 250, 250, 0.2) 100%);
  pointer-events: none;
}
.home_v2.section2 .inner_wrap .content .item:nth-of-type(2n) {
  margin-right: 0;
}
.home_v2.section2 .inner_wrap .content .item .box {
  position: relative;
  z-index: 2;
}
.home_v2.section2 .inner_wrap .content .item .box .icon {
  width: 48px;
  max-height: 48px;
}
.home_v2.section2 .inner_wrap .content .item .box .title {
  margin: 12px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 128%;
  letter-spacing: -0.02em;
  color: #171717;
}
.home_v2.section2 .inner_wrap .content .item .box .title a {
  color: #171717;
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt {
  list-style: none;
  padding-left: 0;
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt li {
  position: relative;
  padding-left: 27px;
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #525252;
  transform: translateY(-50%);
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #525252;
  transition: all 0.3s ease;
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt li:hover:before {
  background: #BC2228;
}
.home_v2.section2 .inner_wrap .content .item .box .excerpt li:hover a {
  color: #BC2228;
}
@media (max-width: 1024px) {
  .home_v2.section2 .inner_wrap {
    padding: 70px 0;
  }
  .home_v2.section2 .inner_wrap .content .item {
    min-height: 432px;
  }
}
@media (max-width: 576px) {
  .home_v2.section2 .inner_wrap .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    min-height: 384px;
    padding: 24px;
  }
  .home_v2.section2 .inner_wrap .content .item:last-child {
    margin-bottom: 0;
  }
  .home_v2.section2 .inner_wrap .content .item .box .icon {
    width: 40px;
    max-height: 40px;
  }
  .home_v2.section2 .inner_wrap .content .item .box .title {
    margin: 8px 0;
    font-size: 24px;
    line-height: 133%;
  }
  .home_v2.section2 .inner_wrap .content .item .box .excerpt li a {
    font-size: 16px;
  }
}
.home_v2.section3 {
  background: #FAFAFA;
}
.home_v2.section3 .inner_wrap {
  padding: 80px 0 48px;
}
.home_v2.section3 .inner_wrap .content {
  display: flex;
  flex-wrap: wrap;
}
.home_v2.section3 .inner_wrap .content .item {
  position: relative;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #D4D4D4;
}
.home_v2.section3 .inner_wrap .content .item:nth-of-type(2n) {
  margin-right: 0;
}
.home_v2.section3 .inner_wrap .content .item .arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 32px;
}
.home_v2.section3 .inner_wrap .content .item .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.home_v2.section3 .inner_wrap .content .item .icon img {
  max-height: 100%;
  width: auto;
}
.home_v2.section3 .inner_wrap .content .item .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 128%;
  letter-spacing: -0.02em;
  color: #171717;
  margin: 0;
  transition: all 0.3s ease;
}
.home_v2.section3 .inner_wrap .content .item .title a {
  color: #171717;
  transition: all 0.3s ease;
}
.home_v2.section3 .inner_wrap .content .item .title:hover {
  color: #BC2228;
}
.home_v2.section3 .inner_wrap .content .item .title:hover a {
  color: #BC2228;
}
@media (max-width: 1024px) {
  .home_v2.section3 .inner_wrap {
    padding: 70px 0 38px;
  }
}
@media (max-width: 576px) {
  .home_v2.section3 .inner_wrap {
    padding: 70px 0 50px;
  }
  .home_v2.section3 .inner_wrap .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home_v2.section3 .inner_wrap .content .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .home_v2.section3 .inner_wrap .content .item .title {
    font-size: 24px;
    line-height: 133%;
  }
}
.home_v2.section4 {
  position: relative;
  background-size: cover;
  background-position: center;
}
.home_v2.section4 .inner_wrap {
  padding: 80px 0 48px;
}
.home_v2.section4 .inner_wrap .lable_def_v2 {
  text-align: left;
  margin-bottom: 48px;
}
.home_v2.section4 .inner_wrap .lable_def_v2 h2 {
  color: #fff;
}
.home_v2.section4 .inner_wrap .content {
  display: flex;
  flex-wrap: wrap;
}
.home_v2.section4 .inner_wrap .content .item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 12px 24px;
}
.home_v2.section4 .inner_wrap .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.home_v2.section4 .inner_wrap .content .item p:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #525252;
  margin: 0 0 4px;
}
.home_v2.section4 .inner_wrap .content .item p:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 109%;
  letter-spacing: -0.02em;
  color: #BC2228;
  margin: 0;
}
@media (max-width: 1024px) {
  .home_v2.section4 .inner_wrap {
    padding: 70px 0 38px;
  }
  .home_v2.section4 .inner_wrap .content .item {
    width: calc((100% - 32px) / 2);
  }
  .home_v2.section4 .inner_wrap .content .item:nth-of-type(3n) {
    margin-right: 32px;
  }
  .home_v2.section4 .inner_wrap .content .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .home_v2.section4 .inner_wrap {
    padding: 64px 0 40px;
  }
  .home_v2.section4 .inner_wrap .lable_def_v2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .home_v2.section4 .inner_wrap .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24;
    padding: 12px 20px;
  }
  .home_v2.section4 .inner_wrap .content .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .home_v2.section4 .inner_wrap .content .item p:nth-of-type(1) {
    font-size: 12px;
    line-height: 167%;
  }
  .home_v2.section4 .inner_wrap .content .item p:nth-of-type(2) {
    font-size: 32px;
    line-height: 125%;
  }
}
.home_v2.section5 .inner_wrap {
  padding: 80px 0;
}
.home_v2.section5 .inner_wrap .content {
  position: relative;
}
.home_v2.section5 .inner_wrap .content .lable_def_v2 {
  text-align: left;
}
.home_v2.section5 .inner_wrap .content .btn_14_def_v2 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 10px 20px;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide {
  width: 31.5789473684%;
  margin-right: 2.6315789474%;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide:nth-of-type(3n) {
  margin-right: 0;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .thumbnail {
  display: block;
  position: relative;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 56.5%;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .cat {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #BC2228;
  margin: 24px 0 4px;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  margin: 0;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .title a {
  color: #171717;
  transition: all 0.3s ease;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide:hover .title a {
  color: #BC2228;
}
.home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-navigation {
  display: none;
}
@media (max-width: 1024px) {
  .home_v2.section5 .inner_wrap {
    padding: 70px 0;
  }
}
@media (max-width: 864px) {
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .thumbnail {
    padding-top: 59%;
  }
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-navigation {
    display: flex;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .home_v2.section5 .inner_wrap {
    padding: 64px 0;
  }
  .home_v2.section5 .inner_wrap .content .lable_def_v2 {
    text-align: center;
  }
  .home_v2.section5 .inner_wrap .content .btn_14_def_v2 {
    position: relative;
    width: 100%;
    border: 1px solid #BC2228;
    border-radius: 6px;
    margin-top: 20px;
    justify-content: center;
  }
  .home_v2.section5 .inner_wrap .content .btn_14_def_v2 img {
    display: none;
  }
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .thumbnail {
    padding-top: 57%;
  }
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-slide .title {
    font-size: 20px;
    line-height: 133%;
  }
  .home_v2.section5 .inner_wrap .content .js_slide_customer_story .swiper-navigation {
    margin-top: 64px;
  }
}
.home_v2.section6 .inner_wrap {
  padding: 80px 0;
}
.home_v2.section6 .inner_wrap .content {
  position: relative;
}
.home_v2.section6 .inner_wrap .content .lable_def_v2 {
  text-align: left;
}
.home_v2.section6 .inner_wrap .content .btn_16_def_v2 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 12px 24px;
}
.home_v2.section6 .inner_wrap .content .js_slide_customer_logo {
  margin-left: -16px;
  margin-right: -16px;
}
.home_v2.section6 .inner_wrap .content .js_slide_customer_logo .swiper-slide {
  padding: 0 16px;
}
.home_v2.section6 .inner_wrap .content .js_slide_customer_logo .swiper-slide .logo {
  width: 100%;
  height: 88px;
  background: #FAFAFA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_v2.section6 .inner_wrap .content .js_slide_customer_logo .swiper-slide .logo img {
  max-width: 85%;
  max-height: 80px;
}
.home_v2.section6 .inner_wrap .content .js_slide_customer_logo .swiper-navigation {
  display: none;
}
@media (max-width: 576px) {
  .home_v2.section6 .inner_wrap .content .lable_def_v2 {
    text-align: center;
    margin-bottom: 28px;
  }
  .home_v2.section6 .inner_wrap .content .btn_16_def_v2 {
    position: relative;
    width: 100%;
    border: 1px solid #BC2228;
    border-radius: 6px;
    margin-top: 48px;
    justify-content: center;
    font-size: 14px;
    padding: 10px 20px;
  }
  .home_v2.section6 .inner_wrap .content .btn_16_def_v2 img {
    display: none;
  }
  .home_v2.section6 .inner_wrap .content .js_slide_customer_logo {
    margin-left: -12px;
    margin-right: -12px;
  }
  .home_v2.section6 .inner_wrap .content .js_slide_customer_logo .swiper-slide {
    padding: 12px;
  }
}

header .header-main {
  height: 100px;
  width: 100vw;
}
@media (max-width: 1279px) {
  header .header-main {
    flex-wrap: wrap;
    height: auto;
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  header .header-main {
    background: #ECF0F2;
    padding: 0 24px;
    height: calc(100vh - 64px);
    top: 64px;
  }
}
header .header-main .close-menu {
  display: none;
}
@media (max-width: 768px) {
  header .header-main .close-menu {
    display: block;
    position: absolute;
    top: 27px;
    left: 24px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e03434;
    padding: 0;
  }
  header .header-main .close-menu svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 576px) {
  header .header-main .close-menu {
    width: 30px;
    height: 30px;
  }
  header .header-main .close-menu svg {
    width: 22px;
    height: 22px;
  }
}
header .header-main .logo-main {
  width: 75px;
  border-radius: 0px;
}
header .header-main .logo-main img {
  max-width: 100%;
}
@media (max-width: 1279px) {
  header .header-main .logo-main {
    padding: 21px 0;
  }
}
@media (max-width: 768px) {
  header .header-main .logo-main {
    display: none;
  }
}
@media (min-width: 1025px) {
  header .header-main .logo-main._scroll {
    height: 55px;
  }
  header .header-main .logo-main._scroll img {
    transform: scale(0.75);
  }
}
header .header-main .menu-main {
  width: calc(100% - 75px);
  padding-left: 9.2857142857%;
}
@media (max-width: 1440px) {
  header .header-main .menu-main {
    padding-left: 45px;
  }
}
@media (max-width: 1280px) {
  header .header-main .menu-main {
    padding: 0 30px 0 20px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main {
    width: 100%;
    padding: 50px 0 32px;
    height: calc(100vh - 92px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main {
    padding: 50px 15px 30px 0;
    display: block;
    overflow-y: scroll;
    max-height: 80vh;
  }
}
header .header-main .menu-main .menu {
  width: 95%;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu {
    width: 98%;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu {
    border-top: 0;
    padding-right: 0;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu {
    border: none;
    padding-top: 0;
    position: relative;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main .menu {
    padding-right: 0;
  }
}
header .header-main .menu-main .menu a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1B2D36;
  text-align: left;
}
@media (max-width: 820px) {
  header .header-main .menu-main .menu a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #BC2228;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
  }
}
header .header-main .menu-main .menu li {
  position: relative;
  display: inline-block;
  padding: 38px 36px 38px 0;
  margin-right: 5.9787849566%;
}
header .header-main .menu-main .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li {
    margin-right: 4.060324826%;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li {
    margin-right: 0;
    padding: 32px 36px 32px 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li {
    margin: 0 0 12px;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
header .header-main .menu-main .menu li:hover > a {
  color: #BC2228;
}
header .header-main .menu-main .menu li:before {
  background: #BC2228;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li:before {
    width: 100%;
    display: none;
    height: 0.5px;
    opacity: 0.6;
  }
}
header .header-main .menu-main .menu li.is-active a, header .header-main .menu-main .menu li.current_page_item a, header .header-main .menu-main .menu li.current-menu-item a {
  color: #e03434;
}
header .header-main .menu-main .menu li.is-active:before, header .header-main .menu-main .menu li.current_page_item:before, header .header-main .menu-main .menu li.current-menu-item:before {
  width: 100%;
  background: #e03434;
}
header .header-main .menu-main .menu li.is-active:after, header .header-main .menu-main .menu li.current_page_item:after, header .header-main .menu-main .menu li.current-menu-item:after {
  background-image: url("./assets/images/home/down2.png") !important;
}
header .header-main .menu-main .menu li.has-sub {
  padding-right: 36px !important;
}
@media (max-width: 1366px) {
  header .header-main .menu-main .menu li.has-sub {
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub {
    padding-right: 0 !important;
    position: relative;
  }
}
header .header-main .menu-main .menu li.has-sub:after {
  right: 9px;
  width: 12px;
  height: 7px;
  background-size: contain;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub:after {
    top: 7px;
    transform: unset;
    width: 11px;
    height: 6.5px;
    left: auto;
    transform: rotate(180deg);
    background-image: url("./assets/images/home_v2/arr-down.svg");
  }
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub:hover a {
    color: #e03434;
  }
  header .header-main .menu-main .menu li.has-sub:hover:after {
    background-image: url("./assets/images/home/down2.png");
  }
  header .header-main .menu-main .menu li.has-sub:hover:before {
    background: #e03434;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub.active-toggle:after {
    transform: rotate(0);
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #BC2228;
    padding-bottom: 30px;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu {
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 10;
  background: #ECF0F2;
  box-shadow: 0px 8px 10px -6px rgba(27, 45, 54, 0.1), 0px 20px 25px -5px rgba(27, 45, 54, 0.1);
  border-radius: 0px 0px 12px 12px;
  padding: 48px 32px;
  min-width: 300px;
  display: none;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub .sub-menu {
    min-width: 260px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub .sub-menu {
    position: relative;
    background: #fff;
    border-radius: unset;
    box-shadow: unset;
    border-radius: unset;
    left: 0;
    padding: 0;
    background: transparent;
    margin-bottom: 24px;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu li {
  padding: 0 0 12px 0;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub .sub-menu li {
    padding: 0;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #3A6074;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub .sub-menu li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #3A6074;
    text-transform: capitalize;
    padding: 0 0 8px;
  }
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:hover a {
  color: #BC2228;
}
header .header-main .menu-main .menu li.has-sub .sub-menu li:hover a[href*="#"] {
  color: #BC2228;
}
header .header-main .menu-main .menu li.has-sub .sub-menu .current_page_item a,
header .header-main .menu-main .menu li.has-sub .sub-menu .current-menu-item a {
  color: #BC2228;
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub:hover .sub-menu {
    display: block;
  }
}
header .header-main .menu-main .menu li.has-sub2 {
  position: unset;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 {
    width: 100%;
    border-bottom: 0;
    position: relative;
  }
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub2:hover:before {
    width: 103px;
    background: #BC2228;
  }
  header .header-main .menu-main .menu li.has-sub2:hover > a {
    color: #BC2228;
  }
}
header .header-main .menu-main .menu li.has-sub2:after {
  right: auto;
  left: 85px;
  background-size: contain;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2:after {
    left: 80px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2:after {
    top: 7px;
    right: 0;
    transform: unset;
    width: 11px;
    height: 6.5px;
    left: auto;
    transform: rotate(180deg);
    background-image: url("./assets/images/home_v2/arr-down.svg");
  }
}
header .header-main .menu-main .menu li.has-sub2:before {
  width: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #BC2228;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
  padding: 48px 32px;
  background: #ECF0F2;
  box-shadow: 0px 8px 10px -6px rgba(27, 45, 54, 0.1), 0px 20px 25px -5px rgba(27, 45, 54, 0.1);
  border-radius: 0px 0px 12px 12px;
  width: auto;
  display: none;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    left: 0px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    left: -32px;
    width: calc(100% + 64px);
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu {
    width: 100%;
    left: 0;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: unset;
    background: #eceff1;
    display: flex;
    border-radius: unset;
    padding: 0 0;
    margin: 0 !important;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
  padding: 0 24px 0 0;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
  border-right: 0;
  min-width: 256px;
  box-sizing: content-box;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li {
    border-right: unset;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 32px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:last-child {
  padding: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:first-child {
    padding-left: 42px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:first-child {
    padding: 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li:after {
    display: none;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li.active-toggle2:after {
  background-image: url("./assets/images/page/minus.png");
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1B2D36;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li > a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #1B2D36;
    padding-bottom: 20px;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu {
  flex-direction: column;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu {
    display: flex;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current_page_item a,
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu .current-menu-item a {
  color: #BC2228;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li {
  border: none;
  padding: 0;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li {
    padding-left: 0;
    padding-bottom: 8px;
    margin: 0;
  }
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child {
    padding-bottom: 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child {
  padding-bottom: 0;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child a {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:last-child a {
    padding-bottom: 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: unset;
  /* BW/7 */
  color: #3A6074;
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #263238;
    padding-bottom: 0;
  }
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:hover a {
  color: #BC2228;
}
header .header-main .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li:hover a[href*="#"] {
  color: #BC2228;
}
@media (min-width: 769px) {
  header .header-main .menu-main .menu li.has-sub2:hover .sub-menu {
    display: flex;
  }
}
header .header-main .menu-main .menu li.has-sub2.active-toggle {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2.active-toggle:after {
    transform: rotate(0);
  }
}
header .header-main .menu-main .menu li.has-sub2.active-toggle > .sub-menu > li {
  padding-top: 0;
}
header .header-main .menu-main .menu li.has-sub2.active-toggle > .sub-menu > li .sub-menu {
  padding-top: 25px;
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu li.has-sub2.active-toggle > .sub-menu > li .sub-menu {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  header .header-main .menu-main .menu li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main .menu > li {
    border-bottom: 0;
  }
}
header .header-main .menu-main .menu.menu_ja li {
  margin-right: 3.8572806172%;
}
header .header-main .menu-main .menu.menu_ja li:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  header .header-main .menu-main .menu.menu_ja li {
    margin-right: 4.060324826%;
  }
}
header .header-main .menu-main ._center {
  position: relative;
  width: calc(100% - 275px);
}
@media (max-width: 1280px) {
  header .header-main .menu-main ._center {
    width: calc(100% - 275px);
  }
}
@media (max-width: 1279px) {
  header .header-main .menu-main ._center {
    width: 100%;
    border-top: 0;
  }
}
header .header-main .menu-main ._right {
  display: flex;
  width: 460px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  header .header-main .menu-main ._right {
    position: absolute;
    width: auto;
    top: 0;
    right: 32px;
  }
}
@media (max-width: 768px) {
  header .header-main .menu-main ._right {
    display: none;
  }
}
header .header-main .menu-main ._right .span {
  background: rgba(27, 45, 54, 0.3);
  color: #fff;
  margin: 0 16px;
  padding: 0;
  height: 28px;
  width: 1px;
}
@media (max-width: 1440px) {
  header .header-main .menu-main ._right .span {
    margin-right: 14px;
    margin-left: 14px;
  }
}
header .header-main.is-ja .menu-main {
  padding-left: 5.9523809524%;
}
@media (max-width: 1700px) {
  header .header-main.is-ja {
    flex-wrap: wrap;
    height: auto;
    padding: 0 8.3333333333%;
  }
  header .header-main.is-ja.scroll-top {
    height: auto !important;
  }
  header .header-main.is-ja .logo-main {
    padding: 30px 0 12px;
  }
  header .header-main.is-ja .menu-main {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  header .header-main.is-ja .menu-main .menu {
    justify-content: space-between;
    width: 100%;
  }
  header .header-main.is-ja .menu-main .menu li {
    margin-right: 0;
    padding: 25px 36px 28px 0;
  }
  header .header-main.is-ja ._center {
    width: 100%;
  }
  header .header-main.is-ja ._right {
    position: absolute;
    width: auto;
    top: 0;
    right: 10%;
  }
}
@media (max-width: 1400px) {
  header .header-main.is-ja .menu-main .menu li {
    padding: 10px 36px 14px 0;
  }
  header .header-main.is-ja ._right {
    height: 67%;
  }
  header .header-main.is-ja ._right ._lan {
    padding: 0 !important;
    height: 100%;
  }
  header .header-main.is-ja ._right ._tool-tip {
    bottom: auto !important;
    top: 100%;
  }
}
@media (max-width: 1279px) {
  header .header-main.is-ja {
    padding: 0 32px;
  }
  header .header-main.is-ja ._right {
    right: 32px;
  }
}
@media (max-width: 820px) {
  header .header-main.is-ja .menu-main .menu li a {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  header .header-main.is-ja .logo-main {
    padding: 21px 0;
  }
  header .header-main.is-ja .menu-main {
    padding: 50px 0 32px;
  }
  header .header-main.is-ja .menu-main .menu li {
    padding: 0;
  }
  header .header-main.is-ja .menu-main .menu li a {
    font-size: 16px;
  }
  header .header-main.is-ja .menu-main .menu li.has-sub2 > .sub-menu > li > a, header .header-main.is-ja .menu-main .menu li.has-sub2 > .sub-menu > li .sub-menu li a, header .header-main.is-ja .menu-main .menu li.has-sub .sub-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  header .header-main.is-ja .menu-main {
    padding: 50px 15px 32px 0;
  }
}
header .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 12px 20px 10px;
  border: 1px solid #BC2228;
  font-weight: 600;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #BC2228;
}
@media (max-width: 1440px) {
  header .link {
    padding: 10px 16px;
  }
}
@media (max-width: 1279px) {
  header .link {
    padding: 10px 16px;
  }
}
@media (max-width: 768px) {
  header .link {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
  }
}
@media (max-width: 576px) {
  header .link {
    font-size: 13px;
    padding: 6px 12px;
  }
}
header .link:hover {
  background: #BC2228;
}
@media (max-width: 1279px) {
  header ._lan {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  header ._lan {
    padding: 0;
    margin: 0 16px;
  }
}
header ._lan:hover #_language > li a {
  color: #BC2228 !important;
}
header ._lan #_language,
header ._lan #_language_mb {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1B2D36;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 14px;
}
@media (max-width: 1440px) {
  header ._lan #_language,
header ._lan #_language_mb {
    padding-right: 0px;
  }
}
@media (max-width: 1279px) {
  header ._lan #_language,
header ._lan #_language_mb {
    margin-right: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  header ._lan #_language,
header ._lan #_language_mb {
    padding: 0;
    padding-right: 15px;
    margin-left: 7px;
  }
}
@media (max-width: 576px) {
  header ._lan #_language,
header ._lan #_language_mb {
    top: 0;
  }
}
header ._lan #_language:before,
header ._lan #_language_mb:before {
  top: 9px;
  background-image: url("./assets/images/home/down.png");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 576px) {
  header ._lan #_language:before,
header ._lan #_language_mb:before {
    top: -3px;
  }
}
header ._lan #_language:hover li,
header ._lan #_language_mb:hover li {
  pointer-events: inherit;
}
header ._lan #_language li,
header ._lan #_language_mb li {
  position: relative;
  transition: all 1s;
  opacity: 0;
  bottom: -18px;
  width: 80px;
  left: 14px;
  pointer-events: none;
  color: #455a64;
  order: 2;
  padding: 8px;
  margin: 0 0 0;
  display: none;
}
header ._lan #_language li a,
header ._lan #_language_mb li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-transform: uppercase;
  color: #455a64;
}
header ._lan #_language li a:hover,
header ._lan #_language_mb li a:hover {
  color: #e03434;
}
header ._lan #_language li:last-child:before,
header ._lan #_language_mb li:last-child:before {
  display: none;
}
header ._lan #_language .current-lang,
header ._lan #_language_mb .current-lang {
  padding-right: 36px;
}
@media (max-width: 768px) {
  header ._lan #_language .current-lang,
header ._lan #_language_mb .current-lang {
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  header ._lan #_language .current-lang,
header ._lan #_language_mb .current-lang {
    display: none !important;
  }
}
header ._lan #_language .current-lang a,
header ._lan #_language_mb .current-lang a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #455a64;
  transition: all 0.3s;
}
header ._lan #_language .current-lang a:hover,
header ._lan #_language_mb .current-lang a:hover {
  color: #455a64;
  transition: all 0.3s;
}
header ._tool-tip {
  width: 250px;
  bottom: -92px;
  padding: 16px 18px;
  left: 0;
  background: #ECF0F2;
  box-shadow: 0px 4px 6px -4px rgba(27, 45, 54, 0.1), 0px 10px 15px -3px rgba(27, 45, 54, 0.1);
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 768px) {
  header ._tool-tip {
    top: 50%;
    left: 50%;
    z-index: 9899;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    bottom: auto;
    right: auto;
  }
}
header ._tool-tip li {
  margin-bottom: 12px;
}
header ._tool-tip li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #1B2D36;
}
header ._tool-tip li:last-child {
  margin-bottom: 0;
}
header ._tool-tip li::before {
  width: 10px;
  height: 10px;
  left: 6px;
}
@media (max-width: 768px) {
  header .navigation-mobile {
    padding: 5px 24px;
    height: 64px !important;
    width: 100vw;
    z-index: 101;
  }
  header .navigation-mobile a.logo-main {
    width: 80px;
    height: auto;
    border-radius: 0;
  }
  header .navigation-mobile a.logo-main img {
    width: 100%;
  }
  header .navigation-mobile .btn-right {
    display: flex;
    align-items: center;
  }
  header .navigation-mobile .close-menu {
    width: 32px;
    height: 32px;
    border: 1.33333px solid #E5E5E5;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    display: none;
  }
  header .navigation-mobile .hamburger {
    background: #fff;
    padding-right: 3px;
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    border: 1.33333px solid #E5E5E5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
  }
  header .navigation-mobile .hamburger span {
    display: block;
    background-color: #737373 !important;
    width: 20px;
    height: 2px;
    margin-bottom: 3.5px;
  }
  header .navigation-mobile .hamburger span:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  header .navigation-mobile {
    padding: 5px 24px;
  }
  header .navigation-mobile a.logo-main {
    width: 60px;
  }
}

/* ==========  define class reuse ======= */
* {
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.lazy {
  min-height: 1px;
  min-width: 1px;
  opacity: 0.8;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  transition: 0.3s;
}
.lazy.loaded {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.learn-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 12px 20px;
  color: #BC2228;
  position: relative;
}
.learn-more.has-icon {
  padding-right: 52px;
}
.learn-more.has-icon::after {
  position: absolute;
  content: url("assets/images/home_v2/icon-right.svg");
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
.learn-more.has-icon:hover::after {
  margin-left: 16px;
}

@media (max-width: 864px) {
  .w-100 {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .hidden-link {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  gap: 32px;
  margin-top: 40px;
}
.swiper-navigation [class*=button] {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.swiper-navigation [class*=button]:hover {
  background-color: #F8E9EA;
  border-radius: 4px;
}
.swiper-navigation [class*=button]:hover svg path {
  fill: #BC2228;
}
.swiper-navigation .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  gap: 16px;
}
.swiper-navigation .pagination span {
  width: 24px;
  height: 6px;
  border-radius: 16px;
  background-color: #f8e9ea;
  opacity: 1;
}
.swiper-navigation .pagination span:hover {
  background-color: #BC2228;
}
.swiper-navigation .pagination span.swiper-pagination-bullet-active {
  background-color: #BC2228;
  width: 24px;
  height: 6px;
}
@media (max-width: 864px) {
  .swiper-navigation .pagination {
    gap: 12px;
  }
  .swiper-navigation .pagination span {
    width: 6px;
  }
  .swiper-navigation .pagination span.swiper-pagination-bullet-active {
    width: 16px;
  }
}
@media (max-width: 864px) and (max-width: 576px) {
  .swiper-navigation .pagination span.swiper-pagination-bullet-active {
    width: 6px;
  }
}

.section {
  position: relative;
}
.section.pd-80 {
  padding: 80px 0;
}
.section.pd-112 {
  padding: 5.8333333333% 0;
}
@media (max-width: 864px) {
  .section.pd-112 {
    padding: 80px 0;
  }
}

/* ========= section 7 home v2 (Customer's Voice) ========= */
.customer-voice__wrapper {
  overflow: hidden;
}
.customer-voice__body {
  margin-left: -15px;
  margin-right: -15px;
}
.customer-voice__slide {
  width: 100%;
}
.customer-voice__item {
  gap: 32px;
  width: 100%;
  align-items: flex-start;
  padding: 0 15px;
}
.customer-voice__image, .customer-voice__content {
  width: calc(50% - 16.5px);
}
.customer-voice__image {
  aspect-ratio: 592/339;
  overflow: hidden;
  height: auto;
  position: relative;
  background-color: #ECF0F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.customer-voice__image::before, .customer-voice__image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.customer-voice__image::before {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #D9D9D9;
}
.customer-voice__image::after {
  border-width: 16px 0 16px 28px;
  border-color: transparent;
  border-left-color: #BC2228;
  z-index: 4;
  border-style: solid;
  margin-left: 5px;
}
.customer-voice__image.show-video::before, .customer-voice__image.show-video::after {
  display: none;
}
.customer-voice__image.show-video img {
  position: absolute;
  z-index: -1;
}
.customer-voice__image.show-video video {
  position: relative;
}
.customer-voice__image video {
  width: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.customer-voice__image img {
  position: relative;
  z-index: 2;
}
.customer-voice__image.no-video::before, .customer-voice__image.no-video::after {
  display: none;
}
.customer-voice__content {
  background: #FAFAFA;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 32px 28px;
}
.customer-voice__content p {
  color: #171717;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
@media (max-width: 576px) {
  .customer-voice__content p {
    font-size: 18px;
    line-height: 1.3333;
  }
}
.customer-voice__content .company_name {
  font-weight: 700;
  font-size: 14px;
  color: #A3A3A3;
  margin-bottom: 5px;
}
.customer-voice__content .name {
  font-weight: 600;
  color: #BC2228;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.customer-voice__content .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #A3A3A3;
}
.customer-voice__content.is-ja .name {
  color: #171717;
}
@media (max-width: 576px) {
  .customer-voice__content .name,
.customer-voice__content .position {
    line-height: 20px;
  }
  .customer-voice__content .position {
    font-size: 14px;
  }
}

/* ========= section 8 home v2 (Certification) ========= */
.certification .swiper-navigation {
  display: none;
}
.certification__slide {
  margin-left: -16px;
  margin-right: -16px;
}
.certification .swiper-slide {
  padding: 0 16px;
}
@media (max-width: 864px) {
  .certification__slide {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .certification .swiper-slide {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .certification {
    padding: 64px 0;
  }
  .certification__title {
    text-align: center;
    width: 100%;
  }
  .certification__slide {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .certification .swiper-slide {
    padding: 12px 16px;
  }
  .certification .swiper-navigation {
    display: flex;
  }
}
.certification__item {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  padding: 12px;
}
.certification__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ======== style for sidebar section Resource and About ======= */
.sidebar-home {
  background-color: #BC2228;
  padding: 36px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .sidebar-home {
    padding: 24px;
  }
}
.sidebar-home a {
  color: inherit;
}
.sidebar-home h3,
.sidebar-home h4 {
  font-weight: 700;
}
.sidebar-home__title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 576px) {
  .sidebar-home__title {
    font-size: 24px;
    line-height: 1.333;
  }
}
.sidebar-home .post__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #D26B6F;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 864px) {
  .sidebar-home .post__item {
    flex: 2;
  }
  .sidebar-home .post__item:first-of-type {
    flex: 1 0 auto;
  }
}
@media (max-width: 576px) {
  .sidebar-home .post__item {
    flex: 1 1 auto;
  }
}
.sidebar-home .post__item::after {
  content: url("assets/images/home_v2/icon-right.svg");
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  filter: brightness(100);
  transition: 0.3s ease-out;
}
.sidebar-home .post__item:hover::after {
  transform: translateX(0);
  opacity: 1;
}
.sidebar-home .post__item .date {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #EABABC;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .sidebar-home .post__item .date {
    font-size: 14px;
    line-height: 20px;
  }
}
.sidebar-home .post__item .entry-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .sidebar-home .post__item .entry-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

/* ========= section 9 home v2 (Resource Center) ========= */
.resource {
  background-color: #FAFAFA;
}
.resource__description {
  margin: 8px auto 0;
  max-width: 600px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 576px) {
  .resource__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.resource__body {
  border-radius: 12px;
  overflow: hidden;
}
.resource__body .blog {
  width: 34.2105263158%;
}
.resource__body .ebook {
  width: 65.7894736842%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.resource__body .ebook__item {
  width: 100%;
  flex: 1;
  padding: 38px 48px;
  color: #171717;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .resource__body .ebook__item {
    padding: 18px 24px;
  }
}
.resource__body .ebook__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #FAFAFA 51.98%, rgba(250, 250, 250, 0) 121.01%);
}
.resource__body .ebook__item:first-child {
  color: #fff;
}
.resource__body .ebook__item:first-child::before {
  background: linear-gradient(95.85deg, rgba(0, 0, 0, 0.8) 3.16%, rgba(0, 0, 0, 0) 85.94%);
}
.resource__body .ebook__item__content, .resource__body .ebook__item__thumbnail {
  position: relative;
  z-index: 2;
}
.resource__body .ebook__item__content {
  max-width: 408px;
}
.resource__body .ebook__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0.333em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 576px) {
  .resource__body .ebook__item__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.resource__body .ebook__item__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #525252;
  margin-bottom: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.resource__body .ebook__item:first-child .ebook__item__description {
  color: #D4D4D4;
}
.resource__body .ebook__item__link:hover {
  background-color: #a4040a;
}
.resource__body .ebook__item__thumbnail {
  margin-right: -23px;
}
@media (max-width: 576px) {
  .resource__body .ebook__item__thumbnail {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* ========= section 10 home v2 (About Us) ========= */
.about-us__body {
  border-radius: 12px;
  overflow: hidden;
}
.about-us__body .meet-team {
  width: 67.4342105263%;
  position: relative;
  padding: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #D4D4D4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 864px) {
  .about-us__body .meet-team {
    height: 512px;
  }
}
@media (max-width: 576px) {
  .about-us__body .meet-team {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us__body .meet-team::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 25.52%, rgba(0, 0, 0, 0) 100%);
}
.about-us__body .meet-team__content {
  position: relative;
  z-index: 3;
}
.about-us__body .meet-team__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
}
@media (max-width: 576px) {
  .about-us__body .meet-team__title {
    font-size: 24px;
    line-height: 1.3333;
  }
}
.about-us__body .newsroom {
  width: 32.5657894737%;
}
.about-us__body .newsroom .post__item:nth-of-type(n+3) {
  display: none;
}
@media (max-width: 864px) {
  .about-us__body .newsroom .post__item:nth-of-type(n+3) {
    display: block;
  }
}
.about-us__body .newsroom .subscription {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.about-us__body .newsroom .subscription .title {
  color: #171717;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* ========= section 11 home v2 (Contact) ========== */
.contact-home {
  background-color: #FAFAFA;
}
.contact-home__content {
  gap: 64px;
}
@media (max-width: 864px) {
  .contact-home__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .contact-home__content {
    gap: 40px;
  }
}
.contact-home__title {
  padding-top: 56px;
  font-weight: 800;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #171717;
  position: relative;
  margin: 0;
}
@media (max-width: 576px) {
  .contact-home__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.contact-home__title::before, .contact-home__title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #BB2429;
  display: inline-block;
  transform: skew(45deg) translateX(75%);
}
.contact-home__title::after {
  transform: skew(45deg) translate(-45%, 100%);
}
@media (max-width: 864px) {
  .contact-home__title::before, .contact-home__title::after {
    left: 50%;
    transform: skew(45deg) translateX(-50%);
  }
  .contact-home__title::after {
    transform: skew(45deg) translate(-155%, 100%);
  }
}
.contact-home__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
  text-align: center;
  color: #525252;
}
.contact-home .location {
  width: 35.5263157895%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 576px) {
  .contact-home .location {
    gap: 16px;
  }
}
.contact-home .location__item {
  width: 100%;
  padding: 42px 32px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 864px) {
  .contact-home .location__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 576px) {
  .contact-home .location__item {
    width: 100%;
  }
}
.contact-home .location__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.contact-home .location__item * {
  position: relative;
  z-index: 2;
}
.contact-home .location__item span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-left: 16px;
}
.contact-home .location__item .flag {
  width: 32px;
  height: 24px;
  object-fit: contain;
}
.contact-home .cta.jp {
  text-align: center;
  width: 100%;
}
.contact-home .cta.jp .contact-home__title::before, .contact-home .cta.jp .contact-home__title::after {
  left: 50%;
  transform: skew(45deg) translateX(-50%);
}
.contact-home .cta.jp .contact-home__title::after {
  transform: skew(45deg) translate(-155%, 100%);
}
@media (max-width: 864px) {
  .contact-home .cta {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .contact-home .cta a {
    display: block;
    margin-top: 40px;
  }
}
.contact-home .cta__link {
  margin-top: 48px;
  line-height: 24px;
  font-weight: 600;
}
.contact-home .cta__link:hover {
  background-color: #a4040a;
}

/** ============ footer ======== **/
.footer-main-v2 {
  background-color: #1B2D36;
  color: #668899;
}
.footer-main-v2::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-position: top left;
  background-size: cover;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.footer-main-v2.visible::before {
  background-image: url("assets/images/home_v2/bg-footer.png");
}
.footer-main-v2__wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
}
.footer-main-v2__wrapper > * {
  width: 100%;
}
.footer-main-v2 .logo {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #406A80;
}
.footer-main-v2 ._social {
  padding: 16px 0;
  gap: 8px;
}
.footer-main-v2 ._social a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.0784313725);
}
.footer-main-v2 ._social a:hover .facebook {
  fill: #2c74ec;
}
.footer-main-v2 ._social a:hover .youtube {
  fill: #ee0304;
}
.footer-main-v2 ._social a:hover .youtube-play {
  fill: #fff;
}
.footer-main-v2 ._social a:hover .linked {
  fill: #2362bc;
}
.footer-main-v2 #ft_menu_main {
  display: flex;
  gap: 30px;
}
.footer-main-v2 #ft_menu_main a {
  color: inherit;
}
.footer-main-v2 #ft_menu_main a:hover {
  color: #e03434;
}
.footer-main-v2 #ft_menu_main > li.menu-item {
  flex: 1;
}
.footer-main-v2 #ft_menu_main > li.menu-item > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #7f9baa;
}
.footer-main-v2 #ft_menu_main > li.menu-item > ul.sub-menu {
  margin-top: 32px;
}
.footer-main-v2 #ft_menu_main > li.menu-item > ul.sub-menu > li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-main-v2 #ft_menu_main > li.menu-item > ul.sub-menu a {
  font-weight: 500;
  font-size: 14px;
}
.footer-main-v2 .badges {
  padding: 40px 0;
  gap: 12px;
}
.footer-main-v2 .badges .clutch-widget,
.footer-main-v2 .badges .trustpilot-widget {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
.footer-main-v2 .badges .clutch {
  width: 205px;
}
.footer-main-v2 .badges .trustpilot {
  width: 114px;
}
.footer-main-v2 .copyright {
  text-align: center;
  padding-top: 40px;
}
.footer-main-v2 .info {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.footer-main-v2.ja .logo {
  order: 1;
  text-align: left;
  border: none;
  padding-bottom: 12px;
}
.footer-main-v2.ja #ft_menu_main {
  order: 2;
  gap: 32px;
}
.footer-main-v2.ja #ft_menu_main > li.menu-item {
  flex: 0 0 auto;
}
.footer-main-v2.ja #ft_menu_main .sub-menu {
  display: none;
  margin-top: 12px !important;
}
.footer-main-v2.ja .badges {
  order: 3;
  justify-content: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #406A80;
}
.footer-main-v2.ja ._social {
  order: 4;
  flex: 0;
}
.footer-main-v2.ja .copyright {
  order: 5;
  flex: 1;
  text-align: right;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  .footer-main-v2.ja .logo {
    padding: 16px 0 48px;
  }
  .footer-main-v2.ja #ft_menu_main {
    gap: 16px;
    padding-bottom: 16px;
  }
  .footer-main-v2.ja #ft_menu_main > li.menu-item {
    flex: 1 1 100%;
  }
  .footer-main-v2.ja #ft_menu_main.menu_ja > li.menu-item > a {
    font-size: 14px;
  }
  .footer-main-v2.ja .badges {
    padding: 32px 0;
  }
  .footer-main-v2.ja ._social {
    flex: 1 1 auto;
    justify-content: flex-start;
  }
  .footer-main-v2.ja .copyright {
    padding-bottom: 16px;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 864px) {
  .footer-main-v2 .logo {
    order: 1;
    text-align: left;
    border: none;
    padding-bottom: 12px;
  }
  .footer-main-v2 #ft_menu_main {
    order: 2;
    gap: 32px;
  }
  .footer-main-v2 #ft_menu_main > li.menu-item {
    flex: 0 0 auto;
  }
  .footer-main-v2 #ft_menu_main .sub-menu {
    display: none;
    margin-top: 12px !important;
  }
  .footer-main-v2 .badges {
    order: 3;
    justify-content: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #406A80;
  }
  .footer-main-v2 .info {
    order: 4;
    padding-top: 20px;
  }
  .footer-main-v2 ._social {
    order: 5;
    flex: 0;
  }
  .footer-main-v2 .copyright {
    order: 6;
    flex: 1;
    text-align: right;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer-main-v2 .logo {
    padding: 16px 0 48px;
  }
  .footer-main-v2 #ft_menu_main {
    gap: 16px;
    padding-bottom: 16px;
  }
  .footer-main-v2 #ft_menu_main > li.menu-item {
    flex: 1 1 100%;
  }
  .footer-main-v2 #ft_menu_main.menu_ja > li.menu-item > a {
    font-size: 14px;
  }
  .footer-main-v2 .badges {
    padding: 32px 0;
  }
  .footer-main-v2 ._social {
    flex: 1 1 auto;
    justify-content: flex-start;
  }
  .footer-main-v2 .copyright {
    padding-bottom: 16px;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-main-v2 .info {
    flex-wrap: wrap;
  }
  .footer-main-v2 .info ._right {
   padding-top: 20px;
  }
}

/*# sourceMappingURL=style_update.css.map */
