@charset "UTF-8";
/* Foundation
   ----------------------------------------------------------------- */
html, body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

html[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}
html[lang=en] {
  font-family: "Noto Sans", sans-serif;
}
html[lang=kr] {
  font-family: "Noto Sans KR", sans-serif;
}

a {
  color: #222;
  text-decoration: none;
  outline: none;
}
a:active, a:focus {
  outline: none;
}

b {
  font-weight: bold;
}

picture {
  display: block;
}

img {
  vertical-align: top;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  color: #F0F0F0;
  padding: 1em 1em 1em 1.5em;
  border-left: 3px solid #00315B;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

/* Layout
   ----------------------------------------------------------------- */
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-inner {
  margin-right: 5.33vw;
  margin-left: 5.33vw;
}

.l-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

.l-main {
  flex-grow: 1;
  padding-top: 5em;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header__nav {
  display: flex;
}
.l-header__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.l-header__logo-box {
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__logo-box--blue {
  background: #00315B;
  font-weight: bold;
}
.l-header__action {
  display: flex;
}
.l-header__link {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: 200% auto;
  font-weight: bold;
}
.l-header__link span {
  min-height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__link:before {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  margin-bottom: 5px;
}
.l-header__link--download {
  transition: background 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(150deg, #2e3b70 0%, #2b59a7 51%, #2e3b70 100%);
}
.l-header__link--download:before {
  background: url(/vts/jp/assets/img/common/icon_download.svg) no-repeat center/contain;
}
.l-header__link--contact {
  transition: background 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(150deg, #ff4c43 0%, #ff8811 51%, #ff4c43 100%);
}
.l-header__link--contact:before {
  background: url(/vts/jp/assets/img/common/icon_letter.svg) no-repeat center/contain;
}

.l-language {
  display: flex;
  align-items: center;
}
.l-language:after {
  content: "";
  background: url(/vts/jp/assets/img/common/icon_lang.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  margin-left: 0.438em;
}
.l-language__item + .l-language__item {
  position: relative;
}
.l-language__item + .l-language__item:before {
  content: "/";
  margin: 0 0.125em;
}
.l-language__link {
  font-weight: bold;
}
.l-language__link--active {
  border-bottom: 2px solid #222;
}

.l-footer {
  position: relative;
}
.l-footer__copyright {
  height: 51px;
  color: #fff;
  background: #222;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-backTop {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  background: #848484;
  box-shadow: 0 14px 16px 0 rgba(93, 93, 93, 0.24);
  position: absolute;
  bottom: 21px;
  right: 52px;
  z-index: 50;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-backTop.show {
  opacity: 1;
}
.l-backTop:after {
  content: "";
  background: url(/vts/jp/assets/img/common/icon_pagetop.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: block;
}

.l-block-contact {
  background: url(/vts/jp/assets/img/common/img_bg_contact.jpg) no-repeat center center/cover;
  min-width: 322px;
  padding: 48px 0;
  position: relative;
}
.l-footer .l-block-contact {
  padding: 64px 0 0;
}
.l-block-contact__wrap {
  max-width: 1120px;
  margin: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.l-footer .l-block-contact__wrap {
  background: none;
}
.l-footer .l-block-contact__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.85);
  z-index: 0;
}
.l-block-contact__inner {
  position: relative;
  z-index: 1;
}
.l-block-contact__label {
  text-align: center;
  font-weight: bolder;
  color: #fff;
}
.l-block-contact__info {
  position: relative;
  text-align: center;
}
.l-block-contact__info:before {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(225, 225, 225, 0.41);
  position: absolute;
  top: 0;
  left: 0;
}
.l-block-contact__xl {
  text-decoration: none;
  font-size: 48px;
  line-height: 70px;
  font-weight: bolder;
  color: #fff;
}
.l-block-contact__xl a {
  text-decoration: none;
}
.l-block-contact__text {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
.l-block-contact__title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Object
   ----------------------------------------------------------------- */
.c-heading-2 {
  font-size: 2.5em;
  line-height: 1.45;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.c-heading-3 {
  font-size: 1.5em;
  line-height: 1.458;
  font-weight: bold;
  color: #000;
}

.c-btn {
  width: 324px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background-color: #fff;
  color: #00315B;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.5s;
  position: relative;
  box-sizing: border-box;
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 14px;
  height: 14px;
  background: url(/vts/jp/assets/img/common/icon_arrow_blue.svg) center no-repeat;
  background-size: contain;
}

.c-btn-gradient {
  border: 0;
  color: #fff;
  background-size: 200% auto;
  background-image: linear-gradient(100deg, #2e3b70 0%, #2b59a7 51%, #2e3b70 100%);
}
.c-btn-gradient:after {
  background-image: url(/vts/jp/assets/img/common/icon_arrow_white.svg);
}

.c-btn-gradient--orange {
  background-image: linear-gradient(100deg, #ff4c43 0%, #ff8811 51%, #ff4c43 100%);
}

.c-list li {
  position: relative;
  padding-left: 0.938em;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list li + li {
  margin-top: 0.125em;
}
.c-list--check li {
  padding-left: 2.313em;
}
.c-list--check li + li {
  margin-top: 1em;
}
.c-list--check li:before {
  content: "";
  background: url("/vts/jp/assets/img/common/icon_list_check.svg") no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  border-radius: 100%;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.p-transport {
  padding: 8.938em 0 12.5em;
  background: url(/vts/jp/assets/img/top/bg_transport.jpg) no-repeat center bottom/100%;
}
.p-transport__box {
  border: 1px solid #BCBCBC;
  padding: 2.5em 3em 2.75em;
  margin-top: 5em;
  background: #fff;
}
.p-transport__box .c-heading__wrap {
  margin-top: 1.5em;
}
.p-transport__box .c-list {
  margin-top: 1.25em;
}
.p-transport__box .c-list li {
  padding-left: 1.25em;
}
.p-transport__box .c-list li + * {
  margin-top: 0.25em;
}
.p-transport__box .c-list li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #2B2B2B;
  border-radius: 50%;
  top: 0.563em;
}
.p-transport__arrow {
  display: block;
  width: 28.688em;
  height: 7.75em;
  margin: 3em auto;
  background: url(/vts/jp/assets/img/common/icon_arrow01.svg) no-repeat 0 0/100%;
}
.p-transport__eng {
  font-size: 2em;
  line-height: 1.4375;
  color: #2E3B70;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.p-transport__title {
  font-size: 3em;
  line-height: 1.458;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 0.417em;
}
.p-transport-col3 {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 5em;
}
.p-transport-col3__title {
  font-size: 1.5em;
  padding: 0.958em 0.625em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#2e3b70 0%, #2b59a7 100%);
}
.p-transport-col3__item {
  box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.16);
  background: #fff;
}
.p-transport-col3__text {
  padding: 2em 2em 1em;
}
.p-transport-col3 .c-list {
  font-weight: 500;
}

.p-mvBlock {
  height: 866px;
  position: relative;
  z-index: 1;
}
.p-mvBlock__title {
  line-height: 1.5113636364;
  font-weight: 900;
  margin-top: 0.273em;
  color: #2E3B70;
  letter-spacing: 0.019em;
}
.p-mvBlock__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: 1;
}
.p-mvBlock__holder {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 0 3.75em;
  box-sizing: border-box;
}
.p-mvBlock__holder .l-inner {
  position: relative;
  max-width: 1430px;
}
.p-mvBlock__holder .l-grid {
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.p-mvBlock__tag {
  font-size: 2.5em;
  line-height: 1.325;
  font-weight: bold;
}
.p-mvBlock__sub {
  font-size: 3em;
  line-height: 1.4375;
  font-weight: 900;
  margin-top: 0.146em;
  letter-spacing: 0.063em;
}
.p-mvBlock__part {
  display: flex;
  justify-content: space-between;
  margin-top: 0.875em;
}

.p-videoBlock {
  padding-top: 8.5em;
  position: relative;
}
.p-videoBlock:before {
  content: "";
  width: 44.0625%;
  aspect-ratio: 1.0071428571;
  background: url(/vts/jp/assets/img/common/bg_01.jpg) no-repeat center/contain;
  position: absolute;
  top: 0;
  transform: translateY(-82%);
  right: 0;
  z-index: 0;
}
.p-videoBlock:after {
  content: "";
  width: 100%;
  aspect-ratio: 2.2857142857;
  background: url(/vts/jp/assets/img/common/bg_02.jpg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  transform: translateY(60%);
  left: 0;
  z-index: -1;
}

.p-video__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.p-video__thumb {
  position: relative;
  cursor: pointer;
  display: block;
  border-radius: 2em;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}
.p-video__thumb:before, .p-video__thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-video__thumb:before {
  width: 138px;
  height: 138px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.42);
  border: 3px solid #fff;
  transition: background 0.3s ease;
}
.p-video__thumb:after {
  background: url(/vts/jp/assets/img/common/icon_play.svg) no-repeat center/contain;
}
.p-video__thumb:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.p-video__thumb img {
  width: 100%;
}
.p-video__cap {
  margin: 1.125em 0 0;
  font-size: 2em;
  line-height: 1.34375;
  text-align: center;
  font-weight: bold;
}

/* display Utility */
.u-none {
  display: none !important;
}
.u-flex {
  display: flex;
}

.u-m_t0 {
  margin-top: 0 !important;
}
.u-m_b0 {
  margin-bottom: 0 !important;
}

.u-m_t1 {
  margin-top: 8px !important;
}

.u-m_r1 {
  margin-right: 8px !important;
}

.u-m_b1 {
  margin-bottom: 8px !important;
}

.u-m_l1 {
  margin-left: 8px !important;
}

.u-p_t1 {
  padding-top: 8px !important;
}

.u-p_b1 {
  padding-bottom: 8px !important;
}
.u-m_t2 {
  margin-top: 12px !important;
}

.u-m_r2 {
  margin-right: 12px !important;
}

.u-m_b2 {
  margin-bottom: 12px !important;
}

.u-m_l2 {
  margin-left: 12px !important;
}

.u-p_t2 {
  padding-top: 12px !important;
}

.u-p_b2 {
  padding-bottom: 12px !important;
}
.u-m_t3 {
  margin-top: 16px !important;
}

.u-m_r3 {
  margin-right: 16px !important;
}

.u-m_b3 {
  margin-bottom: 16px !important;
}

.u-m_l3 {
  margin-left: 16px !important;
}

.u-p_t3 {
  padding-top: 16px !important;
}

.u-p_b3 {
  padding-bottom: 16px !important;
}
.u-m_t4 {
  margin-top: 20px !important;
}

.u-m_r4 {
  margin-right: 20px !important;
}

.u-m_b4 {
  margin-bottom: 20px !important;
}

.u-m_l4 {
  margin-left: 20px !important;
}

.u-p_t4 {
  padding-top: 20px !important;
}

.u-p_b4 {
  padding-bottom: 20px !important;
}
.u-m_t5 {
  margin-top: 24px !important;
}

.u-m_r5 {
  margin-right: 24px !important;
}

.u-m_b5 {
  margin-bottom: 24px !important;
}

.u-m_l5 {
  margin-left: 24px !important;
}

.u-p_t5 {
  padding-top: 24px !important;
}

.u-p_b5 {
  padding-bottom: 24px !important;
}
.u-m_t6 {
  margin-top: 30px !important;
}

.u-m_r6 {
  margin-right: 30px !important;
}

.u-m_b6 {
  margin-bottom: 30px !important;
}

.u-m_l6 {
  margin-left: 30px !important;
}

.u-p_t6 {
  padding-top: 30px !important;
}

.u-p_b6 {
  padding-bottom: 30px !important;
}
.u-m_t7 {
  margin-top: 40px !important;
}

.u-m_r7 {
  margin-right: 40px !important;
}

.u-m_b7 {
  margin-bottom: 40px !important;
}

.u-m_l7 {
  margin-left: 40px !important;
}

.u-p_t7 {
  padding-top: 40px !important;
}

.u-p_b7 {
  padding-bottom: 40px !important;
}
.u-m_t8 {
  margin-top: 50px !important;
}

.u-m_r8 {
  margin-right: 50px !important;
}

.u-m_b8 {
  margin-bottom: 50px !important;
}

.u-m_l8 {
  margin-left: 50px !important;
}

.u-p_t8 {
  padding-top: 50px !important;
}

.u-p_b8 {
  padding-bottom: 50px !important;
}
.u-m_t9 {
  margin-top: 52px !important;
}

.u-m_r9 {
  margin-right: 52px !important;
}

.u-m_b9 {
  margin-bottom: 52px !important;
}

.u-m_l9 {
  margin-left: 52px !important;
}

.u-p_t9 {
  padding-top: 52px !important;
}

.u-p_b9 {
  padding-bottom: 52px !important;
}
.u-m_t10 {
  margin-top: 66px !important;
}

.u-m_r10 {
  margin-right: 66px !important;
}

.u-m_b10 {
  margin-bottom: 66px !important;
}

.u-m_l10 {
  margin-left: 66px !important;
}

.u-p_t10 {
  padding-top: 66px !important;
}

.u-p_b10 {
  padding-bottom: 66px !important;
}
.u-m_t11 {
  margin-top: 82px !important;
}

.u-m_r11 {
  margin-right: 82px !important;
}

.u-m_b11 {
  margin-bottom: 82px !important;
}

.u-m_l11 {
  margin-left: 82px !important;
}

.u-p_t11 {
  padding-top: 82px !important;
}

.u-p_b11 {
  padding-bottom: 82px !important;
}
.u-m_t12 {
  margin-top: 100px !important;
}

.u-m_r12 {
  margin-right: 100px !important;
}

.u-m_b12 {
  margin-bottom: 100px !important;
}

.u-m_l12 {
  margin-left: 100px !important;
}

.u-p_t12 {
  padding-top: 100px !important;
}

.u-p_b12 {
  padding-bottom: 100px !important;
}
.u-m_t13 {
  margin-top: 120px !important;
}

.u-m_r13 {
  margin-right: 120px !important;
}

.u-m_b13 {
  margin-bottom: 120px !important;
}

.u-m_l13 {
  margin-left: 120px !important;
}

.u-p_t13 {
  padding-top: 120px !important;
}

.u-p_b13 {
  padding-bottom: 120px !important;
}
.u-m_t14 {
  margin-top: 142px !important;
}

.u-m_r14 {
  margin-right: 142px !important;
}

.u-m_b14 {
  margin-bottom: 142px !important;
}

.u-m_l14 {
  margin-left: 142px !important;
}

.u-p_t14 {
  padding-top: 142px !important;
}

.u-p_b14 {
  padding-bottom: 142px !important;
}
.u-m_t15 {
  margin-top: 160px !important;
}

.u-m_r15 {
  margin-right: 160px !important;
}

.u-m_b15 {
  margin-bottom: 160px !important;
}

.u-m_l15 {
  margin-left: 160px !important;
}

.u-p_t15 {
  padding-top: 160px !important;
}

.u-p_b15 {
  padding-bottom: 160px !important;
}
.u-w_full {
  width: 100% !important;
}

.u-w_p5 {
  width: 5% !important;
}

.u-w_p6 {
  width: 6% !important;
}

.u-w_p7 {
  width: 7% !important;
}

.u-w_p8 {
  width: 8% !important;
}

.u-w_p9 {
  width: 9% !important;
}

.u-w_p10 {
  width: 10% !important;
}

.u-w_p11 {
  width: 11% !important;
}

.u-w_p12 {
  width: 12% !important;
}

.u-w_p13 {
  width: 13% !important;
}

.u-w_p14 {
  width: 14% !important;
}

.u-w_p15 {
  width: 15% !important;
}

.u-w_p16 {
  width: 16% !important;
}

.u-w_p17 {
  width: 17% !important;
}

.u-w_p18 {
  width: 18% !important;
}

.u-w_p19 {
  width: 19% !important;
}

.u-w_p20 {
  width: 20% !important;
}

.u-w_p21 {
  width: 21% !important;
}

.u-w_p22 {
  width: 22% !important;
}

.u-w_p23 {
  width: 23% !important;
}

.u-w_p24 {
  width: 24% !important;
}

.u-w_p25 {
  width: 25% !important;
}

.u-w_p26 {
  width: 26% !important;
}

.u-w_p27 {
  width: 27% !important;
}

.u-w_p28 {
  width: 28% !important;
}

.u-w_p29 {
  width: 29% !important;
}

.u-w_p30 {
  width: 30% !important;
}

.u-w_p31 {
  width: 31% !important;
}

.u-w_p32 {
  width: 32% !important;
}

.u-w_p33 {
  width: 33% !important;
}

.u-w_p34 {
  width: 34% !important;
}

.u-w_p35 {
  width: 35% !important;
}

.u-w_p36 {
  width: 36% !important;
}

.u-w_p37 {
  width: 37% !important;
}

.u-w_p38 {
  width: 38% !important;
}

.u-w_p39 {
  width: 39% !important;
}

.u-w_p40 {
  width: 40% !important;
}

.u-w_p41 {
  width: 41% !important;
}

.u-w_p42 {
  width: 42% !important;
}

.u-w_p43 {
  width: 43% !important;
}

.u-w_p44 {
  width: 44% !important;
}

.u-w_p45 {
  width: 45% !important;
}

.u-w_p46 {
  width: 46% !important;
}

.u-w_p47 {
  width: 47% !important;
}

.u-w_p48 {
  width: 48% !important;
}

.u-w_p49 {
  width: 49% !important;
}

.u-w_p50 {
  width: 50% !important;
}

.u-w_p51 {
  width: 51% !important;
}

.u-w_p52 {
  width: 52% !important;
}

.u-w_p53 {
  width: 53% !important;
}

.u-w_p54 {
  width: 54% !important;
}

.u-w_p55 {
  width: 55% !important;
}

.u-w_p56 {
  width: 56% !important;
}

.u-w_p57 {
  width: 57% !important;
}

.u-w_p58 {
  width: 58% !important;
}

.u-w_p59 {
  width: 59% !important;
}

.u-w_p60 {
  width: 60% !important;
}

.u-w_p61 {
  width: 61% !important;
}

.u-w_p62 {
  width: 62% !important;
}

.u-w_p63 {
  width: 63% !important;
}

.u-w_p64 {
  width: 64% !important;
}

.u-w_p65 {
  width: 65% !important;
}

.u-w_p66 {
  width: 66% !important;
}

.u-w_p67 {
  width: 67% !important;
}

.u-w_p68 {
  width: 68% !important;
}

.u-w_p69 {
  width: 69% !important;
}

.u-w_p70 {
  width: 70% !important;
}

.u-w_p71 {
  width: 71% !important;
}

.u-w_p72 {
  width: 72% !important;
}

.u-w_p73 {
  width: 73% !important;
}

.u-w_p74 {
  width: 74% !important;
}

.u-w_p75 {
  width: 75% !important;
}

.u-w_p76 {
  width: 76% !important;
}

.u-w_p77 {
  width: 77% !important;
}

.u-w_p78 {
  width: 78% !important;
}

.u-w_p79 {
  width: 79% !important;
}

.u-w_p80 {
  width: 80% !important;
}

.u-w_p81 {
  width: 81% !important;
}

.u-w_p82 {
  width: 82% !important;
}

.u-w_p83 {
  width: 83% !important;
}

.u-w_p84 {
  width: 84% !important;
}

.u-w_p85 {
  width: 85% !important;
}

.u-w_p86 {
  width: 86% !important;
}

.u-w_p87 {
  width: 87% !important;
}

.u-w_p88 {
  width: 88% !important;
}

.u-w_p89 {
  width: 89% !important;
}

.u-w_p90 {
  width: 90% !important;
}

.u-w_p91 {
  width: 91% !important;
}

.u-w_p92 {
  width: 92% !important;
}

.u-w_p93 {
  width: 93% !important;
}

.u-w_p94 {
  width: 94% !important;
}

.u-w_p95 {
  width: 95% !important;
}

.u-w_p96 {
  width: 96% !important;
}

.u-w_p97 {
  width: 97% !important;
}

.u-w_p98 {
  width: 98% !important;
}

.u-w_p99 {
  width: 99% !important;
}

.u-w_p100 {
  width: 100% !important;
}

.p-transport__title {
  margin-top: 0;
  color: #2E3B70;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 3.73vw;
  }
  .l-grid {
    margin-top: 6.93vw;
  }
  .l-grid--contact .btn {
    width: 59.73vw;
  }
  .l-main {
    padding-top: 13.87vw;
  }
  .l-header {
    transition: background 0.3s ease;
  }
  .l-header__wrap {
    align-items: center;
    padding-right: 5.87vw;
  }
  .l-header__logo-box {
    width: 26.13vw;
    height: 13.87vw;
  }
  .l-header__logo-box img {
    width: 16.8vw;
  }
  .l-header__logo-box--blue {
    width: 27.73vw;
  }
  .l-header__logo-box--blue img {
    width: 18.93vw;
  }
  html[lang=en] .l-header__logo-box--blue img {
    width: 15.2vw;
  }
  .l-header__action {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .header .l-header__action {
    display: none;
  }
  .js-nav-open .l-header__action {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__action.stuck {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .l-header__link {
    width: 50%;
    font-size: 2.67vw;
    line-height: 1;
    font-weight: bold;
    height: 14.93vw;
  }
  .l-header__link span {
    min-height: 5.87vw;
    margin-top: 2.93vw;
  }
  .l-header__link:before {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0;
    position: relative;
    top: 2.4vw;
    left: 0.27vw;
  }
  .l-header__link--download:before {
    width: 4.53vw;
    height: 4.27vw;
  }
  .l-header__link--contact:before {
    width: 5.33vw;
    height: 3.47vw;
  }
  .l-language__link {
    font-size: 4.27vw;
  }
  .l-footer {
    padding-bottom: 14.93vw;
  }
  .l-footer__copyright {
    font-size: 2.93vw;
    height: 13.6vw;
    margin-top: 14.93vw;
  }
  .l-backTop {
    width: 12vw;
    height: 12vw;
    bottom: 18.13vw;
    right: 3.2vw;
    position: fixed;
    opacity: 0;
  }
  .l-backTop:after {
    width: 4.27vw;
    height: 4.27vw;
  }
  .l-block-contact {
    padding: 8vw 0 9.6vw;
    background-image: url(/vts/jp/assets/img/common/img_bg_contact_sp.jpg);
  }
  .l-footer .l-block-contact {
    padding: 16.8vw 0 0;
    background-image: url(/vts/jp/assets/img/common/img_bg_contact_footer_sp.jpg);
  }
  .l-block-contact__wrap {
    padding: 10.67vw 7.2vw 7.2vw 7.47vw;
  }
  html[lang=en] .l-footer .l-block-contact__wrap, html[lang=kr] .l-footer .l-block-contact__wrap {
    padding-bottom: 11.2vw;
  }
  .l-block-contact__label {
    font-size: 4.8vw;
    line-height: 1.778;
    margin-bottom: 8vw;
    padding: 0 5.07vw;
  }
  .l-block-contact__info {
    padding-top: 8.53vw;
    margin-top: 7.2vw;
  }
  .l-block-contact__info:before {
    height: 0.39vw;
  }
  .l-block-contact__xl {
    font-size: 10.67vw;
    line-height: 15.47vw;
    margin-bottom: 1.07vw;
  }
  .l-block-contact__text {
    font-size: 3.2vw;
    line-height: 4.53vw;
  }
  .l-block-contact__title {
    font-size: 5.33vw;
  }
  .l-block-contact--hozen {
    margin-top: 17.07vw;
  }
  .c-heading-2 {
    font-size: 6.4vw;
    line-height: 1.458;
  }
  .c-heading-3 {
    font-size: 5.33vw;
    line-height: 1.45;
  }
  .c-btn {
    max-width: 86.4vw;
    width: 100%;
    height: 13.33vw;
    margin: 1.33vw auto;
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .c-btn:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.2vw;
  }
  .c-list li + li {
    margin-top: 0.53vw;
  }
  .c-list--check li {
    font-size: 4.27vw;
  }
  .c-list--check li + li {
    margin-top: 4.27vw;
  }
  .p-transport {
    padding: 22.93vw 0 32vw;
    background-image: url(/vts/jp/assets/img/top/bg_transport_sp.jpg);
  }
  .p-transport__box {
    padding: 5.33vw 5.33vw 3.73vw;
    margin-top: 10.67vw;
  }
  .p-transport__box > * + * {
    margin-top: 7.47vw;
    padding-top: 8.53vw;
    border-top: 1px solid #BCBCBC;
  }
  .p-transport__box .c-heading__wrap {
    margin-top: 6.4vw;
  }
  .p-transport__box .c-list {
    margin-top: 4.8vw;
  }
  .p-transport__box .c-list li {
    padding-left: 5.33vw;
    line-height: 1.82;
  }
  .p-transport__box .c-list li + * {
    margin-top: 0.53vw;
  }
  .p-transport__box .c-list li:before {
    width: 2.13vw;
    height: 2.13vw;
    top: 2.4vw;
  }
  .p-transport__arrow {
    width: 56vw;
    height: 15.2vw;
    margin: 10.67vw auto;
  }
  .p-transport__col > * + * {
    margin-top: 4.8vw;
  }
  .p-transport__eng {
    font-size: 5.33vw;
    line-height: 1.45;
  }
  .p-transport__title {
    font-size: 6.4vw;
    margin-top: 4.27vw;
  }
  .p-transport-col3 {
    gap: 11.2vw;
    margin-top: 17.07vw;
    position: relative;
  }
  .p-transport-col3:before {
    content: "";
    width: 159.2vw;
    height: 69.6vw;
    background: url(/vts/jp/assets/img/top/bg_transport01_sp.jpg) no-repeat 0 0/100%;
    position: absolute;
    right: -5.33vw;
    top: -35.73vw;
    z-index: -1;
  }
  .p-transport-col3__title {
    padding: 4.95vw;
    font-size: 5.33vw;
  }
  .p-transport-col3__text {
    padding: 8.53vw 7.47vw 2.13vw;
  }
  .p-mvBlock {
    height: auto;
    margin-top: -13.87vw;
    padding-top: 13.87vw;
  }
  .p-mvBlock__title {
    font-size: 11.73vw;
    line-height: 1.0909090909;
    margin-top: 0;
    letter-spacing: 0.53vw;
    margin-top: 2.67vw;
  }
  html[lang=en] .p-mvBlock__title {
    font-size: 10.13vw;
  }
  .p-mvBlock__head {
    padding: 0 4vw;
  }
  .p-mvBlock__img {
    width: 37.33vw;
    height: 37.33vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 999px;
    margin: 10.67vw -4vw 0 auto;
    padding: 5.33vw;
  }
  .p-mvBlock__img img {
    width: 67.73vw;
  }
  .p-mvBlock__bg {
    background-size: contain;
    background-position-y: top;
  }
  .p-mvBlock__holder {
    padding: 8.8vw 0 18.67vw;
  }
  html[lang=en] .p-mvBlock__holder {
    padding-top: 5.33vw;
  }
  .p-mvBlock__holder .l-grid {
    margin-top: 0;
  }
  .p-mvBlock__holder .c-btn {
    width: 59.73vw;
  }
  .p-mvBlock__tag {
    font-size: 4.27vw;
    line-height: 1.75;
    margin-bottom: 2.67vw;
  }
  html[lang=en] .p-mvBlock__tag {
    font-size: 4vw;
    margin-bottom: 0.8vw;
  }
  .p-mvBlock__sub {
    font-size: 5.33vw;
    line-height: 1.6;
    margin-top: 2.67vw;
  }
  html[lang=en] .p-mvBlock__sub {
    font-size: 4.8vw;
  }
  .p-mvBlock__part {
    margin-top: 8.8vw;
    flex-direction: column-reverse;
  }
  .p-videoBlock {
    padding-top: 0;
  }
  .p-videoBlock:before {
    width: 100%;
    aspect-ratio: 1.2019230769;
    background-image: url(/vts/jp/assets/img/common/bg_01_sp.jpg);
  }
  .p-videoBlock:after {
    aspect-ratio: 1.2019230769;
    background-image: url(/vts/jp/assets/img/common/bg_02_sp.jpg);
    transform: translateY(110%);
  }
  .p-video__thumb {
    border-radius: 4.27vw;
  }
  .p-video__thumb img {
    width: 100%;
  }
  .p-video__thumb:before {
    width: 10.67vw;
    height: 10.67vw;
    border-width: 0.8vw;
  }
  .p-video__thumb:after {
    width: 4vw;
    height: 3.47vw;
    margin-left: 0.53vw;
  }
  .p-video__cap {
    font-size: 4.27vw;
    line-height: 1.3125;
    margin: 7.47vw 0 0;
  }
  .u-none_sp {
    display: none !important;
  }
  .u-m_t1_sp {
    margin-top: 0.5rem !important;
  }
  .u-m_b1_sp {
    margin-bottom: 0.5rem !important;
  }
  .u-p_t1_sp {
    padding-top: 0.5rem !important;
  }
  .u-p_b1_sp {
    padding-bottom: 0.5rem !important;
  }
  .u-m_t2_sp {
    margin-top: 0.75rem !important;
  }
  .u-m_b2_sp {
    margin-bottom: 0.75rem !important;
  }
  .u-p_t2_sp {
    padding-top: 0.75rem !important;
  }
  .u-p_b2_sp {
    padding-bottom: 0.75rem !important;
  }
  .u-m_t3_sp {
    margin-top: 1rem !important;
  }
  .u-m_b3_sp {
    margin-bottom: 1rem !important;
  }
  .u-p_t3_sp {
    padding-top: 1rem !important;
  }
  .u-p_b3_sp {
    padding-bottom: 1rem !important;
  }
  .u-m_t4_sp {
    margin-top: 1.25rem !important;
  }
  .u-m_b4_sp {
    margin-bottom: 1.25rem !important;
  }
  .u-p_t4_sp {
    padding-top: 1.25rem !important;
  }
  .u-p_b4_sp {
    padding-bottom: 1.25rem !important;
  }
  .u-m_t5_sp {
    margin-top: 1.5rem !important;
  }
  .u-m_b5_sp {
    margin-bottom: 1.5rem !important;
  }
  .u-p_t5_sp {
    padding-top: 1.5rem !important;
  }
  .u-p_b5_sp {
    padding-bottom: 1.5rem !important;
  }
  .u-m_t6_sp {
    margin-top: 1.875rem !important;
  }
  .u-m_b6_sp {
    margin-bottom: 1.875rem !important;
  }
  .u-p_t6_sp {
    padding-top: 1.875rem !important;
  }
  .u-p_b6_sp {
    padding-bottom: 1.875rem !important;
  }
  .u-m_t7_sp {
    margin-top: 2.5rem !important;
  }
  .u-m_b7_sp {
    margin-bottom: 2.5rem !important;
  }
  .u-p_t7_sp {
    padding-top: 2.5rem !important;
  }
  .u-p_b7_sp {
    padding-bottom: 2.5rem !important;
  }
  .u-m_t8_sp {
    margin-top: 3.125rem !important;
  }
  .u-m_b8_sp {
    margin-bottom: 3.125rem !important;
  }
  .u-p_t8_sp {
    padding-top: 3.125rem !important;
  }
  .u-p_b8_sp {
    padding-bottom: 3.125rem !important;
  }
  .u-m_t9_sp {
    margin-top: 3.25rem !important;
  }
  .u-m_b9_sp {
    margin-bottom: 3.25rem !important;
  }
  .u-p_t9_sp {
    padding-top: 3.25rem !important;
  }
  .u-p_b9_sp {
    padding-bottom: 3.25rem !important;
  }
  .u-m_t10_sp {
    margin-top: 4.125rem !important;
  }
  .u-m_b10_sp {
    margin-bottom: 4.125rem !important;
  }
  .u-p_t10_sp {
    padding-top: 4.125rem !important;
  }
  .u-p_b10_sp {
    padding-bottom: 4.125rem !important;
  }
  .u-m_t11_sp {
    margin-top: 5.125rem !important;
  }
  .u-m_b11_sp {
    margin-bottom: 5.125rem !important;
  }
  .u-p_t11_sp {
    padding-top: 5.125rem !important;
  }
  .u-p_b11_sp {
    padding-bottom: 5.125rem !important;
  }
  .u-m_t12_sp {
    margin-top: 6.25rem !important;
  }
  .u-m_b12_sp {
    margin-bottom: 6.25rem !important;
  }
  .u-p_t12_sp {
    padding-top: 6.25rem !important;
  }
  .u-p_b12_sp {
    padding-bottom: 6.25rem !important;
  }
  .u-m_t13_sp {
    margin-top: 7.5rem !important;
  }
  .u-m_b13_sp {
    margin-bottom: 7.5rem !important;
  }
  .u-p_t13_sp {
    padding-top: 7.5rem !important;
  }
  .u-p_b13_sp {
    padding-bottom: 7.5rem !important;
  }
  .u-m_t14_sp {
    margin-top: 8.875rem !important;
  }
  .u-m_b14_sp {
    margin-bottom: 8.875rem !important;
  }
  .u-p_t14_sp {
    padding-top: 8.875rem !important;
  }
  .u-p_b14_sp {
    padding-bottom: 8.875rem !important;
  }
  .u-m_t15_sp {
    margin-top: 10rem !important;
  }
  .u-m_b15_sp {
    margin-bottom: 10rem !important;
  }
  .u-p_t15_sp {
    padding-top: 10rem !important;
  }
  .u-p_b15_sp {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 961px) {
  .l-grid {
    gap: 19px;
    margin-top: 32px;
  }
  .l-inner {
    box-sizing: content-box;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .l-header {
    transition: background 0.5s;
  }
  .l-header__nav {
    justify-content: flex-end;
    align-items: center;
    gap: 1.75em;
  }
  .l-header__logo-box {
    padding: 0 31px;
  }
  .l-header__logo-box--blue {
    padding: 0 1.541em;
  }
  .l-header__link {
    width: 100px;
    height: 80px;
    font-size: 75%;
    line-height: 1.16;
  }
  .l-header__link--download:hover {
    background-color: transparent;
    background-position: right;
  }
  .l-header__link--contact:hover {
    background-color: transparent;
    background-position: right;
  }
  .l-language__link:hover {
    border-bottom: 2px solid #222;
  }
  .l-footer__copyright {
    margin-top: 64px;
  }
  .l-backTop {
    position: fixed;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .l-block-contact__wrap {
    padding: 48px 50px;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.46);
  }
  html[lang=en] .l-footer .l-block-contact__wrap, html[lang=kr] .l-footer .l-block-contact__wrap {
    padding-bottom: 54px;
  }
  .l-block-contact__label {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 44px;
  }
  .l-block-contact__info {
    padding-top: 24px;
    margin-top: 32px;
  }
  .l-block-contact--hozen {
    margin-top: 138px;
  }
  .c-btn:hover {
    text-decoration: none;
    background-color: #00315B;
    color: #fff;
  }
  .c-btn:hover:after {
    background-image: url(/vts/jp/assets/img/common/icon_arrow_white.svg);
  }
  .c-btn-gradient:hover {
    background-color: transparent;
    background-position: right;
  }
  .p-transport__box {
    display: flex;
    gap: 6em;
  }
  .p-transport__box > * {
    width: calc((100% - 6em * 1) / 2);
    position: relative;
  }
  .p-transport__box > * + *:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #BCBCBC;
    position: absolute;
    top: 0;
    left: -3em;
  }
  .p-transport__col {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25em;
    margin-top: -4.625em;
  }
  .p-transport__col > *:first-child {
    padding-bottom: 2.5em;
  }
  .p-transport__col > *:last-child {
    flex: 0 0 auto;
    width: 45%;
  }
  .p-transport-col3__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-transport-col3__item {
    width: calc((100% - 96px) / 3);
    display: flex;
    flex-direction: column;
  }
  .p-transport-col3__img {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
  .p-mvBlock {
    padding-top: 5.438em;
  }
  html[lang=en] .p-mvBlock {
    padding-top: 4.375em;
  }
  .p-mvBlock__title {
    font-size: 3.75em;
  }
  html[lang=en] .p-mvBlock__title {
    margin-top: 0;
  }
  .p-mvBlock__img {
    flex: 0 0 auto;
    margin-top: 4.125em;
  }
  .p-mvBlock__holder .l-grid {
    max-width: 50%;
  }
  .p-mvBlock__holder .c-btn {
    height: 80px;
    font-size: 1.25em;
  }
  .p-mvBlock__holder .c-btn:after {
    right: 1.5em;
  }
  html[lang=en] .p-mvBlock__sub {
    margin-top: 0;
  }
  .p-video__thumb:after {
    width: 37px;
    height: 33px;
    margin-left: 3px;
  }
  .u-none_pc {
    display: none !important;
  }
  .u-m_t1_pc {
    margin-top: 0.5rem !important;
  }
  .u-m_b1_pc {
    margin-bottom: 0.5rem !important;
  }
  .u-p_t1_pc {
    padding-top: 0.5rem !important;
  }
  .u-p_b1_pc {
    padding-bottom: 0.5rem !important;
  }
  .u-m_t2_pc {
    margin-top: 0.75rem !important;
  }
  .u-m_b2_pc {
    margin-bottom: 0.75rem !important;
  }
  .u-p_t2_pc {
    padding-top: 0.75rem !important;
  }
  .u-p_b2_pc {
    padding-bottom: 0.75rem !important;
  }
  .u-m_t3_pc {
    margin-top: 1rem !important;
  }
  .u-m_b3_pc {
    margin-bottom: 1rem !important;
  }
  .u-p_t3_pc {
    padding-top: 1rem !important;
  }
  .u-p_b3_pc {
    padding-bottom: 1rem !important;
  }
  .u-m_t4_pc {
    margin-top: 1.25rem !important;
  }
  .u-m_b4_pc {
    margin-bottom: 1.25rem !important;
  }
  .u-p_t4_pc {
    padding-top: 1.25rem !important;
  }
  .u-p_b4_pc {
    padding-bottom: 1.25rem !important;
  }
  .u-m_t5_pc {
    margin-top: 1.5rem !important;
  }
  .u-m_b5_pc {
    margin-bottom: 1.5rem !important;
  }
  .u-p_t5_pc {
    padding-top: 1.5rem !important;
  }
  .u-p_b5_pc {
    padding-bottom: 1.5rem !important;
  }
  .u-m_t6_pc {
    margin-top: 1.875rem !important;
  }
  .u-m_b6_pc {
    margin-bottom: 1.875rem !important;
  }
  .u-p_t6_pc {
    padding-top: 1.875rem !important;
  }
  .u-p_b6_pc {
    padding-bottom: 1.875rem !important;
  }
  .u-m_t7_pc {
    margin-top: 2.5rem !important;
  }
  .u-m_b7_pc {
    margin-bottom: 2.5rem !important;
  }
  .u-p_t7_pc {
    padding-top: 2.5rem !important;
  }
  .u-p_b7_pc {
    padding-bottom: 2.5rem !important;
  }
  .u-m_t8_pc {
    margin-top: 3.125rem !important;
  }
  .u-m_b8_pc {
    margin-bottom: 3.125rem !important;
  }
  .u-p_t8_pc {
    padding-top: 3.125rem !important;
  }
  .u-p_b8_pc {
    padding-bottom: 3.125rem !important;
  }
  .u-m_t9_pc {
    margin-top: 3.25rem !important;
  }
  .u-m_b9_pc {
    margin-bottom: 3.25rem !important;
  }
  .u-p_t9_pc {
    padding-top: 3.25rem !important;
  }
  .u-p_b9_pc {
    padding-bottom: 3.25rem !important;
  }
  .u-m_t10_pc {
    margin-top: 4.125rem !important;
  }
  .u-m_b10_pc {
    margin-bottom: 4.125rem !important;
  }
  .u-p_t10_pc {
    padding-top: 4.125rem !important;
  }
  .u-p_b10_pc {
    padding-bottom: 4.125rem !important;
  }
  .u-m_t11_pc {
    margin-top: 5.125rem !important;
  }
  .u-m_b11_pc {
    margin-bottom: 5.125rem !important;
  }
  .u-p_t11_pc {
    padding-top: 5.125rem !important;
  }
  .u-p_b11_pc {
    padding-bottom: 5.125rem !important;
  }
  .u-m_t12_pc {
    margin-top: 6.25rem !important;
  }
  .u-m_b12_pc {
    margin-bottom: 6.25rem !important;
  }
  .u-p_t12_pc {
    padding-top: 6.25rem !important;
  }
  .u-p_b12_pc {
    padding-bottom: 6.25rem !important;
  }
  .u-m_t13_pc {
    margin-top: 7.5rem !important;
  }
  .u-m_b13_pc {
    margin-bottom: 7.5rem !important;
  }
  .u-p_t13_pc {
    padding-top: 7.5rem !important;
  }
  .u-p_b13_pc {
    padding-bottom: 7.5rem !important;
  }
  .u-m_t14_pc {
    margin-top: 8.875rem !important;
  }
  .u-m_b14_pc {
    margin-bottom: 8.875rem !important;
  }
  .u-p_t14_pc {
    padding-top: 8.875rem !important;
  }
  .u-p_b14_pc {
    padding-bottom: 8.875rem !important;
  }
  .u-m_t15_pc {
    margin-top: 10rem !important;
  }
  .u-m_b15_pc {
    margin-bottom: 10rem !important;
  }
  .u-p_t15_pc {
    padding-top: 10rem !important;
  }
  .u-p_b15_pc {
    padding-bottom: 10rem !important;
  }
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1239px) {
  .p-transport__eng {
    font-size: 2.42vw;
  }
  .p-transport__title {
    font-size: 3.55vw;
  }
  .p-mvBlock__tag {
    font-size: 3.23vw;
  }
  .p-mvBlock__sub {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1440px) {
  .p-mvBlock__title {
    font-size: 5.5em;
  }
}
/*# sourceMappingURL=../../../maps/en/assets/css/style.css.map */