@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Open Sans", sans-serif !important;
  color: #fff !important;
  overflow-x: hidden;
  background-color: #000 !important; }

html {
  overflow-x: hidden;
  scroll-padding-top: 150px; }

@media (min-width: 1440px) {
  .container {
    max-width: 1400px !important; } }
@media (min-width: 1770px) {
  .container {
    max-width: 1730px !important; } }
@media (max-width: 575px) {
  .container {
    width: 94% !important; } }

.logo a {
  display: inline-block; }
  @media (max-width: 1739px) {
    .logo a {
      width: 400px; }
      .logo a img {
        width: 100%; } }
  @media (max-width: 1399px) {
    .logo a {
      width: 350px; } }
  @media (max-width: 1199px) {
    .logo a {
      width: 260px; } }
@media (min-width: 1200px) {
  .logo.mb {
    display: none; } }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 333;
  transition: top 0.3s; }
  #header.scrolled .nav-contact {
    background-color: rgba(0, 0, 0, 0.8); }
  #header.scrolled #header-main {
    background-color: rgba(0, 0, 0, 0.8); }

.nav-contact {
  padding: 10px 0; }
  @media (max-width: 1199px) {
    .nav-contact {
      padding: 15px 0; } }
  @media (max-width: 575px) {
    .nav-contact {
      padding: 10px 0; } }
  .nav-contact ul li {
    font-size: 17px; }
    @media (max-width: 1399px) {
      .nav-contact ul li {
        font-size: 16px; } }
    @media (max-width: 1199px) {
      .nav-contact ul li {
        font-size: 15px; } }
    .nav-contact ul li.company {
      font-weight: 700; }
      @media (max-width: 1199px) {
        .nav-contact ul li.company {
          display: none; } }
    .nav-contact ul li.line {
      padding: 0 10px; }
      @media (max-width: 1199px) {
        .nav-contact ul li.line {
          padding: 0 5px; } }
      @media (max-width: 991px) {
        .nav-contact ul li.line {
          display: none; } }
    .nav-contact ul li i {
      font-size: 18px;
      margin-right: 5px; }
      @media (max-width: 1399px) {
        .nav-contact ul li i {
          font-size: 17px; } }
    .nav-contact ul li a {
      color: #fff;
      text-decoration: none; }
      @media (max-width: 991px) {
        .nav-contact ul li a span {
          display: none; } }
    @media (max-width: 575px) {
      .nav-contact ul li.fax {
        display: none; } }
    @media (max-width: 991px) {
      .nav-contact ul li.fax span {
        display: none; } }
    .nav-contact ul li.nav-contact-info {
      padding-right: calc(0.75rem + 75px); }
      @media (max-width: 991px) {
        .nav-contact ul li.nav-contact-info {
          display: none; } }
      .nav-contact ul li.nav-contact-info ul li {
        margin-left: 10px; }

#header-main {
  padding: 15px 0; }
  @media (max-width: 1199px) {
    #header-main {
      display: none; } }
  #header-main.scrolled {
    animation: headerMain 0.5s forwards; }

@keyframes headerMain {
  0% {
    display: block;
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
#header-nav ul li {
  margin-right: 50px; }
  @media (max-width: 1739px) {
    #header-nav ul li {
      margin-right: 45px; } }
  @media (max-width: 1439px) {
    #header-nav ul li:last-child {
      margin-right: 0; } }
  @media (max-width: 1399px) {
    #header-nav ul li {
      margin-right: 35px; } }
  #header-nav ul li a {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    position: relative;
    display: inline-block; }
    @media (max-width: 1739px) {
      #header-nav ul li a {
        font-size: 18px; } }
    @media (max-width: 1399px) {
      #header-nav ul li a {
        font-size: 16px; } }
    #header-nav ul li a:after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #fff;
      bottom: -1px;
      transform: scale(0, 1);
      transform-origin: right top;
      /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
      transition: transform 0.3s;
      /*変形の時間*/ }
    #header-nav ul li a:hover::after {
      transform: scale(1, 1);
      /*ホバー後、x軸方向に1（相対値）伸長*/
      transform-origin: left top;
      /*左から右に向かう*/ }

/*ボタンのアイコン設定*/
.openbtn1 {
  z-index: 150;
  position: absolute;
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  right: calc( (100% - 960px + 1.5rem )/2 );
  top: 50%;
  transform: translateY(-50%);
  z-index: 333; }
  @media (max-width: 991px) {
    .openbtn1 {
      right: calc( (100% - 720px + 1.5rem )/2 ); } }
  @media (max-width: 767px) {
    .openbtn1 {
      right: calc( (100% - 540px + 1.5rem )/2 ); } }
  @media (max-width: 575px) {
    .openbtn1 {
      right: .75rem;
      width: 48px !important;
      height: 48px; } }
  .openbtn1 span {
    display: inline-block;
    transition: transform .4s;
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 25px;
    left: 49%;
    transform: translateX(-50%); }
    @media (max-width: 575px) {
      .openbtn1 span {
        height: 2px;
        width: 20px; } }
    .openbtn1 span:nth-of-type(1) {
      top: 9px; }
      @media (max-width: 575px) {
        .openbtn1 span:nth-of-type(1) {
          top: 10px; } }
    .openbtn1 span:nth-of-type(2) {
      top: 19px; }
    .openbtn1 span:nth-of-type(3) {
      top: 29px; }
      @media (max-width: 575px) {
        .openbtn1 span:nth-of-type(3) {
          top: 28px; } }

.openbtn1.active span:nth-of-type(1) {
  top: 10px;
  transform: translate(-50%, 9px) rotate(-225deg);
  width: 30px; }

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  transform: translate(-50%, -11px) rotate(225deg);
  width: 30px; }

.hamb-menu {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 320px !important;
  right: 0;
  transform: translateX(320px);
  height: 100vh;
  overflow-y: auto;
  transition: 0.5s;
  padding-top: 75px;
  z-index: 100; }
  @media (max-width: 575px) {
    .hamb-menu {
      width: 255px !important; } }
  .hamb-menu.panelactive {
    transform: translateX(0); }
  .hamb-menu ul {
    padding-top: 20px;
    padding-left: 1rem !important;
    height: calc(100vh + 240px); }
    @media (max-width: 575px) {
      .hamb-menu ul {
        padding-top: 0; } }
    .hamb-menu ul.child {
      padding-left: 0.25rem !important; }
    .hamb-menu ul li {
      list-style: none;
      margin-top: 12px;
      padding: 5px;
      width: max-content; }
      @media (max-width: 575px) {
        .hamb-menu ul li {
          font-size: 18px; } }
      .hamb-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 20px; }
        @media (max-width: 575px) {
          .hamb-menu ul li a {
            font-size: 18px;
            width: calc(255px - 2rem);
            display: inline-block; } }
      .hamb-menu ul li i {
        margin-right: 5px; }

h2 {
  font-size: 46px !important;
  font-weight: 800 !important; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 40px !important; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 36px !important; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 30px !important; } }

