.__nuxt-error-page {
  padding: 1rem;
  background: #f7f8fb;
  color: #47494e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494e;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7f828b !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}
.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #000;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs {
  flex-basis: auto;
}
.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -moz-align-items: center;
  align-items: center;
}
.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
.col {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0) {
  .col-sm {
    flex-basis: auto;
  }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    flex-basis: auto;
  }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg {
    flex-basis: auto;
  }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .swiper-container {
    overflow: visible;
  }
}
.swiper-button,
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button:after {
  content: "";
}
.swiper-button-next {
  right: -32px;
}
@media screen and (min-width: 1000px) {
  .swiper-button-next {
    left: 1160px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .swiper-button-next {
    left: auto;
    right: 0;
  }
}
.swiper-button-prev {
  left: -32px;
}
@media screen and (min-width: 1000px) {
  .swiper-button-prev {
    left: 0;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.mt-5-only-desktop {
  margin-top: 5px;
}
.swiper-slide {
  margin-right: 16px;
  width: 100%;
}
.swiper-slide:last-child {
  margin-right: 32px;
}
.fz-80 {
  font-size: 80px;
  font-size: 5rem;
}
.fz-44 {
  font-size: 44px;
  font-size: 2.75rem;
}
.fz-38 {
  font-size: 38px;
  font-size: 2.375rem;
}
.fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}
.fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}
.fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}
.fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}
.fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}
.fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}
.fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}
.fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}
.fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}
.fz-16 {
  font-size: 16px;
  font-size: 1rem;
}
.fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}
.fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}
.fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}
.fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}
.fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}
.fz-9 {
  font-size: 9px;
  font-size: 0.5625rem;
}
.fz-8 {
  font-size: 8px;
  font-size: 0.5rem;
}
body,
button,
html {
  font-family: Noto Sans JP, sans-serif;
  font-size: 100%;
  font-weight: 500;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media screen and (max-width: 320px) {
  body,
  button,
  html {
    font-size: 80%;
  }
}
body {
  margin: 0;
}
ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #1e2022;
}
.bg-white {
  background-color: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}
