@font-face {
  font-family: Mtknox;
  src: url('../fonts/MTKnox-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Graphik super;
  src: url('../fonts/Graphik-Super.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black-2: #0e171a;
  --grey: #909090;
  --black-3: #1a0e0e;
  --maroon: #300000;
  --black: black;
  --dim-grey: #4b4b4b;
  --dark-red: #920505;
  --firebrick: #c31603;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 40px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.background-video {
  background-image: linear-gradient(#000000bf, #000000bf);
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-full {
  background-image: linear-gradient(#6d0000fa, #30000000);
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.nav-link {
  color: #1b1b1b;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
}

.nav-link.cool-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.content-section {
  background-color: var(--black-2);
  align-items: center;
  width: 100vw;
  display: flex;
}

.loader {
  z-index: 9999;
  background-color: #0e171a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 4.8em;
  font-style: italic;
  font-weight: 700;
  line-height: 94px;
}

.header-block {
  background-image: linear-gradient(to right, var(--black-2), #0e171a00);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.content-block-titles {
  width: auto;
  margin-left: 10%;
}

.right-side-text {
  position: absolute;
  inset: auto 0% 0%;
}

.slide-header {
  opacity: .47;
  color: var(--white);
  white-space: nowrap;
  font-family: Mtknox, sans-serif;
  font-size: 500px;
}

.body {
  background-color: var(--black-2);
}

.left-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50vw;
  height: auto;
  min-height: 800px;
  display: flex;
}

.right-block {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.right-block-2 {
  background-image: url('../images/H.J.T.-Production_KV-02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100%;
  min-height: 800px;
  position: relative;
}

.left-block-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50vw;
  height: auto;
  min-height: 800px;
  display: flex;
}

.paragraph-sub {
  color: var(--grey);
  max-width: 450px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.masked {
  z-index: 10;
  background-color: var(--black-3);
  display: none;
  position: absolute;
  inset: 0;
}

.brand {
  background-image: url('../images/H.J.T_L.png');
  background-position: 50%;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--black-3);
}

.text-block-7 {
  white-space: nowrap;
  margin-top: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-style: italic;
}

.text-block-7.toptext_sp {
  display: none;
}

.html-embed {
  max-width: 70%;
  padding: 20px 20px 20px 10px;
}

.section-3 {
  background-color: var(--black-2);
  justify-content: space-around;
  height: 980px;
  display: flex;
}

.social-link {
  opacity: .7;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 3px;
  transition: all .4s;
}

.social-link:hover {
  opacity: 1;
}

.social-link.twitter {
  background-image: url('../images/X.png');
  background-size: 14px;
}

.social-link.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-link.rss {
  background-image: url('../images/youtube-icon-sns.png');
  background-size: contain;
}

.sns {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
}

.div-block-11 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 800px;
  padding: 20px;
  display: flex;
}

.html-embed-2 {
  padding: 20px 10px 20px 20px;
  display: flex;
}

.sound {
  display: flex;
  position: fixed;
}

.read-more-arrow {
  background-image: url('../images/arrow-forward.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
}

.blog-desc-div {
  flex: 1;
  margin-left: 60px;
  margin-right: 60px;
}

.blog-article-line {
  color: #909090;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 40px 100px 39px 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.unvisible-mask {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
}

.read-more-ab {
  justify-content: center;
  width: 20px;
  height: 120px;
  margin-right: 10px;
  display: flex;
}

.blog-article-read-more-link, .blog-artice-text-div {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  height: 100vh;
  padding-top: 410px;
  padding-bottom: 160px;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/gb_003.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.white {
  color: #fff;
  line-height: 20px;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 27px;
}

.div-block-13 {
  background-image: linear-gradient(75deg, #000000d1, #0003), url('../images/missionPage.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-left: 220px;
  display: flex;
}

.div-block-14 {
  background-image: linear-gradient(255deg, #00000069, #0003), url('../images/gb_002.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-left: 140px;
  padding-right: 220px;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  display: flex;
}

.heading-9 {
  color: var(--white);
  margin-top: -5px;
  font-size: 45px;
  font-style: italic;
}

.text-block-9 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.text-block-10 {
  color: var(--white);
  font-style: italic;
  font-weight: 500;
}

.div-block-28 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-29 {
  justify-content: flex-start;
  display: flex;
}

._30pxmarjin {
  height: 30px;
}

.paragraph-16 {
  color: #fcfcff;
  white-space: nowrap;
  width: auto;
  font-size: 18px;
  font-style: normal;
}

.corp_div {
  flex-direction: column;
  align-items: center;
  margin-top: 49px;
  margin-left: 0;
  display: flex;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.subtitle-wrapper-2 {
  margin-bottom: 24px;
}

.div-block-31 {
  flex-direction: column;
  margin-top: 65px;
  display: flex;
}

.div-block-32 {
  color: #fcfcff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  color: #fcfcff;
  text-align: left;
  letter-spacing: .1em;
  justify-content: center;
  width: 370px;
  margin-bottom: 20px;
  display: flex;
}

.section-copy {
  background-color: var(--maroon);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25vw 60px;
  display: flex;
  position: relative;
}

.paragraph-17 {
  color: #fcfcff;
  text-align: left;
  width: 110px;
  font-size: 15px;
}

.subtitle-2 {
  z-index: 10;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.paragraph-18 {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}

.div-block-33 {
  z-index: 40;
  background-image: linear-gradient(to top, #920505e8, #0e171a00);
  justify-content: center;
  height: auto;
  margin-top: 10px;
  padding: 100px 20px 20px;
  display: flex;
}

.text-block-17 {
  color: var(--grey);
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}

.body-3 {
  background-color: var(--maroon);
}

.html-embed-4 {
  width: 520px;
  height: 500px;
}

.link-2 {
  border: 2px solid var(--white);
  color: var(--white);
  cursor: pointer;
  background-color: #ffffff17;
  border-radius: 20px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.5em;
  line-height: 80px;
  text-decoration: none;
}

.div-block-34 {
  background-image: linear-gradient(45deg, #00000078, #fff0), url('../images/IMG_3487.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 20vw;
  height: 20vw;
  margin: 0;
  position: relative;
  box-shadow: 0 0 14px #300000c4;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-36 {
  background-image: linear-gradient(#0000, #000000d6), url('../images/IMG_9816.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 20vw;
  height: 20vw;
  margin: 0;
  position: relative;
  box-shadow: 0 0 14px #300000c4;
}

.div-block-37 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.text-block-19 {
  z-index: 10;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 16px;
  position: absolute;
}

.div-block-38 {
  display: flex;
  overflow: hidden;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

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

.html-embed-5 {
  width: 100vw;
}

.section-8, .div-block-42 {
  display: none;
}

.menu-icon-2 {
  z-index: 2;
  cursor: pointer;
}

.menu-icon__line-2 {
  background-color: var(--white);
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line-2.left {
  background-color: var(--white);
  width: 16px;
}

.menu-icon__line-2.right {
  float: right;
  background-color: var(--white);
  width: 15px;
}

html.w-mod-js [data-ix="text-fade-plain"] {
  opacity: 0;
  transform: translate(0, 15px);
}

html.w-mod-js [data-ix="ping"] {
  opacity: 0;
}

html.w-mod-js [data-ix="text-fade-scroll"] {
  opacity: 0;
  transform: translate(0, 8px);
}

@media screen and (min-width: 1280px) {
  .dual-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .container-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link.cool-link {
    line-height: 23px;
  }

  .content-section, .content-section.content-section2, .content-section.content-section1 {
    flex-direction: column;
  }

  .heading {
    color: #e2e2e2;
  }

  .header-block {
    width: 100%;
  }

  .slide-header {
    font-size: 350px;
  }

  .left-block {
    width: 100%;
    min-height: auto;
  }

  .right-block {
    width: 100vw;
  }

  .heading-2 {
    font-size: 2em;
  }

  .right-block-2 {
    background-image: url('../images/missionPage.jpg');
    background-size: cover;
    width: 100%;
    min-height: 460px;
  }

  .left-block-2 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .html-embed {
    width: 100%;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .section-3 {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .html-embed-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .blog-desc-div {
    align-items: center;
    margin: 0;
    display: flex;
  }

  .blog-article-line {
    flex-direction: row;
    align-items: center;
    padding: 10px 40px;
  }

  .unvisible-mask {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .read-more-ab {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: 20px;
    margin-right: 10px;
  }

  .blog-artice-text-div {
    flex-direction: row;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
    display: none;
  }

  .stripe-wrapper {
    position: relative;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    height: 70vh;
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .background-banner.video-banner {
    background-position: 50%;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .background-cover {
    flex-direction: column;
  }

  .div-block-13 {
    justify-content: center;
    height: 50vh;
    padding-left: 0;
  }

  .div-block-14 {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    justify-content: center;
    height: 70vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-9 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-10 {
    line-height: 30px;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .paragraph-16 {
    white-space: normal;
    width: 450px;
  }

  .div-block-31 {
    margin-top: 20px;
    margin-left: 15px;
  }

  .section-copy {
    padding: 0 10vw;
    position: static;
  }

  .html-embed-4 {
    width: 90vw;
    height: auto;
  }

  .link-2 {
    font-size: 1.4em;
    line-height: 50px;
  }

  .div-block-35 {
    align-items: center;
    margin-bottom: 40px;
    display: none;
  }

  .div-block-37 {
    align-items: center;
    position: relative;
  }

  .text-block-19 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #0000;
    background-image: linear-gradient(#0000, #920505e3 16%, #920505ed 93%, #92050500 101%);
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .paragraph-19 {
    color: var(--white);
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
  }

  .section-8 {
    padding: 40px 39px;
    display: flex;
  }

  .div-block-41 {
    height: 40px;
  }

  .div-block-42 {
    display: flex;
  }

  .menu-icon-2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    flex-direction: column;
  }

  .heading {
    font-size: 3em;
    line-height: 50px;
  }

  .header-block {
    width: 100%;
  }

  .content-block-titles {
    width: auto;
    margin-left: 5%;
  }

  .slide-header {
    font-size: 260px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 35px;
  }

  .right-block-2 {
    min-height: 320px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .div-block-11 {
    min-height: 600px;
  }

  .blog-article-line {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 20px;
  }

  .unvisible-mask {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .blog-artice-text-div {
    align-items: center;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-quote-credit {
    margin-left: -10px;
    padding-left: 7px;
  }

  .background-banner.video-banner {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .div-block-13 {
    height: 40vh;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-9 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-28 {
    justify-content: center;
    width: 90vw;
  }

  .paragraph-16 {
    width: 60vw;
    font-size: 15px;
    line-height: 20px;
  }

  .corp_div {
    margin-top: 30px;
  }

  .subtitle-wrapper-2 {
    margin-bottom: 10px;
  }

  .div-block-31 {
    margin-left: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .section-copy {
    padding: 0 2vw 60px;
  }

  .paragraph-17 {
    width: 100px;
    line-height: 20px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .div-block-34, .div-block-36 {
    width: 30vw;
    height: 30vw;
  }

  .text-block-19 {
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon-2 {
    top: auto;
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 80vh;
  }

  .container-full {
    height: 80px;
    padding: 10px 20px;
  }

  .heading {
    font-size: 2.6em;
  }

  .header-block {
    padding-top: 80px;
  }

  .slide-header {
    font-size: 170px;
  }

  .right-block-2 {
    min-height: 190px;
  }

  .brand {
    width: 60px;
    height: 60px;
  }

  .brand.w--current {
    width: 50px;
    height: 50px;
  }

  .text-block-7.toptext_sp {
    color: var(--white);
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .text-block-7.toptext_pc {
    display: none;
  }

  .blog-article-line {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-artice-text-div {
    width: 100%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.video-section {
    justify-content: flex-end;
    height: 80vh;
    padding: 140px 2vw 100px;
  }

  .client-quote-credit {
    margin-left: -5px;
    padding-left: 5px;
  }

  .background-banner.video-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle.white {
    font-size: 10px;
    line-height: 15px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .div-block-13 {
    height: 70vw;
  }

  .div-block-14 {
    background-position: 0 0, 16%;
    background-attachment: scroll, fixed;
    height: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    display: none;
  }

  .div-block-28 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
  }

  .div-block-29 {
    align-items: flex-start;
  }

  .paragraph-16 {
    text-align: center;
    width: 90vw;
    font-size: 16px;
    line-height: 30px;
  }

  .corp_div {
    margin-left: 0;
  }

  .subtitle-wrapper-2 {
    margin-bottom: 10px;
  }

  .div-block-31 {
    margin-top: 20px;
  }

  .div-block-32 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-11 {
    width: 90vw;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .section-copy {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-17 {
    justify-content: center;
    margin-bottom: 2px;
    margin-left: 0;
    font-size: 13px;
    line-height: 20px;
    display: flex;
  }

  .paragraph-18 {
    width: 90vw;
    font-size: 12px;
    line-height: 23px;
  }

  .div-block-33 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-34, .div-block-36 {
    width: 40vw;
    height: 40vw;
  }

  .paragraph-19 {
    line-height: 25px;
  }

  .section-8 {
    padding: 20px 15px 40px;
  }

  .menu-icon-2 {
    top: auto;
    left: auto;
  }
}

#w-node-_75781ba8-c0a7-9f93-4960-4c953d7b0c62-a64ba6cf {
  justify-self: start;
}


@font-face {
  font-family: 'Mtknox';
  src: url('../fonts/MTKnox-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik super';
  src: url('../fonts/Graphik-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}