#hero {
  background-image: url("images/hero-mst-x.jpg");
  background-size: cover;
  height: 49.83vw;
  position: relative;
  transform: scale(1.05);
  transition: all 1.25s ease; }
  @media (max-width: 575px) {
    #hero {
      background-image: url("images/hero-mb.jpg");
      height: 148.83vw; } }
  #hero:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.83);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1.75s ease; }
  #hero.loaded {
    transform: scale(1); }
    #hero.loaded:before {
      opacity: 0; }
  #hero:after {
    content: "";
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("images/mst-x-big.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 56.75vw;
    height: 13.45vw; }
    @media (max-width: 575px) {
      #hero:after {
        width: 95.75vw;
        height: 22.45vw; } }

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1458px;
  width: 96%;
  transition: all 1.25s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0); }
  .hero-text.loaded {
    -webkit-clip-path: inset(0);
    clip-path: inset(0); }
  @media (max-width: 575px) {
    .hero-text {
      width: 315px; } }
  .hero-text h1 {
    font-size: 78px;
    font-weight: 800;
    text-shadow: 0 3px 11px #000;
    line-height: 1.36; }
    @media (max-width: 1399px) {
      .hero-text h1 {
        font-size: 72px; } }
    @media (max-width: 1199px) {
      .hero-text h1 {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .hero-text h1 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .hero-text h1 {
        font-size: 34px; } }

.intro {
  padding: 0 120px; }
  @media (max-width: 1399px) {
    .intro {
      padding: 0; } }
  .intro h2 {
    text-align: right; }
    @media (max-width: 991px) {
      .intro h2 {
        text-align: left; } }
  .intro p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    padding-left: 23px; }
    @media (max-width: 1199px) {
      .intro p {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .intro p {
        padding-left: 0; } }
    @media (max-width: 575px) {
      .intro p {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 500; } }

@media (max-width: 991px) {
  .mkk-logo {
    width: 240px;
    margin: auto; }
    .mkk-logo img {
      width: 100%; } }
@media (max-width: 575px) {
  .mkk-logo {
    width: 200px; } }

.numbers {
  margin-top: 75px;
  text-align: center; }
  .numbers h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .numbers h3 {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .numbers h3 {
        font-size: 17px; } }

.number-table {
  margin-top: 30px; }
  .number-table table {
    margin: auto; }
    .number-table table tr td {
      background-color: #232323;
      padding: 20px;
      border: 15px solid #000;
      border-radius: 35px; }
      .number-table table tr td .number {
        color: #DF0000;
        font-size: 44px;
        font-weight: 800;
        width: 250px; }
        @media (max-width: 1399px) {
          .number-table table tr td .number {
            font-size: 38px;
            width: 220px; } }
        @media (max-width: 1199px) {
          .number-table table tr td .number {
            font-size: 32px;
            width: 175px; } }
        @media (max-width: 991px) {
          .number-table table tr td .number {
            font-size: 30px;
            margin: auto; } }
      @media (max-width: 991px) {
        .number-table table tr td.number-one {
          display: none; } }
      .number-table table tr td.number-one .number {
        font-size: 80px; }
        @media (max-width: 1399px) {
          .number-table table tr td.number-one .number {
            font-size: 65px; } }
        @media (max-width: 1199px) {
          .number-table table tr td.number-one .number {
            font-size: 50px; } }
      .number-table table tr td.number-one p {
        font-size: 22px;
        font-weight: 700; }
        @media (max-width: 1399px) {
          .number-table table tr td.number-one p {
            font-size: 20px; } }
        @media (max-width: 1199px) {
          .number-table table tr td.number-one p {
            font-size: 18px; } }
      .number-table table tr td.number-one-mb .number {
        font-size: 48px; }
      .number-table table tr td.number-one-mb p {
        font-size: 16px; }
      .number-table table tr td p {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0 !important;
        color: #d1d1d1; }
        @media (max-width: 1399px) {
          .number-table table tr td p {
            font-size: 18px; } }
        @media (max-width: 1199px) {
          .number-table table tr td p {
            font-size: 16px; } }
        @media (max-width: 991px) {
          .number-table table tr td p {
            font-size: 14px; } }
  .number-table.animated tr td .number {
    transform: scale(1); }

.number-table-icon {
  margin-bottom: 15px;
  position: relative; }
  .number-table-icon span {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #d1d1d1; }

#wedo {
  margin-top: 100px; }
  @media (max-width: 575px) {
    #wedo {
      margin-top: 50px; } }

.wedo-details p {
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 1399px) {
    .wedo-details p {
      font-size: 15px; } }
  @media (max-width: 1199px) {
    .wedo-details p {
      line-height: 1.6; } }

.wedo-size {
  padding-left: 23px;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .wedo-size {
      padding-left: 0; } }
  .wedo-size h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    width: 455px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px; }
    @media (max-width: 1739px) {
      .wedo-size h3 {
        width: 420px; } }
    @media (max-width: 1439px) {
      .wedo-size h3 {
        width: 380px; } }
    @media (max-width: 1399px) {
      .wedo-size h3 {
        font-size: 19px; } }
    @media (max-width: 1199px) {
      .wedo-size h3 {
        width: 320px; } }
    @media (max-width: 575px) {
      .wedo-size h3 {
        font-size: 18px; } }
  .wedo-size h4 {
    font-size: 38px;
    color: #DF0000;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .wedo-size h4 {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .wedo-size h4 {
        font-size: 26px; } }

@media (min-width: 1740px) {
  .yt-slider-wrap {
    padding-left: 85px !important; } }
@media (min-width: 768px) {
  .yt-slider-wrap {
    padding-left: 15px !important; } }
@media (max-width: 767px) {
  .yt-slider-wrap {
    margin-top: 30px !important; } }
@media (max-width: 1399px) {
  .yt-slider-wrap .swiper-slide {
    height: 500px; } }
@media (max-width: 1199px) {
  .yt-slider-wrap .swiper-slide {
    height: 420px; } }
@media (max-width: 767px) {
  .yt-slider-wrap .swiper-slide {
    width: 100% !important;
    height: auto; }
    .yt-slider-wrap .swiper-slide iframe {
      width: 100% !important;
      height: 915px; } }
@media (max-width: 575px) {
  .yt-slider-wrap .swiper-slide iframe {
    width: 100% !important;
    height: 166vw; } }

#process {
  background-image: url("images/Process-bg.jpg");
  background-size: cover;
  height: 67.7vw;
  padding-top: 200px;
  position: relative; }
  @media (max-width: 575px) {
    #process {
      height: auto;
      background-image: none; } }