.container-none-md {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .container-none-md {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.flex,
.flex-col-between {
  display: -moz-flex;
  display: flex;
}
.flex-col-between {
  flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-center {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .md-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .lg-hidden {
    display: none !important;
  }
}
.sm-show-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm-show-only {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tablet-only-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mobile-hidden {
    display: none !important;
  }
}
.is-hidden {
  display: none !important;
}
.w-full {
  width: 100%;
}
.version {
  position: fixed;
  right: 5px;
  bottom: 10px;
  color: #716e6e;
  background-color: #ccc;
  padding: 10px;
  box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -moz-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -webkit-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -o-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.backward {
  z-index: -1;
}
.text-align-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.justify-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-between,
.justify-center {
  display: -moz-flex;
  display: flex;
}
.flex-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.relative {
  position: relative;
}
.helvetica-neue-font {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.font-weight-bold {
  font-weight: 700;
}
.align-center {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.brightness {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
.btn-dark,
.btn-dark-tab,
.btn-download,
.btn-emails,
.btn-lang-contain,
.btn-light,
.btn-light-tab,
.btn-light-tab-active,
.btn-light-tab-disable,
.content_notice .notice-detail,
.flexible-card-container,
.img__financial-industry-content-left,
.label-related,
.menu-bottom-col-btn a,
.nav-sub-right,
.see-more .btn-see-more,
.sub-menu-header-list {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close-menu-sp,
.btn-dark-left,
.btn-dark-left-disable,
.btn-dark-right,
.btn-dark-right-disable,
.flexible-card-img,
.hero-bg,
.swiper-button-next,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev,
.swiper-button-prev.swiper-button-disabled {
  background-repeat: no-repeat;
  background-position: 50%;
}
.hero-bg {
  background-size: 100% 100%;
}
.title-page {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 83px;
}
.title-section {
  color: #222426;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (min-width: 1024px) {
  .title-section {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 54px;
  }
}
.title-card {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 42px;
}
.title-20-medium {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  color: #222426;
}
.title-16-bold {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.navbar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  height: 177px;
  overflow: visible;
  transition: all 0.6s;
}
@media screen and (max-width: 1023px) {
  .navbar {
    background-color: #fff;
    min-width: 80px;
    height: 100%;
  }
}
.navbar-contain {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .navbar-contain {
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding-top: 88px;
    padding-bottom: 88px;
    overflow-y: auto;
  }
}
.navbar-left {
  width: 160px;
  transition: all 0.6s;
  min-height: 113px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .navbar-left {
    align-self: center;
    width: 120px;
    margin-bottom: 40px;
  }
}
.navbar-left img {
  width: 100%;
  height: auto;
}
.navbar-left a {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.navbar-right {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .navbar-right {
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
}
.navbar-right__side {
  margin-bottom: 21px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .navbar-right__side {
    order: 2;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.navbar-top {
  border-bottom: 1px solid #e0e3e5;
  background-color: #fff;
}
.navbar-scroll {
  height: 96px;
  overflow: hidden;
}
.navbar-scroll .navbar-contain {
  padding-bottom: 24px;
  padding-top: 28px;
  transition: all 0.5s;
}
.navbar-scroll .navbar-right__side {
  margin-bottom: 0;
  transition: all 0.5s;
}
.navbar-scroll .navbar-left a {
  bottom: calc(100% - 40px);
}
.navbar-scroll .menu-header {
  height: 0;
  transition: all 0.4s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.navbar-scroll .menu-header li {
  opacity: 0;
  transition: all 0.4s;
}
.menu-header {
  margin: 0;
  list-style: none;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (max-width: 1023px) {
  .menu-header {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
}
.menu-header-list {
  margin: 0;
  display: block;
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .menu-header-list .w-haft {
    width: 50%;
  }
}
.menu-header-list a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  text-decoration: none;
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .menu-header-list a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.menu-header-list a:after {
  content: "";
  background-color: #d1c59c;
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.5s;
  bottom: -12px;
  left: 50%;
}
@media screen and (max-width: 1023px) {
  .menu-header-list a:after {
    width: 0;
    height: 0;
  }
}
.menu-header-list a.nuxt-link-exact-active {
  position: relative;
}
.menu-header-list a.nuxt-link-exact-active:after {
  content: "";
  background-color: #1e2022;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .menu-header-list a.nuxt-link-exact-active:after {
    width: 0;
    height: 0;
  }
}
.menu-header-list a.underline-hover:after {
  content: "";
  width: 100%;
  left: 0;
}
.menu-header-list:first-child {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .menu-header-list:not(:first-child) .font-black {
    font-weight: 900;
  }
}
@media screen and (max-width: 1023px) {
  .menu-header-list {
    padding: 16px 0;
    border-bottom: 1px solid #e0e3e5;
    height: 52px;
    max-height: 52px;
  }
  .menu-header-list ul {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu-header-list:hover .child-list-menu {
    display: block;
  }
}
.menu-header .menu-list-open {
  display: block;
  height: auto;
  max-height: 100vh;
}
.menu-header .menu-list-open ul {
  opacity: 1;
}
.sub-menu-header {
  padding-right: 24px;
  list-style: none;
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .sub-menu-header {
    padding: 0;
    width: 100%;
    flex-direction: column;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.sub-menu-header-icon {
  list-style: none;
  display: -moz-flex;
  display: flex;
  width: 100%;
}
.sub-menu-header-list {
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .sub-menu-header-list {
    margin-left: 0;
    padding: 6px 0;
    flex-direction: column;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .sub-menu-header-list.mb {
    margin-bottom: 10px;
  }
}
.sub-menu-header-list .btn-download {
  width: 128px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .sub-menu-header-list .btn-download {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.sub-menu-header-list .btn-emails {
  width: 159px;
}
.child-list-menu {
  transition: all 0.5s;
  background-color: #fff;
  width: 300px;
  position: absolute;
  list-style: none;
  display: none;
}
@media screen and (max-width: 1023px) {
  .child-list-menu {
    width: 100%;
    padding-left: 0;
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 0;
  }
}
.child-list-menu li {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .child-list-menu li:first-child {
    margin-top: 10px;
  }
}
.child-list-menu a {
  font-weight: 500;
}
.child-list-menu-active {
  max-height: 500px;
}
.nav-hamburger-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border: 0;
  z-index: 10;
  background-color: #fff;
}
.nav-hamburger-sp .sub-info-sp {
  margin: auto;
  height: auto;
}
.nav-hamburger-sp .sub-info-sp a {
  padding-left: 88px;
}
.nav-hamburger-sp .sub-info-sp img {
  width: 120px;
}
.nav-hamburger-sp .arrow-before:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojMWUyMDIyO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUtNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUgNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  left: 10px;
}
.nav-hamburger-sp .arrow-after:after,
.nav-hamburger-sp .arrow-before:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 25px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 25px;
}
.nav-hamburger-sp .arrow-after:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  right: 10px;
}
.nav-sub-container {
  background-color: #f0f2f5;
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
  display: -moz-flex;
  display: flex;
}
.sub-text-main {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.sub-text-main:hover {
  cursor: pointer;
  color: #828a90;
}
.sub-text-sup {
  font-size: 14px;
  font-size: 0.875rem;
  color: #828a90;
  padding-left: 32px;
}
.sub-text-content,
.sub-text-sup {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.sub-text-content {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222426;
}
.sub-bullet-before {
  position: relative;
  padding-left: 32px;
}
.sub-bullet-before:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  height: 30px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.nav-sub-menu {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.nav-sub-left {
  max-width: 300px;
}
.nav-sub-right {
  max-width: 840px;
  width: 100%;
}
.nav-sub-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 24px;
}
.nav-sub-list a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  text-decoration: none;
}
.nav-sub-list a:hover {
  color: #828a90;
}
.nav-sub-list li {
  padding: 14px;
  min-width: 50%;
}
.nav-sub-list-new-style {
  width: 100%;
}
.nav-sub-list-new-style li {
  min-width: 25%;
}
.nav-box-menu {
  background-color: #fff;
  padding: 16px;
  width: 50%;
  height: 100%;
}
.nav-box-menu:not(:last-child) {
  margin-right: 24px;
}
.nav-box-menu-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #bec5cc;
}
.nav-box-menu-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}
.nav-box-menu-title a:hover {
  color: #828a90;
}
.h-nav-before {
  position: relative;
}
.menu-mock-height {
  height: 177px;
}
@media screen and (max-width: 1023px) {
  .menu-mock-height {
    height: 80px;
  }
}
.menu-bottom-row-btn {
  margin: 16px -4px 48px;
  width: auto;
}
.menu-bottom-col-btn {
  padding-left: 4px;
  padding-right: 4px;
}
.menu-bottom-col-btn a {
  height: 48px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f0f2f5;
  margin: 0;
  background-color: #1e2022;
}
.menu-bottom-icon {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.menu-bottom-icon li {
  padding-left: 15px;
  padding-right: 15px;
}
.menu-bottom-icon a {
  display: block;
}
.menu-bottom-icon .icon-w-24 {
  width: 24px;
}
.menu-bottom-icon .icon-w-30 {
  width: 30px;
}
.menu-bottom-icon .icon-w-27 {
  width: 27px;
}
.menu-sub-list-sp {
  padding-left: 24px;
}
.menu-sub-list-sp-text,
.menu-sub-list-sp .text__child {
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}
.menu-sub-list-sp .text__child {
  font-weight: 400;
}
.menu-sub-list-sp.pt-16 {
  margin-top: 16px;
}
.btn-dark {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojZjBmMmY1O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAwbDUgNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAxMGw1LTUiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 30px;
  background-position: right 10px center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #1e2022;
  border: 3px solid #1e2022;
  transition: all 0.5s, border 1ms;
}
.btn-dark:focus {
  outline: 0;
}
.btn-dark:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-color: #fff;
  color: #1e2022;
}
.btn-dark-tab {
  padding: 10px 16px;
  height: 38px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #1e2022;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-dark-tab:focus {
  outline: 0;
}
.btn-dark-left,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojZjBmMmY1O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUtNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUgNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-position: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #1e2022;
  border: 0;
}
.btn-dark-left:focus,
.swiper-button-prev:focus {
  outline: 0;
}
.btn-dark-left:hover,
.swiper-button-prev:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojMWUyMDIyO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUtNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUgNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-color: #fff;
  border: 2px solid #1e2022;
}
.btn-dark-left-disable,
.swiper-button-prev.swiper-button-disabled {
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojZjBmMmY1O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUtNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMiA1bDUgNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-position: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #e0e3e5;
  border: 0;
  cursor: default;
}
.btn-dark-left-disable:focus,
.swiper-button-prev.swiper-button-disabled:focus {
  outline: 0;
}
.btn-dark-right,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojZjBmMmY1O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAwbDUgNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAxMGw1LTUiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-position: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #1e2022;
  border: 0;
}
.btn-dark-right:focus,
.swiper-button-next:focus {
  outline: 0;
}
.btn-dark-right:hover,
.swiper-button-next:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-color: #fff;
  border: 2px solid #1e2022;
}
.btn-dark-right-disable,
.swiper-button-next.swiper-button-disabled {
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDpub25lO3N0cm9rZTojZjBmMmY1O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlfTwvc3R5bGU+PGcgaWQ9Imljb25CdWxsZXQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSAxNSkiPjxwYXRoIGlkPSJSZWN0YW5nbGVfMTQzOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxNSA4KSIgZmlsbD0ibm9uZSIgZD0iTTctN2gxNnYzMEg3eiIvPjxnIGlkPSJHcm91cF8yMzc5NCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDEzLjUpIj48ZyBpZD0iR3JvdXBfMjM4NDMiPjxwYXRoIGlkPSJMaW5lXzIiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAwbDUgNSIvPjxwYXRoIGlkPSJMaW5lXzMiIGNsYXNzPSJzdDEiIGQ9Ik0tMSAxMGw1LTUiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-position: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #e0e3e5;
  border: 0;
  cursor: default;
}
.btn-dark-right-disable:focus,
.swiper-button-next.swiper-button-disabled:focus {
  outline: 0;
}
.btn-light {
  color: #1e2022;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 16px 30px;
  background-position: right 10px center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  border: 3 solid #1e2022;
}
.btn-light:focus {
  outline: 0;
}
.btn-light-tab-active,
.btn-light-tab-disable {
  padding: 10px 16px;
  height: 38px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f0f2f5;
  background-color: #1e2022;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-light-tab-active:focus,
.btn-light-tab-disable:focus {
  outline: 0;
}
.btn-light-tab {
  padding: 10px 16px;
  height: 38px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e2022;
  background-color: #e0e3e5;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-light-tab:focus {
  outline: 0;
}
.btn-light-tab:hover {
  background-color: #1e2022;
  color: #f0f2f5;
}
.btn-lang-contain {
  position: relative;
  height: 24px;
}
.btn-lang-contain .lang-active {
  width: 32px;
  height: 24px;
  background-color: #1e2022;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  z-index: 0;
  margin-right: -4px;
}
.btn-lang-contain .lang-active.white {
  background-color: #fff;
}
.btn-lang-contain .lang-active-left {
  right: 30px;
}
@media screen and (max-width: 320px) {
  .btn-lang-contain .lang-active-left {
    right: 26px;
  }
}
.btn-lang-contain .lang-active-right {
  right: 0;
}
.btn-lang-contain:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI0NSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDYiIGQ9Ik0xMS45OSAyQTEwIDEwIDAgMTAyMiAxMiAxMCAxMCAwIDAwMTEuOTkgMnptNi45MyA2aC0yLjk1YTE1LjY0OSAxNS42NDkgMCAwMC0xLjM4LTMuNTZBOC4wMyA4LjAzIDAgMDExOC45MiA4ek0xMiA0LjA0QTE0LjA4NyAxNC4wODcgMCAwMTEzLjkxIDhoLTMuODJBMTQuMDg3IDE0LjA4NyAwIDAxMTIgNC4wNHpNNC4yNiAxNGE3LjgyMiA3LjgyMiAwIDAxMC00aDMuMzhhMTYuNTE1IDE2LjUxNSAwIDAwLS4xNCAyIDE2LjUxNSAxNi41MTUgMCAwMC4xNCAyem0uODIgMmgyLjk1YTE1LjY0OSAxNS42NDkgMCAwMDEuMzggMy41NkE3Ljk4NyA3Ljk4NyAwIDAxNS4wOCAxNnptMi45NS04SDUuMDhhNy45ODcgNy45ODcgMCAwMTQuMzMtMy41NkExNS42NDkgMTUuNjQ5IDAgMDA4LjAzIDh6TTEyIDE5Ljk2QTE0LjA4NyAxNC4wODcgMCAwMTEwLjA5IDE2aDMuODJBMTQuMDg3IDE0LjA4NyAwIDAxMTIgMTkuOTZ6TTE0LjM0IDE0SDkuNjZhMTQuNzEzIDE0LjcxMyAwIDAxLS4xNi0yIDE0LjU4NSAxNC41ODUgMCAwMS4xNi0yaDQuNjhhMTQuNTg1IDE0LjU4NSAwIDAxLjE2IDIgMTQuNzEzIDE0LjcxMyAwIDAxLS4xNiAyem0uMjUgNS41NkExNS42NDkgMTUuNjQ5IDAgMDAxNS45NyAxNmgyLjk1YTguMDMgOC4wMyAwIDAxLTQuMzMgMy41NnpNMTYuMzYgMTRhMTYuNTE1IDE2LjUxNSAwIDAwLjE0LTIgMTYuNTE1IDE2LjUxNSAwIDAwLS4xNC0yaDMuMzhhNy44MjIgNy44MjIgMCAwMTAgNHoiLz48L3N2Zz4=);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.btn-lang-contain.white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI0NSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDYiIGQ9Ik0xMS45OSAyQTEwIDEwIDAgMTAyMiAxMiAxMCAxMCAwIDAwMTEuOTkgMnptNi45MyA2aC0yLjk1YTE1LjY0OSAxNS42NDkgMCAwMC0xLjM4LTMuNTZBOC4wMyA4LjAzIDAgMDExOC45MiA4ek0xMiA0LjA0QTE0LjA4NyAxNC4wODcgMCAwMTEzLjkxIDhoLTMuODJBMTQuMDg3IDE0LjA4NyAwIDAxMTIgNC4wNHpNNC4yNiAxNGE3LjgyMiA3LjgyMiAwIDAxMC00aDMuMzhhMTYuNTE1IDE2LjUxNSAwIDAwLS4xNCAyIDE2LjUxNSAxNi41MTUgMCAwMC4xNCAyem0uODIgMmgyLjk1YTE1LjY0OSAxNS42NDkgMCAwMDEuMzggMy41NkE3Ljk4NyA3Ljk4NyAwIDAxNS4wOCAxNnptMi45NS04SDUuMDhhNy45ODcgNy45ODcgMCAwMTQuMzMtMy41NkExNS42NDkgMTUuNjQ5IDAgMDA4LjAzIDh6TTEyIDE5Ljk2QTE0LjA4NyAxNC4wODcgMCAwMTEwLjA5IDE2aDMuODJBMTQuMDg3IDE0LjA4NyAwIDAxMTIgMTkuOTZ6TTE0LjM0IDE0SDkuNjZhMTQuNzEzIDE0LjcxMyAwIDAxLS4xNi0yIDE0LjU4NSAxNC41ODUgMCAwMS4xNi0yaDQuNjhhMTQuNTg1IDE0LjU4NSAwIDAxLjE2IDIgMTQuNzEzIDE0LjcxMyAwIDAxLS4xNiAyem0uMjUgNS41NkExNS42NDkgMTUuNjQ5IDAgMDAxNS45NyAxNmgyLjk1YTguMDMgOC4wMyAwIDAxLTQuMzMgMy41NnpNMTYuMzYgMTRhMTYuNTE1IDE2LjUxNSAwIDAwLjE0LTIgMTYuNTE1IDE2LjUxNSAwIDAwLS4xNC0yaDMuMzhhNy44MjIgNy44MjIgMCAwMTAgNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.btn-lang {
  transition: all 1s;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 1;
}
.btn-lang:not(:first-child) {
  margin-left: 15px;
}
.btn-lang:first-child {
  margin-left: 10px;
}
.btn-lang-normal {
  color: #1e2022;
}
.btn-lang-active,
.btn-lang-normal.white {
  color: #fff;
}
.btn-lang-active.white {
  background-color: #fff;
  color: #1e2022;
}
.btn-close-menu-sp {
  width: 100%;
  height: 64px;
  background-size: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACKUExURUdwTO/y9f////Dy9f////T09PHx//////Ly+fDy9fDx9PDy9PDx9ff39+/x9e/39/Dx9fD///Dx9fD19fDx9PDy9PHy9/Hy9fDy9fDy9fDy9PDx9fDx9fPz+e/y9PT09O/y9fDx9PDy9fDy9vPz/+/z9P////Dx9e/y9fDx9O/x9fDy9PDy9fDy9KPPgRoAAAAsdFJOUwDDB64EFxIMKOe62M0f4CDPEd8y7b7Utejp2d7OKdIYxLysiRWQDbjF7oOMh8UUhAAAAI5JREFUGNNdztkWgjAMBNCI1RZcAAF3RXHX8f9/z9KiJs3TnPswGdpVNYkrblc6YD8U9sCFJlOMmRYl7pqkmhKJbgNTEyOJfPwpM6sjp8KIBq0G5nS+DMzqBqgCI7PCe6sDi7FYo6cD6yvby9WZ+/bX1JvQdNaZ1axTZkS5V2FfPaJRfIjVF51PSk7On9EHLqgNJxGh9MsAAAAASUVORK5CYII=);
  background-position: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #1e2022;
}
.btn-close-menu-sp:focus {
  outline: 0;
}
.btn-hamburger-contain {
  width: 88px;
  height: 80px;
}
.btn-hamburger-sp {
  background-size: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASAQMAAAB/11zgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTB4gIsl2b20AAAABdFJOUwBA5thmAAAAFElEQVQI12P4////AQYwgR+QrA4A9BQWb40ID4EAAAAASUVORK5CYII=);
  background-position: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.btn-hamburger-sp.is-close {
  opacity: 0;
  width: 0;
  height: 0;
}
.btn-close-sp {
  background-size: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUdwTB0fIgAkJB0fIgAAABYhIRwcHBUVFRogIB4gIR0gIR4gIR4fIhkhIR4gIRggIB4gIR4eHh4gIRofHx0fIR0fIB0fIBwfIBwfIRweIBwgIR4gIR4gIR4fIh0gIhkfHx4fIhUgIB4gIh4fIR4fIhgYGB4fIh0gIRwgIh4fIRQUFB0fIR0fIR4gIh0gIR0fIfXSvAcAAAAtdFJOUwDDB64EFxIMKOe62M0f4CDPEd8y7d7Uvs612enovtIpxBiJrLwVxbiQ7g2Mg4uyv6IAAACPSURBVBjTXc7ZFoIwDATQiNUWXBDBfd8VHP3/v7O0qEnzNOc+TIZ2mwOJy28l7bHtCnvgToMh+kzzAldNUk2BRNeBqYmRRD7+lJnVnlNhRJ1aA3M6XQdmdfLCLDAyK7znOrAYiyVaOrC2sr1cnblvf029CU3HjVkdNcqMKPMq7KtnnBQfYrWiy1HJydkz+gBqHA1k1NpOcQAAAABJRU5ErkJggg==);
  background-position: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.btn-close-sp.is-close {
  opacity: 0;
  width: 0;
  height: 0;
}
.btn-emails {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI1NiIgZD0iTTAgMGgyMHYyMEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNTciIGQ9Ik0xNi45MzMgMi42NjdIMy4wNjZBMS43ODQgMS43ODQgMCAwMDEuMzQyIDQuNWwtLjAwOSAxMWExLjc5MSAxLjc5MSAwIDAwMS43MzMgMS44MzNoMTMuODY3YTEuNzkxIDEuNzkxIDAgMDAxLjczMy0xLjgzM3YtMTFhMS43OTEgMS43OTEgMCAwMC0xLjczMy0xLjgzM3ptMCAzLjY2N0wxMCAxMC45MTcgMy4wNjYgNi4zMzRWNC41bDYuOTMzIDQuNTgzTDE2LjkzMyA0LjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 16px center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0 40px;
  border: 0;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #1e2022;
}
.btn-emails:focus {
  outline: 0;
}
.btn-emails:hover {
  color: #1e2022;
  background-color: #fff;
  border: 2px solid #1e2022;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI1NiIgZD0iTTAgMGgyMHYyMEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNTciIGQ9Ik0xNi45MzMgMi42NjdIMy4wNjZBMS43ODQgMS43ODQgMCAwMDEuMzQyIDQuNWwtLjAwOSAxMWExLjc5MSAxLjc5MSAwIDAwMS43MzMgMS44MzNoMTMuODY3YTEuNzkxIDEuNzkxIDAgMDAxLjczMy0xLjgzM3YtMTFhMS43OTEgMS43OTEgMCAwMC0xLjczMy0xLjgzM3ptMCAzLjY2N0wxMCAxMC45MTcgMy4wNjYgNi4zMzRWNC41bDYuOTMzIDQuNTgzTDE2LjkzMyA0LjV6IiBmaWxsPSIjMWUyMDIyIi8+PC9zdmc+);
}
.btn-download {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDk2MjMiIGQ9Ik0wIDBoMjB2MjBIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggOTYyNCIgZD0iTTEzLjMzMyAxMC44MzNoLTIuNVYyLjVIOS4xNjZ2OC4zMzNoLTIuNWwzLjMzMyAzLjMzM3ptLTEwIDVWMTcuNWgxMy4zMzN2LTEuNjY3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 16px center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0 40px;
  border: 0;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #1e2022;
}
.btn-download:focus {
  outline: 0;
}
.btn-download:hover {
  color: #1e2022;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDk2MjMiIGQ9Ik0wIDBoMjB2MjBIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggOTYyNCIgZD0iTTEzLjMzMyAxMC44MzNoLTIuNVYyLjVIOS4xNjZ2OC4zMzNoLTIuNWwzLjMzMyAzLjMzM3ptLTEwIDVWMTcuNWgxMy4zMzN2LTEuNjY3eiIgZmlsbD0iIzFlMjAyMiIvPjwvc3ZnPg==);
}
.btn-bullet-primary,
.btn-download:hover {
  background-color: #fff;
  border: 2px solid #1e2022;
}
.btn-bullet-primary {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  color: #222426;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4xMjEiIGhlaWdodD0iNy4xMjEiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMjM3OTQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMjM4NDMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFlMjAyMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLXdpZHRoPSIxLjUiPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAyIiBkPSJNMTEuMDYxIDEuMDYxbC01IDUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMyIgZD0iTTEuMDYxIDEuMDYxbDUgNSIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  width: 100%;
  height: 88px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 40px 0 20px;
  cursor: pointer;
  text-align: left;
  transition: all 0.5s;
}
.btn-bullet-primary:focus {
  outline: 0;
}
.btn-bullet-primary:hover {
  color: #828a90;
  border-color: #828a90;
}
.text-bullet-before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
.text-bullet-before:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTMiIGQ9Ik0wIDZoNmwtNiA2eiIgZmlsbD0iIzgyOGE5MCIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxNCIgZD0iTTAgNmg2TDAgMHoiIGZpbGw9IiNiZWM1Y2MiLz48L3N2Zz4=);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  width: 6px;
  height: 12px;
  top: 9px;
  left: 0;
}
.text-medium {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text-medium {
    font-size: 32px;
    font-size: 2rem;
  }
}
.text-medium-sub {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text-medium-sub {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.text-medium-sub-white {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text-medium-sub-white {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.text-large {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
}
.text-large,
.text-normal {
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.text-normal {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .text-normal {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222426;
    margin: 0;
  }
}
.text-medium-white {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1023px) {
  .text-medium-white {
    font-size: 32px;
    font-size: 2rem;
  }
}
.text-bold-sm {
  font-size: 14px;
  font-size: 0.875rem;
}
.text-bold-lg,
.text-bold-sm {
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.text-bold-lg {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-regular-normal {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}
.text-regular {
  color: #222426;
}
.text-regular,
.text-regular__white {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.text-regular__white {
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .text-bold-lg {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222426;
    margin: 0;
  }
  .text-regular__white {
    font-size: 18px;
    line-height: 1.5;
  }
}
.text-regular-lg {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.text-bold__gray {
  font-size: 16px;
  font-size: 1rem;
  color: #9ba1a8;
}
.text-bold__gray,
.text-small__gray {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.text-small__gray {
  font-size: 14px;
  font-size: 0.875rem;
  color: #828a90;
}
.text-small__error {
  color: #e35257;
}
.text-open-new-tab,
.text-small__error {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.text-open-new-tab {
  text-decoration: none;
  color: #1e2022;
  position: relative;
}
.text-open-new-tab:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 24px);
  left: 0;
  bottom: 0;
  background-color: #1e2022;
}
.text-open-new-tab-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI0MyIgZD0iTTAgMGgxNnYxNkgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDQiIGQ9Ik0xMi42NjcgMTIuNjY3SDMuMzMzVjMuMzMzSDhWMkgzLjMzM0ExLjMzMyAxLjMzMyAwIDAwMiAzLjMzM3Y5LjMzM0ExLjMzMyAxLjMzMyAwIDAwMy4zMzMgMTRoOS4zMzNBMS4zMzcgMS4zMzcgMCAwMDE0IDEyLjY2N1Y4aC0xLjMzM3pNOS4zMzMgMnYxLjMzM2gyLjM5M0w1LjE3MyA5Ljg4N2wuOTQuOTQgNi41NTMtNi41NTN2Mi4zOTNIMTRWMnoiIGZpbGw9IiNmMGYyZjUiLz48L3N2Zz4=);
}
.icon-open-new-tag,
.text-open-new-tab-white {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 100%;
  padding-right: 24px;
}
.icon-open-new-tag {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI0MyIgZD0iTTAgMGgxNnYxNkgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDQiIGQ9Ik0xMi42NjcgMTIuNjY3SDMuMzMzVjMuMzMzSDhWMkgzLjMzM0ExLjMzMyAxLjMzMyAwIDAwMiAzLjMzM3Y5LjMzM0ExLjMzMyAxLjMzMyAwIDAwMy4zMzMgMTRoOS4zMzNBMS4zMzcgMS4zMzcgMCAwMDE0IDEyLjY2N1Y4aC0xLjMzM3pNOS4zMzMgMnYxLjMzM2gyLjM5M0w1LjE3MyA5Ljg4N2wuOTQuOTQgMy41NS0zLjU1IDMtM3YyLjM5SDE0VjJ6IiBmaWxsPSIjMWUyMDIyIi8+PC9zdmc+);
}
.icon-arrow-primary {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 100%;
  padding-right: 24px;
}
.card-tag {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  padding-left: 17px;
  position: relative;
  color: #1e2022;
}
img.tag-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZD0iTTAgMS42YzAtLjMuMS0uNi4zLS44cy41LS4zLjgtLjNoNC44Yy4zIDAgLjYuMS44LjNsNSA1Yy4yLjIuMy41LjMuOHMtLjEuNi0uMy44bC00LjggNC44Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNsLTUtNUMuMSA3IDAgNi43IDAgNi40VjEuNnptMS44LjdjLS4yLjItLjMuNS0uMy44cy4xLjYuMy44LjUuMy44LjMuNi0uMS44LS4zLjMtLjUuMy0uOC0uMS0uNi0uMy0uOC0uNS0uMy0uOC0uMy0uNi4xLS44LjN6IiBmaWxsPSIjMWUyMDIyIi8+PC9zdmc+);
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 12px;
  height: 13px;
  left: 0;
  bottom: 2px;
  position: absolute;
}
.paragraph,
.paragraph-white {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.85px;
}
.paragraph {
  color: #222426;
}
.paragraph--lv7 {
  color: #1e2022;
}
.paragraph-white {
  color: #fff;
}
.text-white-tag {
  font-size: 14px;
  font-size: 0.875rem;
}
.text-white-main,
.text-white-tag {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
.text-white-main {
  letter-spacing: 3px;
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .text-white-main {
    letter-spacing: 0.8px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .text-white-main.font-size-32 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.text-white-sub {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text-white-sub {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.text-white-regular-sm {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  line-height: 2;
}
.text-underline {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 32px;
}
.text-underline:after {
  content: "";
  background-color: #d1c59c;
  width: 36px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-bold-primary {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.text-headline {
  position: relative;
  padding-left: 40px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.text-headline:before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #1e2022;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
@media screen and (max-width: 1023px) {
  .text-headline {
    padding-left: 24px;
  }
  .text-headline:before {
    width: 12px;
  }
}
.paragraph-underline-primary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}
.paragraph-underline-primary:after {
  content: "";
  background-color: #1e2022;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
}
.text-light-sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #d1c59c;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text-light-sm {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.title-center {
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .title-center {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.title-center__gray {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #9ba1a8;
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .title-center__gray {
    font-size: 16px;
    font-size: 1rem;
  }
}
.title-center__main {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .title-center__main {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.text-more-banner {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 6px 0 0;
}
@media screen and (max-width: 1023px) {
  .text-more-banner {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.text-left {
  text-align: left;
}
.footer {
  background-color: #1e2022;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 64px;
  outline: 2px solid #1e2022;
}
/* @media screen and (min-width: 1024px) {
  .footer {
    padding-top: 72px;
    padding-bottom: 80px;
  }
} */
.footer .footer-links-row {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .footer .footer-links-row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.footer .footer-links-row a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-links-row a:hover {
  text-decoration: underline;
}
.footer .footer-links-row .col {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .footer .footer-links-row .col {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 34px;
  }
}
.footer .footer-links-row .col .featured-link {
  margin-bottom: 16px;
}
.footer .footer-links-row .col .featured-link.mt-16 {
  margin-top: 16px;
}
.footer .footer-links-row .col .featured-link.mb-8 {
  margin-bottom: 8px;
}
.footer .footer-links-row .col .featured-link:last-child {
  margin-bottom: 0;
}
.footer .footer-links-row .col .regular-link {
  font-weight: 400;
}
.footer .footer-links-row .col-0 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer .footer-links-row .col-0 {
    text-align: left;
  }
}
.footer .footer-links-row .col-0 .FITAT-white-logo {
  width: 120px;
  height: 30px;
  margin-bottom: 70.5px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-links-row .col-0 .FITAT-white-logo {
    width: 200px;
    height: 50px;
    margin-bottom: 25px;
  }
}
.footer .footer-links-row .col-0 .language-footer {
  display: -moz-flex;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .footer .footer-links-row .col-0 {
    margin-right: 100px;
  }
  .footer .footer-links-row .col-1,
  .footer .footer-links-row .col-2 {
    margin-right: 80px;
  }
}
.footer .copyright-row {
  font-size: 14px;
  font-size: 0.875rem;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .copyright-row {
    align-items: center;
  }
}
.footer .copyright-row .social-icons {
  width: 176px;
  height: 22px;
  display: none;
  justify-content: space-around;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .footer .copyright-row .social-icons {
    margin-top: 0;
  }
}
.footer .copyright-row .social-icons img {
  height: 100%;
  width: auto;
}
.footer .copyright-row a {
  max-width: 25px;
  margin-right: 15px;
}
.footer .copyright-row .copy-right-text {
  color: #9ba1a8;
  font-weight: 700;
}
.card {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  width: 384px;
  margin-top: 24px;
  margin-right: 24px;
}
.card:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .card {
    width: 340px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .card {
    width: 312px;
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .card {
    width: 256px;
    margin-right: 0;
  }
}
.card-img {
  background-color: #1e2022;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.card-category {
  display: -moz-flex;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #33363b;
  color: #fff;
  padding-left: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 32px;
}
.card-category .category-icon {
  width: 12px;
  height: 13px;
  margin-right: 8px;
}
.card-content {
  padding: 24px;
  background-color: #fff;
  height: 195px;
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .card-content {
    height: auto;
  }
}
.card-content .card-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 0.45px;
  height: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1e2022;
}
.card-content .card-date {
  margin-top: 16px;
  color: #828a90;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 700;
}
.flexible-card-container {
  width: 100%;
  flex-direction: column;
}
.flexible-card-img {
  width: 588px;
  height: 360px;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .flexible-card-img {
    width: 100%;
    height: 230px;
  }
}
.flexible-card-contain_content {
  background-color: #fff;
  padding: 32px;
  min-height: 210px;
  margin-top: -137px;
  position: relative;
  width: calc(100% - 84px);
}
.flexible-card-contain_content:after {
  content: "";
  background-color: #d1c59c;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 35px;
}
@media screen and (max-width: 1023px) {
  .flexible-card-contain_content {
    padding: 24px 24px 32px 32px;
    width: calc(100% - 64px);
    margin-top: -27px;
  }
  .flexible-card-contain_content:after {
    top: 27px;
  }
}
.flexible-card-contain-title {
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .flexible-card-contain-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.card__hero_corporate {
  background-color: #fff;
  padding: 24px 32px;
  min-height: 200px;
  position: relative;
  color: #1e2022;
  text-align: left;
  cursor: pointer;
}
.card__hero_corporate:after {
  content: "";
  background-color: #d1c59c;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 35px;
}
.card__hero_corporate:hover p {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .card__hero_corporate {
    min-height: auto;
    padding-right: 24px;
  }
}
.card__hero_corporate .paragraph {
  color: #1e2022;
}
.card__related_page {
  background-color: #fff;
  height: 100%;
  min-height: 88px;
  position: relative;
  color: #1e2022;
  text-align: left;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.card__related_page:after {
  content: "";
  background-color: #d1c59c;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.card__related_page p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.card__related_page:hover p {
  opacity: 0.5;
}
.blog-card {
  cursor: pointer;
  width: 320px;
  min-height: 352px;
}
@media screen and (max-width: 1023px) {
  .blog-card {
    width: 312px;
  }
}
@media screen and (max-width: 320px) {
  .blog-card {
    width: 260px;
  }
}
.blog-card-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1023px) {
  .blog-card-img {
    height: 176px;
  }
}
.blog-card-content {
  background-color: #fff;
  padding: 24px;
}
.blog-card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 8px;
}
.blog-card-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 11px;
}
.icon-ques-header {
  width: 32px;
  height: auto;
}
.icon-menu-drop-down {
  width: 50%;
  position: absolute;
  right: 0;
  top: 23px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.icon-menu-drop-down img {
  width: 10px;
  height: auto;
}
.icon-expand {
  width: 30px;
  height: 16px;
}
.icon-tag-white {
  position: relative;
  padding-left: 18px;
}
.icon-tag-white:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZD0iTTAgMS42YzAtLjMuMS0uNi4zLS44cy41LS4zLjgtLjNoNC44Yy4zIDAgLjYuMS44LjNsNSA1Yy4yLjIuMy41LjMuOHMtLjEuNi0uMy44bC00LjggNC44Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNsLTUtNUMuMSA3IDAgNi43IDAgNi40VjEuNnptMS44LjdjLS4yLjItLjMuNS0uMy44cy4xLjYuMy44LjUuMy44LjMuNi0uMS44LS4zLjMtLjUuMy0uOC0uMS0uNi0uMy0uOC0uNS0uMy0uOC0uMy0uNi4xLS44LjN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 13px;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 32px;
  }
}
.breadcrumb a {
  color: #1e2022;
  text-decoration: none;
}
.breadcrumb .active-item {
  color: #9ca1a7;
}
.breadcrumb .breadcrumb-item {
  position: relative;
}
.breadcrumb .breadcrumb-item:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjEyMSIgaGVpZ2h0PSI5LjQxNCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE4IiBkPSJNLjcwNy43MDdsNCA0LTQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOWNhMWE3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
  margin-left: 32px;
  margin-right: 32px;
}
.breadcrumb .breadcrumb-item.breadcrumb_home {
  padding-left: 19px;
}
.breadcrumb .breadcrumb-item.breadcrumb_home:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS44NSIgaGVpZ2h0PSIxNS4wNDQiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCA1OSIgZD0iTTEzLjQxMSA1Ljc4NmwtMi4xNDUtMi4yNjEtMS43MDMtMS43OTFMNy45MjggMCAwIDguMzU3bDEuMTc0IDEuMjM3IDEuMDUzLTEuMTF2Ni41NmgxMS40di02LjU2bDEuMDUzIDEuMTExIDEuMTc0LTEuMjM4em0tLjc3NiA4LjIxNmgtMy4zNlYxMC4xMWgtMi43djMuODkxaC0zLjM2VjcuNDQzbDQuNzEzLTQuOTY3IDQuNzA3IDQuOTY1djYuNTZ6IiBmaWxsPSIjMWUyMDIyIi8+PC9zdmc+);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.breadcrumb .breadcrumb-item:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb .mb-breadcrumb-row {
  margin-top: 24px;
}
.breadcrumb .mb-breadcrumb-row span {
  line-height: 25px;
}
.breadcrumb .mb-breadcrumb-row .breadcrumb-item:first-child:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjEyMSIgaGVpZ2h0PSI5LjQxNCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE4IiBkPSJNLjcwNy43MDdsNCA0LTQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOWNhMWE3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
  margin-left: 0;
  margin-right: 32px;
}
.footer-item {
  border-bottom: 1px solid #707070;
}
.footer-item .footer-item-main {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  height: 52px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .footer-item .footer-item-main {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 34px;
  }
}
.footer-item ul.footer-sub-items {
  padding-left: 24px;
}
.footer-item ul.footer-sub-items li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 44px;
}
.banner-container {
  overflow: hidden;
  position: relative;
}
.banner-theme {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 300px;
  top: 177px;
  left: 0;
  background-color: #fff;
  will-change: transform;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .banner-theme {
    top: 80px;
  }
}
@supports (-ms-ime-align: auto) {
  .banner-theme {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .banner-theme {
    position: absolute;
    top: 0;
  }
}
.banner-content {
  padding-top: 62px;
  padding-bottom: 77px;
}
@media screen and (max-width: 1023px) {
  .banner-content {
    padding-top: 24px;
    padding-bottom: 32px;
    min-height: 128px;
  }
}
.banner-content-center {
  display: -moz-flex;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 260px;
}
@media screen and (max-width: 1023px) {
  .banner-content-center {
    min-height: 128px;
  }
  .banner-content-center p {
    padding: 0;
  }
}
.banner-content-center:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.banner-content-text-center {
  padding-bottom: 12px;
}
.banner-bg-securities {
  background-image: url(/_nuxt/img/banner_securities.317da6e.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-securities {
    background-image: url(/_nuxt/img/banner_securities_sp.37c6295.jpg);
  }
}
.banner-bg-inspire {
  background-image: url(/_nuxt/img/banner_inspire.20d8f27.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-inspire {
    background-image: url(/_nuxt/img/banner_inspire_sp.9c0717f.jpg);
  }
}
.banner-bg-lead_head {
  background-image: url(/_nuxt/img/banner_lead_header.90d8b79.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-lead_head {
    background-position: top;
    background-image: url(/_nuxt/img/banner_lead_header_sp.f452861.jpg);
  }
}
.banner-bg-cv-lead {
  background-image: url(/_nuxt/img/banner_cv_header.e4837df.png);
}
@media screen and (max-width: 1023px) {
  .banner-bg-cv-lead {
    background-image: url(/_nuxt/img/banner_cv_header_sp.278b61d.png);
  }
}
.banner-bg-service-develop {
  background-image: url(/_nuxt/img/banner_service_develop_header.ef5b3b5.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-service-develop {
    background-image: url(/_nuxt/img/banner_service_develop_header_sp.aab3d93.png);
  }
}
.banner-bg-corporate-about {
  background-image: url(/_nuxt/img/banner_about_header.c53750f.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-corporate-about {
    background-image: url(/_nuxt/img/banner_corporate_bg_sp.bad2a1c.jpg);
  }
}
.banner-bg-corporate-member {
  background-image: url(/_nuxt/img/banner_corporate_member.2e3da73.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-corporate-member {
    background-image: url(/_nuxt/img/banner_corporate_member_sp.2342b6d.jpg);
  }
}
.banner-bg-news {
  background-image: url(/_nuxt/img/banner_news.059b343.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-bg-news {
    background-image: url(/_nuxt/img/banner_news_sp.a6bee4a.jpg);
  }
}
.banner-content-center {
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  min-height: auto;
  height: 240px;
}
.banner-content-center:after {
  min-height: auto;
}
@media screen and (max-width: 1023px) {
  .banner-content-center {
    height: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .text-white-sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
.banner-solution-theme {
  height: 327px;
}
.banner-solution-theme:before {
  content: "";
  height: 327px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 177px;
  left: 0;
  background-color: #fff;
  will-change: transform;
  z-index: -1;
  background-image: url(/_nuxt/img/banner_solution_theme.bd7ecd0.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-solution-theme {
    height: 464px;
  }
  .banner-solution-theme:before {
    height: 464px;
    background-image: url(/_nuxt/img/banner_solution_theme_sp.58c0fa5.jpg);
    top: 80px;
  }
  .banner-solution-theme .text-white-main {
    font-size: 32px;
    font-size: 2rem;
  }
}
@supports (-ms-ime-align: auto) {
  .banner-solution-theme:before {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .banner-solution-theme:before {
    position: absolute;
    top: 0;
  }
}
.banner-solution-industry {
  height: 327px;
}
.banner-solution-industry:before {
  content: "";
  height: 327px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 177px;
  left: 0;
  background-color: #fff;
  will-change: transform;
  z-index: -1;
  background-image: url(/_nuxt/img/banner_solution_industry.91d0b54.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-solution-industry {
    height: 464px;
  }
  .banner-solution-industry:before {
    height: 464px;
    background-image: url(/_nuxt/img/banner_solution_industry_sp.a5b42aa.jpg);
    top: 80px;
  }
  .banner-solution-industry .text-white-main {
    font-size: 32px;
    font-size: 2rem;
  }
}
@supports (-ms-ime-align: auto) {
  .banner-solution-industry:before {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .banner-solution-industry:before {
    position: absolute;
    top: 0;
  }
}
.banner-content__ver2 {
  padding-top: 62px;
  padding-bottom: 77px;
}
@media screen and (max-width: 1023px) {
  .banner-content__ver2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banner-solution-data-analysis {
  background-image: url(/_nuxt/img/banner_solution_data_analysis.0340139.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-solution-data-analysis {
    background-image: url(/_nuxt/img/banner_solution_data_analysis_sp.95eea99.jpg);
  }
}
.banner-solution-service-enhance {
  background-image: url(/_nuxt/img/banner_service_enhance.5d0ee1b.jpg);
}
@media screen and (max-width: 1023px) {
  .banner-solution-service-enhance {
    background-image: url(/_nuxt/img/banner_cv_header_sp.278b61d.png);
  }
}
.row-gutter-12 {
  margin-left: -12px;
  margin-right: -12px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .row-gutter-12 {
    margin-left: 0;
    margin-right: 0;
  }
}
.col-gutter-12 {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .col-gutter-12 {
    padding: 0;
  }
  .col-gutter-12:not(:last-child) {
    margin-bottom: 16px;
  }
}
.row-news {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .row-news {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.row-news .swiper-slide {
  width: auto;
}
.row-news .swiper-slide:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .row-news .swiper-button-next {
    right: calc((100% - 1200px) / 2);
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .row-news .swiper-button-prev {
    right: auto;
    left: calc((100% - 1200px) / 2);
  }
}
.row-news .card {
  width: 320px;
  max-width: 350px;
}
@media screen and (max-width: 1023px) {
  .row-news .card {
    width: calc(100vw - 64px);
  }
}
.solution-card {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: inherit;
  min-width: 282px;
}
@media screen and (min-width: 1024px) {
  .solution-card {
    width: 282px;
    margin-right: 24px;
  }
  .solution-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .solution-card {
    min-width: 250px;
    width: 250px;
  }
}
.solution-card:hover {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
.solution-card:hover p {
  opacity: 0.5;
}
.solution-card .solution-card-img {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.solution-card .solution-card-content {
  flex-grow: 1;
  padding: 24px 24px 25px;
  background-color: #fff;
  max-height: 161px;
}
.solution-card .solution-card-content .solution-card-description {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.hor-solution-card {
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  margin-right: 24px;
  height: 167px;
}
@media screen and (min-width: 1024px) {
  .hor-solution-card:last-child {
    margin-right: 0;
  }
}
.hor-solution-card:hover {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
.hor-solution-card:hover p {
  opacity: 0.5;
}
.hor-solution-card .hor-solution-card-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  max-width: 294px;
  width: 100%;
  height: 100%;
}
.hor-solution-card .hor-solution-card-content {
  flex-grow: 1;
  padding-top: 28px;
  padding-left: 24px;
  padding-right: 32px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1050px) and (min-width: 1024px) {
  .hor-solution-card .hor-solution-card-content {
    padding-top: 10px;
  }
}
.hor-solution-card .hor-solution-card-content .hor-solution-card-description {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.hor-solution-card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .hor-solution-card-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.expand-info-bg {
  background-image: url(/_nuxt/img/contact_mb_bg.c135b11.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .expand-info-bg {
    background-image: url(/_nuxt/img/contact_pc_bg.e14b5f3.png);
  }
}
.expand-info-bg .expand-info-sec {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.expand-info-bg .expand-info-sec .title-area {
  padding-top: 40px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .expand-info-bg .expand-info-sec .title-area {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .expand-info-bg .expand-info-sec .title-area {
    padding-top: 60px;
  }
}
.expand-info-bg .expand-info-sec .expand-info-cards {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .expand-info-bg .expand-info-sec .expand-info-cards {
    flex-direction: row;
  }
}
.expand-info-bg .expand-info-sec .expand-info-cards .expand-info-card {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e3e5;
  width: 312px;
  padding-top: 32px;
  padding-bottom: 40px;
  margin-top: 16px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .expand-info-bg .expand-info-sec .expand-info-cards .expand-info-card {
    margin-right: 24px;
    margin-top: 0;
    width: 384px;
  }
}
@media screen and (max-width: 320px) {
  .expand-info-bg .expand-info-sec .expand-info-cards .expand-info-card {
    width: 256px;
  }
}
.expand-info-bg
  .expand-info-sec
  .expand-info-cards
  .expand-info-card:last-child {
  margin-right: 0;
}
.expand-info-bg
  .expand-info-sec
  .expand-info-cards
  .expand-info-card:first-child {
  margin-top: 0;
}
.expand-info-bg
  .expand-info-sec
  .expand-info-cards
  .expand-info-card
  .expand-info-card-paragraph {
  margin-top: 16px;
}
.expand-info-bg
  .expand-info-sec
  .expand-info-cards
  .expand-info-card
  .expand-info-card-paragraph.paragraph {
  line-height: 24px;
}
.expand-info-bg .w-btn-255 {
  width: 255px;
}
.expand-info-bg .expand-info-card-btn {
  margin-top: 32px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  .expand-info-bg .expand-info-card-btn {
    width: calc(100% - 50px);
  }
}
.expand-info-bg .expand-info-card-btn.w-293 {
  width: 277px;
}
@media screen and (max-width: 1023px) {
  .expand-info-bg .expand-info-card-btn.w-293 {
    width: calc(100% - 36px);
  }
}
.expand-info-bg .expand-info-card-btn.w-255 {
  width: 255px;
}
@media screen and (max-width: 1023px) {
  .expand-info-bg .expand-info-card-btn.w-255 {
    width: calc(100% - 56px);
  }
}
.intro-solutions-sec {
  background-image: url(/_nuxt/img/related_panel_sp_bg.2130b4b.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .intro-solutions-sec {
    background-image: url(/_nuxt/img/related_panel_pc_bg.99c04aa.png);
  }
}
.intro-solutions-sec .solutions-row {
  margin-top: 56px;
}
.intro-solutions-sec .solutions-row:first-child {
  margin-top: 0;
}
.intro-solutions-sec .solutions-row .solution-card-list {
  margin-top: 32px;
  margin-right: -32px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .intro-solutions-sec .solutions-row .solution-card-list {
    margin-right: 0;
  }
}
.row__intro-solutions {
  margin: 20px -12px -12px;
  width: auto;
}
.col__intro-solutions {
  padding: 12px;
}
.benefit-section {
  background-image: url(/_nuxt/img/benefit_sp_bg.921ca89.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .benefit-section {
    background-image: url(/_nuxt/img/benefit_pc_bg.98d9c34.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .benefit-section.bg-full {
    background-image: url(/_nuxt/img/benefit_pc_bg_full.fc8bfac.jpg);
  }
}
@media screen and (max-width: 1023px) {
  .benefit-section.bg-full {
    background-position: top;
  }
}
.benefit-section .benefit-title .benefit-sub-title {
  color: #bec5cc;
  margin-bottom: 16px;
}
.benefit-section .benefit-title .text-medium-white {
  color: #f0f2f5;
}
.benefit-section .benefit-description {
  margin-top: 32px;
}
.benefit-section .benefit-description .paragraph-white {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .benefit-section .benefit-description .paragraph-white {
    letter-spacing: 0.83px;
  }
}
.benefit-section .benefit-description .paragraph-white:first-child {
  margin-top: 0;
}
.benefit-section .benefit-detail {
  margin-top: 40px;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
}
.benefit-section .benefit-detail .benefit-item {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 16px 24px 32px;
  margin-top: 16px;
}
.benefit-section .benefit-detail .benefit-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .benefit-section .benefit-detail .benefit-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 40px 32px;
  }
}
.benefit-section .benefit-detail .benefit-item img.benefit-number {
  width: 20px;
  height: 47px;
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .benefit-section .benefit-detail .benefit-item img.benefit-number {
    width: auto;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.benefit-section .benefit-detail .benefit-item .benefit-content {
  margin-left: 38px;
}
@media screen and (max-width: 1023px) {
  .benefit-section .benefit-detail .benefit-item .benefit-content {
    margin-left: 0;
  }
}
.benefit-section
  .benefit-detail
  .benefit-item
  .benefit-content
  .benefit-content-title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .benefit-section
    .benefit-detail
    .benefit-item
    .benefit-content
    .benefit-content-title {
    text-align: left;
  }
}
.benefit-section
  .benefit-detail
  .benefit-item
  .benefit-content
  .benefit-content-text {
  margin-top: 12px;
}
.benefit-section
  .benefit-detail
  .benefit-item
  .benefit-content
  .benefit-content-text.paragraph {
  letter-spacing: 0.83px;
}
.space__benefit_content-text {
  margin-bottom: 24px;
}
.benefit-idp-block {
  background-color: #fff;
  padding: 24px 40px 32px;
}
.benefit-idp-block:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .benefit-idp-block {
    padding: 16px 24px 32px;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
  .benefit-idp-block:not(:last-child) {
    margin-bottom: 16px;
  }
}
.benefit-idp-icon {
  width: auto;
  height: 80px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .benefit-idp-icon {
    width: 20px;
    height: 47px;
    margin-bottom: 8px;
  }
}
.benefit-idp .benefit-content {
  margin-left: 38px;
}
@media screen and (max-width: 1023px) {
  .benefit-idp .benefit-content {
    margin-left: 0;
  }
}
.benefit-idp .benefit-content .benefit-content-title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .benefit-idp .benefit-content .benefit-content-title {
    text-align: left;
  }
}
.benefit-idp .benefit-content .benefit-content-text {
  margin-top: 12px;
}
.benefit-idp .benefit-content .benefit-content-text.paragraph {
  letter-spacing: 0.83px;
}
@media screen and (max-width: 1023px) {
  .benefit-idp .benefit-content .benefit-content-text {
    margin-top: 17px;
  }
}
.section__industry_solution {
  background-color: #f0f2f5;
  padding-top: 64px;
  padding-bottom: 80px;
}
.card__industry_solution {
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1023px) {
  .card__industry_solution {
    display: -moz-flex;
    display: flex;
  }
}
.card__industry_solution-header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 217px;
}
@media screen and (max-width: 1023px) {
  .card__industry_solution-header {
    height: 112px;
    max-width: 112px;
    width: 100%;
  }
}
.card__industry_solution-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 12px;
}
@media screen and (max-width: 1023px) {
  .card__industry_solution-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.card__industry_solution-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .card__industry_solution-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.card__industry_solution-content {
  min-height: 147px;
  padding: 28px 32px;
}
@media screen and (max-width: 1023px) {
  .card__industry_solution-content {
    height: 112px;
    min-height: auto;
    padding: 15px 16px;
  }
}
.row__industry_solution {
  margin: 16px -16px -16px;
  width: auto;
}
.col__industry_solution {
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .col__industry_solution {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.row__select-tab {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .row__select-tab {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 16px;
  }
}
.row__select-contain {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .row__select-contain {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .mutiple-select-rows {
    margin-top: 16px;
  }
}
.mutiple-select-rows .text-bold-sm {
  min-width: 71px;
}
.space__select_member-tab-text {
  margin-right: 4px;
}
.tab__select {
  margin-right: 6px;
  margin-left: 6px;
}
.tab__select.ml-0:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .tab__select {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 4px;
    padding-left: 4px;
    width: 50%;
  }
  .tab__select.full-w {
    width: 100%;
  }
  .tab__select button {
    width: 100%;
    height: auto;
  }
}
.row__select_member_list {
  margin-top: 64px;
  padding-bottom: 16px;
  min-height: 250px;
  display: -moz-flex;
  display: flex;
  justify-content: normal;
}
@media screen and (max-width: 768px) {
  .row__select_member_list {
    justify-content: space-between;
  }
}
.name__select_member {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.col__select_member {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.col__select_member.min-pd-12:nth-child(odd) {
  padding-right: 12px;
}
.col__select_member.min-pd-12:nth-child(2n) {
  padding-left: 12px;
}
.card__select_member {
  width: 200px;
  text-align: center;
  margin-bottom: 64px;
  cursor: pointer;
}
.card__select_member:hover .name__select_member,
.card__select_member:hover .paragraph {
  opacity: 0.5;
}
.card__select_member:hover img {
  opacity: 0.9;
}
.card__select_member-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .card__select_member-img {
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 320px) {
  .card__select_member-img {
    width: 120px;
    height: 120px;
  }
}
.select-group-row {
  display: -moz-flex;
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .select-group-row {
    flex-direction: column;
    margin-top: 0;
  }
}
.select-group-row .row__select-contain:not(:first-child) {
  margin-left: 64px;
}
@media screen and (max-width: 1023px) {
  .select-group-row .row__select-contain:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .select-group-row .select-year-rows .tab__select {
    width: 33.3%;
  }
}
.hero-section {
  width: 100%;
  height: calc(100vh - 270px);
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-height: 950px), screen and (max-width: 1023px) {
  .hero-section {
    padding-top: 0;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .hero-section {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    height: calc(100vh - 80px);
    padding-top: 56px;
  }
  .hero-section .hero-section-icon {
    bottom: 60px;
  }
  .hero-section .hero-section-btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 460px) and (max-height: 850px) {
  .hero-section {
    height: auto;
  }
  .hero-section .hero-section-btn {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 360px) {
  .hero-section {
    padding-top: 0;
  }
}
.hero-section-title {
  font-size: 88px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2022;
  margin: 0 0 32px;
  line-height: 1.25;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .hero-section-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 16px;
  }
}
.hero-section-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0 0 48px;
  line-height: 2;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1023px) {
  .hero-section-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}
.hero-section-btn {
  width: 287px;
}
@media screen and (max-width: 1023px) {
  .hero-section-btn {
    width: 100%;
  }
}
.hero-section-icon {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 42px;
  height: 74px;
  margin-left: -21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.hero-section-icon img {
  width: 100%;
}
.hero-bg {
  background-image: url(/_nuxt/img/bg_hero.f3bbb24.png);
}
@media screen and (max-width: 1023px) {
  .hero-bg {
    background-image: url(/_nuxt/img/bg_hero_sp.93d443c.png);
  }
}
.solution-banner {
  position: relative;
  overflow: hidden;
}
.solution-banner:before {
  content: "";
  background-image: url(/_nuxt/img/bg_solution.eb9144a.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: calc(100vh - 177px);
  left: 0;
  background-color: #fff;
  will-change: transform;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .solution-banner:before {
    height: calc(100vh - 80px);
    background-image: url(/_nuxt/img/bg_solution_sp.b7d9d92.jpg);
  }
}
@supports (-ms-ime-align: auto) {
  .solution-banner:before {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .solution-banner:before {
    position: absolute;
    top: 0;
  }
}
.solution-banner-title {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .solution-banner-title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.solution-banner-title__top {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .solution-banner-title__top {
    font-size: 16px;
    font-size: 1rem;
  }
}
.solution-banner-title__main {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .solution-banner-title__main {
    font-size: 36px;
    font-size: 2.25rem;
    padding-bottom: 14px;
  }
}
.solution-banner-title__paragraph {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .solution-banner-title__paragraph {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.solution-banner-block {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .solution-banner-block {
    padding: 0;
    margin-left: 32px;
    margin-right: 32px;
  }
}
.solution-banner-block-contain {
  background-color: #fff;
  padding: 64px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .solution-banner-block-contain {
    padding: 24px;
    margin-bottom: 80px;
  }
}
.solution-banner-block-title {
  text-align: center;
  margin-bottom: 32px;
}
.solution-banner-block-thumbnail {
  width: 100%;
  height: 434px;
  margin-top: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .solution-banner-block-thumbnail {
    height: 196px;
  }
}
.solution-gray-section {
  background-color: #f0f2f5;
  padding-top: 64px;
  padding-bottom: 56px;
  text-align: center;
}
.solution-gray-title {
  margin-bottom: 24px;
}
.solution-gray-paragraph {
  margin-bottom: 32px;
  text-align: left;
}
.solution-gray-button {
  width: 237px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.solution-gray-space-section {
  margin-bottom: 120px;
}
.solution-card-gray-box {
  background-color: #fff;
  padding: 56px;
  height: 100%;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .solution-card-gray-box {
    padding: 24px 24px 32px;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.solution-card-gray {
  opacity: 1;
  transition: all 0.5s;
}
.solution-card-gray:hover {
  opacity: 0.5;
}
.solution-card-gray__step {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d1c59c;
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .solution-card-gray__step {
    font-size: 16px;
    font-size: 1rem;
  }
}
.solution-card-gray__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 12px;
}
@media screen and (max-width: 1023px) {
  .solution-card-gray__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 4px;
    margin-bottom: 12px;
  }
}
.solution-card-gray__img {
  height: 339px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .solution-card-gray__img {
    height: 176px;
  }
}
.solution-card-gray-row {
  box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -moz-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -webkit-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -o-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  margin-bottom: 24px;
}
.solution-card-gray-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.solution-card-spt {
  margin-top: 32px;
}
.space__securities-info-mb-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__securities-info-mb-text {
    margin-bottom: 24px;
  }
}
.space__securities-info-mb-paragraph {
  margin-bottom: 56px;
}
.space__securities-info-mb-btn {
  padding-top: 40px;
  padding-bottom: 104px;
}
.space__securities-info-mb-content {
  padding-bottom: 80px;
}
.section__business-issues {
  background-image: url(/_nuxt/img/bg_securities_business.cc5ce36.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 1023px) {
  .section__business-issues {
    background-image: url(/_nuxt/img/bg_securities_business_sp.1b9d91a.jpg);
  }
}
.row__business-issues {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 80px;
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  .row__business-issues {
    margin-left: 0;
    margin-right: 0;
    padding-top: 64px;
  }
}
.col__business-issues {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .col__business-issues {
    padding: 0;
  }
  .col__business-issues:not(:last-child) {
    margin-bottom: 16px;
  }
}
.space__business-issues-mb-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__business-issues-mb-text {
    margin-bottom: 24px;
  }
}
.space__business-issues-mb-paragraph {
  margin-bottom: 56px;
}
.space__business-issues-mb-sentence:not(:last-child) {
  margin-bottom: 24px;
}
.text__business-issues {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #f0f2f5;
  margin: 0;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1023px) {
  .text__business-issues {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.heading__solution-section {
  text-align: center;
  padding-top: 64px;
  margin-bottom: 24px;
  width: 100%;
}
.row__solution-section-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.row__solution-section-content {
  position: relative;
  width: 100%;
  margin-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .row__solution-section-content {
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.col__solution-section-content {
  width: 57.5%;
}
@media screen and (max-width: 1023px) {
  .order__solution-section-fist-sp {
    -moz-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .order__solution-section-second-sp {
    width: 100%;
    -moz-order: 2;
    order: 2;
  }
}
.col__solution-section-content-pos {
  width: 57.5%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .col__solution-section-content-pos {
    position: relative;
    width: 100%;
  }
}
.box__solution-section__step {
  background-color: hsla(0, 0%, 100%, 0.94);
  padding: 44px 32px 33px 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .box__solution-section__step {
    padding: 40px 0;
    background-color: transparent;
  }
}
.box__solution-section__step-right {
  background-color: #fff;
  z-index: 2;
  padding: 40px 32px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .box__solution-section__step-right {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}
.space__solution-section-mb-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__solution-section-mb-text {
    margin-bottom: 24px;
  }
}
.space__solution-section-mb-paragraph {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__solution-section-mb-paragraph {
    margin-bottom: 24px;
  }
}
.space__solution-section-pt {
  padding-top: 57px;
}
@media screen and (max-width: 1023px) {
  .space__solution-section-pt {
    padding-top: 0;
  }
}
.box__solution-section__gray {
  background-color: #f0f2f5;
  padding: 50px 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .box__solution-section__gray {
    padding: 50px 24px 40px;
  }
}
.box__solution-section__gray .space-headline {
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (max-width: 320px) {
  .box__solution-section__gray .space-headline {
    top: -20px;
  }
}
.box__solution-section__gray .space-mb-bullet {
  margin-bottom: 16px;
}
.box__solution-section__gray .space-mb-sentence {
  margin-bottom: 24px;
}
.box__solution-section__gray .space-mb-paragraph {
  margin-bottom: 40px;
}
.space__solution-section-pb-step {
  padding-bottom: 57px;
}
@media screen and (max-width: 1023px) {
  .space__solution-section-pb-step {
    padding-bottom: 0;
  }
}
.img__solution-section-step,
.img__solution-section-step-right {
  width: 38px;
  height: 95px;
  position: absolute;
  top: 0;
  margin-top: -52px;
}
.img__solution-section-step {
  left: 0;
}
.img__solution-section-step-right {
  left: 32px;
}
@media screen and (max-width: 1023px) {
  .img__solution-section-step-right {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .full__solution-section-sp {
    display: -moz-flex;
    display: flex;
    width: calc(100% + 64px);
    margin: 0 -32px -5px;
  }
  .full__solution-section-sp img {
    height: 100%;
  }
}
.space__solution-section-step {
  padding-bottom: 80px;
}
.list-card-theme-row {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 64px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .list-card-theme-row {
    padding-top: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.list-card-theme-col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .list-card-theme-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
  }
}
.list-card-theme-img {
  width: 100%;
  height: 217px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .list-card-theme-img {
    height: 176px;
  }
}
.list-card-theme-title {
  margin-top: 29px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .list-card-theme-title {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.list-card-theme-btn {
  width: 237px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .list-card-theme-btn {
    width: 221px;
  }
}
.section__tab-product {
  padding-top: 64px;
  padding-bottom: 80px;
}
.section__tab-product .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.section__tab-product .swiper-container {
  overflow: hidden;
}
.row__tab-product-title {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .row__tab-product-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.tabs__product-title-container {
  width: 100%;
  border-bottom: 1px solid #bec5cc;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tabs__product-title-container ul {
    flex-wrap: nowrap;
  }
}
.tabs__product-title-li {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .tabs__product-title-li {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.tabs__product-title-li:hover p {
  color: #828a90;
}
.tab__product-title-slider {
  position: absolute;
  height: 6px;
  background-color: #d1c59c;
  bottom: -1px;
  transition: all 0.5s;
}
.tab__product-title-content {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content {
    margin-top: 32px;
  }
}
.tab__product-title-content-img-main {
  width: 422px;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-img-main {
    width: 248px;
    margin-bottom: 57px;
  }
}
.tab__product-title-content-img-main img {
  width: 422px;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-img-main img {
    width: 248px;
  }
}
.tab__product-title-content-right {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 50px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right {
    padding: 0;
  }
}
.tab__product-title-content-right .row-title__product-title {
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right .row-title__product-title {
    margin-bottom: 24px;
  }
}
.tab__product-title-content-right .row-icon_app-tab__product {
  display: -moz-flex;
  display: flex;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media screen and (min-width: 377px) and (max-width: 1023px) {
  .tab__product-title-content-right .row-icon_app-tab__product {
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 376px) {
  .tab__product-title-content-right .row-icon_app-tab__product {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right .img-logo_app-tab__product {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.tab__product-title-content-right .img-logo_app-tab__product img {
  width: auto;
  max-height: 72px;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right .img-logo_app-tab__product img {
    max-width: 200px;
    height: 100%;
  }
}
.tab__product-title-content-right .link-icon_app-tab__product {
  width: 160px;
}
.tab__product-title-content-right .link-icon_app-tab__product:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right .link-icon_app-tab__product {
    width: 148px;
    margin: 0;
  }
}
.tab__product-title-content-right .link-icon_app-tab__product img {
  border-radius: 7px;
  width: 100%;
}
.tab__product-title-content-right .paragraph-tab__product {
  text-align: left;
}
.tab__product-title-content-right .btn-tab__product {
  width: 404px;
}
@media screen and (max-width: 1023px) {
  .tab__product-title-content-right .btn-tab__product {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.space__intro_pass_record-title {
  padding-top: 64px;
  padding-bottom: 32px;
  text-align: center;
}
.space__intro_pass_record-scroll-btn {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .space__intro_pass_record-scroll-btn.mt-40 {
    padding-top: 40px;
  }
}
.section__pass_record {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #f0f2f5;
}
.space__pass_record-title {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .space__pass_record-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.row__pass_record-title {
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 1023px) {
  .row__pass_record-title {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}
.col__pass_record-title {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .col__pass_record-title {
    padding: 0;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 1023px) {
  .col__pass_record-title:not(:last-child) {
    margin-bottom: 30px;
  }
}
.section_get_result {
  padding-top: 64px;
  padding-bottom: 80px;
}
.section_get_result-btn {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text_get_result-center {
  margin-bottom: 32px;
  text-align: center;
}
.section_product_stream {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section_product_stream-cus-m .tab__product-title-content-img-main {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.section_unknown_cv {
  width: 100%;
  height: 568px;
  background-image: url(/_nuxt/img/cv_unknown_section.63301f1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.space__solution_theme_cv-mb-btn {
  margin-top: 40px;
  padding-bottom: 104px;
}
@media screen and (max-width: 1023px) {
  .space__solution_theme_cv-mb-btn {
    padding-bottom: 59px;
  }
}
.space_unknown_cv_pb {
  padding-bottom: 80px;
}
.section__financial-industry {
  padding-top: 64px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 996px;
  width: 100%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .section__financial-industry {
    max-width: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .section__financial-industry {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.space__financial-industry-title-main {
  margin-bottom: 56px;
  text-align: center;
}
.space__financial-industry-title-sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__financial-industry-title-sub {
    margin-bottom: 24px;
  }
}
.space__financial-industry-text-normal {
  margin-bottom: 24px;
}
.space__financial-industry-paragraph {
  margin-bottom: 32px;
}
.row__financial-industry-full {
  width: 100%;
}
.row__financial-industry-content-line {
  width: auto;
  border-top: 1px solid #bec5cc;
  border-bottom: 1px solid #bec5cc;
  padding-top: 56px;
  padding-bottom: 56px;
  margin: 56px -12px;
}
.img__financial-industry-content-left img {
  max-width: 486px;
  height: 100%;
}
.col__financial-industry-content-line {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .order-first-industry-content-line {
    order: 1;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .order-second-industry-content-line {
    order: 2;
  }
}
.section__financial_business {
  background-color: #f0f2f5;
  padding-top: 64px;
  padding-bottom: 80px;
}
.space__financial_business-text_small {
  margin-bottom: 16px;
}
.space__financial_business-text {
  margin-bottom: 24px;
}
.space__financial_business-text.en-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.space__financial_business-paragraph {
  margin-bottom: 40px;
}
.card__financial_business {
  background-color: #fff;
  padding: 32px 40px;
  position: relative;
}
.card__financial_business:after {
  content: "";
  background-color: #d1c59c;
  width: 6px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 32px;
}
@media screen and (max-width: 1023px) {
  .card__financial_business {
    padding: 24px 32px 32px;
  }
  .card__financial_business:after {
    height: 58px;
  }
}
.card__financial_business .link-mr {
  margin-right: -20px;
}
@media screen and (max-width: 1023px) {
  .order-first__financial_business {
    order: 1;
  }
}
.order-first__financial_business img {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .order-second__financial_business {
    order: 2;
  }
}
@media screen and (max-width: 1023px) {
  .line__financial_business-mb {
    margin-bottom: 1px;
  }
}
.section__profile-company {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .section__profile-company {
    padding-top: 40px;
  }
}
.img__profile-company-contain {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .img__profile-company-contain {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.col__profile-company-light_line {
  border-bottom: 1px solid #e0e3e5;
  padding-bottom: 32px;
  padding-top: 32px;
  padding-left: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .col__profile-company-light_line {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.col__profile-company-strong_line {
  border-bottom: 1px solid #d1c59c;
  padding-bottom: 32px;
  padding-top: 32px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .col__profile-company-strong_line {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.space__profile-company-mb-text {
  margin-bottom: 12px;
}
.map-infor-area {
  padding-bottom: 80px;
}
.text__map-area {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text__map-area {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.map__access_section-contain {
  height: 600px;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .map__access_section-contain {
    height: 480px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.map__access_section-contain div {
  height: 100%;
}
.row__access_section_unknown-contain {
  background-color: #bec5cc;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .row__access_section_unknown-contain {
    padding-top: 426px;
  }
}
.row__access_section_unknown-contain a,
.row__access_section_unknown-contain p {
  color: #1e2022;
}
.row__access_section_unknown-contain .text-open-new-tab {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .row__access_section_unknown-contain .text-open-new-tab {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.row__access_section_unknown-contain .space__access_section_unknown-title {
  color: #9ba1a8;
}
.card__access_section_unknown {
  padding: 43px 40px 56px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .card__access_section_unknown {
    padding: 32px 24px 40px;
  }
}
.space__access_section_unknown-title {
  margin-bottom: 12px;
}
.space__access_section_unknown-paragraph {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .space__access_section_unknown-mr_ne {
    margin-right: -20px;
  }
}
.section__hero_corporate {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.section__hero_corporate:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 800px;
  left: 0;
  background-color: #0f2646;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  will-change: transform;
  z-index: -1;
  background-image: url(/_nuxt/img/bg_corporate_pc.38d022f.jpg);
}
@media screen and (max-width: 1800px) {
  .section__hero_corporate {
    height: auto;
  }
  .section__hero_corporate:before {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section__hero_corporate {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .section__hero_corporate:before {
    top: 0;
    height: 587px;
    background-color: #fff;
    background-image: url(/_nuxt/img/bg_corporate_sp.d1f74a2.jpg);
    background-size: 100%;
    background-position: top;
  }
}
@supports (-ms-ime-align: auto) {
  .section__hero_corporate:before {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section__hero_corporate:before {
    position: absolute;
    top: 0;
  }
}
.container__hero_corporate {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .container__hero_corporate {
    padding-top: 0;
  }
}
.text__hero_corporate-sub {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .text__hero_corporate-sub {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.space__hero_corporate-title {
  margin-top: 8px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .space__hero_corporate-title {
    margin-top: 0;
    margin-bottom: 47px;
  }
}
.row__hero_corporate-card {
  margin: -12px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .row__hero_corporate-card {
    margin: 0;
  }
}
.col__hero_corporate-card {
  padding: 12px;
}
@media screen and (max-width: 1023px) {
  .col__hero_corporate-card {
    padding: 0;
  }
  .col__hero_corporate-card:not(:last-child) {
    margin-bottom: 16px;
  }
}
.space__hero_corporate-text_card {
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .space__hero_corporate-text_card {
    margin-right: -10px;
  }
}
.section__related_page {
  padding-top: 56px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  background-image: url(/_nuxt/img/bg_related_page.234f3ba.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 1023px) {
  .section__related_page {
    background-image: url(/_nuxt/img/bg_related_page_sp.653121b.jpg);
    padding-top: 24px;
    padding-bottom: 80px;
    background-position: top;
  }
}
.row__related_page-card {
  margin: -7.5px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .row__related_page-card {
    margin: 0;
  }
}
.text__related_page {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .text__related_page {
    text-align: center;
  }
}
.col__related_page-card {
  padding: 7.5px;
  flex-basis: 20%;
  max-width: 20%;
}
@media screen and (max-width: 1023px) {
  .col__related_page-card {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col__related_page-card:not(:last-child) {
    margin-bottom: 12px;
  }
}
.section__chart_section {
  padding-top: 64px;
  padding-bottom: 56px;
  background-color: #fff;
}
.space__chart_section-mb-title {
  margin-bottom: 32px;
}
.space__chart_section-mb-title_sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .space__chart_section-mb-title_sub {
    margin-bottom: 16px;
  }
}
.space__chart_section-mb-content {
  margin-bottom: 40px;
}
.header__chart_section-1,
.header__chart_section-2,
.header__chart_section-3 {
  position: relative;
  padding-left: 20px;
  height: 41;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.header__chart_section-1:after,
.header__chart_section-2:after,
.header__chart_section-3:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .header__chart_section-1,
  .header__chart_section-2,
  .header__chart_section-3 {
    height: 31px;
  }
}
.header__chart_section-1:after {
  background-color: #d4c9a3;
}
.header__chart_section-2:after {
  background-color: #dee0e2;
}
.header__chart_section-3:after {
  background-color: #4f5254;
}
.img__chart_section {
  max-width: 400px;
  border-radius: 50%;
  box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -moz-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -webkit-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
  -o-box-shadow: 0 43px 32px hsla(0, 0%, 77.3%, 0.32);
}
@media screen and (max-width: 1023px) {
  .img__chart_section {
    margin-bottom: 65px;
  }
}
@-webkit-keyframes hideTo {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideTo {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-theme {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s;
}
.modal-theme-hidden {
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: hideTo 0.5s;
  animation: hideTo 0.5s;
}
.modal-container {
  max-width: 588px;
  width: 100%;
  margin-top: 72px;
  background-color: #f0f2f5;
  position: relative;
  max-height: 74.8vh;
  display: table;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .modal-container {
    margin-top: 53px;
    width: calc(100vw - 32px);
    max-height: 85vh;
  }
}
.modal-header {
  height: 292px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .modal-header {
    height: 170px;
  }
}
.modal-content {
  width: 100%;
  overflow-y: scroll;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 200px;
  max-height: calc(74.8vh - 292px);
}
@media screen and (max-width: 1023px) {
  .modal-content {
    padding-left: 24px;
    padding-right: 24px;
    max-height: calc(85vh - 292px);
  }
}
.modal-content-white {
  background-color: #fff;
  padding: 24px 40px;
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 1023px) {
  .modal-content-white {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.modal-space-mb-sm {
  margin-bottom: 8px;
}
.modal-space-mb-nm {
  margin-bottom: 24px;
}
.modal-space-mt-nm {
  display: block;
  margin-top: 24px;
}
.modal-space-mb-sp {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .modal-space-mb-sp {
    margin-bottom: 8px;
  }
}
.modal-close {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDc2NDQiIGQ9Ik0wIDBoMzJ2MzJIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggNzY0NSIgZD0iTTI3IDcuMjE2TDI0Ljc4NCA1IDE2IDEzLjc4NCA3LjIxNiA1IDUgNy4yMTYgMTMuNzg0IDE2IDUgMjQuNzg0IDcuMjE2IDI3IDE2IDE4LjIxNiAyNC43ODQgMjcgMjcgMjQuNzg0IDE4LjIxNiAxNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  right: 0;
  top: -38px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  padding: 0;
  border-width: 0;
}
.modal-close:focus {
  outline: 0;
}
.modal-card {
  display: -moz-flex;
  display: flex;
  margin-top: 11px;
  margin-bottom: 24px;
}
.modal-card__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-width: 180px;
  height: 112px;
}
@media screen and (max-width: 1023px) {
  .modal-card__img {
    min-width: 112px;
  }
}
.modal-card__content {
  padding: 23px 16px;
  width: 100%;
  background-color: #fff;
}
.modal-card__content .text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  overflow: hidden;
  letter-spacing: 0.06em;
}
.modal-btn-blog {
  display: block;
  width: 100%;
  height: 112px;
  margin-top: 13px;
  border-width: 0;
  padding: 4px;
  background: url(/_nuxt/img/bg_tech_blog.b34a866.png), #000;
  background-position: 100%;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}
.modal-btn-blog .content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #fff;
}
.modal-btn-blog__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 64px;
}
@media screen and (max-width: 1023px) {
  .modal-btn-blog__text {
    margin-left: 32px;
  }
}
.modal-btn-blog__icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.modal-text-large {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .modal-text-large {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #222426;
    margin: 0;
  }
}
.modal-list-icon {
  display: -moz-flex;
  display: flex;
}
.modal-list-icon li:not(:first-child) {
  padding-left: 12px;
}
.modal-list-icon img {
  width: 18px;
}
.modal-list-icon img:hover {
  opacity: 0.5;
}
.notice-list {
  padding-bottom: 64px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 1023px) {
  .notice-list {
    padding-top: 24px;
  }
}
.notices-page .banner-content-center {
  -moz-align-items: center;
  align-items: center;
}
.notice {
  margin-top: 24px;
}
.content_public_notice {
  padding-top: 64px;
}
.title_notice {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  color: #222426;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
@media screen and (max-width: 375px) {
  .title_notice {
    font-size: 32px;
  }
}
.content_notice {
  margin-top: 24px;
}
.content_notice .notice-detail {
  color: #1e2022;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 16px 30px;
  background-position: right 10px center;
  width: 100%;
  height: 96px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  border: 3 solid #1e2022;
  display: inline-grid;
  padding: 0 0 0 24px;
  align-content: space-evenly;
  justify-content: start;
}
.content_notice .notice-detail .notice-detail-content {
  display: flex;
  align-items: center;
}
.content_notice .notice-detail .icon-pdf {
  width: 13.42px;
  height: 16px;
  margin: 5px;
}
.content_notice .notice-detail:focus {
  outline: 0;
}
.content_notice .notice-date {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #858c92;
}
.content_notice .description-notice {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #222426;
}
.content_empty_notice {
  margin-top: 40px;
}
.content_empty_notice .empty_notice {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #858c92;
  flex: none;
  order: 1;
  flex-grow: 0;
}
@media screen and (max-width: 375px) {
  .content_empty_notice .empty_notice {
    font-size: 14px;
  }
}
.news-list {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 1023px) {
  .news-list {
    padding-top: 24px;
  }
}
.news-content {
  padding-top: 16px;
  min-height: 450px;
}
@media screen and (max-width: 1023px) {
  .news-content {
    min-height: 200px;
  }
}
.news-content .card-img {
  height: 216px;
}
@media screen and (max-width: 1023px) {
  .news-content .card-img {
    height: 176px;
  }
}
.see-more {
  margin-top: 40px;
}
.see-more .btn-see-more {
  line-height: 1.5;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTP///5+UokMAAAABdFJOUwBA5thmAAAAE0lEQVQI12NgZmBAQ///gBCGOABWYQQb/D1ukQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 30px;
  background-position: right 10px center;
  width: 274px;
  height: 64px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #1e2022;
  background-size: 14px;
  border: 2px solid #1e2022;
  transition: all 0.5s, border 1ms;
  margin: 0 auto;
}
.see-more .btn-see-more:focus {
  outline: 0;
}
.see-more .btn-see-more:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTB4gIsl2b20AAAABdFJOUwBA5thmAAAAE0lEQVQI12NgZmBAQ///gBCGOABWYQQb/D1ukQAAAABJRU5ErkJggg==);
  background-color: #fff;
  color: #1e2022;
}
@media screen and (max-width: 320px) {
  .see-more .btn-see-more {
    width: 100%;
  }
}
.row__news_list {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}
.row__news_list .card {
  width: 100%;
  max-width: 384px;
}
.col__news_list {
  padding-left: 12px;
  padding-right: 12px;
}
.col__news_list a {
  color: #222426;
}
@media screen and (max-width: 1023px) {
  .col__news_list {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.news-page .banner-content-center {
  -moz-align-items: center;
  align-items: center;
}
.contact-area {
  background-color: #828a90;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-area {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.contact-area .contact-area-content {
  background-color: #fff;
  width: 792px;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-area .contact-area-content {
    width: 100%;
  }
}
.contact-area .contact-area-content img.icon-press {
  width: 47px;
  height: auto;
  margin-bottom: 8px;
}
.contact-area .contact-area-content .paragraph {
  margin-top: 24px;
}
.contact-area .contact-area-buttons {
  margin-top: 32px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
}
.contact-area .contact-area-buttons .btn-w-329 {
  width: 329px;
}
@media screen and (max-width: 1023px) {
  .contact-area .contact-area-buttons .btn-w-329 {
    width: 100%;
  }
}
.contact-area .contact-area-buttons .btn-w-255 {
  width: 255px;
}
@media screen and (max-width: 1023px) {
  .contact-area .contact-area-buttons .btn-w-255 {
    width: 100%;
  }
}
.contact-area .contact-area-buttons .btn-dark:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 677px) and (min-width: 0) {
  .contact-area .contact-area-buttons {
    flex-direction: column;
  }
  .contact-area .contact-area-buttons .btn-dark:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.case-page {
  position: relative;
  overflow: hidden;
}
.case-page:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  will-change: transform;
  z-index: -1;
  background-color: #f0f2f5;
  background-image: url(/_nuxt/img/case_bg_pc.0c7598c.png);
}
@media screen and (max-width: 768px) {
  .case-page:before {
    background-image: url(/_nuxt/img/case_bg_sp.d352c64.png);
    background-size: contain;
  }
}
.title-block {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .title-block {
    padding-bottom: 0;
  }
}
.title-block__above-text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #9ba1a8;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .title-block__above-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.title-block__main-text {
  font-size: 56px;
  font-size: 3.5rem;
  color: #1e2022;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .title-block__main-text {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.case-list {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .case-list {
    padding-top: 24px;
  }
}
.case-list .case-content {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 450px;
}
@media screen and (min-width: 1200px) {
  .case-list .case-content {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .case-list .case-content {
    min-height: 200px;
    flex-direction: column;
    align-items: center;
  }
}
.case-card {
  position: relative;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  width: 588px;
  margin-top: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.case-card:hover .case-card__fake-faded {
  display: block;
}
.case-card:hover .case-card__content {
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  .case-card:nth-child(odd) {
    margin-right: 12px;
  }
  .case-card:nth-child(2n) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .case-card:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .case-card {
    width: 340px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .case-card {
    width: 312px;
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .case-card {
    width: 256px;
    margin-right: 0;
  }
}
.case-card__fake-faded {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 322px;
}
@media screen and (max-width: 1023px) {
  .case-card__fake-faded {
    height: 176px;
  }
}
.case-card__image {
  width: 100%;
  height: 322px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 1023px) {
  .case-card__image {
    height: 176px;
  }
}
.case-card__content {
  margin: 31px 40px;
  background-color: #fff;
  color: #1e2022;
  height: 136px;
  max-height: 136px;
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .case-card__content {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .case-card__content {
    margin: 24px;
    height: 126px;
    max-height: 126px;
  }
}
.case-card .content-block {
  position: relative;
}
.case-card .content-block__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 54px;
  color: #222426;
}
@media screen and (max-width: 1023px) {
  .case-card .content-block__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.case-card .content-block__description {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .case-card .content-block__description {
    margin-top: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.case-card .content-block__tags {
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-top-news {
  margin-left: auto;
  margin-top: 40px;
  width: 274px;
}
@media screen and (max-width: 1023px) {
  .btn-top-news {
    margin-right: auto;
    width: calc(100% - 56px);
  }
}
@media screen and (max-width: 1023px) {
  .top-news__select-contain {
    overflow-y: auto;
    margin-right: -32px;
  }
  .top-news__select-contain .row__select-tab {
    flex-wrap: nowrap;
  }
  .top-news__select-contain .btn-light-tab {
    white-space: nowrap;
  }
  .top-news__select-contain .tab__select:last-child {
    margin-right: 32px;
  }
  .top-news__select-contain .tab__select {
    width: auto;
  }
}
.top-new-space-bot {
  padding-bottom: 80px;
}
.top-new-swiper-contain .swiper-button-next,
.top-new-swiper-contain .swiper-button-prev {
  top: 204px;
  margin-top: 0;
}
.section-top-one {
  margin-top: 54px;
  position: relative;
  background: #f0f2f5;
}
.section-top-one:after {
  content: "";
  position: absolute;
  background-color: #f0f2f5;
  left: 0;
  bottom: 0;
  height: 833px;
  width: 100%;
  z-index: -1;
}
.section-top-one-row {
  margin: 64px -12px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .section-top-one-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.section-top-one-col {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .section-top-one-col {
    padding: 0;
  }
}
.section-top-one-border-line {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 1023px) {
  .section-top-one-border-line {
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
  }
}
.section-top-one-card {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  padding: 56px;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .section-top-one-card {
    padding: 12px;
    height: 700px;
  }
}
.section-top-one-card__first {
  background-image: url(/_nuxt/img/news_163105.jpg);
  background-size: auto;
  background-size: 100% 100%;
}
@media screen and (max-width: 1023px) {
  .section-top-one-card__first {
    background-image: url(/_nuxt/img/news_163105.jpg);
    /* height: auto; */
    height: 408px;
    margin-bottom: 24px;
  }
}

.person_msg {
  font-size: 1.2rem;
  padding: 2rem;
}

.section-top-one-card__second {
  background-image: url(/_nuxt/img/news_163123.jpg);
  background-size: 100%;
}
@media screen and (max-width: 1023px) {
  .section-top-one-card__second {
    background-image: url(/_nuxt/img/news_163123.jpg);
    height: 408px;
  }
}

.section-top-one-title__first {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 4px;
}
@media screen and (max-width: 1023px) {
  .section-top-one-title__first {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.section-top-one-title__second {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 16px;
}
@media screen and (max-width: 1023px) {
  .section-top-one-title__second {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.section-top-one-label-contain label {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 16px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}
.section-top-one-label {
  cursor: pointer;
  z-index: 2;
  padding: 4px;
}
.section-top-one-space-subtitle {
  margin-bottom: 32px;
}
.section-top-one-swiper-contain .swiper-button-next,
.section-top-one-swiper-contain .swiper-button-prev {
  top: 136px;
  margin-top: 0;
}
.section-top-two {
  background-color: #fff;
  padding-top: 64px;
}
.section-top-two-title {
  margin-bottom: 32px;
}
.section-top-two-card-product {
  height: 480px;
  padding-top: 400px;
  text-align: center;
  background-position: left 35px top 24px;
  background-size: 212px 370px;
  background-repeat: no-repeat;
  transition: all 0.5s;
  cursor: pointer;
}
.section-top-two-card-product:hover {
  background-color: rgba(240, 242, 245, 0.4);
  border-radius: 16px;
}
.section-top-two-card-product:hover .section-top-two-product-title,
.section-top-two-card-product:hover .section-top-two-text {
  opacity: 0.5;
}
.section-top-two-card-product-sp {
  width: calc(100vw - 64px);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 240px;
  padding-top: 402px;
  text-align: center;
}
.section-top-two-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  margin: 0 0 6px;
}
.section-top-two-product-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0;
}
.section-top-two-row {
  margin-left: -12px;
  margin-right: -90px;
}
@media only screen and (max-width: 1400px) {
  .section-top-two-row {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .section-top-two-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-top-two-col {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1023px) {
  .section-top-two-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-top-two-swiper-contain .swiper-button-next,
.section-top-two-swiper-contain .swiper-button-prev {
  top: 163px;
  margin-top: 0;
}
.section-top-three {
  background-image: url(/_nuxt/img/bg_top_section_three.fccc2d5.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section-top-three {
    background-image: url(/_nuxt/img/bg_top_section_three_sp.c802417.jpg);
  }
}
.section-top-three-content {
  padding-left: 114px;
  max-width: 660px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .section-top-three-content .text-medium-white {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .section-top-three-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.section-top-three-btn {
  width: 386px;
  margin-top: 40px;
}
@media screen and (max-width: 370px) {
  .section-top-three-btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .section-top-three-btn {
    width: 100%;
  }
}
.section-top-four {
  background-image: url(/_nuxt/img/bg_top_section_four.a516bce.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  /*background-size: cover;*/
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  height: 566px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section-top-four {
    padding-top: 64px;
    padding-bottom: 80px;
    height: auto;
    background-image: url(/_nuxt/img/bg_top_section_four_sp.e9077b4.jpg);
  }
}
.section-top-four-btn {
  width: 274px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .section-top-four-btn {
    width: 100%;
  }
}
.section-top-four .paragraph {
  color: #1e2022;
}
.section_id_new {
  background-color: #f0f2f5;
}
.container_id_new {
  background-color: #fff;
  padding: 48px 96px 80px;
}
@media screen and (max-width: 1023px) {
  .container_id_new {
    padding: 0 32px 80px;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
}
.title_id_new {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 8px 0 16px;
}
@media screen and (max-width: 1023px) {
  .title_id_new {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.icon-tag_id_new img {
  bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .icon-tag_id_new img {
    bottom: 5px;
  }
}
.date_id_new {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #828a90;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .date_id_new {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e3e5;
  }
}
.contain-img_id_new {
  margin-top: 32px;
  margin-bottom: 48px;
  width: 100%;
  height: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .contain-img_id_new {
    margin: 0 -32px 24px;
    width: calc(100% + 64px);
  }
}
.contain-rich-editor_id_new {
  margin-top: 48px;
  margin-bottom: 80px;
}
.contain-rich-editor_id_new h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 24px;
}
.contain-rich-editor_id_new h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 16px;
}
.contain-rich-editor_id_new p {
  line-height: 1.5;
  margin: 0 0 24px;
  line-height: 2;
}
.contain-rich-editor_id_new li,
.contain-rich-editor_id_new p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222426;
}
.contain-rich-editor_id_new li {
  line-height: 1.5;
  margin: 0;
}
.contain-rich-editor_id_new img {
  width: auto;
  max-width: 100%;
}
.contain-rich-editor_id_new a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2022;
  position: relative;
  margin: 0 0 24px;
}
.contain-rich-editor_id_new a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1e2022;
}
.contain-rich-editor_id_new table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contain-rich-editor_id_new.horizontal-table td,
  .contain-rich-editor_id_new.horizontal-table th,
  .contain-rich-editor_id_new.horizontal-table tr {
    display: block;
  }
}
.contain-rich-editor_id_new th {
  background-color: #bec5cc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #828a90;
  margin: 0;
}
.contain-rich-editor_id_new tr {
  border-top: 1px solid #bec5cc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}
.contain-rich-editor_id_new td,
.contain-rich-editor_id_new th {
  text-align: center;
  padding: 18px 32px;
}
@media screen and (max-width: 1023px) {
  .order-first-sp_id_new {
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .order-second-sp_id_new {
    order: 2;
  }
}
@media screen and (max-width: 1023px) {
  .order-third-sp_id_new {
    order: 3;
  }
}
.container_id_new-related {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contain_id_new-tab {
  margin-top: 32px;
  margin-bottom: 32px;
  display: -moz-flex;
  display: flex;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .contain_id_new-tab {
    margin-right: -32px;
    width: calc(100% + 32px);
  }
}
.contain_id_new-tab-last-space {
  width: 32px;
  height: 32px;
  padding: 16px;
}
.btn_id_new-related {
  width: 328px;
  margin-top: 40px;
  display: -moz-flex;
  display: flex;
}
.row_id_new {
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.col_id_new {
  padding-left: 12px;
  padding-right: 12px;
}
.col_id_new .card {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contain_id_new-swiper-sp {
    margin-right: -32px;
    width: calc(100% + 32px);
    overflow: hidden;
  }
}
.contain_id_new-social {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #e0e3e5;
}
.contain_id_new-icon {
  display: -moz-flex;
  display: flex;
}
.contain_id_new-icon a {
  display: inline-block;
  width: 48px;
}
.contain_id_new-icon a:not(:last-child) {
  margin-right: 24px;
}
.label-related {
  height: 38px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e2022;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  padding: 10px 18px;
  border: 1px solid #1e2022;
  width: auto;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: auto;
  margin-right: 12px;
}
.label-related:focus {
  outline: 0;
}
.label-related:last-child {
  margin-right: 32px;
}
.label-related-active {
  background-color: #1e2022;
  color: #f0f2f5;
}
.sub-title-id {
  margin-bottom: 16px;
}
.container__case_detail {
  background-color: #f0f2f5;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .container__case_detail {
    padding-top: 0;
    background-color: #fff;
  }
}
.banner__case_detail {
  background-image: url(/_nuxt/img/banner_stream_kv.85159fc.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 480px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner__case_detail {
    background-image: url(/_nuxt/img/banner_stream_kv_sp.f4d0c88.jpg);
    height: 212px;
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}
.content__case_detail {
  padding-left: 96px;
  padding-right: 96px;
}
@media screen and (max-width: 1023px) {
  .content__case_detail {
    padding: 0;
  }
}
.content__case_detail-head {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e3e5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .content__case_detail-head {
    padding-top: 24px;
  }
}
.content__case_detail-head-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 19px;
}
@media screen and (max-width: 1023px) {
  .content__case_detail-head-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 8px;
  }
}
.content__case_detail-head-content {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 32px;
}
@media screen and (max-width: 1023px) {
  .content__case_detail-head-content {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
.content__case_detail-head-button {
  width: 387px;
}
@media screen and (max-width: 1023px) {
  .content__case_detail-head-button {
    width: calc(100% - 22px);
  }
}
.content__case_detail-head-button-kabupon {
  width: auto;
}
.space__case_detail-title {
  margin-bottom: 16px;
}
.space__case_detail-text {
  margin-bottom: 24px;
}
.space__case_detail-sentence {
  margin-bottom: 48px;
}
.text-list-sm {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  padding-left: 21px;
  position: relative;
}
.text-list-sm:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #1e2022;
  left: 0;
  top: 10px;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
}
.text-list-sm:not(:last-child) {
  margin-bottom: 12px;
}
.table__case_detail-text {
  margin-top: 48px;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .table__case_detail-text {
    overflow-y: auto;
    margin-bottom: 60px;
  }
  .table__case_detail-text img {
    width: auto;
  }
}
.box__case_detail {
  background-image: url(/_nuxt/img/banner_ad_case_detail.375e023.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .box__case_detail {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .box__case_detail {
    background-image: url(/_nuxt/img/banner_ad_case_detail_sp.2bb1acc.jpg);
  }
}
.box__case_detail .box-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0;
  width: auto;
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  .box__case_detail .box-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .box__case_detail .box-text {
    text-align: center;
  }
}
.box__case_detail-btn {
  display: -moz-flex;
  display: flex;
}
.box__case_detail-btn a:first-child {
  margin-right: 24px;
  width: 293px;
}
.box__case_detail-btn a:last-child {
  width: 255px;
}
@media screen and (max-width: 1200px) {
  .box__case_detail-btn {
    width: 100%;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }
  .box__case_detail-btn a {
    display: flex;
  }
  .box__case_detail-btn a:first-child {
    width: calc(100% - 36px);
    max-width: 293px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .box__case_detail-btn a:first-child {
    width: calc(100% - 36px);
    max-width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .box__case_detail-btn a:last-child {
    width: calc(100% - 58px);
    max-width: 255px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .box__case_detail-btn a:last-child {
    width: calc(100% - 36px);
    max-width: 360px;
  }
}
.block__case_detail {
  border: 4px solid #f0f2f5;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .block__case_detail {
    padding: 24px;
  }
}
.row__case_detail {
  padding-top: 22px;
  padding-bottom: 22px;
}
.row__case_detail:not(:last-child) {
  border-bottom: 1px solid #f0f2f5;
}
@media screen and (max-width: 1023px) {
  .row__case_detail {
    padding: 0;
    margin-bottom: 16px;
  }
  .row__case_detail .col {
    padding-bottom: 16px;
  }
}
.col__case_detail-head {
  font-weight: 700;
  color: #9ba1a8;
}
.col__case_detail-head,
.col__case_detail-tail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}
.col__case_detail-tail {
  font-weight: 400;
  color: #222426;
}
.section__case_research {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .section__case_research {
    overflow: hidden;
    margin-top: 0;
    background-color: #f0f2f5;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.title__case_research {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 32px;
}
@media screen and (max-width: 1023px) {
  .title__case_research {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.row__case_research {
  margin: -12px;
  width: auto;
}
.col_case_research {
  padding: 12px;
}
.btn_case_research-contain {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 32px;
}
.btn_case_research-contain a {
  width: 255px;
}
.row_case_research-swiper {
  width: calc(100% + 32px);
  margin-right: -32px;
}
.row_case_research-swiper .swiper-slide {
  width: calc(100% - 60px);
}
.text-block-before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #828a90;
  margin: 0;
  padding-left: 24px;
  position: relative;
}
.text-block-before:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #828a90;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.row-icon_app__case_content {
  display: -moz-flex;
  display: flex;
  padding-top: 22px;
}
.row-icon_app__case_content img {
  width: 160px;
}
.row-icon_app__case_content img:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .row-icon_app__case_content {
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }
  .row-icon_app__case_content img:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.strength-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
.strength-container:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 630px;
  left: 0;
  top: 80px;
  background-image: url(/_nuxt/img/bg_strength.9aeb58f.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .strength-container {
    padding-bottom: 0;
  }
  .strength-container:before {
    height: 100%;
    background-image: url(/_nuxt/img/bg_strength_sp.4694513.png);
    background-size: 100% 215px;
  }
}
@supports (-ms-ime-align: auto) {
  .strength-container:before {
    position: absolute;
    top: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .strength-container:before {
    position: absolute;
    top: 0;
  }
}
.strength-card {
  position: relative;
  width: 100%;
  height: 504px;
  margin-bottom: 4px;
  padding: 40px 56px 40px 64px;
}
.strength-card:nth-child(odd) {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .strength-card {
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 80px;
    width: calc(100% + 64px);
    height: auto;
    padding: 200px 0 0;
  }
  .strength-card:nth-child(odd) {
    display: block;
  }
}
.strength-card-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 1023px) {
  .strength-card-bg {
    background-position: top;
    height: 200px;
  }
}
.strength-card-box {
  background-color: hsla(0, 0%, 100%, 0.94);
  width: 650px;
  height: 384px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .strength-card-box {
    padding: 24px 32px;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.strength-card-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .strength-card-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.strength-card-paragraph {
  margin-bottom: 32px;
}
.strength-card-button {
  transition: all 0.5s, border 1ms;
  border: 2px solid #1e2022;
}
@media screen and (min-width: 1024px) {
  .strength-card-button {
    width: auto;
    padding-left: 72px;
    padding-right: 72px;
  }
}
.strength-card-button:hover {
  background-color: #fff;
  color: #1e2022;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTQzOTkiIGZpbGw9Im5vbmUiIGQ9Ik0wIDMwVjBoMTZ2MzB6Ii8+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzc5NCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyMzg0MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWUyMDIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDIiIGQ9Ik02IDEwbDUgNSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAzIiBkPSJNNiAyMGw1LTUiLz48L2c+PC9nPjwvc3ZnPg==);
}
.strength-card-button:hover .strength-card-bg {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
@media screen and (max-width: 1023px) {
  .strength-card-btn__1 {
    width: 258px;
  }
}
@media screen and (max-width: 1023px) {
  .strength-card-btn__3 {
    width: 202px;
  }
}
@media screen and (max-width: 1023px) {
  .strength-card-btn__4 {
    width: 239px;
  }
}
.product-card-row {
  margin-bottom: 40px;
}
.product-card-row:first-child .product-card-title {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.product-card__img {
  height: 339px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .product-card__img {
    height: 212px;
    width: 100%;
  }
}
.product-card-box {
  padding-left: 80px;
  padding-right: 80px;
  height: 100%;
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .product-card-box {
    padding: 24px 32px 40px;
  }
}
.product-card-box p {
  width: 100%;
}
.product-card-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 12px;
}
@media screen and (max-width: 1023px) {
  .product-card-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.product-card-btn {
  width: 390px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .product-card-btn {
    width: calc(100% - 20px);
    margin-top: 32px;
  }
}
.list-product-contain {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .list-product-contain {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }
}
.solution_industry {
  background-color: #f0f2f5;
  padding-top: 64px;
  padding-bottom: 80px;
}
.solution_industry-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .solution_industry-text {
    color: #222426;
  }
}
.solution_industry-col-first {
  flex-basis: 510px;
  max-width: 510px;
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-col-first {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.solution_industry-col-last {
  flex-basis: calc(100% - 510px);
  max-width: calc(100% - 510px);
}
@media screen and (max-width: 1023px) {
  .solution_industry-col-last {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.solution_industry-bg {
  background-color: #c3c3c3;
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-bg {
    height: 163px;
    margin-top: 40px;
  }
}
.solution_industry-section-two {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 80px;
}
.solution_industry-section-two-btn {
  width: 237px;
  margin-top: 24px;
}
.solution_industry-section-two .solution-card-gray-box {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-section-two .solution-card-gray-box {
    padding: 20px 0 0;
  }
}
.solution_industry-section-two
  .solution-card-gray:hover
  .solution-card-gray-box {
  opacity: 1;
}
.solution_industry-inspire-bl {
  padding-top: 64px;
}
.solution_industry-inspire-bl-ct {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-inspire-bl-ct {
    margin-top: 25px;
  }
}
.solution_industry-inspire-bl .inspire-icon img {
  width: 144px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-inspire-bl .inspire-icon img {
    width: 72px;
  }
}
.solution_industry-inspire-bl-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222426;
  margin: 0 0 0 23px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-inspire-bl-txt {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 8px;
  }
}
.solution_industry-inspire-bl-last {
  margin-top: 56px;
  margin-bottom: 24px;
}
.solution_industry-inspire-sc {
  background-color: #f0f2f5;
  padding-bottom: 80px;
}
.solution_industry-inspire-sc-img {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .solution_industry-inspire-sc-img {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.solution-data-analysis-space-paragraph {
  margin-bottom: 24px;
}
.solution-data-analysis-space-title {
  margin-bottom: 74px;
}
.solution-data-analysis-step-section {
  background-image: url(/_nuxt/img/bg_solution_analysis_step.63d596a.jpg);
  background-position: top;
  background-size: 100% 160px;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .solution-data-analysis-step-section {
    padding-bottom: 24px;
  }
}
.solution-data-analysis-step-section-box {
  padding: 56px;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .solution-data-analysis-step-section-box {
    padding: 40px 0 0;
  }
}
.solution-data-analysis-step-section .img__solution-section-step {
  left: 56px;
  top: 15px;
}
@media screen and (max-width: 1023px) {
  .solution-data-analysis-step-section .img__solution-section-step {
    left: 0;
    top: 0;
  }
}
.solution-data-analysis-step-section .row__solution-section-content {
  min-height: 440px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1023px) {
  .solution-data-analysis-step-section .full__solution-section-sp {
    margin-bottom: 0;
  }
}
.holding-card[data-v-7d98b536] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.holding-logo[data-v-7d98b536] {
  width: 200px;
  height: 88px;
  border: 1px solid #dfdfdf;
}
.holding-logo img[data-v-7d98b536] {
  max-width: 100%;
  height: auto;
}
.holding-name[data-v-7d98b536] {
  margin-top: 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3a3e47;
  text-align: center;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
[data-v-43f6e14c]:root {
  --swiper-theme-color: #007aff;
}
.swiper-container[data-v-43f6e14c] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper[data-v-43f6e14c] {
  flex-direction: column;
}
.swiper-wrapper[data-v-43f6e14c] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide[data-v-43f6e14c],
.swiper-wrapper[data-v-43f6e14c] {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper[data-v-43f6e14c] {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper[data-v-43f6e14c] {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper[data-v-43f6e14c] {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide[data-v-43f6e14c] {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank[data-v-43f6e14c] {
  visibility: hidden;
}
.swiper-container-autoheight .swiper-slide[data-v-43f6e14c],
.swiper-container-autoheight[data-v-43f6e14c] {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper[data-v-43f6e14c] {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d[data-v-43f6e14c] {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-bottom[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-left[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-right[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-top[data-v-43f6e14c],
.swiper-container-3d .swiper-slide[data-v-43f6e14c],
.swiper-container-3d .swiper-wrapper[data-v-43f6e14c] {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-left[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-right[data-v-43f6e14c],
.swiper-container-3d .swiper-slide-shadow-top[data-v-43f6e14c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left[data-v-43f6e14c] {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right[data-v-43f6e14c] {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top[data-v-43f6e14c] {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom[data-v-43f6e14c] {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper[data-v-43f6e14c] {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode
  > .swiper-wrapper[data-v-43f6e14c]::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide[data-v-43f6e14c] {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode
  > .swiper-wrapper[data-v-43f6e14c] {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode
  > .swiper-wrapper[data-v-43f6e14c] {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
[data-v-43f6e14c]:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next[data-v-43f6e14c],
.swiper-button-prev[data-v-43f6e14c] {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: -22px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled[data-v-43f6e14c],
.swiper-button-prev.swiper-button-disabled[data-v-43f6e14c] {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next[data-v-43f6e14c]:after,
.swiper-button-prev[data-v-43f6e14c]:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal;
  font-variant: normal;
}
.swiper-button-prev[data-v-43f6e14c],
.swiper-container-rtl .swiper-button-next[data-v-43f6e14c] {
  left: 10px;
  right: auto;
}
.swiper-button-prev[data-v-43f6e14c]:after,
.swiper-container-rtl .swiper-button-next[data-v-43f6e14c]:after {
  content: "prev";
}
.swiper-button-next[data-v-43f6e14c],
.swiper-container-rtl .swiper-button-prev[data-v-43f6e14c] {
  right: 10px;
  left: auto;
}
.swiper-button-next[data-v-43f6e14c]:after,
.swiper-container-rtl .swiper-button-prev[data-v-43f6e14c]:after {
  content: "next";
}
.swiper-button-next.swiper-button-white[data-v-43f6e14c],
.swiper-button-prev.swiper-button-white[data-v-43f6e14c] {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black[data-v-43f6e14c],
.swiper-button-prev.swiper-button-black[data-v-43f6e14c] {
  --swiper-navigation-color: #000;
}
.swiper-button-lock[data-v-43f6e14c] {
  display: none;
}
.swiper-pagination[data-v-43f6e14c] {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden[data-v-43f6e14c] {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets[data-v-43f6e14c],
.swiper-pagination-custom[data-v-43f6e14c],
.swiper-pagination-fraction[data-v-43f6e14c] {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic[data-v-43f6e14c] {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-43f6e14c] {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main[data-v-43f6e14c],
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active[data-v-43f6e14c] {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev[data-v-43f6e14c] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev[data-v-43f6e14c] {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next[data-v-43f6e14c] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next[data-v-43f6e14c] {
  transform: scale(0.33);
}
.swiper-pagination-bullet[data-v-43f6e14c] {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet[data-v-43f6e14c] {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet[data-v-43f6e14c] {
  cursor: pointer;
}
.swiper-pagination-bullet-active[data-v-43f6e14c] {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets[data-v-43f6e14c] {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet[data-v-43f6e14c] {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-43f6e14c] {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet[data-v-43f6e14c] {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet[data-v-43f6e14c] {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-43f6e14c] {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet[data-v-43f6e14c] {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet[data-v-43f6e14c] {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar[data-v-43f6e14c] {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill[data-v-43f6e14c] {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill[data-v-43f6e14c] {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar[data-v-43f6e14c],
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-43f6e14c] {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-43f6e14c],
.swiper-container-vertical > .swiper-pagination-progressbar[data-v-43f6e14c] {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white[data-v-43f6e14c] {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black[data-v-43f6e14c] {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock[data-v-43f6e14c] {
  display: none;
}
.swiper-scrollbar[data-v-43f6e14c] {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar[data-v-43f6e14c] {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar[data-v-43f6e14c] {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag[data-v-43f6e14c] {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag[data-v-43f6e14c] {
  cursor: move;
}
.swiper-scrollbar-lock[data-v-43f6e14c] {
  display: none;
}
.swiper-zoom-container[data-v-43f6e14c] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas[data-v-43f6e14c],
.swiper-zoom-container > img[data-v-43f6e14c],
.swiper-zoom-container > svg[data-v-43f6e14c] {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed[data-v-43f6e14c] {
  cursor: move;
}
.swiper-lazy-preloader[data-v-43f6e14c] {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin-data-v-43f6e14c 1s linear infinite;
  animation: swiper-preloader-spin-data-v-43f6e14c 1s linear infinite;
  box-sizing: border-box;
  border-left: 4px solid var(--swiper-theme-color);
  border-bottom: 4px solid var(--swiper-theme-color);
  border-right: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white[data-v-43f6e14c] {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black[data-v-43f6e14c] {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin-data-v-43f6e14c {
  to {
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin-data-v-43f6e14c {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification[data-v-43f6e14c] {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode
  .swiper-slide[data-v-43f6e14c] {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
}
.swiper-container-fade
  .swiper-slide-active
  .swiper-slide-active[data-v-43f6e14c],
.swiper-container-fade .swiper-slide-active[data-v-43f6e14c] {
  pointer-events: auto;
}
.swiper-container-cube[data-v-43f6e14c] {
  overflow: visible;
}
.swiper-container-cube .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide[data-v-43f6e14c] {
  transform-origin: 100% 0;
}
.swiper-container-cube
  .swiper-slide-active
  .swiper-slide-active[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-active[data-v-43f6e14c] {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-next + .swiper-slide[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-next[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-prev[data-v-43f6e14c] {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-shadow-left[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-shadow-right[data-v-43f6e14c],
.swiper-container-cube .swiper-slide-shadow-top[data-v-43f6e14c] {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow[data-v-43f6e14c] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip[data-v-43f6e14c] {
  overflow: visible;
}
.swiper-container-flip .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide[data-v-43f6e14c] {
  pointer-events: none;
}
.swiper-container-flip
  .swiper-slide-active
  .swiper-slide-active[data-v-43f6e14c],
.swiper-container-flip .swiper-slide-active[data-v-43f6e14c] {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom[data-v-43f6e14c],
.swiper-container-flip .swiper-slide-shadow-left[data-v-43f6e14c],
.swiper-container-flip .swiper-slide-shadow-right[data-v-43f6e14c],
.swiper-container-flip .swiper-slide-shadow-top[data-v-43f6e14c] {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .container[data-v-43f6e14c] {
    padding-left: 0;
    padding-right: 0;
  }
}
.holdings[data-v-43f6e14c] {
  background: #fff;
  padding-top: 83px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .holdings[data-v-43f6e14c] {
    padding-top: 106px;
    padding-bottom: 88px;
  }
}
.holdings-section[data-v-43f6e14c] {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.title[data-v-43f6e14c] {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .title[data-v-43f6e14c] {
    font-size: 17px;
  }
}
.holdings-swiper-wrapper[data-v-43f6e14c] {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .holdings-swiper-wrapper[data-v-43f6e14c] {
    margin-top: 30px;
  }
}
.swiper-container[data-v-43f6e14c] {
  padding-bottom: 40px;
  display: flex;
}
.swiper-slide[data-v-43f6e14c] {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.swiper-button-next[data-v-43f6e14c],
.swiper-button-prev[data-v-43f6e14c] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .swiper-button-next[data-v-43f6e14c],
  .swiper-button-prev[data-v-43f6e14c] {
    display: block;
    top: calc(50% - 55px);
    width: 32px;
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABGCAMAAACJ3iZ1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADJUExURUdwTHBwcHBwcHBwcHBwcHFxcWlpaW9vb2pqam9vb3BwcG1tbW9vb3BwcHBwcHd3d25ubm5ubm9vb3BwcHBwcG9vb29vb21tbW9vb3BwcGZmZnBwcHBwcG9vb3R0dHNzc29vb29vb29vb3FxcXBwcG9vb29vb3BwcG9vb29vb3BwcHR0dHFxcXBwcHBwcG9vb3BwcG9vb3BwcGxsbG9vb3BwcHBwcG9vb3BwcG5ubnBwcHBwcG9vb3BwcICAgHBwcHFxcW9vb3BwcICk/pkAAABCdFJOUwDSW9T9EhH+DPxiDl7Nzw9YUcpU+2XXFchLBRBp1RYUasXnCdbYdYKuweQLT3tQp+kexCFsxik3okO/wif2BpQrPPY2mNQAAADsSURBVEjH7dZZjwFBFAXgGmNpY6ft2s4Y+74z3P//oyYyou6L05eEIM7zl1NJJVU5Sl2U0SwvYQOLiHoZW+dq0iHLih2c03+GLewymyOkEu7M0ikrA8qyllEoOySVJSYnSBopaeftpQ/JAJNBJEMvLt1IfjD5iaTrLY+ygGSCyRqSSbm0mLQMaeevEkrnFsl8Vcsdgjl2NvqRi8xVhX20F7r4efcldZ7LnUfq/M/rHFLnvMKFX8N5gYtxFwHO+9huampnAqd+2DvqooGkL8ZMCwdSW4kGEu7Tn5GtU6p+cP2FYGmuvxvjrLp3/gBq6rmnVLDhDwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 50%;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-size: 10px;
    background-color: #fff;
  }
  .swiper-button-next[data-v-43f6e14c]:after,
  .swiper-button-prev[data-v-43f6e14c]:after {
    content: " ";
  }
  .swiper-button-next[data-v-43f6e14c]:hover,
  .swiper-button-prev[data-v-43f6e14c]:hover {
    opacity: 0.8;
    border: none;
  }
}
.swiper-button-prev[data-v-43f6e14c] {
  left: calc(50% - 128.5px);
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev[data-v-43f6e14c] {
    left: calc(50% - 373px);
  }
}
.swiper-button-next[data-v-43f6e14c] {
  left: calc(50% + 96.5px);
}
@media screen and (min-width: 1024px) {
  .swiper-button-next[data-v-43f6e14c] {
    left: calc(50% + 341px);
  }
}
[data-v-43f6e14c] .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
[data-v-43f6e14c] .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}
