<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&amp;display=swap");
:root {
  --xxl: 1650px;
  --xl: 1440px;
  --lg: 1200px;
  --md: 992px;
  --sm: 767px;
  --xs: 350px; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ea51zm");
  src: url("../fonts/icomoon.eot?ea51zm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ea51zm") format("truetype"), url("../fonts/icomoon.woff?ea51zm") format("woff"), url("../fonts/icomoon.svg?ea51zm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icomoon"; }

.icon-expand:before {
  content: ""; }

.icon-triangle-right:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

:root {
  --main: #0F5074;
  --danger: #f83600;
  --dark: #343a3f;
  --success: #3d7625; }

.main-cl {
  color: #0F5074; }

.danger-cl {
  color: #f83600; }

.main-bg {
  background-color: #0F5074; }

.dark-cl {
  color: #343a3f; }

.dark-bg {
  background-color: #343a3f; }

.white {
  color: #fff; }

/*---------------------------------------
  Reset CSS
----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

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

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

ul li, ol li {
  list-style-type: none; }

a, label {
  cursor: pointer; }

img, svg {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

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

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

ul, li {
  list-style: none; }

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

img, video {
  max-width: 100%;
  height: auto; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }
  html.device {
    overflow-x: hidden; }
  @media screen and (max-width: 992px) {
    html {
      overflow-x: hidden; } }

body {
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #343a3f;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 1650px) {
    body {
      font-size: 18px; } }
  @media screen and (max-width: 1440px) {
    body {
      font-size: 16px; } }

[lang="ja"] body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300; }

[lang="ja"] .font-mincho {
  font-family: "Yu Mincho", sans-serif; }

[lang="ja"] .font-title-cn {
  font-family: "Sawarabi Mincho", serif; }

#wpadminbar {
  position: fixed !important;
  top: initial !important;
  bottom: 0 !important; }

.font-big {
  font-size: 52px; }

h1 {
  font-weight: 700;
  font-size: 36px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 16px; } }

.font-65 {
  font-size: 65px; }

.font-24 {
  font-size: 24px; }

.font-22 {
  font-size: 22px; }

.font-18 {
  font-size: 18px;
  line-height: 1.7; }

.font-16 {
  font-size: 16px; }

.font-14 {
  font-size: 14px; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 12px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row &gt; .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
    @media screen and (max-width: 767px) {
      .row &gt; .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

@media screen and (max-width: 767px) {
  .row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

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

.gx-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .gx-5 &gt; * {
    padding-left: 2.5px;
    padding-right: 2.5px; }

.gx-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gx-10 &gt; * {
    padding-left: 5px;
    padding-right: 5px; }

.gx-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .gx-15 &gt; * {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.gx-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .gx-20 &gt; * {
    padding-left: 10px;
    padding-right: 10px; }

.gx-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .gx-25 &gt; * {
    padding-left: 12.5px;
    padding-right: 12.5px; }

.gx-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .gx-30 &gt; * {
    padding-left: 15px;
    padding-right: 15px; }

.gx-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .gx-35 &gt; * {
    padding-left: 17.5px;
    padding-right: 17.5px; }

.gx-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .gx-40 &gt; * {
    padding-left: 20px;
    padding-right: 20px; }

.gx-45 {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .gx-45 &gt; * {
    padding-left: 22.5px;
    padding-right: 22.5px; }

.gx-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .gx-50 &gt; * {
    padding-left: 25px;
    padding-right: 25px; }

.gx-55 {
  margin-left: -27.5px;
  margin-right: -27.5px; }
  .gx-55 &gt; * {
    padding-left: 27.5px;
    padding-right: 27.5px; }

.gx-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .gx-60 &gt; * {
    padding-left: 30px;
    padding-right: 30px; }

.gx-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .gx-80 &gt; * {
    padding-left: 40px;
    padding-right: 40px; }

.gx-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .gx-90 &gt; * {
    padding-left: 45px;
    padding-right: 45px; }

@media screen and (max-width: 1200px) {
  .gx-lg-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .gx-lg-5 &gt; * {
      padding-left: 2.5px;
      padding-right: 2.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gx-lg-10 &gt; * {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .gx-lg-15 &gt; * {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gx-lg-20 &gt; * {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .gx-lg-25 &gt; * {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gx-lg-30 &gt; * {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .gx-lg-35 &gt; * {
      padding-left: 17.5px;
      padding-right: 17.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gx-lg-40 &gt; * {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-45 {
    margin-left: -22.5px;
    margin-right: -22.5px; }
    .gx-lg-45 &gt; * {
      padding-left: 22.5px;
      padding-right: 22.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gx-lg-50 &gt; * {
      padding-left: 25px;
      padding-right: 25px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-55 {
    margin-left: -27.5px;
    margin-right: -27.5px; }
    .gx-lg-55 &gt; * {
      padding-left: 27.5px;
      padding-right: 27.5px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gx-lg-60 &gt; * {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gx-lg-80 &gt; * {
      padding-left: 40px;
      padding-right: 40px; } }

@media screen and (max-width: 1200px) {
  .gx-lg-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gx-lg-90 &gt; * {
      padding-left: 45px;
      padding-right: 45px; } }

@media screen and (max-width: 992px) {
  .gx-md-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .gx-md-5 &gt; * {
      padding-left: 2.5px;
      padding-right: 2.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gx-md-10 &gt; * {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 992px) {
  .gx-md-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .gx-md-15 &gt; * {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gx-md-20 &gt; * {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 992px) {
  .gx-md-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .gx-md-25 &gt; * {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gx-md-30 &gt; * {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 992px) {
  .gx-md-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .gx-md-35 &gt; * {
      padding-left: 17.5px;
      padding-right: 17.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gx-md-40 &gt; * {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 992px) {
  .gx-md-45 {
    margin-left: -22.5px;
    margin-right: -22.5px; }
    .gx-md-45 &gt; * {
      padding-left: 22.5px;
      padding-right: 22.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gx-md-50 &gt; * {
      padding-left: 25px;
      padding-right: 25px; } }

@media screen and (max-width: 992px) {
  .gx-md-55 {
    margin-left: -27.5px;
    margin-right: -27.5px; }
    .gx-md-55 &gt; * {
      padding-left: 27.5px;
      padding-right: 27.5px; } }

@media screen and (max-width: 992px) {
  .gx-md-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gx-md-60 &gt; * {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (max-width: 992px) {
  .gx-md-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gx-md-80 &gt; * {
      padding-left: 40px;
      padding-right: 40px; } }

@media screen and (max-width: 992px) {
  .gx-md-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gx-md-90 &gt; * {
      padding-left: 45px;
      padding-right: 45px; } }

@media screen and (max-width: 767px) {
  .gx-sm-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .gx-sm-5 &gt; * {
      padding-left: 2.5px;
      padding-right: 2.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gx-sm-10 &gt; * {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .gx-sm-15 &gt; * {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gx-sm-20 &gt; * {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .gx-sm-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .gx-sm-25 &gt; * {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gx-sm-30 &gt; * {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .gx-sm-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .gx-sm-35 &gt; * {
      padding-left: 17.5px;
      padding-right: 17.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gx-sm-40 &gt; * {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .gx-sm-45 {
    margin-left: -22.5px;
    margin-right: -22.5px; }
    .gx-sm-45 &gt; * {
      padding-left: 22.5px;
      padding-right: 22.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gx-sm-50 &gt; * {
      padding-left: 25px;
      padding-right: 25px; } }

@media screen and (max-width: 767px) {
  .gx-sm-55 {
    margin-left: -27.5px;
    margin-right: -27.5px; }
    .gx-sm-55 &gt; * {
      padding-left: 27.5px;
      padding-right: 27.5px; } }

@media screen and (max-width: 767px) {
  .gx-sm-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gx-sm-60 &gt; * {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .gx-sm-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gx-sm-80 &gt; * {
      padding-left: 40px;
      padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .gx-sm-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gx-sm-90 &gt; * {
      padding-left: 45px;
      padding-right: 45px; } }

.col-1 {
  width: calc(1 * 100% / 12); }

.col-2 {
  width: calc(2 * 100% / 12); }

.col-3 {
  width: calc(3 * 100% / 12); }

.col-4 {
  width: calc(4 * 100% / 12); }

.col-5 {
  width: calc(5 * 100% / 12); }

.col-6 {
  width: calc(6 * 100% / 12); }

.col-7 {
  width: calc(7 * 100% / 12); }

.col-8 {
  width: calc(8 * 100% / 12); }

.col-9 {
  width: calc(9 * 100% / 12); }

.col-10 {
  width: calc(10 * 100% / 12); }

.col-11 {
  width: calc(11 * 100% / 12); }

.col-12 {
  width: calc(12 * 100% / 12); }

@media screen and (max-width: 992px) {
  .col-md-1 {
    width: calc(1 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-2 {
    width: calc(2 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-3 {
    width: calc(3 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-4 {
    width: calc(4 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-5 {
    width: calc(5 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-6 {
    width: calc(6 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-7 {
    width: calc(7 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-8 {
    width: calc(8 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-9 {
    width: calc(9 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-10 {
    width: calc(10 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-11 {
    width: calc(11 * 100% / 12); } }

@media screen and (max-width: 992px) {
  .col-md-12 {
    width: calc(12 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-1 {
    width: calc(1 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-2 {
    width: calc(2 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-3 {
    width: calc(3 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-4 {
    width: calc(4 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-5 {
    width: calc(5 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-6 {
    width: calc(6 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-7 {
    width: calc(7 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-8 {
    width: calc(8 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-9 {
    width: calc(9 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-10 {
    width: calc(10 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-11 {
    width: calc(11 * 100% / 12); } }

@media screen and (max-width: 767px) {
  .col-sm-12 {
    width: calc(12 * 100% / 12); } }

.chevron {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 12px; }
  .chevron.right {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .chevron.left {
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .chevron.up {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .chevron.down {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .chevron.white {
    border-color: white; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    overflow-x: hidden; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    overflow-x: hidden; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    overflow-x: hidden; } }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  overflow: hidden;
  width: 280px;
  height: 80px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
  border-radius: 5px; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media screen and (max-width: 767px) {
    .btn {
      max-width: initial;
      width: 180px;
      height: 60px; } }
  .btn.shadow {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4); }
  .btn.gray {
    background-color: #4A4A4A;
    border: 1px solid #4a4a4a; }
    .btn.gray .btn-txt {
      color: #fff;
      z-index: 2; }
    .btn.gray:hover {
      background-color: #fff; }
      .btn.gray:hover .btn-txt {
        color: #4a4a4a; }
  .btn.yellow {
    background-color: #F1B921;
    border: 1px solid #F1B921; }
    .btn.yellow .btn-txt {
      color: #fff;
      z-index: 2; }
    .btn.yellow:hover {
      background-color: #fff; }
      .btn.yellow:hover .btn-txt {
        color: #F1B921; }
  .btn.full {
    max-width: initial; }
  .btn.outline {
    border-radius: 72px;
    border: 1px solid; }
    .btn.outline:hover {
      background-color: #333; }
      .btn.outline:hover .btn-txt {
        color: #fff; }
  .btn-txt {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: initial;
    text-align: center;
    color: inherit;
    white-space: nowrap;
    border-radius: inherit;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media screen and (max-width: 1440px) {
      .btn-txt {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .btn-txt {
        font-size: 14px; } }
    .btn-txt.icon {
      background-repeat: no-repeat;
      background-position: right 18px center;
      background-size: 15px; }
      @media screen and (max-width: 767px) {
        .btn-txt.icon {
          background-position: right 10px center;
          background-size: 12px; } }

html.device.modal-open {
  padding-right: 0; }

html.modal-open {
  overflow: hidden;
  padding-right: 15px; }
  html.modal-open body {
    overflow: hidden; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12; }
  .modal.open .modal-content.ratio {
    padding-bottom: 56.25%;
    width: 100%;
    -webkit-transition: width .3s ease-in, padding .3s .3s ease-in;
    -o-transition: width .3s ease-in, padding .3s .3s ease-in;
    transition: width .3s ease-in, padding .3s .3s ease-in; }
  .modal.open .modal-close {
    opacity: 1;
    -webkit-transition: opacity .3s .8s ease;
    -o-transition: opacity .3s .8s ease;
    transition: opacity .3s .8s ease; }
  .modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    cursor: pointer; }
  .modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 94rem;
    max-width: 100%;
    padding: 0 2rem;
    z-index: 2; }
  .modal-wapper {
    position: relative; }
  .modal-close {
    text-align: right;
    opacity: 1;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .modal-close img {
        width: 2.5rem; } }
  .modal-content {
    overflow: hidden;
    position: relative;
    background-color: #fff; }
    .modal-content.ratio {
      padding-bottom: 1px;
      width: 0;
      -webkit-transition: padding .3s ease-out, width .3s .3s ease-out;
      -o-transition: padding .3s ease-out, width .3s .3s ease-out;
      transition: padding .3s ease-out, width .3s .3s ease-out; }
  .modal-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

/* purgecss start ignore */
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable &gt; .splide__track &gt; .splide__list &gt; .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

.splide--fade &gt; .splide__track &gt; .splide__list {
  display: block; }

.splide--fade &gt; .splide__track &gt; .splide__list &gt; .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade &gt; .splide__track &gt; .splide__list &gt; .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb &gt; .splide__track &gt; .splide__list {
  display: block; }

.splide--ttb &gt; .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav &gt; .splide__track &gt; .splide__list &gt; .splide__slide {
  border: 3px solid transparent; }

.splide--nav &gt; .splide__track &gt; .splide__list &gt; .splide__slide.is-active {
  border-color: #000; }

.splide--nav &gt; .splide__track &gt; .splide__list &gt; .splide__slide:focus {
  outline: none; }

.splide--rtl &gt; .splide__arrows .splide__arrow--prev, .splide--rtl &gt; .splide__track &gt; .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl &gt; .splide__arrows .splide__arrow--prev svg, .splide--rtl &gt; .splide__track &gt; .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.splide--rtl &gt; .splide__arrows .splide__arrow--next, .splide--rtl &gt; .splide__track &gt; .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl &gt; .splide__arrows .splide__arrow--next svg, .splide--rtl &gt; .splide__track &gt; .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.splide--ttb &gt; .splide__arrows .splide__arrow, .splide--ttb &gt; .splide__track &gt; .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

.splide--ttb &gt; .splide__arrows .splide__arrow--prev, .splide--ttb &gt; .splide__track &gt; .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb &gt; .splide__arrows .splide__arrow--prev svg, .splide--ttb &gt; .splide__track &gt; .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.splide--ttb &gt; .splide__arrows .splide__arrow--next, .splide--ttb &gt; .splide__track &gt; .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb &gt; .splide__arrows .splide__arrow--next svg, .splide--ttb &gt; .splide__track &gt; .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.splide--ttb &gt; .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%); }

/* purgecss end ignore */
.animation {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s linear, -webkit-transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.6s linear, transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s linear, transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.6s linear, transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1); }

.delay:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.delay:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }

.delay:nth-child(3) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }

.delay:nth-child(4) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

.delay:nth-child(5) {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s; }

.delay:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.animation.fade {
  opacity: 0; }

.animation.fadeup {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.animation.fadeups {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.animation.fadedown {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.animation.fadeleft {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.animation.faderight {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.animation.fadescale {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5); }

.is-animated.animation {
  opacity: 1; }

.is-animated.animation.fade {
  opacity: 1; }

.is-animated.animation.fadeup, .is-animated.animation.fadeups, .is-animated.animation.fadedown, .is-animated.animation.fadeleft, .is-animated.animation.faderight {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.is-animated .animation.fadescale {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.animation:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  @media screen and (max-width: 992px) {
    .animation:nth-child(2) {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }

.animation:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  @media screen and (max-width: 992px) {
    .animation:nth-child(3) {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }

.animation:nth-child(4) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  @media screen and (max-width: 992px) {
    .animation:nth-child(4) {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }

.animation:nth-child(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  @media screen and (max-width: 992px) {
    .animation:nth-child(5) {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }

.container {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1; }
  @media screen and (max-width: 1440px) {
    .container {
      width: 1130px; } }
  @media screen and (max-width: 1200px) {
    .container {
      width: 950px; } }
  @media screen and (max-width: 992px) {
    .container {
      width: 730px; } }
  @media screen and (max-width: 767px) {
    .container {
      width: 480px;
      padding: 0 15px; } }
  @media screen and (max-width: 350px) {
    .container {
      width: 365px; } }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.relative {
  position: relative; }

.disabled {
  opacity: .2;
  pointer-events: none; }

.radius-10 {
  border-radius: 10px; }

.bg-white {
  background-color: white; }

.font-15 {
  font-size: 15px; }

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

.uppercase {
  text-transform: uppercase; }

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

.font-bold {
  font-weight: 700; }

.font-black {
  font-weight: 900; }

.txt-gradient {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(330deg, #e60012, #e53764, #ff8e44 80%);
  background-image: linear-gradient(120deg, #e60012, #e53764, #ff8e44 80%); }

.bg-gradient {
  display: inline-block;
  text-align: center;
  background-image: -o-linear-gradient(330deg, #e60012, #e53764, #ff8e44 80%);
  background-image: linear-gradient(120deg, #e60012, #e53764, #ff8e44 80%);
  color: #fff; }

.mt-1 {
  margin-top: 1px; }

.mb-1 {
  margin-bottom: 1px; }

@media screen and (max-width: 767px) {
  .mt-sm-1 {
    margin-top: 1px; }
  .mb-sm-1 {
    margin-bottom: 1px; } }

.mt-2 {
  margin-top: 2px; }

.mb-2 {
  margin-bottom: 2px; }

@media screen and (max-width: 767px) {
  .mt-sm-2 {
    margin-top: 2px; }
  .mb-sm-2 {
    margin-bottom: 2px; } }

.mt-3 {
  margin-top: 3px; }

.mb-3 {
  margin-bottom: 3px; }

@media screen and (max-width: 767px) {
  .mt-sm-3 {
    margin-top: 3px; }
  .mb-sm-3 {
    margin-bottom: 3px; } }

.mt-4 {
  margin-top: 4px; }

.mb-4 {
  margin-bottom: 4px; }

@media screen and (max-width: 767px) {
  .mt-sm-4 {
    margin-top: 4px; }
  .mb-sm-4 {
    margin-bottom: 4px; } }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px; }
  .mb-sm-5 {
    margin-bottom: 5px; } }

.mt-6 {
  margin-top: 6px; }

.mb-6 {
  margin-bottom: 6px; }

@media screen and (max-width: 767px) {
  .mt-sm-6 {
    margin-top: 6px; }
  .mb-sm-6 {
    margin-bottom: 6px; } }

.mt-7 {
  margin-top: 7px; }

.mb-7 {
  margin-bottom: 7px; }

@media screen and (max-width: 767px) {
  .mt-sm-7 {
    margin-top: 7px; }
  .mb-sm-7 {
    margin-bottom: 7px; } }

.mt-8 {
  margin-top: 8px; }

.mb-8 {
  margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .mt-sm-8 {
    margin-top: 8px; }
  .mb-sm-8 {
    margin-bottom: 8px; } }

.mt-9 {
  margin-top: 9px; }

.mb-9 {
  margin-bottom: 9px; }

@media screen and (max-width: 767px) {
  .mt-sm-9 {
    margin-top: 9px; }
  .mb-sm-9 {
    margin-bottom: 9px; } }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .mt-sm-10 {
    margin-top: 10px; }
  .mb-sm-10 {
    margin-bottom: 10px; } }

.mt-11 {
  margin-top: 11px; }

.mb-11 {
  margin-bottom: 11px; }

@media screen and (max-width: 767px) {
  .mt-sm-11 {
    margin-top: 11px; }
  .mb-sm-11 {
    margin-bottom: 11px; } }

.mt-12 {
  margin-top: 12px; }

.mb-12 {
  margin-bottom: 12px; }

@media screen and (max-width: 767px) {
  .mt-sm-12 {
    margin-top: 12px; }
  .mb-sm-12 {
    margin-bottom: 12px; } }

.mt-13 {
  margin-top: 13px; }

.mb-13 {
  margin-bottom: 13px; }

@media screen and (max-width: 767px) {
  .mt-sm-13 {
    margin-top: 13px; }
  .mb-sm-13 {
    margin-bottom: 13px; } }

.mt-14 {
  margin-top: 14px; }

.mb-14 {
  margin-bottom: 14px; }

@media screen and (max-width: 767px) {
  .mt-sm-14 {
    margin-top: 14px; }
  .mb-sm-14 {
    margin-bottom: 14px; } }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .mt-sm-15 {
    margin-top: 15px; }
  .mb-sm-15 {
    margin-bottom: 15px; } }

.mt-16 {
  margin-top: 16px; }

.mb-16 {
  margin-bottom: 16px; }

@media screen and (max-width: 767px) {
  .mt-sm-16 {
    margin-top: 16px; }
  .mb-sm-16 {
    margin-bottom: 16px; } }

.mt-17 {
  margin-top: 17px; }

.mb-17 {
  margin-bottom: 17px; }

@media screen and (max-width: 767px) {
  .mt-sm-17 {
    margin-top: 17px; }
  .mb-sm-17 {
    margin-bottom: 17px; } }

.mt-18 {
  margin-top: 18px; }

.mb-18 {
  margin-bottom: 18px; }

@media screen and (max-width: 767px) {
  .mt-sm-18 {
    margin-top: 18px; }
  .mb-sm-18 {
    margin-bottom: 18px; } }

.mt-19 {
  margin-top: 19px; }

.mb-19 {
  margin-bottom: 19px; }

@media screen and (max-width: 767px) {
  .mt-sm-19 {
    margin-top: 19px; }
  .mb-sm-19 {
    margin-bottom: 19px; } }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .mt-sm-20 {
    margin-top: 20px; }
  .mb-sm-20 {
    margin-bottom: 20px; } }

.mt-21 {
  margin-top: 21px; }

.mb-21 {
  margin-bottom: 21px; }

@media screen and (max-width: 767px) {
  .mt-sm-21 {
    margin-top: 21px; }
  .mb-sm-21 {
    margin-bottom: 21px; } }

.mt-22 {
  margin-top: 22px; }

.mb-22 {
  margin-bottom: 22px; }

@media screen and (max-width: 767px) {
  .mt-sm-22 {
    margin-top: 22px; }
  .mb-sm-22 {
    margin-bottom: 22px; } }

.mt-23 {
  margin-top: 23px; }

.mb-23 {
  margin-bottom: 23px; }

@media screen and (max-width: 767px) {
  .mt-sm-23 {
    margin-top: 23px; }
  .mb-sm-23 {
    margin-bottom: 23px; } }

.mt-24 {
  margin-top: 24px; }

.mb-24 {
  margin-bottom: 24px; }

@media screen and (max-width: 767px) {
  .mt-sm-24 {
    margin-top: 24px; }
  .mb-sm-24 {
    margin-bottom: 24px; } }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .mt-sm-25 {
    margin-top: 25px; }
  .mb-sm-25 {
    margin-bottom: 25px; } }

.mt-26 {
  margin-top: 26px; }

.mb-26 {
  margin-bottom: 26px; }

@media screen and (max-width: 767px) {
  .mt-sm-26 {
    margin-top: 26px; }
  .mb-sm-26 {
    margin-bottom: 26px; } }

.mt-27 {
  margin-top: 27px; }

.mb-27 {
  margin-bottom: 27px; }

@media screen and (max-width: 767px) {
  .mt-sm-27 {
    margin-top: 27px; }
  .mb-sm-27 {
    margin-bottom: 27px; } }

.mt-28 {
  margin-top: 28px; }

.mb-28 {
  margin-bottom: 28px; }

@media screen and (max-width: 767px) {
  .mt-sm-28 {
    margin-top: 28px; }
  .mb-sm-28 {
    margin-bottom: 28px; } }

.mt-29 {
  margin-top: 29px; }

.mb-29 {
  margin-bottom: 29px; }

@media screen and (max-width: 767px) {
  .mt-sm-29 {
    margin-top: 29px; }
  .mb-sm-29 {
    margin-bottom: 29px; } }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px; }
  .mb-sm-30 {
    margin-bottom: 30px; } }

.mt-31 {
  margin-top: 31px; }

.mb-31 {
  margin-bottom: 31px; }

@media screen and (max-width: 767px) {
  .mt-sm-31 {
    margin-top: 31px; }
  .mb-sm-31 {
    margin-bottom: 31px; } }

.mt-32 {
  margin-top: 32px; }

.mb-32 {
  margin-bottom: 32px; }

@media screen and (max-width: 767px) {
  .mt-sm-32 {
    margin-top: 32px; }
  .mb-sm-32 {
    margin-bottom: 32px; } }

.mt-33 {
  margin-top: 33px; }

.mb-33 {
  margin-bottom: 33px; }

@media screen and (max-width: 767px) {
  .mt-sm-33 {
    margin-top: 33px; }
  .mb-sm-33 {
    margin-bottom: 33px; } }

.mt-34 {
  margin-top: 34px; }

.mb-34 {
  margin-bottom: 34px; }

@media screen and (max-width: 767px) {
  .mt-sm-34 {
    margin-top: 34px; }
  .mb-sm-34 {
    margin-bottom: 34px; } }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

@media screen and (max-width: 767px) {
  .mt-sm-35 {
    margin-top: 35px; }
  .mb-sm-35 {
    margin-bottom: 35px; } }

.mt-36 {
  margin-top: 36px; }

.mb-36 {
  margin-bottom: 36px; }

@media screen and (max-width: 767px) {
  .mt-sm-36 {
    margin-top: 36px; }
  .mb-sm-36 {
    margin-bottom: 36px; } }

.mt-37 {
  margin-top: 37px; }

.mb-37 {
  margin-bottom: 37px; }

@media screen and (max-width: 767px) {
  .mt-sm-37 {
    margin-top: 37px; }
  .mb-sm-37 {
    margin-bottom: 37px; } }

.mt-38 {
  margin-top: 38px; }

.mb-38 {
  margin-bottom: 38px; }

@media screen and (max-width: 767px) {
  .mt-sm-38 {
    margin-top: 38px; }
  .mb-sm-38 {
    margin-bottom: 38px; } }

.mt-39 {
  margin-top: 39px; }

.mb-39 {
  margin-bottom: 39px; }

@media screen and (max-width: 767px) {
  .mt-sm-39 {
    margin-top: 39px; }
  .mb-sm-39 {
    margin-bottom: 39px; } }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .mt-sm-40 {
    margin-top: 40px; }
  .mb-sm-40 {
    margin-bottom: 40px; } }

.mt-41 {
  margin-top: 41px; }

.mb-41 {
  margin-bottom: 41px; }

@media screen and (max-width: 767px) {
  .mt-sm-41 {
    margin-top: 41px; }
  .mb-sm-41 {
    margin-bottom: 41px; } }

.mt-42 {
  margin-top: 42px; }

.mb-42 {
  margin-bottom: 42px; }

@media screen and (max-width: 767px) {
  .mt-sm-42 {
    margin-top: 42px; }
  .mb-sm-42 {
    margin-bottom: 42px; } }

.mt-43 {
  margin-top: 43px; }

.mb-43 {
  margin-bottom: 43px; }

@media screen and (max-width: 767px) {
  .mt-sm-43 {
    margin-top: 43px; }
  .mb-sm-43 {
    margin-bottom: 43px; } }

.mt-44 {
  margin-top: 44px; }

.mb-44 {
  margin-bottom: 44px; }

@media screen and (max-width: 767px) {
  .mt-sm-44 {
    margin-top: 44px; }
  .mb-sm-44 {
    margin-bottom: 44px; } }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

@media screen and (max-width: 767px) {
  .mt-sm-45 {
    margin-top: 45px; }
  .mb-sm-45 {
    margin-bottom: 45px; } }

.mt-46 {
  margin-top: 46px; }

.mb-46 {
  margin-bottom: 46px; }

@media screen and (max-width: 767px) {
  .mt-sm-46 {
    margin-top: 46px; }
  .mb-sm-46 {
    margin-bottom: 46px; } }

.mt-47 {
  margin-top: 47px; }

.mb-47 {
  margin-bottom: 47px; }

@media screen and (max-width: 767px) {
  .mt-sm-47 {
    margin-top: 47px; }
  .mb-sm-47 {
    margin-bottom: 47px; } }

.mt-48 {
  margin-top: 48px; }

.mb-48 {
  margin-bottom: 48px; }

@media screen and (max-width: 767px) {
  .mt-sm-48 {
    margin-top: 48px; }
  .mb-sm-48 {
    margin-bottom: 48px; } }

.mt-49 {
  margin-top: 49px; }

.mb-49 {
  margin-bottom: 49px; }

@media screen and (max-width: 767px) {
  .mt-sm-49 {
    margin-top: 49px; }
  .mb-sm-49 {
    margin-bottom: 49px; } }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .mt-sm-50 {
    margin-top: 50px; }
  .mb-sm-50 {
    margin-bottom: 50px; } }

.mt-51 {
  margin-top: 51px; }

.mb-51 {
  margin-bottom: 51px; }

@media screen and (max-width: 767px) {
  .mt-sm-51 {
    margin-top: 51px; }
  .mb-sm-51 {
    margin-bottom: 51px; } }

.mt-52 {
  margin-top: 52px; }

.mb-52 {
  margin-bottom: 52px; }

@media screen and (max-width: 767px) {
  .mt-sm-52 {
    margin-top: 52px; }
  .mb-sm-52 {
    margin-bottom: 52px; } }

.mt-53 {
  margin-top: 53px; }

.mb-53 {
  margin-bottom: 53px; }

@media screen and (max-width: 767px) {
  .mt-sm-53 {
    margin-top: 53px; }
  .mb-sm-53 {
    margin-bottom: 53px; } }

.mt-54 {
  margin-top: 54px; }

.mb-54 {
  margin-bottom: 54px; }

@media screen and (max-width: 767px) {
  .mt-sm-54 {
    margin-top: 54px; }
  .mb-sm-54 {
    margin-bottom: 54px; } }

.mt-55 {
  margin-top: 55px; }

.mb-55 {
  margin-bottom: 55px; }

@media screen and (max-width: 767px) {
  .mt-sm-55 {
    margin-top: 55px; }
  .mb-sm-55 {
    margin-bottom: 55px; } }

.mt-56 {
  margin-top: 56px; }

.mb-56 {
  margin-bottom: 56px; }

@media screen and (max-width: 767px) {
  .mt-sm-56 {
    margin-top: 56px; }
  .mb-sm-56 {
    margin-bottom: 56px; } }

.mt-57 {
  margin-top: 57px; }

.mb-57 {
  margin-bottom: 57px; }

@media screen and (max-width: 767px) {
  .mt-sm-57 {
    margin-top: 57px; }
  .mb-sm-57 {
    margin-bottom: 57px; } }

.mt-58 {
  margin-top: 58px; }

.mb-58 {
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
  .mt-sm-58 {
    margin-top: 58px; }
  .mb-sm-58 {
    margin-bottom: 58px; } }

.mt-59 {
  margin-top: 59px; }

.mb-59 {
  margin-bottom: 59px; }

@media screen and (max-width: 767px) {
  .mt-sm-59 {
    margin-top: 59px; }
  .mb-sm-59 {
    margin-bottom: 59px; } }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  .mt-sm-60 {
    margin-top: 60px; }
  .mb-sm-60 {
    margin-bottom: 60px; } }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.sp {
  display: none; }

.tb {
  display: none; }

.pc {
  display: block; }

@media screen and (max-width: 992px) {
  .pc {
    display: none; }
  .tb {
    display: block; } }

@media screen and (max-width: 767px) {
  .tb {
    display: none; }
  .sp {
    display: block; } }

.bg-dots {
  background: -o-linear-gradient(left, #f7f7f7 5.5px, transparent 1%) center, -o-linear-gradient(#f7f7f7 5.5px, transparent 1%) center, rgba(172, 172, 172, 0.5);
  background: linear-gradient(90deg, #f7f7f7 5.5px, transparent 1%) center, linear-gradient(#f7f7f7 5.5px, transparent 1%) center, rgba(172, 172, 172, 0.5);
  background-size: 6px 6px; }

.back .btn {
  max-width: 445px; }
  @media screen and (max-width: 767px) {
    .back .btn {
      max-width: 100%; } }

.chevron.down {
  border: solid #2e2e2e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    .chevron.down {
      border: solid #2e2e2e;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); } }

/* purgecss start ignore */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 999; }
  @media screen and (max-width: 1200px) {
    .header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 55px; } }
  .header-inner {
    position: relative;
    width: 1920px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 1800px) {
      .header-inner {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .header-inner {
        padding-left: 20px; } }
  .header .logo {
    display: block;
    width: 200px; }
    @media screen and (max-width: 1600px) {
      .header .logo {
        width: 180px; } }
    @media screen and (max-width: 1280px) {
      .header .logo {
        width: 140px; } }

.main {
  position: relative;
  padding-bottom: 62px;
  margin-top: 55px; }
  @media screen and (min-width: 993px) {
    .main {
      padding-bottom: 90px;
      margin-top: 70px; } }
  .main::after {
    content: "";
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 89px;
    height: 2px;
    background-color: #4b4b4b; }
    @media screen and (min-width: 993px) {
      .main::after {
        bottom: 38px; } }

html.menu-open {
  overflow: hidden;
  padding-right: var(--scrollbar); }
  html.menu-open.device {
    padding-right: 0; }
  html.menu-open .header {
    z-index: 9; }
    html.menu-open .header .logo {
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        html.menu-open .header .logo svg {
          fill: #fff; } }
    html.menu-open .header .menu-inner {
      left: 0; }
      html.menu-open .header .menu-inner:after {
        right: 0;
        -webkit-transition: .1s .3s linear;
        -o-transition: .1s .3s linear;
        transition: .1s .3s linear; }
    html.menu-open .header .menu-sp svg {
      fill: #fff; }
    html.menu-open .header .menu-search .language {
      display: block; }

.header {
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear; }
  .header.scroll {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
  .header .menu {
    border-radius: 0 0 0 15px;
    margin-left: auto;
    z-index: 4; }
    .header .menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 0 0 0 10px; }
      @media screen and (max-width: 1200px) {
        .header .menu-inner {
          position: fixed;
          top: 0;
          left: 100%;
          width: 100%;
          height: 100vh;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          overflow-y: auto;
          overflow-x: hidden;
          padding-top: 65px;
          padding-bottom: 65px;
          margin-right: 0;
          background: url(../img/common/menu-bg.jpg) no-repeat top center/cover;
          -webkit-transition: left 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
          -o-transition: left 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: left 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); } }
    .header .menu-sp {
      display: none; }
      @media screen and (max-width: 1200px) {
        .header .menu-sp {
          position: relative;
          display: block;
          z-index: 9; }
          .header .menu-sp .btn-menu {
            width: 40px; }
          .header .menu-sp svg {
            fill: #0F5074;
            width: 100%; } }
    @media screen and (max-width: 1200px) {
      .header .menu-links {
        display: block;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
    @media screen and (min-width: 1201px) {
      .header .menu-link:hover .menu-txt {
        background-color: #0f5074;
        color: #fff; }
      .header .menu-link:hover .submenu {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        opacity: 1;
        pointer-events: visible;
        -webkit-transition: opacity .4s linear, -webkit-transform .4s linear;
        transition: opacity .4s linear, -webkit-transform .4s linear;
        -o-transition: transform .4s linear, opacity .4s linear;
        transition: transform .4s linear, opacity .4s linear;
        transition: transform .4s linear, opacity .4s linear, -webkit-transform .4s linear; }
      .header .menu-link.active .menu-txt {
        background-color: #0f5074;
        color: #fff;
        font-weight: 500; } }
    @media screen and (max-width: 1200px) {
      .header .menu-link {
        padding: 0 50px; } }
    @media screen and (max-width: 375px) {
      .header .menu-link {
        padding: 0 20px; } }
    @media screen and (max-width: 320px) {
      .header .menu-link {
        padding: 0 10px; } }
    .header .menu-txt {
      display: block;
      position: relative;
      font-family: Roboto;
      padding: 0 30px;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 22px;
      line-height: 70px;
      color: var(--main);
      z-index: 1; }
      .header .menu-txt::before {
        display: none; }
      .header .menu-txt.expanded + .submenu {
        display: block;
        pointer-events: visible; }
      .header .menu-txt.expanded:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media screen and (max-width: 1200px) {
        .header .menu-txt.has-submenu {
          position: relative;
          display: inline-block; }
          .header .menu-txt.has-submenu:before {
            display: block;
            position: absolute;
            right: -30px;
            font-size: 12px; } }
      @media screen and (max-width: 1800px) {
        .header .menu-txt {
          padding: 0 20px;
          font-size: 18px; } }
      @media screen and (max-width: 1400px) {
        .header .menu-txt {
          font-size: 16px; } }
      @media screen and (max-width: 1280px) {
        .header .menu-txt {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .header .menu-txt {
          font-size: 18px;
          height: 52px;
          line-height: 52px;
          padding: 0;
          color: #fff; } }
      @media screen and (max-width: 767px) {
        .header .menu-txt {
          font-size: 18px; } }
      .header .menu-txt span {
        display: block; }
        .header .menu-txt span.large {
          font-weight: 400;
          font-size: 18px;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
            .header .menu-txt span.large {
              font-size: 12.5px;
              line-height: 1; } }
        .header .menu-txt span.small {
          font-size: 12px;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .header .menu-txt span.small {
              font-size: 11px; } }
    .header .menu-search {
      position: relative;
      margin-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1200px) {
        .header .menu-search {
          position: static;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 32px;
          margin-bottom: 40px;
          margin-left: 0;
          padding: 0 50px;
          width: 100%; } }
      .header .menu-search .input,
      .header .menu-search .language {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header .menu-search .language {
        position: relative;
        margin-left: 20px;
        text-align: center;
        cursor: pointer;
        padding-bottom: 13px; }
        .header .menu-search .language:before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 26px;
          width: 1px;
          background-color: var(--main); }
          @media screen and (max-width: 1200px) {
            .header .menu-search .language:before {
              display: none; } }
        .header .menu-search .language:after {
          content: '';
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          height: 13px; }
        .header .menu-search .language:hover .language-list {
          display: block;
          pointer-events: visible; }
        .header .menu-search .language-current {
          position: relative;
          min-width: 35px; }
          .header .menu-search .language-current:before {
            font-size: 10px;
            position: absolute;
            top: 5px;
            right: -14px;
            -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                    transform: scale(0.6);
            color: var(--main); }
            @media screen and (max-width: 1200px) {
              .header .menu-search .language-current:before {
                color: #fff; } }
          .header .menu-search .language-current img {
            width: 24px; }
        .header .menu-search .language-label {
          position: absolute;
          top: calc(100% + 3px);
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-size: 8px;
          line-height: 1;
          color: var(--main);
          white-space: nowrap; }
          @media screen and (max-width: 1200px) {
            .header .menu-search .language-label {
              color: #fff; } }
        .header .menu-search .language-list {
          display: none;
          position: absolute;
          left: 0;
          top: calc(100%);
          width: 100%;
          padding: 10px 5px 0;
          background-color: rgba(15, 80, 116, 0.35);
          pointer-events: none; }
          @media screen and (max-width: 1200px) {
            .header .menu-search .language-list {
              top: initial;
              bottom: 100%; } }
          .header .menu-search .language-list a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .header .menu-search .language-list a.active {
              opacity: 1; }
          .header .menu-search .language-list img {
            width: 100%; }
        @media screen and (max-width: 1200px) {
          .header .menu-search .language {
            display: none;
            position: fixed;
            bottom: 50px;
            right: 22px; } }
      .header .menu-search .input {
        width: 200px; }
        @media screen and (max-width: 1366px) {
          .header .menu-search .input {
            width: 180px; } }
        @media screen and (max-width: 1440px) {
          .header .menu-search .input {
            width: 160px; } }
        @media screen and (max-width: 1200px) {
          .header .menu-search .input {
            width: 100%; } }
        .header .menu-search .input * {
          padding: 0 !important;
          margin: 0 !important;
          background-color: transparent !important;
          width: 100%;
          border: none; }
        .header .menu-search .input input {
          background: url(../img/icon/icon-search.png) no-repeat right 10px center/18px transparent !important;
          height: 36px !important;
          line-height: 36px;
          border-radius: 10px !important;
          border: 1px solid var(--main) !important;
          padding: 0 10px !important;
          color: var(--main) !important; }
          @media screen and (max-width: 1200px) {
            .header .menu-search .input input {
              height: 42px;
              line-height: 42px;
              border-color: #fff !important;
              color: #fff !important; } }
        .header .menu-search .input .gsc-search-button {
          display: none; }
        .header .menu-search .input .gsc-input-box {
          border: none !important; }
        .header .menu-search .input .gsib_b {
          display: none; }
  .header .submenu {
    position: absolute;
    left: calc(50% - 600px);
    bottom: 0;
    width: 1200px;
    padding: 45px 50px 40px;
    color: #fff;
    background-color: rgba(59, 82, 100, 0.95);
    border-radius: 0 0 0 10px;
    opacity: 0;
    -webkit-transform: translateY(calc(100% + 5px));
        -ms-transform: translateY(calc(100% + 5px));
            transform: translateY(calc(100% + 5px));
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    -o-transition: transform .2s linear, opacity .2s linear;
    transition: transform .2s linear, opacity .2s linear;
    transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .header .submenu {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        visibility: visible;
        background: none;
        width: 100%;
        opacity: 1;
        padding: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear; } }
    .header .submenu .col-3 {
      border-top: 1px solid rgba(255, 255, 255, 0.13);
      border-right: 1px solid rgba(255, 255, 255, 0.13);
      min-height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        .header .submenu .col-3:nth-child(-n + 4) {
          border-top: none; }
        .header .submenu .col-3:nth-child(4n) {
          border-right: none; } }
      @media screen and (max-width: 767px) {
        .header .submenu .col-3 {
          width: 33.3333%;
          min-height: 50px; }
          .header .submenu .col-3:nth-child(-n + 3) {
            border-top: none; }
          .header .submenu .col-3:nth-child(3n) {
            border-right: none; } }
    @media screen and (max-width: 1200px) {
      .header .submenu .font-16 {
        display: none; } }
    .header .submenu-pro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .header .submenu-pro {
          padding: 0; } }
      .header .submenu-pro:hover .pro-name {
        color: #f1b921; }
      .header .submenu-pro .pro-img {
        display: none;
        width: 55px;
        padding: 6px;
        background-color: #fff;
        border-radius: 5px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        @media screen and (max-width: 1200px) {
          .header .submenu-pro .pro-img {
            display: none; } }
      .header .submenu-pro .pro-name {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        @media screen and (max-width: 767px) {
          .header .submenu-pro .pro-name {
            font-size: 10px; } }
        @media screen and (max-width: 360px) {
          .header .submenu-pro .pro-name {
            font-size: 9px; } }
        @media screen and (max-width: 320px) {
          .header .submenu-pro .pro-name {
            font-size: 8px; } }

.footer {
  position: relative;
  color: #fff; }
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 25px; }
    .footer .footer-logo a {
      display: inline-block;
      width: 200px; }
    @media screen and (min-width: 1441px) {
      .footer .footer-logo {
        position: absolute;
        top: -4px;
        left: 0;
        margin-bottom: 0; } }
  .footer .contact {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url("../img/common/contact-bg.jpg") no-repeat center/cover;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .footer .contact {
        padding-top: 70px;
        padding-bottom: 60px; } }
    @media screen and (max-width: 992px) {
      .footer .contact {
        background-image: url("../img/common/contact-bg-sp.jpg"); } }
    .footer .contact-title {
      margin-bottom: 5px;
      line-height: 1.5;
      font-size: 35px;
      font-weight: 400;
      text-transform: uppercase; }
      @media screen and (min-width: 993px) {
        .footer .contact-title {
          margin-bottom: 10px;
          font-size: 58px; } }
    .footer .contact-txt {
      margin-bottom: 20px;
      line-height: 1.3;
      font-size: 22px; }
      @media screen and (min-width: 993px) {
        .footer .contact-txt {
          margin-bottom: 38px;
          font-size: 26px; } }
    .footer .contact-button {
      margin-bottom: 20px; }
      .footer .contact-button a {
        display: inline-block;
        padding: 6px 38px 5px;
        background-color: #f1b921;
        border-radius: 9px;
        -webkit-box-shadow: -9.51px 9px 21px #0000005c;
                box-shadow: -9.51px 9px 21px #0000005c;
        color: #fff;
        line-height: 1.3;
        font-size: 23px;
        font-weight: bold;
        font-weight: 400;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear; }
        @media screen and (min-width: 1201px) {
          .footer .contact-button a {
            border: 1px solid #f1b921; }
            .footer .contact-button a:hover {
              background-color: #fff;
              color: #f1b921; } }
        @media screen and (min-width: 993px) {
          .footer .contact-button a {
            font-weight: 300;
            min-width: 400px;
            padding-top: 14px;
            padding-bottom: 12px;
            border-radius: 24px;
            font-size: 32px; } }
    .footer .contact-email {
      margin-bottom: 30px;
      line-height: 1.6;
      font-size: 19px;
      letter-spacing: -.19px; }
      .footer .contact-email a:hover {
        text-decoration: underline; }
      @media screen and (min-width: 993px) {
        .footer .contact-email {
          margin-bottom: 45px; } }
    .footer .contact-info {
      font-size: 19px;
      text-align: left; }
      .footer .contact-info__items {
        position: relative; }
        .footer .contact-info__items + .contact-info__items {
          padding-top: 23px;
          margin-top: 40px; }
          @media screen and (min-width: 993px) {
            .footer .contact-info__items + .contact-info__items {
              padding-top: 0;
              margin-top: 0; } }
          .footer .contact-info__items + .contact-info__items::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 100%;
            max-width: 274px;
            height: 1px;
            background-color: #bcbcbc; }
            @media screen and (min-width: 993px) {
              .footer .contact-info__items + .contact-info__items::before {
                display: none; } }
      .footer .contact-info__title {
        padding-left: 28px;
        margin-bottom: 5px;
        line-height: 1.8;
        font-size: 19px;
        text-transform: uppercase; }
      .footer .contact-info .icon {
        display: block;
        padding-left: 28px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px auto; }
        .footer .contact-info .icon + .icon {
          margin-top: 15px; }
          @media screen and (min-width: 993px) {
            .footer .contact-info .icon + .icon {
              margin-top: 5px; } }
        .footer .contact-info .icon.address {
          background-image: url("../img/icon/icon-location.svg");
          background-size: 22px auto;
          background-position: top left;
          -webkit-transition: .3s linear;
          -o-transition: .3s linear;
          transition: .3s linear; }
          .footer .contact-info .icon.address:hover {
            text-decoration: underline; }
        .footer .contact-info .icon.phone {
          background-image: url("../img/icon/icon-phone.svg");
          -webkit-transition: .3s linear;
          -o-transition: .3s linear;
          transition: .3s linear; }
          .footer .contact-info .icon.phone:hover {
            text-decoration: underline; }
        .footer .contact-info .icon.fax {
          background-image: url("../img/icon/icon-fax.svg"); }
        .footer .contact-info .icon.email {
          background-image: url("../img/icon/icon-email.svg"); }
  .footer-bottom {
    padding: 12px 0;
    background-color: #001328;
    font-size: 20px;
    text-align: center; }
    @media screen and (min-width: 993px) {
      .footer-bottom {
        padding-top: 31px;
        padding-bottom: 30px;
        text-align: left; } }
  .footer .copyright {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px; }
    @media screen and (min-width: 993px) {
      .footer .copyright {
        margin-bottom: 0;
        line-height: 2.2;
        font-size: 20px; } }
  .footer-link {
    font-size: 12px;
    text-transform: uppercase; }
    .footer-link:hover {
      text-decoration: underline; }
    @media screen and (min-width: 993px) {
      .footer-link {
        line-height: 2.2;
        font-size: 20px;
        text-align: right; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 13px;
  margin-right: -5px;
  margin-left: -5px; }
  @media screen and (min-width: 993px) {
    .breadcrumb {
      padding-top: 17px;
      margin-right: -12px;
      margin-left: -12px; } }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .breadcrumb-item {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: -.07px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (min-width: 993px) {
      .breadcrumb-item {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 18px;
        letter-spacing: -.09px; } }
    @media (max-width: 374.98px) {
      .breadcrumb-item {
        font-size: 12px; } }
    .breadcrumb-item:last-child {
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .breadcrumb-item a {
      white-space: nowrap; }
    .breadcrumb-item + .breadcrumb-item::before {
      content: "|";
      padding-right: 12px;
      font-weight: 400; }
      @media screen and (min-width: 993px) {
        .breadcrumb-item + .breadcrumb-item::before {
          padding-right: 24px; } }
    .breadcrumb-item.active {
      font-weight: 700;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -5px;
  margin-left: -5px; }
  @media screen and (min-width: 993px) {
    .pagination {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .pagination .page-item {
    padding-right: 5px;
    padding-left: 5px; }
  .pagination .active .page-link {
    color: #f1b921;
    font-weight: 700; }
    .pagination .active .page-link::before {
      content: "";
      position: absolute;
      right: 5px;
      bottom: 5px;
      left: 5px;
      height: 1px;
      background-color: #f1b921; }
  .pagination .page-link {
    position: relative;
    padding: 5px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -.09px; }
    @media screen and (min-width: 993px) {
      .pagination .page-link {
        letter-spacing: 0; } }

.pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -15px;
  margin-left: -15px; }
  @media screen and (max-width: 992px) {
    .pagination-link {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 993px) {
    .pagination-link {
      margin-right: -25px;
      margin-left: -25px; } }
  .pagination-link .page-item {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.75;
    font-size: 16px; }
    @media screen and (min-width: 993px) {
      .pagination-link .page-item {
        padding-right: 25px;
        padding-left: 25px; } }
    .pagination-link .page-item + .page-item::before {
      content: "|";
      display: inline-block;
      margin-right: 17px;
      -webkit-transform: translateX(-7px);
          -ms-transform: translateX(-7px);
              transform: translateX(-7px); }
      @media screen and (min-width: 993px) {
        .pagination-link .page-item + .page-item::before {
          -webkit-transform: translateX(-15px);
              -ms-transform: translateX(-15px);
                  transform: translateX(-15px); } }
    .pagination-link .page-item:first-child .page-link::before {
      content: "";
      display: inline-block;
      margin-right: 7px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 7px solid #363636; }
    .pagination-link .page-item:last-child .page-link::after {
      content: "";
      display: inline-block;
      margin-left: 7px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #363636; }
  .pagination-link .page-link {
    padding: 5px;
    color: #363636; }

.section-banner-general__wrapper {
  position: relative; }

.section-banner-general__img .img-fluid {
  width: 100%; }

.section-banner-general__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

@media screen and (max-width: 992px) {
  .section-banner-general .container {
    width: 100%; } }

.section-banner-general__title {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: .69;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (min-width: 993px) {
    .section-banner-general__title {
      padding-bottom: 0;
      font-size: 58px; } }
  @media (max-width: 374.98px) {
    .section-banner-general__title {
      font-size: 35px; } }
  .section-banner-general__title span {
    padding: 10px 25px 10px 15px;
    margin-left: -15px;
    background-color: #fff; }
    @media screen and (min-width: 993px) {
      .section-banner-general__title span {
        padding: 15px 30px 0 0;
        margin-left: 0; } }

.page-title {
  overflow-x: hidden;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 500; }
  @media screen and (max-width: 1200px) {
    .page-title {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .page-title {
      font-size: 35px;
      line-height: 1.2; } }
  .page-title span {
    position: relative;
    display: inline-block; }
    .page-title span:after {
      content: '';
      left: calc(100% + 30px);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 2px;
      width: 100vw;
      background-color: #858585; }
      @media screen and (max-width: 767px) {
        .page-title span:after {
          left: calc(100% + 15px);
          top: 21px;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }

.seeMore a,
.seeMore span {
  position: relative;
  display: inline-block;
  line-height: 28px;
  padding-left: 18px;
  padding-right: 40px;
  background-color: #f1b921;
  border: 1px solid;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .seeMore a:hover,
  .seeMore span:hover {
    background-color: #fff;
    color: #f1b921; }
    .seeMore a:hover:after,
    .seeMore span:hover:after {
      border-color: transparent transparent transparent #f1b921; }
  @media screen and (max-width: 1200px) {
    .seeMore a,
    .seeMore span {
      font-size: 18px; } }
  @media screen and (max-width: 992px) {
    .seeMore a,
    .seeMore span {
      font-size: 15px;
      padding-right: 30px; } }
  .seeMore a:after,
  .seeMore span:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
    @media screen and (max-width: 992px) {
      .seeMore a:after,
      .seeMore span:after {
        right: 14px; } }

[lang="ja"] .top-page .business-txt {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 992px) {
    [lang="ja"] .top-page .business-txt {
      height: 50px; } }
  @media screen and (max-width: 767px) {
    [lang="ja"] .top-page .business-txt {
      height: auto; } }

.top-page .banner .splide__list {
  will-change: auto; }

.top-page .banner .splide__pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .top-page .banner .splide__pagination__page {
    border: 1px solid var(--main);
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: transparent; }
    .top-page .banner .splide__pagination__page.is-active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      background-color: var(--main); }

.top-page .msg {
  padding-top: 110px; }
  @media screen and (max-width: 767px) {
    .top-page .msg {
      padding-top: 35px;
      margin-top: 0; } }
  .top-page .msg-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    text-align: center; }
    @media screen and (max-width: 1440px) {
      .top-page .msg-img {
        -ms-flex-preferred-size: 400px;
            flex-basis: 400px; }
        .top-page .msg-img img {
          max-width: auto;
          height: 400px; } }
    @media screen and (max-width: 992px) {
      .top-page .msg-img {
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px; }
        .top-page .msg-img img {
          max-width: auto;
          height: 300px; } }
    @media screen and (max-width: 767px) {
      .top-page .msg-img {
        display: none; } }
  .top-page .msg-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1200px) {
      .top-page .msg-content {
        padding: 0 40px; } }
    @media screen and (max-width: 992px) {
      .top-page .msg-content {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .top-page .msg-content img {
        height: 100px; } }
    .top-page .msg-content:after, .top-page .msg-content:before {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      z-index: -1; }
    .top-page .msg-content:before {
      top: -70px;
      right: -280px;
      width: 365px;
      height: 280px;
      background-image: url(../img/top/msg-bg-bot.png); }
    .top-page .msg-content:after {
      bottom: -70px;
      left: -130px;
      width: 417px;
      height: 324px;
      background-image: url(../img/top/msg-bg-bot.png); }
    .top-page .msg-content .font-22 {
      text-transform: uppercase;
      position: relative;
      padding-left: 115px;
      font-weight: 300; }
      @media screen and (max-width: 992px) {
        .top-page .msg-content .font-22 {
          padding-left: 45px; } }
      .top-page .msg-content .font-22:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        height: 1px;
        width: 90px;
        background-color: #202020; }
        @media screen and (max-width: 992px) {
          .top-page .msg-content .font-22:before {
            right: initial;
            left: 7px;
            width: 32px; } }
  .top-page .msg-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 55px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .top-page .msg-title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .top-page .msg-title {
        font-size: 35px; } }
  @media screen and (max-width: 992px) {
    .top-page .msg-txt {
      margin-top: 35px; } }
  @media screen and (max-width: 767px) {
    .top-page .msg-txt {
      font-size: 25px; } }

.top-page .category {
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .top-page .category {
      margin-top: 75px; } }
  @media screen and (max-width: 767px) {
    .top-page .category .container:last-child {
      padding: 0; } }
  @media screen and (max-width: 992px) {
    .top-page .category .row {
      margin: 0 -20px; }
      .top-page .category .row &gt; * {
        padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .top-page .category .row {
      margin: 0; }
      .top-page .category .row &gt; * {
        padding: 0 15px; } }
  .top-page .category-item {
    margin-top: 27px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .top-page .category-item {
        margin-top: 7px; }
        .top-page .category-item:nth-child(odd) {
          margin-left: 0; } }
    @media screen and (min-width: 1201px) {
      .top-page .category-item:hover .category-marker span {
        background-color: #f1b921;
        color: #fff; }
      .top-page .category-item:hover .category-content {
        border-color: #c6cdd2; }
      .top-page .category-item:hover .category-name {
        color: #fff; }
        .top-page .category-item:hover .category-name:before {
          width: calc(100% + 2px); }
        .top-page .category-item:hover .category-name__button {
          background-color: #f1b921; } }
    .top-page .category-item.machine .category-name::before {
      background-color: #DB1212; }
    .top-page .category-item.tool .category-name::before {
      background-color: #00902F; }
    .top-page .category-item.engineering .category-name::before {
      background-color: #00A2E9; }
  .top-page .category-inner {
    position: relative;
    padding-bottom: 18px; }
    .top-page .category-inner:after {
      content: '';
      position: absolute;
      height: 0;
      width: 100%;
      background-color: #c6cdd2; }
  .top-page .category-content {
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 767px) {
      .top-page .category-content {
        padding: 0; } }
  .top-page .category-img {
    position: relative;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: background; }
  .top-page .category-name {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    border: 1px solid #d0d0d0;
    -webkit-transition: background .6s .5s;
    -o-transition: background .6s .5s;
    transition: background .6s .5s; }
    @media screen and (max-width: 1440px) {
      .top-page .category-name {
        font-size: 16px; } }
    @media screen and (max-width: 1440px) {
      .top-page .category-name {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .top-page .category-name {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.4;
        min-height: 50px;
        padding: 0 15px; } }
    @media screen and (max-width: 375px) {
      .top-page .category-name {
        font-size: 11px; } }
    @media screen and (max-width: 360px) {
      .top-page .category-name {
        font-size: 10px; } }
    .top-page .category-name::before {
      content: '';
      position: absolute;
      left: -1px;
      top: -1px;
      height: calc(100% + 2px);
      width: 8px;
      background-color: #DB1212;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 0; }
    .top-page .category-name span {
      position: relative;
      z-index: 1; }
    .top-page .category-name__button {
      position: absolute !important;
      right: -17px;
      top: calc(50% -17px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #c6cdd2;
      z-index: 2; }
      .top-page .category-name__button img {
        width: 15px; }
      @media screen and (max-width: 767px) {
        .top-page .category-name__button {
          width: 26px;
          height: 26px;
          right: -13px;
          top: calc(50% -13px); } }
  @media screen and (min-width: 1201px) {
    .top-page .category .active:hover .category-name {
      color: inherit; }
      .top-page .category .active:hover .category-name:before {
        width: 8px; }
      .top-page .category .active:hover .category-name__button {
        background-color: #f1b921; } }
  .top-page .category .active .category-content {
    border-color: #c6cdd2;
    border-radius: 12px 12px 0 0; }
  .top-page .category .active .category-inner {
    padding-bottom: 18px; }
    .top-page .category .active .category-inner:after {
      content: '';
      position: absolute;
      height: 18px;
      width: 100%;
      background-color: #c6cdd2; }
  .top-page .category .active .category-name {
    background-color: #c6cdd2;
    border-color: #c6cdd2;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s; }
    .top-page .category .active .category-name__button {
      opacity: 0;
      pointer-events: none; }
  .top-page .category .brand {
    background-color: #c6cdd2;
    overflow: hidden; }
    .top-page .category .brand.open .col-3 {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (max-width: 767px) {
      .top-page .category .brand .gx-90 {
        margin: 0 -10px; } }
    @media screen and (max-width: 767px) {
      .top-page .category .brand .col-3 {
        width: 33.3333%;
        padding: 0 10px; } }
    .top-page .category .brand .col-3 {
      display: block;
      margin-top: 35px;
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
      .top-page .category .brand .col-3:nth-child(1) {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .top-page .category .brand .col-3:nth-child(2) {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .top-page .category .brand .col-3:nth-child(3) {
        -webkit-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .top-page .category .brand .col-3:nth-child(4) {
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      .top-page .category .brand .col-3:nth-child(5) {
        -webkit-transition-delay: 0.5s;
             -o-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .top-page .category .brand .col-3:nth-child(6) {
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s; }
      .top-page .category .brand .col-3:nth-child(7) {
        -webkit-transition-delay: 0.7s;
             -o-transition-delay: 0.7s;
                transition-delay: 0.7s; }
      .top-page .category .brand .col-3:nth-child(8) {
        -webkit-transition-delay: 0.8s;
             -o-transition-delay: 0.8s;
                transition-delay: 0.8s; }
      .top-page .category .brand .col-3:nth-child(9) {
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s; }
      .top-page .category .brand .col-3:nth-child(10) {
        -webkit-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s; }
      .top-page .category .brand .col-3:nth-child(11) {
        -webkit-transition-delay: 1.1s;
             -o-transition-delay: 1.1s;
                transition-delay: 1.1s; }
      .top-page .category .brand .col-3:nth-child(12) {
        -webkit-transition-delay: 1.2s;
             -o-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      @media screen and (max-width: 767px) {
        .top-page .category .brand .col-3 {
          margin-top: 15px; } }
    .top-page .category .brand-item {
      display: block;
      will-change: transform;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .top-page .category .brand-item:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); }
    .top-page .category .brand-content {
      color: #fff;
      font-weight: bold;
      padding: 20px 0 50px; }
      @media screen and (max-width: 767px) {
        .top-page .category .brand-content {
          padding: 20px 0 25px;
          font-size: 16px; } }
    .top-page .category .brand-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; }
      .top-page .category .brand-cta a {
        text-transform: uppercase;
        display: inline-block;
        background-color: #f1b921;
        border: 1px solid #f1b921;
        color: #000;
        padding: 0 15px;
        border-radius: 12px;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear; }
        .top-page .category .brand-cta a:hover {
          background-color: #fff; }
        @media screen and (max-width: 767px) {
          .top-page .category .brand-cta a {
            font-size: 12px;
            line-height: 22px;
            border-radius: 8px; } }
    .top-page .category .brand-close {
      display: inline-block;
      position: relative;
      height: 40px;
      width: 40px;
      background: url(../img/icon/icon-circle-chevron.png) no-repeat center/cover;
      margin-left: 18px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .top-page .category .brand-close {
          width: 22px;
          height: 22px; } }
    .top-page .category .brand-item {
      text-align: center; }

.top-page .business {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .top-page .business {
      max-width: 300px;
      margin: 60px auto 0; }
      .top-page .business .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .top-page .business .page-title {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .top-page .business .page-title {
        margin-bottom: 25px; } }
  .top-page .business-content {
    position: relative;
    display: block;
    padding-top: 50%;
    border: 1px solid #707070;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 767px) {
      .top-page .business-content {
        padding-top: 45%; }
        .top-page .business-content:last-child {
          margin-top: 15px; } }
    .top-page .business-content:hover {
      border-color: #f1b921;
      color: #f1b921; }
      .top-page .business-content:hover span {
        background-color: #fff;
        border-color: #f1b921;
        color: #f1b921; }
        .top-page .business-content:hover span:after {
          border-color: transparent transparent transparent #f1b921; }
    .top-page .business-content__inner {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      text-align: center; }
  .top-page .business-txt {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px; }
    @media screen and (max-width: 1440px) {
      .top-page .business-txt {
        font-size: 20px; } }
    @media screen and (max-width: 1200px) {
      .top-page .business-txt {
        font-size: 16x; } }
    @media screen and (max-width: 992px) {
      .top-page .business-txt {
        font-size: 13px; } }

.top-page .news {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .top-page .news {
      margin-top: 80px; } }
  .top-page .news-splide {
    padding: 0 30px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .top-page .news-splide {
        padding: 0; } }
  .top-page .news .splide {
    position: relative;
    border-top: none;
    padding: 0 100px 80px;
    border: 5px solid #3b5264; }
    @media screen and (max-width: 1200px) {
      .top-page .news .splide {
        padding: 0 50px 40px;
        border-width: 3px; } }
    @media screen and (max-width: 767px) {
      .top-page .news .splide {
        padding: 0 30px 20px; } }
    @media screen and (max-width: 767px) {
      .top-page .news .splide__arrows {
        display: none; } }
    .top-page .news .splide__arrows--prev, .top-page .news .splide__arrows--next {
      width: 40px;
      height: 40px;
      background-color: #3b5264;
      opacity: 1; }
      .top-page .news .splide__arrows--prev svg, .top-page .news .splide__arrows--next svg {
        fill: #fff;
        stroke-width: 4px;
        width: 24px;
        height: 24px; }
    .top-page .news .splide__arrows--prev {
      left: -23px; }
    .top-page .news .splide__arrows--next {
      right: -23px; }
    .top-page .news .splide__item {
      padding-top: 40px; }
      .top-page .news .splide__item .news-title {
        display: none; }
  .top-page .news-title__top {
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
    overflow: hidden;
    padding: 0 100px;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .top-page .news-title__top {
        font-size: 35px;
        padding: 0 50px; } }
    @media screen and (max-width: 992px) {
      .top-page .news-title__top {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .top-page .news-title__top {
        padding: 0 35px;
        font-size: 20px; } }
    .top-page .news-title__top span {
      display: -webkit-box;
      padding: 0 40px;
      height: 88px;
      background-color: #fff;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        .top-page .news-title__top span {
          height: 76px; } }
      @media screen and (max-width: 992px) {
        .top-page .news-title__top span {
          height: 65px; } }
      @media screen and (max-width: 767px) {
        .top-page .news-title__top span {
          padding: 0 20px;
          -webkit-line-clamp: 3; } }
  .top-page .news-date {
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #898989;
    font-weight: 400;
    padding-left: 40px;
    background: url(../img/icon/calendar.png) no-repeat left center/30px; }
  .top-page .news-txt {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .top-page .news-txt {
        margin-bottom: 40px; } }
  .top-page .news-detail {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .top-page .news-detail i {
      font-size: 22px;
      margin-left: 15px; }
    .top-page .news-detail:hover {
      color: #f1b921; }
    @media screen and (max-width: 1200px) {
      .top-page .news-detail {
        font-size: 20px; }
        .top-page .news-detail i {
          font-size: 18px; } }
  .top-page .news-lists {
    margin: 50px auto 0;
    width: 935px;
    max-width: 100%; }
    .top-page .news-lists .seeMore {
      margin-top: 31px; }
      @media screen and (max-width: 767px) {
        .top-page .news-lists .seeMore {
          margin-top: 20px; } }
    @media screen and (max-width: 1200px) {
      .top-page .news-lists {
        width: 750px; } }
  .top-page .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .top-page .news-link:hover {
      border-color: #f1b921; }
      .top-page .news-link:hover span {
        color: #f1b921; }
    @media screen and (max-width: 1200px) {
      .top-page .news-link {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .top-page .news-link {
        border-bottom: none; } }
    .top-page .news-link b {
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .top-page .news-link b {
          font-weight: 400;
          padding-right: 10px; } }
    @media screen and (max-width: 767px) {
      .top-page .news-link span {
        border-bottom: 1px solid #bcbcbc;
        padding-left: 10px; } }

.section-subpage__content {
  padding-top: 60px; }
  @media screen and (max-width: 992px) {
    .section-subpage__content {
      padding-top: 25px; } }

.section-subpage .catalog-event {
  min-width: 88px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #0886c0;
  color: #fff;
  line-height: 2.3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.07px;
  text-align: center; }

.section-subpage .catalog-corporate {
  min-width: 88px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #c05f08;
  color: #fff;
  line-height: 2.3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.07px;
  text-align: center; }

.section-subpage .catalog-others {
  min-width: 88px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #c00838;
  color: #fff;
  line-height: 2.3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.07px;
  text-align: center; }

.section-subpage .catalog-news {
  min-width: 88px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #08c0a0;
  color: #fff;
  line-height: 2.3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.07px;
  text-align: center; }

/* purgecss start ignore */
.brand-lists .banner.banner-business {
  background-image: url(/wp-content/uploads/2021/08/banner-business.png); }

.brand-lists .banner.banner-product {
  background-image: url(/wp-content/uploads/2021/08/product.png); }

.brand-lists .banner.banner-about {
  background-image: url(/wp-content/uploads/2021/08/banner-about.png); }

.brand-lists .banner.management-philosophy {
  background-image: url(/wp-content/uploads/2021/08/philosophy.png); }

.brand-lists .banner.banner-corporate {
  background-image: url(/wp-content/uploads/2021/08/corporate.png); }

.brand-lists .banner.global-network {
  background-image: url(/wp-content/uploads/2021/08/global-network.png); }

.brand-lists .banner.banner-news {
  background-image: url(/wp-content/uploads/2023/07/news-pc.png); }

.brand-lists .banner.banner-contact {
  background-image: url(/wp-content/uploads/2021/08/contact.png); }

.brand-lists .banner.banner-privacy {
  background-image: url(/wp-content/uploads/2021/11/privacy.jpg); }

@media screen and (max-width: 767px) {
  .brand-lists .banner.banner-business {
    background-image: url(/wp-content/uploads/2021/08/banner-business-sp.jpg); }
  .brand-lists .banner.banner-product {
    background-image: url(/wp-content/uploads/2021/08/banner-product-sp.jpg); }
  .brand-lists .banner.banner-about {
    background-image: url(/wp-content/uploads/2021/08/banner-about-sp.jpg); }
  .brand-lists .banner.management-philosophy {
    background-image: url(/wp-content/uploads/2021/08/philosophy-sp.jpg); }
  .brand-lists .banner.banner-corporate {
    background-image: url(/wp-content/uploads/2021/08/corporate-sp.jpg); }
  .brand-lists .banner.global-network {
    background-image: url(/wp-content/uploads/2021/08/global-betwork-sp.jpg); }
  .brand-lists .banner.banner-news {
    background-image: url(/wp-content/uploads/2023/07/news-sp.png); }
  .brand-lists .banner.banner-contact {
    background-image: url(/wp-content/uploads/2021/08/contact-sp.jpg); }
  .brand-lists .banner.banner-privacy {
    background-image: url(/wp-content/uploads/2021/11/privacy-sp.jpg); } }

[lang="ja"] .brand-lists .banner-title {
  font-family: "Sawarabi Mincho", serif; }

/* purgecss end ignore */
.block-news .card {
  position: relative;
  background-color: #f6f6f6; }
  @media screen and (min-width: 993px) {
    .block-news .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.block-news .card-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .block-news .card-thumbnail img {
    width: 100%; }

.block-news .card-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.block-news .card-catalog {
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 993px) {
    .block-news .card-catalog {
      min-width: 120px;
      padding-top: 6px;
      padding-bottom: 6px; } }

.block-news .card-date {
  border-bottom: 1px solid #d5d5d5;
  color: #707070; }

.block-news .card-title {
  color: #010101;
  font-weight: 500; }
  .block-news .card-title a {
    color: #010101; }
    .block-news .card-title a:hover {
      text-decoration: underline; }

.block-news .card-txt {
  max-height: 55px;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #707070;
  line-height: 1.47;
  font-weight: 300; }
  @media screen and (min-width: 993px) {
    .block-news .card-txt {
      max-height: none;
      height: auto;
      margin-top: 25px;
      margin-bottom: 0; } }

@media screen and (min-width: 993px) {
  .news-hot .card-thumbnail {
    width: 50%; } }

@media screen and (min-width: 1201px) {
  .news-hot .card-thumbnail {
    width: 607px; } }

.news-hot .card-date {
  padding: 8px 25px 2px;
  line-height: 2;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 993px) {
    .news-hot .card-date {
      padding: 8px 50px 0;
      line-height: 3.3; } }

.news-hot .card-content {
  position: relative;
  padding: 20px 25px 30px; }
  @media screen and (min-width: 993px) {
    .news-hot .card-content {
      padding: 25px 50px 75px; } }

.news-hot .card-title {
  max-height: 65px;
  height: 65px;
  line-height: 1.3;
  font-size: 24px;
  overflow: hidden; }
  @media screen and (min-width: 993px) {
    .news-hot .card-title {
      max-height: none;
      height: auto; } }

.news-hot .card-link {
  text-align: right; }
  @media screen and (min-width: 993px) {
    .news-hot .card-link {
      position: absolute;
      right: 50px;
      bottom: 10px; } }

.news-grid {
  margin: 30px -11px 20px; }
  @media screen and (min-width: 993px) {
    .news-grid {
      margin: 0 -20px 40px; } }
  .news-grid__items {
    padding: 22px 11px 0; }
    @media screen and (min-width: 993px) {
      .news-grid__items {
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px; } }
  @media screen and (min-width: 993px) {
    .news-grid .card-thumbnail {
      width: 50%; } }
  @media screen and (min-width: 1201px) {
    .news-grid .card-thumbnail {
      width: 308px; } }
  .news-grid .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media screen and (max-width: 767px) {
    .news-grid .card-catalog {
      min-width: 87px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 10px;
      letter-spacing: -.05px; } }
  .news-grid .card-date {
    padding: 6px 12px 3px;
    line-height: 1.9;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -.06px; }
    @media screen and (min-width: 993px) {
      .news-grid .card-date {
        padding: 8px 15px 5px;
        font-size: 14px;
        font-weight: 400; } }
  .news-grid .card-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 8px 10px 12px; }
    @media screen and (min-width: 993px) {
      .news-grid .card-content {
        padding: 15px; } }
  .news-grid .card-title {
    height: 65px;
    max-height: 65px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 18px; }
    @media screen and (min-width: 993px) {
      .news-grid .card-title {
        height: 85px;
        max-height: 85px;
        font-size: 20px;
        line-height: 1.4; } }

.block-news-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.block-news-detail__date {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.09px;
  color: #707070; }

.block-news-detail__catalog {
  margin-left: 35px; }

.block-news-detail__title {
  margin-bottom: 30px;
  color: #010101;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.44em; }

.block-news-detail__content {
  padding-bottom: 20px;
  line-height: 1.6; }
  .block-news-detail__content .txt {
    margin-bottom: 30px; }
  .block-news-detail__content .img {
    margin-bottom: 20px; }
  .block-news-detail__content .row {
    margin-right: -20px;
    margin-left: -20px; }
  .block-news-detail__content [class^="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
  .block-news-detail__content h1, .block-news-detail__content h2, .block-news-detail__content h3, .block-news-detail__content h4, .block-news-detail__content h5, .block-news-detail__content h6 {
    text-align: justify; }
  .block-news-detail__content h1, .block-news-detail__content h2, .block-news-detail__content h3, .block-news-detail__content h4, .block-news-detail__content h5, .block-news-detail__content h6 {
    margin-bottom: 1em; }
  .block-news-detail__content h1 {
    font-size: 2em;
    margin-bottom: 0.15em; }
  .block-news-detail__content h2 {
    font-size: 1.44em;
    margin-bottom: 0.2em; }
  .block-news-detail__content h3 {
    font-size: 1.31em;
    margin-bottom: .25em; }
  .block-news-detail__content h4 {
    font-size: 1.19em;
    margin-bottom: .3em; }
  .block-news-detail__content h5 {
    font-size: 1em;
    margin-bottom: .35em; }
  .block-news-detail__content h6 {
    font-size: 0.9em;
    margin-bottom: .4em; }
  .block-news-detail__content p {
    margin-bottom: 1em;
    text-align: justify; }
  .block-news-detail__content a {
    color: blue; }
  .block-news-detail__content em {
    font-style: italic; }
  .block-news-detail__content ul, .block-news-detail__content ol {
    margin-bottom: 1em;
    padding-left: 40px; }
  .block-news-detail__content ol li {
    list-style-type: inherit; }
  .block-news-detail__content ul li {
    list-style-type: initial; }
  .block-news-detail__content li {
    text-align: justify; }
  .block-news-detail__content .wp-element-caption {
    text-align: center; }
  .block-news-detail__content .text-justify {
    text-align: justify; }
  .block-news-detail__content .aligncenter {
    text-align: center; }
  .block-news-detail__content .alignright {
    text-align: right; }
  .block-news-detail__content .alignleft {
    text-align: left; }
  .block-news-detail__content .wp-block-image {
    margin: 1em 0 0; }
  .block-news-detail__content h1.has-text-align-left, .block-news-detail__content h2.has-text-align-left, .block-news-detail__content h3.has-text-align-left, .block-news-detail__content h4.has-text-align-left, .block-news-detail__content h5.has-text-align-left, .block-news-detail__content h6.has-text-align-left, .block-news-detail__content p.has-text-align-left, .block-news-detail__content li.has-text-align-left {
    text-align: left; }
  .block-news-detail__content h1.has-text-align-center, .block-news-detail__content h2.has-text-align-center, .block-news-detail__content h3.has-text-align-center, .block-news-detail__content h4.has-text-align-center, .block-news-detail__content h5.has-text-align-center, .block-news-detail__content h6.has-text-align-center, .block-news-detail__content p.has-text-align-center, .block-news-detail__content li.has-text-align-center {
    text-align: center; }
  .block-news-detail__content h1.has-text-align-right, .block-news-detail__content h2.has-text-align-right, .block-news-detail__content h3.has-text-align-right, .block-news-detail__content h4.has-text-align-right, .block-news-detail__content h5.has-text-align-right, .block-news-detail__content h6.has-text-align-right, .block-news-detail__content p.has-text-align-right, .block-news-detail__content li.has-text-align-right {
    text-align: right; }
  .block-news-detail__content h1.text-justify, .block-news-detail__content h2.text-justify, .block-news-detail__content h3.text-justify, .block-news-detail__content h4.text-justify, .block-news-detail__content h5.text-justify, .block-news-detail__content h6.text-justify, .block-news-detail__content p.text-justify, .block-news-detail__content li.text-justify {
    text-align: justify; }
  .block-news-detail__content h1.aligncenter, .block-news-detail__content h2.aligncenter, .block-news-detail__content h3.aligncenter, .block-news-detail__content h4.aligncenter, .block-news-detail__content h5.aligncenter, .block-news-detail__content h6.aligncenter, .block-news-detail__content p.aligncenter, .block-news-detail__content li.aligncenter {
    text-align: center; }
  .block-news-detail__content h1.alignright, .block-news-detail__content h2.alignright, .block-news-detail__content h3.alignright, .block-news-detail__content h4.alignright, .block-news-detail__content h5.alignright, .block-news-detail__content h6.alignright, .block-news-detail__content p.alignright, .block-news-detail__content li.alignright {
    text-align: right; }
  .block-news-detail__content h1.alignleft, .block-news-detail__content h2.alignleft, .block-news-detail__content h3.alignleft, .block-news-detail__content h4.alignleft, .block-news-detail__content h5.alignleft, .block-news-detail__content h6.alignleft, .block-news-detail__content p.alignleft, .block-news-detail__content li.alignleft {
    text-align: left; }

.contact .section-contactline__step {
  max-width: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .contact .section-contactline__step {
      max-width: 295px; } }
  @media screen and (max-width: 375px) {
    .contact .section-contactline__step {
      max-width: 285px; } }
  @media screen and (max-width: 360px) {
    .contact .section-contactline__step {
      max-width: 275px; } }
  @media screen and (max-width: 320px) {
    .contact .section-contactline__step {
      max-width: 225px; } }
  .contact .section-contactline__step--item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact .section-contactline__step--item.change-line .num {
      background-color: #f1b921;
      border: 3px solid #f1b921; }
      .contact .section-contactline__step--item.change-line .num.line::after {
        background-color: #f1b921; }
    .contact .section-contactline__step--item.active .info {
      font-weight: 700; }
    .contact .section-contactline__step--item .num {
      position: relative;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #fff;
      border: 3px solid #909090; }
      @media screen and (max-width: 767px) {
        .contact .section-contactline__step--item .num {
          width: 35px;
          height: 35px;
          border: 8px solid #909090; } }
      .contact .section-contactline__step--item .num::after {
        position: absolute;
        content: "";
        top: 50%;
        width: 200px;
        height: 3px;
        background-color: #909090;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .contact .section-contactline__step--item .num::after {
            width: 145px;
            height: 8px; } }
        @media screen and (max-width: 767px) {
          .contact .section-contactline__step--item .num::after {
            width: 140px; } }
        @media screen and (max-width: 320px) {
          .contact .section-contactline__step--item .num::after {
            width: 110px; } }
    .contact .section-contactline__step--item:last-child .num::after {
      display: none; }
    .contact .section-contactline__step--item .info {
      position: absolute;
      left: 50%;
      top: 22px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap;
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .contact .section-contactline__step--item .info {
          top: 40px;
          font-size: 15px; } }
      @media screen and (max-width: 320px) {
        .contact .section-contactline__step--item .info {
          font-size: 14px; } }

.contact-form {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      margin-top: 50px; } }

.contact .form-body {
  max-width: 545px;
  padding: 30px 44px 45px 44px;
  border: 3px solid #f1b921;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .contact .form-body {
      padding: 35px 20px; } }
  .contact .form-body .title-info {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .contact .form-body .title-info {
        font-size: 32px;
        padding-bottom: 45px; } }
  .contact .form-body .form-fud-select {
    position: relative;
    margin-bottom: 42px;
    border: 1px solid #707070;
    background-color: #e8f0fe; }
    @media screen and (max-width: 767px) {
      .contact .form-body .form-fud-select {
        margin-bottom: 35px; } }
    .contact .form-body .form-fud-select label {
      position: absolute;
      font-size: 18px;
      font-weight: bolder; }
    .contact .form-body .form-fud-select .col-line.selected {
      border: none;
      outline: none;
      display: inline-block; }
  .contact .form-body .form-fud {
    margin-bottom: 42px; }
    @media screen and (max-width: 767px) {
      .contact .form-body .form-fud {
        margin-bottom: 40px; } }
    .contact .form-body .form-fud .col-line {
      position: relative; }
      .contact .form-body .form-fud .col-line.selected,
      .contact .form-body .form-fud .col-line input[type="text"],
      .contact .form-body .form-fud .col-line input[type="tel"],
      .contact .form-body .form-fud .col-line input[type="email"],
      .contact .form-body .form-fud .col-line input[type="Submit"] {
        outline: none;
        display: inline-block; }
      .contact .form-body .form-fud .col-line label {
        position: absolute;
        font-size: 18px;
        font-weight: bolder; }
  .contact .form-body .col-line {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .contact .form-body .col-line {
        margin-bottom: 20px; } }
    .contact .form-body .col-line:last-child {
      margin-bottom: 0; }
    .contact .form-body .col-line.selected,
    .contact .form-body .col-line input[type="text"],
    .contact .form-body .col-line input[type="tel"],
    .contact .form-body .col-line input[type="email"],
    .contact .form-body .col-line input[type="Submit"] {
      color: #363636;
      width: 100%;
      font-size: 18px;
      height: 58px;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .contact .form-body .col-line.selected,
        .contact .form-body .col-line input[type="text"],
        .contact .form-body .col-line input[type="tel"],
        .contact .form-body .col-line input[type="email"],
        .contact .form-body .col-line input[type="Submit"] {
          height: 40px;
          padding-left: 14px; } }
    .contact .form-body .col-line input[type="Submit"]:disabled {
      opacity: .6; }
    .contact .form-body .col-line textarea {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      color: #363636;
      width: 100%;
      padding: 20px; }
    .contact .form-body .col-line input[type="Submit"] {
      font-size: 14px;
      font-weight: bold;
      height: 50px;
      color: #fff;
      border-radius: 11px;
      padding-left: 0;
      border: 1px solid #f1b921;
      background-color: #f1b921;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .contact .form-body .col-line input[type="Submit"] {
          font-size: 16px;
          height: 35px;
          border-radius: 6px; } }
      .contact .form-body .col-line input[type="Submit"]:hover {
        background-color: #eab011; }
  .contact .form-body label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -35px; }
    @media screen and (max-width: 767px) {
      .contact .form-body label {
        font-size: 14px;
        margin-top: -32px; } }
  .contact .form-body input[type="checkbox" i] {
    height: 25px;
    width: 25px;
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      .contact .form-body input[type="checkbox" i] {
        margin-right: 10px; } }
  .contact .form-body .inquiry {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -25px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .contact .form-body .inquiry {
        margin-top: -15px; } }
  .contact .form-body .privacy-policy {
    font-weight: 400;
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      .contact .form-body .privacy-policy {
        margin-bottom: 24px; } }
    .contact .form-body .privacy-policy a:hover {
      color: #4487ec;
      text-decoration: underline; }
  .contact .form-body #submit_form {
    cursor: pointer; }

.contact .btn {
  width: 458px;
  font-size: 14px;
  height: 50px;
  font-weight: bold;
  border-radius: 11px;
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .contact .btn {
      font-size: 16px;
      height: 35px;
      width: 100%;
      border-radius: 6px;
      margin-bottom: 12px; } }
  .contact .btn.btn-orange {
    color: #fff;
    border: 1px solid #f1b921;
    background: #f1b921; }
  .contact .btn.btn-white {
    color: #474B53;
    border: 1px solid #707070; }

.contact-input .section-contactline__step--item:first-child .num {
  background-color: #f1b921;
  border: 1px solid #f1b921; }

.contact-input__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-input__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 545px;
          flex: 0 0 545px; }
  @media screen and (max-width: 767px) {
    .contact-input__form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.contact-confirm__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-confirm .form-body {
  border: 3px solid #909090;
  -webkit-box-shadow: 0 5px 20px 0 #00000026;
          box-shadow: 0 5px 20px 0 #00000026;
  margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .contact-confirm .form-body {
      margin-bottom: 30px; } }

.contact-confirm .form-fud-select .col-line.selected {
  background-color: #e8f0fe; }

.contact-confirm .form-fud .col-line.selected,
.contact-confirm .form-fud .col-line textarea,
.contact-confirm .form-fud .col-line input[type="text"],
.contact-confirm .form-fud .col-line input[type="tel"],
.contact-confirm .form-fud .col-line input[type="email"],
.contact-confirm .form-fud .col-line input[type="Submit"] {
  background-color: #e8f0fe; }

.contact-confirm .form-fud.message {
  margin-bottom: 0; }

.contact-complete__inner {
  max-width: 765px;
  padding-top: 115px;
  margin: 0 auto;
  position: relative; }

.contact-complete__img {
  position: absolute;
  top: 35px;
  left: 50%;
  padding: 0 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .contact-complete__img {
      top: 45px;
      padding: 0; } }

.contact-complete__text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 3px solid #52C00C;
  border-radius: 9px; }
  @media screen and (max-width: 767px) {
    .contact-complete__text {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .contact-complete__text .text-info {
    font-size: 55px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .contact-complete__text .text-info {
        font-size: 35px;
        padding-bottom: 0; } }
  .contact-complete__text p {
    font-size: 25px;
    color: #707070; }
    @media screen and (max-width: 767px) {
      .contact-complete__text p {
        font-size: 20px; } }

.about-us-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .about-us-inner {
      padding-top: 60px;
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .about-us-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 0;
      margin-right: 0; } }
  .about-us-inner::before, .about-us-inner::after {
    position: absolute;
    content: "";
    width: 434px;
    height: 338px;
    background-image: url("../img//about/bg-position.png");
    background-size: 434px 338px;
    background-repeat: no-repeat;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .about-us-inner::before, .about-us-inner::after {
        width: 390px;
        background-size: 390px 338px; } }
  .about-us-inner::before {
    top: 0;
    left: 15px; }
    @media screen and (max-width: 992px) {
      .about-us-inner::before {
        top: -10px; } }
  .about-us-inner::after {
    bottom: -30px;
    right: -168px; }
    @media screen and (max-width: 767px) {
      .about-us-inner::after {
        right: -15px; } }

.about-us-item {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 992px) {
    .about-us-item {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .about-us-item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 80px; } }
  .about-us-item:hover {
    opacity: 0.6; }

.about-us-img {
  padding-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .about-us-img img {
      width: 100%; } }

.about-us-title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029; }
  @media screen and (max-width: 992px) {
    .about-us-title {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .about-us-title {
      font-size: 35px; } }

.about-us .section-about-title {
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 26px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .about-us .section-about-title {
      font-size: 30px; } }

.about-us .mission-our-goal__title {
  position: relative;
  font-weight: 900;
  font-size: 35px;
  padding-left: 25px;
  margin-bottom: 55px; }
  @media screen and (max-width: 992px) {
    .about-us .mission-our-goal__title {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__title {
      font-size: 24px;
      margin-bottom: 30px; } }
  .about-us .mission-our-goal__title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 11px;
    height: 35px;
    background-color: #e3052a;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__title.yamazen-vietnam-message::before {
      top: 27%; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__title.yamazen-vietnam-message span {
      display: block; } }

.about-us .mission-our-goal__content {
  line-height: 36px;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__content {
      line-height: 1.8; } }

.about-us .mission-our-goal__content--top {
  margin-bottom: 60px;
  line-height: 45px; }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__content--top {
      margin-bottom: 40px;
      font-size: 16px;
      line-height: 1.8; } }

.about-us .mission-our-goal__item {
  margin-bottom: 68px; }
  @media screen and (max-width: 992px) {
    .about-us .mission-our-goal__item {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__item {
      margin-bottom: 80px; } }

.about-us .mission-our-goal__txt {
  font-size: 18px;
  padding: 50px 25px;
  margin-left: 125px;
  margin-right: 125px;
  background-color: #f4f4f4; }
  .about-us .mission-our-goal__txt p {
    font-size: inherit; }
  @media screen and (max-width: 1440px) {
    .about-us .mission-our-goal__txt {
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .about-us .mission-our-goal__txt {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__txt {
      padding: 30px 15px;
      font-size: 14px; } }

.about-us .mission-our-goal__info {
  font-family: 'Roboto', 'Sawarabi Mincho', sans-serif;
  font-size: 45px;
  line-height: 56px;
  padding-bottom: 10px; }
  @media screen and (max-width: 1440px) {
    .about-us .mission-our-goal__info {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__info {
      font-size: 30px; } }
  .about-us .mission-our-goal__info span {
    position: relative; }
  .about-us .mission-our-goal__info .cl-red {
    color: #E3052A; }

.about-us .mission-our-goal__note {
  padding-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal__note {
      font-size: 18px; } }

.about-us .mission-our-goal .message-fud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal .message-fud {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal .message-fud__left {
      width: 100%; } }
  .about-us .mission-our-goal .message-fud__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 68px; }
    @media screen and (max-width: 767px) {
      .about-us .mission-our-goal .message-fud__right {
        padding-left: 0; } }

.about-us .mission-our-goal .message-title {
  font-size: 24px;
  padding-bottom: 25px; }
  @media screen and (max-width: 1440px) {
    .about-us .mission-our-goal .message-title {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal .message-title {
      font-size: 16px; } }

.about-us .mission-our-goal .message-instead {
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 20px; }

.about-us .mission-our-goal .message-representative {
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .about-us .mission-our-goal .message-representative {
      padding-bottom: 30px; } }

.about-us .mission-our-goal .message-signature {
  padding-left: 30px; }

@media screen and (max-width: 767px) {
  .about-us .mission-our-goal .message-use {
    padding-bottom: 25px; }
    .about-us .mission-our-goal .message-use img {
      width: 100%; } }

.about-us .mission-our-goal .message .mission-our-goal__txt {
  text-align: left; }

.about-us .global-network {
  position: relative; }
  .about-us .global-network::before {
    position: absolute;
    content: "";
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/about/bg-map.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .about-us .global-network::before {
        background-size: contain; } }
  .about-us .global-network__title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 900; }
  .about-us .global-network__col {
    margin-bottom: 60px;
    border-bottom: 2px solid #707070; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__col {
        margin-bottom: 40px; } }
    .about-us .global-network__col:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .about-us .global-network__item {
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__item {
        padding-bottom: 40px; } }
  .about-us .global-network__headquarters {
    font-size: 26px;
    font-weight: 700;
    color: #f1b921;
    padding-top: 20px;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__headquarters {
        padding-bottom: 25px; } }
  .about-us .global-network__country {
    font-size: 20px;
    font-weight: 400;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__country {
        padding-left: 20px;
        padding-bottom: 10px; } }
  .about-us .global-network__fud {
    position: relative;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__fud {
        padding-left: 20px; } }
  .about-us .global-network__name {
    line-height: 56px;
    font-weight: 900;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__name {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px; } }
    .about-us .global-network__name::before {
      position: absolute;
      content: "";
      top: 50%;
      left: -25px;
      width: 11px;
      height: 28px;
      background-color: #e3052a;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .about-us .global-network__name::before {
          top: 0;
          left: -20px;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }
  .about-us .global-network__info {
    line-height: 36px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .about-us .global-network__info {
        padding-bottom: 10px; } }
    .about-us .global-network__info .address {
      text-transform: uppercase;
      font-size: 18px; }
    .about-us .global-network__info .tel-fax {
      font-size: 18px; }
    .about-us .global-network__info .office {
      font-weight: 700; }
    @media screen and (max-width: 1200px) {
      .about-us .global-network__info .address,
      .about-us .global-network__info .tel-fax {
        font-size: 16px;
        line-height: 1.8; } }
    @media screen and (max-width: 767px) {
      .about-us .global-network__info .address,
      .about-us .global-network__info .tel-fax {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .about-us .global-network__info .tel-fax span {
        display: block; } }
    .about-us .global-network__info .tel-fax span:last-child {
      padding-left: 60px; }
      @media screen and (max-width: 767px) {
        .about-us .global-network__info .tel-fax span:last-child {
          padding-left: 0; } }
  .about-us .global-network__link {
    font-size: 13px;
    line-height: 28px;
    font-weight: 900;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 0 7px;
    text-transform: uppercase;
    background-color: #f1b921;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (min-width: 993px) {
      .about-us .global-network__link {
        position: absolute;
        top: 15px;
        right: 0; } }
    .about-us .global-network__link:hover {
      background-color: #fff;
      color: #f1b921; }
      .about-us .global-network__link:hover .icon-link {
        background-image: url("../img/icon/icon-target-yellow.svg"); }
    .about-us .global-network__link .icon-link {
      padding-right: 28px;
      background-image: url("../img/icon/icon-link.svg");
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: right; }

.about-us .corporate-profile-history__profile {
  margin-left: 85px;
  margin-bottom: 100px; }
  @media screen and (max-width: 992px) {
    .about-us .corporate-profile-history__profile {
      margin-left: 50px; } }
  @media screen and (max-width: 767px) {
    .about-us .corporate-profile-history__profile {
      margin-left: 0;
      margin-bottom: 40px; } }
  .about-us .corporate-profile-history__profile .profile-top {
    position: relative; }
    .about-us .corporate-profile-history__profile .profile-top::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 9px;
      height: 100%;
      background-color: #f4c85c;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__profile .profile-top .profile-item {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .about-us .corporate-profile-history__profile .profile-top .profile-item__left {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%; } }
  .about-us .corporate-profile-history__profile .profile-item {
    font-size: 22px;
    line-height: 35px;
    padding-left: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__profile .profile-item {
        font-size: 18px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .about-us .corporate-profile-history__profile .profile-item__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__profile .profile-item__left {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .about-us .corporate-profile-history__profile .profile-item__right {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.about-us .corporate-profile-history__location {
  margin-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .about-us .corporate-profile-history__location {
      margin-bottom: 65px; } }
  .about-us .corporate-profile-history__location .location-item {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-item {
        margin-bottom: 45px; } }
    .about-us .corporate-profile-history__location .location-item.extra-gallery {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__location .location-item.extra-gallery {
          padding-top: 40px;
          padding-bottom: 0;
          margin-top: 0;
          border-top: 2px solid #707070; } }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__location .location-item.extra-gallery .location-address {
          padding-bottom: 0; } }
  .about-us .corporate-profile-history__location .location-office {
    font-size: 22px;
    line-height: 56px;
    font-weight: 900;
    padding-left: 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-office {
        font-size: 20px;
        padding-left: 18px; } }
    .about-us .corporate-profile-history__location .location-office span {
      padding-right: 15px;
      background-color: #fff;
      z-index: 1; }
    .about-us .corporate-profile-history__location .location-office::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 11px;
      height: 28px;
      background-color: #e3052a;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .about-us .corporate-profile-history__location .location-office::after {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      width: 90%;
      height: 2px;
      background-color: #707070;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; }
  .about-us .corporate-profile-history__location .location-other {
    font-size: 20px;
    font-weight: 700;
    line-height: 56px; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-other {
        padding-left: 18px; } }
  .about-us .corporate-profile-history__location .location-fud {
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-fud {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 18px; } }
    .about-us .corporate-profile-history__location .location-fud__information {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .about-us .corporate-profile-history__location .location-name {
    width: 20%; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-name {
        width: 100%; } }
  .about-us .corporate-profile-history__location .location-address {
    line-height: 36px;
    width: 38%; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__location .location-address {
        width: 100%;
        padding-bottom: 35px; } }
  .about-us .corporate-profile-history__location .location-telfax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-us .corporate-profile-history__location .location-telfax__title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__location .location-telfax__title {
          padding-left: 0; } }
    .about-us .corporate-profile-history__location .location-telfax .member {
      display: block;
      font-size: 18px;
      color: #717171; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__location .location-telfax .member {
          font-size: 12px; } }

.about-us .corporate-profile-history__history {
  position: relative;
  margin-top: 68px; }
  @media screen and (max-width: 767px) {
    .about-us .corporate-profile-history__history {
      margin-top: 60px; } }
  .about-us .corporate-profile-history__history::before {
    position: absolute;
    content: "";
    top: 0;
    left: 235px;
    width: 1px;
    height: 100%;
    background-color: #707070;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__history::before {
        left: 25px; } }
  .about-us .corporate-profile-history__history .history-items {
    position: relative;
    padding-top: 60px;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__history .history-items {
        padding-left: 0; } }
    .about-us .corporate-profile-history__history .history-items::before, .about-us .corporate-profile-history__history .history-items::after {
      position: absolute;
      content: "";
      left: 225px;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background-color: #707070; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__history .history-items::before, .about-us .corporate-profile-history__history .history-items::after {
          left: 14px; } }
    .about-us .corporate-profile-history__history .history-items::before {
      top: -10px; }
    .about-us .corporate-profile-history__history .history-items::after {
      bottom: -10px; }
    .about-us .corporate-profile-history__history .history-items .history-item:last-child {
      margin-bottom: 80px; }
  .about-us .corporate-profile-history__history .history-item {
    font-weight: 400;
    margin-bottom: 115px; }
    @media screen and (max-width: 767px) {
      .about-us .corporate-profile-history__history .history-item {
        margin-bottom: 60px; } }
    .about-us .corporate-profile-history__history .history-item__fud {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__history .history-item__fud {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-left: 25px; } }
      .about-us .corporate-profile-history__history .history-item__fud.event-point span {
        position: relative; }
      .about-us .corporate-profile-history__history .history-item__fud.event-point .history-item__event {
        position: relative; }
        .about-us .corporate-profile-history__history .history-item__fud.event-point .history-item__event::after {
          position: absolute;
          content: "";
          top: 9px;
          left: -11px;
          width: 23px;
          height: 23px;
          background-color: #f4c85a;
          -webkit-transform: rotateZ(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotateZ(45deg);
          z-index: 1; }
          @media screen and (max-width: 767px) {
            .about-us .corporate-profile-history__history .history-item__fud.event-point .history-item__event::after {
              top: -8px; } }
        .about-us .corporate-profile-history__history .history-item__fud.event-point .history-item__event::before {
          position: absolute;
          content: "";
          top: 20px;
          left: 0;
          width: 70px;
          height: 1px;
          background-color: #707070; }
          @media screen and (max-width: 767px) {
            .about-us .corporate-profile-history__history .history-item__fud.event-point .history-item__event::before {
              top: 3px;
              left: 0; } }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__history .history-item__fud.history-other .history-item__time {
          position: relative;
          padding-bottom: 20px; }
          .about-us .corporate-profile-history__history .history-item__fud.history-other .history-item__time::before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 20px;
            width: 70px;
            height: 1px;
            background-color: #707070; } }
    .about-us .corporate-profile-history__history .history-item__time {
      font-size: 22px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__history .history-item__time {
          padding-bottom: 16px;
          padding-left: 20px; } }
    .about-us .corporate-profile-history__history .history-item__event {
      font-size: 19px;
      line-height: 40px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 110px; }
      @media screen and (max-width: 767px) {
        .about-us .corporate-profile-history__history .history-item__event {
          padding-left: 20px;
          padding-top: 16px;
          padding-bottom: 16px;
          margin-left: 0; } }
      .about-us .corporate-profile-history__history .history-item__event--img {
        padding-top: 30px;
        margin-bottom: -80px; }
        @media screen and (max-width: 767px) {
          .about-us .corporate-profile-history__history .history-item__event--img {
            padding-top: 15px;
            margin-bottom: -20px; } }

.brand-lists .banner {
  position: relative;
  height: 320px;
  background: url("../img/brand-page/banner.jpg") no-repeat right center/cover; }
  @media screen and (max-width: 992px) {
    .brand-lists .banner {
      background-image: url("../img/brand-page/banner-tb.jpg"); } }
  @media screen and (max-width: 767px) {
    .brand-lists .banner {
      background-image: url("../img/brand-page/banner-sp.jpg"); } }
  .brand-lists .banner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 992px) {
      .brand-lists .banner .container {
        bottom: 0;
        left: -15px;
        top: initial;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        padding-right: 15px; } }
  .brand-lists .banner-title {
    font-size: 58px;
    font-weight: 500; }
    @media screen and (max-width: 992px) {
      .brand-lists .banner-title {
        font-size: 45px;
        background-color: #fff;
        font-weight: 500;
        line-height: 1;
        padding: 10px 0;
        padding-left: 15px; } }
    @media (max-width: 374.98px) {
      .brand-lists .banner-title {
        font-size: 35px;
        padding: 10px 15px; } }

.brand-lists .brand-list {
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .brand-lists .brand-list {
      padding-top: 50px; } }

.brand-lists .brand-title {
  overflow: hidden; }

.brand-lists .brand-logo {
  position: relative;
  display: inline-block;
  padding-left: 42px; }
  .brand-lists .brand-logo::before, .brand-lists .brand-logo:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .brand-lists .brand-logo:before {
    left: 0;
    width: 14px;
    height: 80px;
    background-color: #E3052A; }
    @media screen and (max-width: 767px) {
      .brand-lists .brand-logo:before {
        width: 5px;
        height: 28px; } }
  .brand-lists .brand-logo:after {
    left: calc(100% + 40px);
    width: 100vw;
    height: 1px;
    background-color: #707070; }
    @media screen and (max-width: 767px) {
      .brand-lists .brand-logo:after {
        left: calc(100% + 20px); } }
  @media screen and (max-width: 767px) {
    .brand-lists .brand-logo {
      padding-left: 15px; }
      .brand-lists .brand-logo img {
        height: 49px; } }

.brand-lists .product {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .brand-lists .product {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .brand-lists .product .row {
      margin: 0 -10px; }
      .brand-lists .product .row &gt; * {
        padding: 0 10px; } }
  .brand-lists .product .col-4 {
    margin-top: 70px; }
    @media screen and (max-width: 992px) {
      .brand-lists .product .col-4 {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .brand-lists .product .col-4 {
        margin-top: 25px; } }
  .brand-lists .product-item {
    display: block; }
    .brand-lists .product-item:hover .bg-img {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
    .brand-lists .product-item:hover .seeMore a {
      background-color: #fff;
      color: #f1b921; }
      .brand-lists .product-item:hover .seeMore a:after {
        border-color: transparent transparent transparent #f1b921; }
    .brand-lists .product-item.product921 .bg-img {
      background-size: 99%; }
      @media screen and (max-width: 767px) {
        .brand-lists .product-item.product921 .bg-img {
          background-size: 90%; } }
  .brand-lists .product-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding-bottom: 100%; }
    .brand-lists .product-img .bg-img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: 220px;
      background-position: center;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear;
      will-change: transform; }
      @media screen and (max-width: 767px) {
        .brand-lists .product-img .bg-img {
          background-size: 75%; } }
  .brand-lists .product-name {
    position: relative;
    display: inline-block;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1440px) {
      .brand-lists .product-name {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .brand-lists .product-name {
        font-size: 12px; } }
    .brand-lists .product-name:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 85%;
      height: 3px;
      background-color: #E3052A; }

.service-list {
  padding: 0 185px;
  margin-top: 50px; }
  @media screen and (max-width: 1200px) {
    .service-list {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .service-list {
      padding: 0 30px;
      margin-top: 0; } }
  .service-list &gt; .row {
    padding-top: 70px;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .service-list &gt; .row {
        padding-bottom: 40px;
        padding-top: 55px; } }
    .service-list &gt; .row:not(:last-child) {
      border-bottom: 2px solid #707070; }
  .service-list .col-7 {
    -ms-flex-item-align: center;
        align-self: center; }
  @media screen and (max-width: 767px) {
    .service-list .col-7,
    .service-list .col-5 {
      width: 100%; } }

.service-content {
  padding-right: 60px; }
  @media screen and (max-width: 767px) {
    .service-content {
      padding-right: 0; } }
  .service-content .seeMore a:hover:after {
    background-image: url(../img/icon/icon-target-yellow.svg); }
  @media screen and (max-width: 767px) {
    .service-content .seeMore a {
      font-size: 13px; } }
  .service-content .seeMore a:after {
    border: none;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../img/icon/icon-target.svg) no-repeat center/contain; }
    @media screen and (max-width: 767px) {
      .service-content .seeMore a:after {
        right: 10px;
        width: 14px;
        height: 14px; } }

.service-title {
  position: relative;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px; }
  .service-title:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 28px;
    width: 10px;
    background-color: #E3052A; }

.service-logo {
  margin-bottom: 20px; }

.service-desc {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .service-desc {
      font-size: 20px; } }

@media screen and (max-width: 767px) {
  .service-img {
    margin-top: 20px; } }

.modal-inner {
  width: 545px; }

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  opacity: 1; }

.modal-content {
  overflow: visible; }
  @media screen and (max-width: 767px) {
    .modal-content .form-body .title-info {
      padding-bottom: 0; } }

.product-detail .splide__arrow {
  background-color: #fff; }
  .product-detail .splide__arrow svg {
    width: 2.6rem;
    height: 2.6rem; }

.product-detail .splide-top {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .product-detail .splide-top {
      margin-bottom: 20px; } }
  .product-detail .splide-top .splide__slide {
    position: relative;
    text-align: center; }
  .product-detail .splide-top .splide-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%; }
    @media screen and (max-width: 767px) {
      .product-detail .splide-top .splide-img {
        position: relative;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.product-detail .splide-thumb .splide__slide {
  border: 1px solid #C1C1C1 !important;
  padding: 20px;
  cursor: pointer;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .product-detail .splide-thumb .splide__slide {
      padding: 10px; }
      .product-detail .splide-thumb .splide__slide img {
        height: 52px; } }
  .product-detail .splide-thumb .splide__slide.is-active {
    border-color: #E3052A !important; }

.product-detail .product {
  padding: 0; }
  .product-detail .product-logo {
    margin-top: 100px;
    margin-bottom: 70px; }
    @media screen and (max-width: 992px) {
      .product-detail .product-logo {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .product-detail .product-logo {
        margin: 20px 0; }
        .product-detail .product-logo img {
          height: 70px; } }
  @media screen and (max-width: 992px) {
    .product-detail .product-slide {
      padding: 0 100px; } }
  @media screen and (max-width: 767px) {
    .product-detail .product-slide {
      padding: 0; } }
  @media screen and (max-width: 992px) {
    .product-detail .product-info {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .product-detail .product-info {
      margin-top: 20px; } }
  .product-detail .product-name {
    font-weight: bold;
    margin-bottom: 23px;
    font-size: inherit; }
    .product-detail .product-name:after {
      display: none; }
    @media screen and (max-width: 767px) {
      .product-detail .product-name {
        font-size: 20px;
        margin-bottom: 10px; } }
  .product-detail .product-desc {
    font-weight: 400;
    line-height: 30px;
    font-size: 18px; }
    .product-detail .product-desc p:not(:last-child) {
      margin-bottom: 20px; }
    @media screen and (max-width: 1440px) {
      .product-detail .product-desc {
        font-size: 16px; } }
  .product-detail .product-button {
    margin-top: 30px;
    white-space: nowrap; }
    .product-detail .product-button .btn {
      height: 45px;
      width: 245px; }
      @media screen and (max-width: 1200px) {
        .product-detail .product-button .btn {
          width: 220px; }
          .product-detail .product-button .btn-txt {
            font-size: 16px; } }
    @media screen and (max-width: 1200px) and (max-width: 767px) {
      .product-detail .product-button .btn-txt {
        font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .product-detail .product-button .btn {
          width: calc(50% - 7px);
          height: 35px; } }
      .product-detail .product-button .btn.gray {
        margin-right: 45px; }
        @media screen and (max-width: 1200px) {
          .product-detail .product-button .btn.gray {
            margin-right: 20px; } }
        @media screen and (max-width: 767px) {
          .product-detail .product-button .btn.gray {
            margin-right: 15px; } }
  .product-detail .product-spec {
    margin-top: 73px; }
    @media screen and (max-width: 992px) {
      .product-detail .product-spec {
        display: none; } }
    @media screen and (max-width: 767px) {
      .product-detail .product-spec {
        margin: 33px -15px 0; } }
    .product-detail .product-spec .table-head {
      position: relative;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      line-height: 72px;
      padding: 0 20px;
      background-color: #f8f8f8;
      border: 1px solid #d0d0d0;
      border-bottom: none;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .product-detail .product-spec .table-head {
          font-size: 22px;
          line-height: 40px;
          padding-top: 10px; } }
    .product-detail .product-spec .table-body {
      position: relative;
      background-color: #f8f8f8;
      padding: 40px 37px;
      border: 1px solid #d0d0d0;
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .product-detail .product-spec .table-body {
          padding: 20px 17px; } }
      .product-detail .product-spec .table-body .row {
        padding: 24px 50px;
        border: 1px solid #d0d0d0;
        border-bottom: none;
        font-weight: 400; }
        .product-detail .product-spec .table-body .row:last-child {
          border-bottom: 1px solid #d0d0d0; }
        .product-detail .product-spec .table-body .row:nth-child(odd) {
          background-color: #fff; }
        .product-detail .product-spec .table-body .row:nth-child(even) {
          background-color: #efefef; }
        @media screen and (max-width: 1200px) {
          .product-detail .product-spec .table-body .row {
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          .product-detail .product-spec .table-body .row {
            font-size: 13px;
            padding: 10px; }
            .product-detail .product-spec .table-body .row &gt; * {
              padding: 0; }
            .product-detail .product-spec .table-body .row .col-6:last-child {
              padding-left: 5px; } }

.product-detail .back {
  margin-top: 28px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .product-detail .back {
      margin-top: 60px; } }
  .product-detail .back a {
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    padding: 0 20px;
    line-height: 1;
    border-left: 1px solid;
    border-right: 1px solid; }

.our-business {
  color: #000; }
  .our-business .section-ourbusiness-title {
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .our-business .section-ourbusiness-title {
        font-size: 28px;
        line-height: 32px; } }
  .our-business__fud {
    margin-bottom: 100px; }
    @media screen and (max-width: 992px) {
      .our-business__fud {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .our-business__fud {
        margin-bottom: 50px; } }
  .our-business__item {
    padding-top: 100px; }
    .our-business__item:first-child {
      padding-top: 80px; }
    @media screen and (max-width: 992px) {
      .our-business__item {
        padding-top: 80px; }
        .our-business__item:first-child {
          padding-top: 26px; } }
    @media screen and (max-width: 767px) {
      .our-business__item {
        padding-top: 50px; } }
    @media screen and (max-width: 992px) {
      .our-business__item--img {
        text-align: center; } }
    .our-business__item--title {
      font-size: 44px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .our-business__item--title {
          font-size: 26px; } }
    .our-business__item--info {
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .our-business__item--info {
          font-size: 22px; } }
    .our-business__item--note {
      font-size: 24px;
      font-weight: 500;
      font-style: italic;
      color: #777777;
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .our-business__item--note {
          font-size: 22px;
          padding-bottom: 25px; } }
    @media screen and (max-width: 992px) {
      .our-business__item--txt {
        padding-bottom: 32px; } }
    .our-business__item--category {
      border: 1px solid #707070;
      border-radius: 5px;
      background-color: #f5f5f5; }
      .our-business__item--category .category-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-weight: 400;
        text-align: right;
        padding: 14px 75px 14px;
        cursor: pointer; }
        @media screen and (max-width: 1440px) {
          .our-business__item--category .category-title {
            padding-right: 30px; } }
        @media screen and (max-width: 992px) {
          .our-business__item--category .category-title {
            padding: 14px 30px 14px 0; } }
        @media screen and (max-width: 767px) {
          .our-business__item--category .category-title {
            padding: 14px 30px 14px 0; } }
      .our-business__item--category .category-icon {
        position: relative;
        width: 36px;
        height: 36px;
        margin-left: 10px;
        background-color: #fff;
        border: 2px solid #707070;
        border-radius: 100%; }
        .our-business__item--category .category-icon span {
          position: absolute;
          top: 50%;
          right: 11px;
          width: 10px;
          height: 2px;
          background-color: #707070;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .our-business__item--category .category-icon span:last-child {
            right: 15px;
            width: 2px;
            height: 10px; }
      .our-business__item--category .category-tag {
        display: none; }
      .our-business__item--category.show-category .category-title {
        border-bottom: 1px solid #707070; }
      .our-business__item--category.show-category .category-icon span:last-child {
        display: none; }
      .our-business__item--category.show-category .category-tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 50px 75px 30px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff; }
        @media screen and (max-width: 1440px) {
          .our-business__item--category.show-category .category-tag {
            padding: 30px; } }
        .our-business__item--category.show-category .category-tag--fud {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0 -15px; }
          @media screen and (max-width: 767px) {
            .our-business__item--category.show-category .category-tag--fud {
              margin: 0; } }
        .our-business__item--category.show-category .category-tag__item {
          width: 33.333333%;
          padding: 0 15px;
          margin-bottom: 20px; }
          @media screen and (max-width: 992px) {
            .our-business__item--category.show-category .category-tag__item {
              width: 50%; } }
          @media screen and (max-width: 767px) {
            .our-business__item--category.show-category .category-tag__item {
              width: 100%;
              padding: 0; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .our-business__item--category.show-category .category-tag__item:last-child {
      margin-bottom: 0; } }
          .our-business__item--category.show-category .category-tag__item--link {
            font-size: 20px;
            line-height: 26px;
            font-weight: 700;
            text-align: center;
            height: 55px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border: 1px solid #707070;
            border-radius: 3px;
            padding: 0 15px; }
            @media screen and (max-width: 1440px) {
              .our-business__item--category.show-category .category-tag__item--link {
                font-size: 16px; } }
            @media screen and (max-width: 1200px) {
              .our-business__item--category.show-category .category-tag__item--link {
                font-size: 13px; } }
            @media screen and (max-width: 767px) {
              .our-business__item--category.show-category .category-tag__item--link {
                font-size: 14px; } }
            @media screen and (max-width: 360px) {
              .our-business__item--category.show-category .category-tag__item--link {
                font-size: 13px; } }
            @media screen and (max-width: 320px) {
              .our-business__item--category.show-category .category-tag__item--link {
                font-size: 11px; } }
            .our-business__item--category.show-category .category-tag__item--link:hover {
              background-color: #f1f1f1;
              -webkit-box-shadow: 0 0 5 px 0 #ccc;
                      box-shadow: 0 0 5 px 0 #ccc; }
            .our-business__item--category.show-category .category-tag__item--link.index-table {
              line-height: 25px; }
  .our-business__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 992px) {
      .our-business__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .our-business__row--left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37%;
              flex: 0 0 37%; }
      @media screen and (max-width: 1440px) {
        .our-business__row--left {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
    .our-business__row--right {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 58px; }
      @media screen and (max-width: 1440px) {
        .our-business__row--right {
          padding-left: 35px; } }
      @media screen and (max-width: 992px) {
        .our-business__row--right {
          padding-left: 0; } }

.product-spec .hide {
  display: none; }

.product-spec .product-spec__table {
  position: relative;
  width: 100%; }

.product-spec .bg-grey {
  background-color: #d2d2d2; }

.product-spec .bg-white {
  background-color: #fff; }

.product-spec .bg-auto tr:nth-child(even) {
  background-color: #d2d2d2; }

.product-spec .v-top {
  vertical-align: top; }

.product-spec .bt-0 {
  border-top: 0; }

.product-spec .bl-0 {
  border-left: 0; }

.product-spec .bb-0 {
  border-bottom: 0; }

.product-spec .br-0 {
  border-right: 0; }

.product-spec table {
  font-size: 14px;
  width: 100%; }

.product-spec tr:first-child td {
  font-weight: 700;
  font-size: 16px; }

.product-spec .table-center,
.product-spec .table-center tr td:not(:first-child) {
  text-align: center; }

.product-spec tr td:not(:first-child) {
  text-align: left; }

.product-spec tr td {
  padding: 6px 10px; }

.product-spec tr td.p-0 {
  padding: 0; }

.product-spec .col-6:first-child {
  padding: 0 10px; }

.product-spec .cell {
  border-left: 2px solid grey;
  padding: 6.5px 10px; }

.product-spec .cell:first-child {
  border-bottom: 2px solid grey; }

.product-spec .spec-note {
  font-size: 16px;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .product-spec .product-spec__table {
    overflow: scroll; }
  .product-spec table {
    font-size: 11px;
    width: 600px; }
  .product-spec tr td:first-child {
    position: sticky;
    left: 0; }
  .product-spec tr td:first-child {
    width: 120px; } }

.privacy section {
  margin-bottom: 50px; }

.privacy a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.privacy a:hover {
  color: #f1b921; }

.privacy h2, .privacy h3 {
  text-align: center;
  font-weight: bold; }

.privacy h2 {
  font-size: 28px;
  margin-bottom: 40px; }

.privacy h3 {
  font-size: 26px;
  margin-bottom: 30px; }

.privacy h4 {
  font-size: 24px;
  margin-bottom: 30px; }

.privacy .underline {
  text-align: center; }
  .privacy .underline span {
    position: relative;
    display: inline-block; }
    .privacy .underline span:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 2px;
      background-color: #000; }

.privacy ul {
  margin-top: 10px;
  padding-left: 60px; }
  .privacy ul li {
    list-style: disc; }

.privacy .pl-30 {
  padding-left: 30px; }

@media screen and (max-width: 767px) {
  .privacy h2, .privacy h3 {
    font-size: 18px; }
  .privacy h4 {
    font-size: 16px; }
  .privacy ul {
    padding-left: 40px; }
  .privacy .pl-30 {
    padding-left: 20px; } }

/* purgecss end ignore */
</pre></body></html>