.process-1-2 {
  margin-top: 50px; }
  @media (max-width: 991px) {
    .process-1-2 {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .process-1-2 {
      margin-bottom: 60px; } }
  @media (max-width: 575px) {
    .process-1-2 {
      width: 90vw;
      margin: 35px auto 20px; } }

.process-title {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%; }
  @media (max-width: 575px) {
    .process-title {
      width: 100%; } }
  .process-title:before {
    content: "";
    position: absolute;
    top: 18px;
    width: 1px;
    height: 65px;
    background-color: #fff; }
    @media (max-width: 1399px) {
      .process-title:before {
        height: 50px; } }
    @media (max-width: 991px) {
      .process-title:before {
        top: 15px;
        height: 40px; } }
    @media (max-width: 767px) {
      .process-title:before {
        top: 9px;
        height: 37px; } }
    @media (max-width: 575px) {
      .process-title:before {
        display: none; } }
  .process-title.process1 {
    color: #DF0000;
    padding-right: 50px;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .process-title.process1 {
        padding-right: 15px; } }
    @media (max-width: 575px) {
      .process-title.process1 {
        padding-right: 0;
        justify-content: flex-start; } }
    .process-title.process1:before {
      right: 380px; }
      @media (max-width: 1399px) {
        .process-title.process1:before {
          right: 320px; } }
      @media (max-width: 991px) {
        .process-title.process1:before {
          right: 250px; } }
      @media (max-width: 767px) {
        .process-title.process1:before {
          right: 230px; } }
  .process-title.process2 {
    color: #ECB500;
    padding-left: 140px; }
    @media (max-width: 991px) {
      .process-title.process2 {
        padding-left: 45px; } }
    @media (max-width: 767px) {
      .process-title.process2 {
        padding-left: 20px; } }
    @media (max-width: 575px) {
      .process-title.process2 {
        padding-left: 0;
        position: absolute;
        top: calc(118vw + 310px); } }
    .process-title.process2:before {
      left: 203px; }
      @media (max-width: 1399px) {
        .process-title.process2:before {
          left: 195px; } }
      @media (max-width: 991px) {
        .process-title.process2:before {
          left: 90px; } }
      @media (max-width: 767px) {
        .process-title.process2:before {
          left: 60px; } }

.process-title-number {
  font-size: 81px;
  font-weight: 600;
  padding-right: 40px; }
  @media (max-width: 1399px) {
    .process-title-number {
      font-size: 65px; } }
  @media (max-width: 991px) {
    .process-title-number {
      font-size: 55px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .process-title-number {
      font-size: 45px; } }
  @media (max-width: 575px) {
    .process-title-number {
      font-size: 66px;
      position: relative; }
      .process-title-number:after {
        content: "";
        position: absolute;
        top: 15px;
        width: 1px;
        height: 51px;
        background-color: #fff;
        left: 49px; } }

.process-title-detail {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.25; }
  @media (max-width: 1399px) {
    .process-title-detail {
      font-size: 25px; } }
  @media (max-width: 991px) {
    .process-title-detail {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .process-title-detail {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .process-title-detail {
      font-size: 25px; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dot1 {
  0% {
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes dot2 {
  0% {
    transform: translate(20px, -5px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes dot3 {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes dot4 {
  0% {
    transform: translateX(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes dot5 {
  0% {
    transform: translate(5px, -20px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes dot6 {
  0% {
    transform: translate(-20px, 10px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes dot8 {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
#process-map {
  background-image: url("images/pipeline.svg");
  height: 25.52vw;
  background-size: cover;
  margin-top: 20px;
  position: relative; }
  @media (max-width: 575px) {
    #process-map {
      background-image: url("images/pipeline-mb.svg");
      height: 227.52vw;
      margin: 20px auto 0;
      width: 84vw; }
      #process-map:before {
        background-image: url("images/value-pipelines-mb.svg");
        width: 200px;
        height: 340px;
        top: auto;
        bottom: -32vw;
        right: -8vw;
        position: absolute;
        content: "";
        background-size: cover; } }
  #process-map.inview .dot1 {
    animation: dot1 .5s forwards; }
    @media (max-width: 575px) {
      #process-map.inview .dot1 {
        animation: dot3 .5s forwards; } }
  #process-map.inview .dot2 {
    animation: dot2 .5s forwards;
    animation-delay: .2s; }
    @media (max-width: 575px) {
      #process-map.inview .dot2 {
        animation: dot8 .5s forwards;
        animation-delay: .2s; } }
  #process-map.inview .dot3 {
    animation: dot3 .5s forwards;
    animation-delay: .4s; }
    @media (max-width: 575px) {
      #process-map.inview .dot3 {
        animation: dot4 .5s forwards;
        animation-delay: .4s; } }
  #process-map.inview .dot4 {
    animation: dot3 .5s forwards;
    animation-delay: .6s; }
    @media (max-width: 575px) {
      #process-map.inview .dot4 {
        animation: dot5 .5s forwards;
        animation-delay: .6s; } }
  #process-map.inview .dot5 {
    animation: dot1 .5s forwards;
    animation-delay: .8s; }
    @media (max-width: 575px) {
      #process-map.inview .dot5 {
        animation: dot3 .5s forwards;
        animation-delay: .8s; } }
  #process-map.inview .dot6 {
    animation: dot6 .5s forwards;
    animation-delay: 1.0s; }
    @media (max-width: 575px) {
      #process-map.inview .dot6 {
        animation: dot3 .5s forwards;
        animation-delay: 1.0s; } }
  #process-map.inview .dot7 {
    animation: dot3 .5s forwards;
    animation-delay: 1.2s; }
    @media (max-width: 575px) {
      #process-map.inview .dot7 {
        animation: dot5 .5s forwards;
        animation-delay: 1.2s; } }
  #process-map.inview .dot8 {
    animation: dot8 .5s forwards;
    animation-delay: 1.4s; }
    @media (max-width: 575px) {
      #process-map.inview .dot8 {
        animation: dot1 .5s forwards;
        animation-delay: 1.4s; } }
  #process-map.inview .dot9 {
    animation: dot8 .5s forwards;
    animation-delay: 1.6s; }
  #process-map.inview .dot10 {
    animation: dot6 .5s forwards;
    animation-delay: 1.8s; }
    @media (max-width: 575px) {
      #process-map.inview .dot10 {
        animation: dot3 .5s forwards;
        animation-delay: 1.8s; } }
  #process-map.inview .process-desc1 {
    animation: fadein .5s forwards; }
  #process-map.inview .process-desc2 {
    animation: fadein .5s forwards;
    animation-delay: .2s; }
  #process-map.inview .process-desc3 {
    animation: fadein .5s forwards;
    animation-delay: .4s; }
  #process-map.inview .process-desc4 {
    animation: fadein .5s forwards;
    animation-delay: .6s; }
  #process-map.inview .process-desc5 {
    animation: fadein .5s forwards;
    animation-delay: .8s; }
  #process-map.inview .process-desc6 {
    animation: fadein .5s forwards;
    animation-delay: 1.0s; }
  #process-map.inview .process-desc7 {
    animation: fadein .5s forwards;
    animation-delay: 1.2s; }
  #process-map.inview .process-desc8 {
    animation: fadein .5s forwards;
    animation-delay: 1.4s; }
  #process-map.inview .process-desc9 {
    animation: fadein .5s forwards;
    animation-delay: 1.6s; }
  #process-map.inview .process-desc10 {
    animation: fadein .5s forwards;
    animation-delay: 1.8s; }

.dot {
  width: 2.97vw;
  height: 2.97vw;
  display: block;
  background-size: cover;
  position: absolute; }
  @media (max-width: 575px) {
    .dot {
      width: 13.97vw;
      height: 12.97vw; } }
  .dot.grey-dot {
    background-image: url("images/grey-dot.svg"); }
    .dot.grey-dot.dot1 {
      top: -0.65vw;
      left: 32vw;
      transform: translateX(-20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.grey-dot.dot1 {
          top: 5vw;
          left: 73.4vw; } }
  .dot.red-dot {
    background-image: url("images/red-dot.svg"); }
    .dot.red-dot.dot2 {
      top: 3vw;
      left: 41vw;
      transform: translate(20px, -5px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.red-dot.dot2 {
          top: 54vw;
          left: 55vw; } }
    .dot.red-dot.dot3 {
      top: 5.5vw;
      left: 23.45vw;
      transform: translateY(-20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.red-dot.dot3 {
          top: 26.5vw;
          left: 37.45vw; } }
    .dot.red-dot.dot4 {
      top: 10vw;
      left: 23.45vw;
      transform: translateY(-20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.red-dot.dot4 {
          top: 36vw;
          left: -3.55vw; } }
    .dot.red-dot.dot5 {
      top: 12.85vw;
      left: 29vw;
      transform: translateX(-20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.red-dot.dot5 {
          top: 77.85vw;
          left: -3.55vw; } }
  .dot.yellow-dot {
    background-image: url("images/yellow-dot.svg"); }
    .dot.yellow-dot.dot6 {
      top: 3.5vw;
      left: 51.5vw;
      transform: translate(-20px, 10px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.yellow-dot.dot6 {
          top: 121.5vw;
          left: 73.5vw; } }
    .dot.yellow-dot.dot7 {
      top: 20vw;
      left: 53.45vw;
      transform: translateY(-20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.yellow-dot.dot7 {
          top: 145vw;
          left: -2.5vw; } }
    .dot.yellow-dot.dot8 {
      top: 20.75vw;
      left: 78.65vw;
      transform: translateY(20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.yellow-dot.dot8 {
          top: 184.5vw;
          left: 14.65vw; } }
    .dot.yellow-dot.dot9 {
      top: 15vw;
      left: 62.45vw;
      transform: translateY(20px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.yellow-dot.dot9 {
          top: 168vw;
          left: 31.5vw; } }
    .dot.yellow-dot.dot10 {
      top: -0.65vw;
      left: 64vw;
      transform: translate(-20px, 10px);
      opacity: 0; }
      @media (max-width: 575px) {
        .dot.yellow-dot.dot10 {
          top: 180vw;
          left: 73.5vw; } }

.process-desc {
  position: absolute;
  font-size: 24px;
  line-height: 1.4;
  opacity: 0; }
  @media (max-width: 1739px) {
    .process-desc {
      font-size: 20px; } }
  @media (max-width: 1399px) {
    .process-desc {
      font-size: 17px; } }
  @media (max-width: 991px) {
    .process-desc {
      font-size: 15px; } }
  @media (max-width: 575px) {
    .process-desc {
      font-size: 18px; } }
  .process-desc.process-desc1 {
    top: -0.25vw;
    left: 9vw; }
    @media (max-width: 1739px) {
      .process-desc.process-desc1 {
        left: 7vw; } }
    @media (max-width: 1439px) {
      .process-desc.process-desc1 {
        left: 6vw; } }
    @media (max-width: 1199px) {
      .process-desc.process-desc1 {
        left: 12vw;
        text-align: right;
        top: -2vw; } }
    @media (max-width: 991px) {
      .process-desc.process-desc1 {
        left: 8vw; } }
    @media (max-width: 767px) {
      .process-desc.process-desc1 {
        top: -9vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc1 {
        top: 1vw;
        left: auto;
        right: 11vw; } }
  .process-desc.process-desc2 {
    top: 5.5vw;
    left: 31vw; }
    @media (max-width: 1739px) {
      .process-desc.process-desc2 {
        top: 6vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc2 {
        top: 53.5vw;
        left: auto;
        right: 29vw;
        text-align: right; } }
  .process-desc.process-desc3 {
    top: 5.5vw;
    left: 16.5vw; }
    @media (max-width: 1739px) {
      .process-desc.process-desc3 {
        left: 15vw; } }
    @media (max-width: 1199px) {
      .process-desc.process-desc3 {
        left: 13vw; } }
    @media (max-width: 991px) {
      .process-desc.process-desc3 {
        left: 12vw; } }
    @media (max-width: 767px) {
      .process-desc.process-desc3 {
        top: 4.8vw;
        left: 8vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc3 {
        left: auto;
        right: 30vw;
        top: 20.5vw; } }
  .process-desc.process-desc4 {
    top: 9.5vw;
    left: 16.5vw;
    text-align: right; }
    @media (max-width: 1739px) {
      .process-desc.process-desc4 {
        left: 15.5vw; } }
    @media (max-width: 1199px) {
      .process-desc.process-desc4 {
        left: 13.9vw; } }
    @media (max-width: 991px) {
      .process-desc.process-desc4 {
        left: 12.9vw; } }
    @media (max-width: 767px) {
      .process-desc.process-desc4 {
        left: 9.2vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc4 {
        top: 40vw;
        left: 12vw; }
        .process-desc.process-desc4 br {
          display: none; } }
  .process-desc.process-desc5 {
    top: 15.5vw;
    left: 30vw; }
    @media (max-width: 575px) {
      .process-desc.process-desc5 {
        top: 80vw;
        left: 12vw; } }
  .process-desc.process-desc6 {
    top: 2vw;
    left: 52.5vw; }
    @media (max-width: 1199px) {
      .process-desc.process-desc6 {
        top: 1vw; } }
    @media (max-width: 767px) {
      .process-desc.process-desc6 {
        top: 0;
        left: 50.5vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc6 {
        top: 125vw;
        left: auto;
        right: 11vw; } }
  .process-desc.process-desc7 {
    top: 20.45vw;
    left: 56.5vw; }
    @media (max-width: 575px) {
      .process-desc.process-desc7 {
        top: 148vw;
        left: 13vw; } }
  .process-desc.process-desc8 {
    top: 21.15vw;
    left: 72.5vw; }
    @media (max-width: 1199px) {
      .process-desc.process-desc8 {
        left: 70.5vw; } }
    @media (max-width: 767px) {
      .process-desc.process-desc8 {
        left: auto;
        right: 6vw;
        top: 20.15vw; } }
    @media (max-width: 575px) {
      .process-desc.process-desc8 {
        top: 176.5vw;
        left: 11vw; } }
  .process-desc.process-desc9 {
    top: 15.35vw;
    left: 65.5vw; }
    @media (max-width: 767px) {
      .process-desc.process-desc9 {
        top: 170.5vw;
        left: 46vw; } }
  .process-desc.process-desc10 {
    top: 2.25vw;
    left: 66vw; }
    @media (max-width: 575px) {
      .process-desc.process-desc10 {
        top: 182.5vw;
        left: auto;
        right: 11vw; } }

#gallery {
  margin-top: -175px;
  position: relative; }
  @media (max-width: 1739px) {
    #gallery {
      margin-top: -75px; } }
  @media (max-width: 1399px) {
    #gallery {
      margin-top: 0; } }
  @media (max-width: 1199px) {
    #gallery {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    #gallery {
      margin-top: 175px; } }
  @media (max-width: 767px) {
    #gallery {
      margin-top: 240px; } }
  @media (max-width: 575px) {
    #gallery {
      margin-top: 150px; } }
  #gallery .swiper-button-next {
    display: none; }
  #gallery .swiper-button-prev {
    display: none; }
  #gallery .container {
    padding: 0 265px;
    margin-top: 25px; }
    @media (max-width: 1399px) {
      #gallery .container {
        padding: 0 50px; } }
    @media (max-width: 575px) {
      #gallery .container {
        padding: 0 4%; } }
    #gallery .container .swiperMain .swiper-slide .gallery-main {
      aspect-ratio: 12/7; }
      #gallery .container .swiperMain .swiper-slide .gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #gallery .container .swiperMain .swiper-slide p {
      text-align: center;
      display: none;
      padding: 20px 0 15px;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 575px) {
        #gallery .container .swiperMain .swiper-slide p {
          font-size: 15px; } }
    #gallery .container .swiperMain .swiper-slide-active p {
      display: block; }
    #gallery .container .swiperThumbnail {
      overflow-x: hidden; }
      #gallery .container .swiperThumbnail .swiper-slide {
        aspect-ratio: 162/95;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s; }
        #gallery .container .swiperThumbnail .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        #gallery .container .swiperThumbnail .swiper-slide.active-thumb {
          opacity: 1; }

#products {
  margin-top: 100px; }
  #products h2 {
    margin-bottom: 60px; }
    @media (max-width: 575px) {
      #products h2 {
        padding-bottom: 0; } }

.products-wrap {
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: #1D1D1D;
  padding: 20px 25px; }
  @media (max-width: 575px) {
    .products-wrap {
      padding: 20px 15px; } }

.product-pic {
  aspect-ratio: 575/400;
  max-height: 391px; }
  @media (max-width: 1399px) {
    .product-pic {
      max-height: 346px; } }
  @media (max-width: 991px) {
    .product-pic {
      max-height: 200px; } }
  @media (max-width: 767px) {
    .product-pic {
      max-height: 350px;
      margin-bottom: 20px; } }
  .product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-desc-title {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10px; }
  @media (max-width: 1399px) {
    .product-desc-title {
      padding-bottom: 7px; } }
  @media (max-width: 1199px) {
    .product-desc-title {
      padding-bottom: 3px; } }
  .product-desc-title h3 {
    font-size: 28px;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .product-desc-title h3 {
        font-size: 26px; } }
    @media (max-width: 1199px) {
      .product-desc-title h3 {
        font-size: 23px; } }
    @media (max-width: 575px) {
      .product-desc-title h3 {
        font-size: 22px; } }
  .product-desc-title h4 {
    color: #D1D1D1;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1399px) {
      .product-desc-title h4 {
        font-size: 19px; } }
    @media (max-width: 1199px) {
      .product-desc-title h4 {
        font-size: 17px; } }

.product-desc {
  position: relative; }
  .product-desc p {
    line-height: 2.0;
    margin-top: 20px; }
    @media (max-width: 1439px) {
      .product-desc p {
        line-height: 1.8; } }
    @media (max-width: 1399px) {
      .product-desc p {
        font-size: 15px;
        margin-top: 15px; } }
    @media (max-width: 1199px) {
      .product-desc p {
        margin-top: 10px;
        line-height: 1.6; } }

.specs {
  margin-top: 45px;
  border: 1px solid #ABABAB;
  width: calc( 100% - 25px );
  padding: 12px;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 1439px) {
    .specs {
      margin-top: 10px; } }
  @media (max-width: 1199px) {
    .specs {
      padding: 8px; } }
  @media (max-width: 767px) {
    .specs {
      width: 100%; } }
  .specs h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0 !important;
    position: relative;
    width: max-content;
    margin: auto; }
    @media (max-width: 1199px) {
      .specs h5 {
        font-size: 17px; } }
    .specs h5:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      right: -20px;
      margin-top: -4px;
      transform: rotate(45deg) translateY(-50%);
      transition: .3s; }

.spec-inside {
  display: none;
  padding-top: 20px; }

#value {
  padding-top: 200px;
  position: relative; }
  @media (max-width: 575px) {
    #value {
      padding-top: 75px; } }
  #value:before {
    content: "";
    position: absolute;
    background-image: url("images/value-pipelines.svg");
    background-size: cover;
    top: 0px;
    left: -10vw;
    width: 43.53vw;
    height: 54.94vw; }
    @media (max-width: 1399px) {
      #value:before {
        top: 13vw; } }
    @media (max-width: 991px) {
      #value:before {
        top: 30vw; } }
    @media (max-width: 767px) {
      #value:before {
        top: -164px;
        left: auto;
        right: -6vw;
        z-index: -1;
        background-image: url("images/value-pipelines-mb.svg");
        width: 320px;
        height: 405px; } }
    @media (max-width: 575px) {
      #value:before {
        display: none; } }

.philo-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-top: 13px; }
  @media (max-width: 1399px) {
    .philo-wrap h3 {
      font-size: 28px; } }
  @media (max-width: 575px) {
    .philo-wrap h3 {
      font-size: 22px; } }

.philo {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 1399px) {
    .philo {
      margin-bottom: 20px; } }
  .philo span.number {
    font-size: 65px;
    font-weight: 600;
    margin-right: 40px;
    color: #DF0000; }
    @media (max-width: 1399px) {
      .philo span.number {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .philo span.number {
        font-size: 34px; } }
  .philo span.desc {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    position: relative; }
    @media (max-width: 1399px) {
      .philo span.desc {
        font-size: 19px; } }
    @media (max-width: 575px) {
      .philo span.desc {
        font-size: 16px; } }
    .philo span.desc:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 85%;
      background-color: #fff;
      top: 50%;
      transform: translateY(-50%);
      left: -23px; }

.obj {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 1399px) {
    .obj {
      margin-bottom: 20px; } }
  .obj span.number {
    width: 56px;
    height: 49px;
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
    background-color: #DF0000;
    text-align: center;
    color: #141414;
    line-height: 1.4; }
    @media (max-width: 1399px) {
      .obj span.number {
        width: 50px;
        height: 42px;
        font-size: 30px; } }
    @media (max-width: 575px) {
      .obj span.number {
        width: 36px;
        height: 36px;
        font-size: 26px; } }
  .obj span.desc {
    font-size: 30px;
    font-weight: 600; }
    @media (max-width: 1399px) {
      .obj span.desc {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .obj span.desc {
        font-size: 18px;
        width: calc(100% - 60px); } }

#global {
  padding-top: 200px; }
  @media (max-width: 575px) {
    #global {
      padding-top: 75px; } }

.plants {
  margin-top: 50px !important; }
  @media (max-width: 575px) {
    .plants {
      margin-top: 20px !important; } }
  .plants .text-center {
    width: max-content; }
    .plants .text-center h3 {
      font-size: 90px;
      font-weight: 700; }
      @media (max-width: 1399px) {
        .plants .text-center h3 {
          font-size: 72px; } }
      @media (max-width: 767px) {
        .plants .text-center h3 {
          font-size: 55px; } }
      @media (max-width: 575px) {
        .plants .text-center h3 {
          font-size: 36px; } }
    .plants .text-center p {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.3; }
      @media (max-width: 1399px) {
        .plants .text-center p {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .plants .text-center p {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .plants .text-center p {
          font-size: 14px; } }
  .plants.jp {
    padding-right: 40px; }
    @media (max-width: 767px) {
      .plants.jp {
        padding-right: 20px; } }
    @media (max-width: 575px) {
      .plants.jp {
        padding-right: 10px; } }
    .plants.jp .text-center {
      margin-left: auto; }
  .plants.gl {
    padding-left: 40px; }
    @media (max-width: 767px) {
      .plants.gl {
        padding-left: 20px; } }
    @media (max-width: 575px) {
      .plants.gl {
        padding-left: 10px; } }
    .plants.gl h3 {
      color: #DF0000; }

.global-map {
  background-image: url("images/globalmap.svg");
  background-size: cover;
  width: 57.72vw;
  height: 31.90vw;
  margin: 40px auto 0;
  position: relative; }
  @media (max-width: 1199px) {
    .global-map {
      width: 96vw;
      height: 53vw; } }
  @media (max-width: 575px) {
    .global-map {
      width: 94vw;
      height: 51vw;
      margin: 75px auto 0; } }

.loc-btn {
  width: 1.2vw;
  height: 1.5vw;
  cursor: pointer;
  position: absolute; }
  @media (max-width: 1199px) {
    .loc-btn {
      width: 2.1vw;
      height: 2.3vw; } }
  .loc-btn:before {
    opacity: 0;
    transition: .3s; }
  .loc-btn.active:before {
    opacity: 1; }
  .loc-btn#mst-head-loc {
    top: 11.5vw;
    left: 22.5vw;
    width: 1.6vw;
    height: 2vw; }
    @media (max-width: 1199px) {
      .loc-btn#mst-head-loc {
        top: 19.2vw;
        left: 37.3vw;
        width: 2.7vw;
        height: 3.2vw; } }
    .loc-btn#mst-head-loc:before {
      content: "";
      position: absolute;
      width: 7.1vw;
      height: 1px;
      top: -1.3vw;
      left: -6vw;
      background-color: #fff;
      transform: rotate(-145deg); }
      @media (max-width: 1199px) {
        .loc-btn#mst-head-loc:before {
          width: 14.1vw;
          height: 1px;
          top: -3.3vw;
          left: -12vw; } }
      @media (max-width: 575px) {
        .loc-btn#mst-head-loc:before {
          width: 32.1vw;
          height: 1px;
          top: -12.3vw;
          left: -25vw;
          transform: rotate(-125deg); } }
  .loc-btn#mst-x-loc {
    top: 13.2vw;
    left: 43.8vw;
    width: 1.6vw;
    height: 1.5vw; }
    @media (max-width: 1199px) {
      .loc-btn#mst-x-loc {
        top: 22vw;
        left: 72.7vw;
        width: 2.7vw;
        height: 2.6vw; } }
    @media (max-width: 575px) {
      .loc-btn#mst-x-loc {
        top: 21vw;
        left: 70.7vw; } }
    .loc-btn#mst-x-loc:before {
      content: "";
      position: absolute;
      width: 8.1vw;
      height: 1px;
      top: 0.7vw;
      left: 1vw;
      background-color: #fff; }
      @media (max-width: 1739px) {
        .loc-btn#mst-x-loc:before {
          width: 11vw; } }
      @media (max-width: 1199px) {
        .loc-btn#mst-x-loc:before {
          top: 6.7vw;
          left: -5vw;
          transform: rotate(102deg); } }
  .loc-btn#mac-loc {
    top: 12.5vw;
    left: 41.35vw; }
    @media (max-width: 1199px) {
      .loc-btn#mac-loc {
        top: 20.8vw;
        left: 68.7vw; } }
    @media (max-width: 575px) {
      .loc-btn#mac-loc {
        top: 20.2vw;
        left: 66.9vw; } }
    .loc-btn#mac-loc:before {
      content: "";
      position: absolute;
      width: 3.2vw;
      height: 1px;
      top: 2.2vw;
      left: -2vw;
      transform: rotate(125deg);
      background-color: #fff; }
      @media (max-width: 1199px) {
        .loc-btn#mac-loc:before {
          width: 5.2vw;
          height: 1px;
          top: 1.6vw;
          left: -5vw;
          transform: rotate(170deg); } }
      @media (max-width: 767px) {
        .loc-btn#mac-loc:before {
          top: 3.6vw;
          left: -4vw;
          transform: rotate(137deg); } }
  .loc-btn#mltc-loc {
    top: 10.7vw;
    left: 45.1vw; }
    @media (max-width: 1199px) {
      .loc-btn#mltc-loc {
        top: 17.7vw;
        left: 74.9vw; } }
    @media (max-width: 575px) {
      .loc-btn#mltc-loc {
        top: 17.3vw;
        left: 73vw; } }
    .loc-btn#mltc-loc:before {
      content: "";
      position: absolute;
      width: 3.2vw;
      height: 1px;
      bottom: 1.9vw;
      left: 0;
      transform: rotate(136deg);
      background-color: #fff; }
      @media (max-width: 1739px) {
        .loc-btn#mltc-loc:before {
          width: 6.2vw;
          bottom: 3.2vw; } }
      @media (max-width: 991px) {
        .loc-btn#mltc-loc:before {
          width: 15.2vw;
          bottom: 7.2vw;
          left: -1vw; } }
  .loc-btn#most-loc {
    top: 10vw;
    left: 40.7vw; }
    @media (max-width: 1199px) {
      .loc-btn#most-loc {
        top: 16.6vw;
        left: 67.7vw; } }
    @media (max-width: 575px) {
      .loc-btn#most-loc {
        top: 16.2vw;
        left: 65.8vw; } }
    .loc-btn#most-loc:before {
      content: "";
      position: absolute;
      width: 4.2vw;
      height: 1px;
      bottom: 1.9vw;
      left: -3vw;
      transform: rotate(29deg);
      background-color: #fff; }
      @media (max-width: 1739px) {
        .loc-btn#most-loc:before {
          width: 7.2vw;
          bottom: 2.7vw;
          left: -6vw; } }
      @media (max-width: 767px) {
        .loc-btn#most-loc:before {
          width: 17.2vw;
          bottom: 5.7vw;
          left: -16vw; } }
  .loc-btn#mnt-loc {
    top: 10.2vw;
    left: 43.1vw; }
    @media (max-width: 1199px) {
      .loc-btn#mnt-loc {
        top: 17.0vw;
        left: 71.6vw; } }
    @media (max-width: 575px) {
      .loc-btn#mnt-loc {
        top: 16.6vw;
        left: 69.6vw; } }
    .loc-btn#mnt-loc:before {
      content: "";
      position: absolute;
      width: 3.2vw;
      height: 1px;
      bottom: 1.9vw;
      left: 0;
      transform: rotate(136deg);
      background-color: #fff; }
      @media (max-width: 1739px) {
        .loc-btn#mnt-loc:before {
          width: 5vw;
          bottom: 2.5vw; } }
      @media (max-width: 991px) {
        .loc-btn#mnt-loc:before {
          width: 15vw;
          bottom: 6.5vw;
          left: -1vw; } }
  .loc-btn#mmx-loc {
    top: 15.8vw;
    left: 44.8vw; }
    @media (max-width: 1199px) {
      .loc-btn#mmx-loc {
        top: 26.3vw;
        left: auto;
        right: 19.5vw; } }
    .loc-btn#mmx-loc:before {
      content: "";
      position: absolute;
      width: 3.2vw;
      height: 1px;
      top: 1.9vw;
      left: -2vw;
      transform: rotate(125deg);
      background-color: #fff; }
      @media (max-width: 1199px) {
        .loc-btn#mmx-loc:before {
          top: 2.5vw; } }
  .loc-btn#alpha-loc {
    top: 16.7vw;
    left: 46vw; }
    @media (max-width: 1199px) {
      .loc-btn#alpha-loc {
        top: 27.5vw;
        left: auto;
        right: 17.5vw; } }
    .loc-btn#alpha-loc:before {
      content: "";
      position: absolute;
      width: 3.2vw;
      height: 1px;
      top: 2vw;
      left: -2vw;
      transform: rotate(125deg);
      background-color: #fff; }
      @media (max-width: 1199px) {
        .loc-btn#alpha-loc:before {
          top: 3vw; } }

.location {
  padding: 15px;
  border: 1px solid #fff;
  position: absolute;
  width: max-content;
  background-color: #000;
  display: none; }
  @media (max-width: 575px) {
    .location {
      padding: 10px 10px 5px 10px; } }
  .location.active {
    display: block; }
  .location.mst-head {
    top: 2vw;
    left: -10vw; }
    @media (max-width: 1399px) {
      .location.mst-head {
        top: 0; } }
    @media (max-width: 1199px) {
      .location.mst-head {
        top: 2vw;
        left: 0; } }
    @media (max-width: 767px) {
      .location.mst-head {
        top: -4vw; } }
    @media (max-width: 575px) {
      .location.mst-head {
        top: -15vw; } }
  .location.mst-x {
    top: 11vw;
    right: -13vw; }
    @media (max-width: 1739px) {
      .location.mst-x {
        right: -19vw; } }
    @media (max-width: 1199px) {
      .location.mst-x {
        right: 0;
        top: 33vw; } }
  .location.mac {
    top: 16vw;
    left: 18vw; }
    @media (max-width: 1199px) {
      .location.mac {
        left: 23vw; } }
    @media (max-width: 991px) {
      .location.mac {
        left: auto;
        right: 32vw; } }
    @media (max-width: 767px) {
      .location.mac {
        right: 24vw;
        top: 26vw; } }
    @media (max-width: 575px) {
      .location.mac {
        right: 4vw; } }
  .location.mltc {
    top: 0.5vw;
    left: 45.5vw; }
    @media (max-width: 1739px) {
      .location.mltc {
        top: -3vw; } }
    @media (max-width: 1199px) {
      .location.mltc {
        left: auto;
        right: 0;
        top: -1vw; } }
    @media (max-width: 991px) {
      .location.mltc {
        top: -6vw; } }
    @media (max-width: 767px) {
      .location.mltc {
        top: -13vw; } }
    @media (max-width: 575px) {
      .location.mltc {
        top: -14vw; } }
  .location.most {
    top: 1vw;
    left: 18vw; }
    @media (max-width: 1739px) {
      .location.most {
        top: -2vw; } }
    @media (max-width: 1199px) {
      .location.most {
        left: 21vw;
        top: 1vw; } }
    @media (max-width: 991px) {
      .location.most {
        left: auto;
        right: 33vw; } }
    @media (max-width: 767px) {
      .location.most {
        top: -10vw;
        right: 20vw; } }
    @media (max-width: 575px) {
      .location.most {
        top: -14vw;
        left: 0; } }
  .location.mnt {
    top: 1vw;
    left: 43vw; }
    @media (max-width: 1739px) {
      .location.mnt {
        top: -1.5vw; } }
    @media (max-width: 1199px) {
      .location.mnt {
        left: auto;
        right: 0;
        top: 1vw; } }
    @media (max-width: 991px) {
      .location.mnt {
        top: -3vw; } }
    @media (max-width: 767px) {
      .location.mnt {
        top: -9vw; } }
    @media (max-width: 575px) {
      .location.mnt {
        top: -14vw; } }
  .location.mmx {
    top: 19vw;
    left: 22vw; }
    @media (max-width: 1199px) {
      .location.mmx {
        top: 30vw;
        left: auto;
        right: 21vw; } }
    @media (max-width: 575px) {
      .location.mmx {
        right: 0; } }
  .location.alpha {
    top: 20vw;
    left: 23vw; }
    @media (max-width: 1199px) {
      .location.alpha {
        top: 31.5vw;
        left: auto;
        right: 5vw; } }
    @media (max-width: 575px) {
      .location.alpha {
        right: 0; } }
  .location h4 {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 1399px) {
      .location h4 {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .location h4 {
        font-size: 14px; } }
    .location h4 span.loc-icon {
      margin-right: 15px; }
      @media (max-width: 575px) {
        .location h4 span.loc-icon {
          margin-right: 12px; }
          .location h4 span.loc-icon img {
            width: 40px; } }
  .location p {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 5px !important; }
    @media (max-width: 1399px) {
      .location p {
        font-size: 15px; } }
    @media (max-width: 575px) {
      .location p {
        font-size: 12px; } }
    .location p i {
      font-size: 20px;
      margin-right: 10px; }
      @media (max-width: 1399px) {
        .location p i {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .location p i {
          font-size: 15px;
          margin-right: 8px; } }
    .location p a {
      color: #fff;
      text-decoration: none; }
    .location p span {
      margin-right: 10px; }
      .location p span.web a {
        color: #DF0000; }

.north-wrap {
  padding-top: 25px; }
  @media (max-width: 991px) {
    .north-wrap {
      padding-top: 65px; } }
  @media (max-width: 575px) {
    .north-wrap {
      padding-top: 80px; } }
  .north-wrap h3 {
    font-weight: 800;
    font-size: 30px; }
    @media (max-width: 575px) {
      .north-wrap h3 {
        font-size: 24px; } }

.north {
  display: flex;
  background-color: #383838;
  margin-top: 20px !important;
  width: 32.5% !important;
  padding: 20px !important; }
  @media (max-width: 1739px) {
    .north {
      padding: 15px 10px !important; } }
  @media (max-width: 991px) {
    .north {
      width: 48.5% !important; } }
  @media (max-width: 767px) {
    .north {
      width: 98% !important;
      margin: 20px auto 0 !important; } }
  .north .number {
    font-size: 29px;
    font-weight: 800;
    color: #DF0000;
    padding-right: 20px;
    height: 100%;
    border-right: 1px solid #707070;
    display: flex;
    align-items: center; }
    @media (max-width: 1739px) {
      .north .number {
        padding-right: 12px; } }
    @media (max-width: 575px) {
      .north .number {
        font-size: 25px; } }
  .north .north-details {
    padding-left: 22px; }
    .north .north-details h4 {
      font-size: 17px;
      font-weight: 700;
      display: flex;
      align-items: center; }
      .north .north-details h4 span.loc-icon {
        margin-right: 15px; }
      @media (max-width: 575px) {
        .north .north-details h4 {
          font-size: 16px;
          margin-bottom: 20px; } }
    .north .north-details p {
      font-size: 17px;
      margin-top: 20px;
      line-height: 1.3; }
      @media (max-width: 1739px) {
        .north .north-details p {
          font-size: 15px; } }
      @media (max-width: 1399px) {
        .north .north-details p {
          flex-wrap: wrap;
          margin-top: 15px; } }
      @media (max-width: 575px) {
        .north .north-details p {
          margin-top: 0px;
          display: flex;
          align-items: center;
          margin-bottom: 0 !important;
          font-size: 14px; } }
      .north .north-details p span {
        margin-right: 10px; }
        @media (max-width: 1399px) {
          .north .north-details p span {
            padding-top: 10px; } }
        .north .north-details p span.web a {
          color: #DF0000; }
      .north .north-details p a {
        color: #fff;
        text-decoration: none; }
        @media (max-width: 575px) {
          .north .north-details p a {
            width: calc(100% - 28px); } }
      .north .north-details p i {
        font-size: 18px;
        margin-right: 10px; }
        @media (max-width: 575px) {
          .north .north-details p i {
            width: 18px; } }
  .north.mltc .north-details h4 span.loc-icon {
    width: 68px;
    height: auto; }
    .north.mltc .north-details h4 span.loc-icon img {
      width: 100%; }

#where {
  padding-top: 150px;
  padding-left: 150px;
  padding-right: 150px; }
  @media (max-width: 1739px) {
    #where {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1399px) {
    #where {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 575px) {
    #where {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 50px; } }
  #where h2 {
    margin-bottom: 75px; }
    @media (max-width: 575px) {
      #where h2 {
        margin-bottom: 30px; } }
  #where h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff; }
    @media (max-width: 1739px) {
      #where h3 {
        font-size: 29px; } }
    @media (max-width: 1439px) {
      #where h3 {
        font-size: 27px; } }
    @media (max-width: 1399px) {
      #where h3 {
        font-size: 24px; } }
    @media (max-width: 1199px) {
      #where h3 {
        font-size: 20px;
        margin-bottom: 10px; } }
  #where h4 {
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 5px 0; }
    @media (max-width: 1739px) {
      #where h4 {
        font-size: 22px; } }
    @media (max-width: 1439px) {
      #where h4 {
        font-size: 20px; } }
    @media (max-width: 1399px) {
      #where h4 {
        font-size: 18px; } }
    @media (max-width: 1199px) {
      #where h4 {
        font-size: 16px;
        padding: 3px 0; } }
    #where h4 i {
      font-size: 26px;
      margin-right: 10px;
      width: 26px; }
      @media (max-width: 1439px) {
        #where h4 i {
          font-size: 24px;
          width: 24px; } }
      @media (max-width: 1399px) {
        #where h4 i {
          font-size: 22px;
          width: 22px; } }
      @media (max-width: 1199px) {
        #where h4 i {
          font-size: 20px;
          width: 20px; } }
    #where h4 a {
      color: #fff;
      text-decoration: none; }
    #where h4 span {
      margin-right: 30px; }
  #where p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px; }
    @media (max-width: 1739px) {
      #where p {
        font-size: 16px; } }
    @media (max-width: 1399px) {
      #where p {
        font-size: 14px; } }
    @media (max-width: 1199px) {
      #where p {
        line-height: 1.7; } }
  #where iframe {
    margin-top: 15px;
    width: 100%;
    height: 478px; }
    @media (max-width: 1739px) {
      #where iframe {
        height: 460px; } }
    @media (max-width: 1439px) {
      #where iframe {
        height: 420px; } }
    @media (max-width: 1399px) {
      #where iframe {
        height: 364px; } }
    @media (max-width: 1199px) {
      #where iframe {
        height: 260px; } }
    @media (max-width: 767px) {
      #where iframe {
        height: 51vw;
        margin-bottom: 15px; } }

.where-pic {
  margin-bottom: 20px; }
  .where-pic img {
    width: 100%; }

#join {
  padding-top: 30px; }

.join-box {
  width: 1025px;
  border: 2px solid #fff;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .join-box {
      width: 100%; } }
  @media (max-width: 767px) {
    .join-box {
      display: block; } }
  @media (max-width: 575px) {
    .join-box {
      padding: 15px; } }

.join-us {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  position: relative; }
  @media (max-width: 991px) {
    .join-us {
      width: 200px; } }
  @media (max-width: 767px) {
    .join-us {
      margin: 0 auto 20px; } }
  .join-us:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 3px;
    height: 150%;
    background-color: #fff; }
    @media (max-width: 991px) {
      .join-us:after {
        right: -20px; } }
    @media (max-width: 767px) {
      .join-us:after {
        display: none; } }
  .join-us i {
    font-size: 45px;
    color: #DF0000;
    margin-right: 25px; }
    @media (max-width: 991px) {
      .join-us i {
        font-size: 40px;
        margin-right: 15px; } }
  .join-us h2 {
    font-size: 42px;
    font-weight: 700; }

.join-desc {
  width: 690px; }
  @media (max-width: 1199px) {
    .join-desc {
      width: 590px; } }
  @media (max-width: 991px) {
    .join-desc {
      width: 410px; } }
  @media (max-width: 767px) {
    .join-desc {
      width: 100%; } }
  .join-desc p {
    font-size: 20px;
    margin-bottom: 0 !important; }
    @media (max-width: 1199px) {
      .join-desc p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .join-desc p {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .join-desc p {
        font-size: 14px; } }
    .join-desc p a {
      color: #DF0000;
      font-weight: 700; }

#footer {
  margin-top: 75px; }

.legal {
  background-color: #373737;
  margin-top: 50px;
  padding: 20px 0; }
  @media (max-width: 1199px) {
    .legal {
      margin-top: 30px;
      padding: 15px 0; } }
  @media (max-width: 575px) {
    .legal {
      margin-top: 20px;
      padding: 10px 0; } }

@media (max-width: 575px) {
  .legal-docs ul {
    justify-content: center; } }
@media (max-width: 575px) {
  .legal-docs ul li {
    margin-bottom: 5px; } }
.legal-docs a {
  color: #fff;
  text-decoration: none;
  margin-right: 40px; }
  @media (max-width: 1199px) {
    .legal-docs a {
      font-size: 14px; } }
  @media (max-width: 575px) {
    .legal-docs a {
      margin: 0 10px 20px;
      font-size: 13px; } }
  .legal-docs a:hover {
    color: #fff; }

.copy {
  font-size: 14px; }
  @media (max-width: 1199px) {
    .copy {
      font-size: 12px; } }
  @media (max-width: 575px) {
    .copy {
      font-size: 11px;
      text-align: center; } }

.legal-content {
  padding-top: 200px; }
  @media (max-width: 991px) {
    .legal-content {
      padding-top: 100px; } }
  .legal-content h1 {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .legal-content h1 {
        font-size: 36px;
        margin-bottom: 30px; } }
  .legal-content h2 {
    margin: 40px 0 20px; }
  .legal-content h3 {
    font-weight: 700;
    margin: 40px 0 20px; }
  .legal-content a {
    color: #fff;
    transition: .3s; }
    .legal-content a:hover {
      color: #DF0000; }
  .legal-content table {
    min-width: 500px; }
    .legal-content table td {
      border: 1px solid #eee;
      padding: 15px; }

.legal-table {
  overflow-x: auto; }
