@font-face {
  font-family: Newvalinksansvf;
  src: url('../fonts/NewvalinkSansVF.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  text-decoration: none;
}

.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;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.page-bg-video {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
}

.hero-bg-video {
  z-index: 1;
  aspect-ratio: auto;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-bg-overlay {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  object-fit: cover;
  background-color: #dd3b3b00;
  background-image: linear-gradient(#9ac9ff26, #9ac9ff26), radial-gradient(circle closest-corner, #0006 67%, #000000db);
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
}

.body {
  aspect-ratio: auto;
  background-color: #000;
}

.page-wrapper {
  border: 1px #000;
  width: 100vw;
  height: auto;
  position: relative;
}

.div-navbar-wrapper {
  z-index: 999;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 15px;
  display: flex;
  position: fixed;
}

.nav-navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #2c2c2c99;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 2px #0003, inset 0 0 5px 1px #fff3;
}

.div-block {
  width: 500px;
  height: 65px;
}

.navibar-menu {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 40px;
  display: flex;
}

.navi-button {
  mix-blend-mode: normal;
  background-color: #3898ec00;
  border-radius: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.navi-button:hover {
  color: #000;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 30px;
}

.contact-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-button:hover {
  color: #fff;
  background-color: #0095ff;
}

.login-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.login-button:hover {
  background-color: #09d364;
}

.navibar-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  display: flex;
}

.menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  margin-left: 15px;
  padding: 10px 0;
  display: block;
  position: relative;
}

.line {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
}

.line-2 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 22px;
}

.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 50px;
  display: flex;
  position: static;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
}

.content-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-top: 130px;
  margin-left: 40px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hero-header {
  color: #fff;
  letter-spacing: 3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  line-height: 60px;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
}

.hero-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-button1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 5px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.hero-button2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hero-button2:hover {
  color: #fff;
  background-color: #0095ff;
}

.image {
  width: 40px;
}

.text-block {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: static;
}

.section-page {
  background-color: #0f0f0f;
  background-image: linear-gradient(#0f0f0fed, #0f0f0fed), url('../images/background-dots.png');
  background-position: 0 0, 0 0;
  background-size: auto, 13px;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: static;
}

.hero-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  padding-left: 0;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  display: flex;
}

.image-2 {
  vertical-align: baseline;
  width: 120px;
  height: 50px;
}

.scroll-arrow {
  z-index: 100;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: 300px;
  margin-top: 350px;
  margin-right: 50px;
  position: fixed;
}

.image-3 {
  position: relative;
  transform: rotate(90deg);
}

.heading-2 {
  z-index: 300;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 40px;
  position: relative;
  transform: rotate(90deg);
}

.section-basic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
}

.heading-1 {
  color: #fff;
  letter-spacing: 2px;
  width: 1200px;
  height: auto;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 88px;
}

.section-contents-basic {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/10-2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: 570px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 50px;
  display: flex;
  transform: rotate(0);
}

.header-pic-basic {
  background-image: url('../images/new_knight_08.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 680px;
  height: 100%;
  min-height: 0%;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
}

.section-contents-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-3 {
  color: #fff;
}

.section-header {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-01 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/组-79.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.section-info {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  width: 80%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}

.what-we-do-problems {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: auto;
  display: flex;
  position: static;
}

.card-problems {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #151b25;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 350px;
  padding: 40px 40px 20px;
}

.card-heading {
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 70px;
}

.card-sub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.card-paragraph {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 25px;
}

.section-product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  line-height: 25px;
  display: flex;
  position: static;
}

.product-contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 2000px;
  display: block;
  position: relative;
}

.product-bg {
  z-index: 0;
  float: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-bg-div {
  z-index: 0;
  position: absolute;
}

.connect {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.image-4 {
  height: 45px;
}

.product-header {
  box-sizing: border-box;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/30.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.product {
  grid-row-gap: 70px;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.product.intro-4 {
  height: 2000px;
}

.frame-7 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-2 {
  grid-row-gap: 30px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.newvalink-studio-logo-1 {
  object-fit: contain;
  width: 600px;
  max-width: none;
  height: 200px;
  display: block;
}

.untitled {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 65px;
  text-decoration: none;
}

.newvalink-studio-unity-3dlo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
}

.product-3 {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-4 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 968px;
  height: 102px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.product-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 968px;
  text-decoration: none;
  display: flex;
}

.product-6 {
  grid-column-gap: 15px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1952px;
  text-decoration: none;
  display: flex;
}

.intro {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  display: flex;
  overflow: hidden;
}

.intro-2 {
  background-color: #111;
  border: 1px solid #888;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._3d {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.intro-3 {
  background-color: #111;
  border: 1px solid #888;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.untitled-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.intro-4 {
  background-color: #111;
  border: 1px solid #888;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.garllery-button {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.product-7 {
  border: 2px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  padding: 31px 35px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.goto-button {
  border: 1px solid #fff;
  border-width: 1px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-5 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 82px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.frame-6 {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 81px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.line-3 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.product-header-contents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
}

.image-5 {
  width: auto;
  max-width: none;
  height: 250px;
  margin-top: -20px;
}

.div-block-3 {
  padding-left: 400px;
  padding-right: 400px;
}

.product-content-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-header--product {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.content-product-info {
  padding-left: 360px;
  padding-right: 360px;
}

.section-info-2 {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.section-header-small {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
}

.line-info {
  background-color: #fff6;
  width: 80%;
  height: 1px;
}

.section-section--features-scroll {
  width: 1000px;
  height: auto;
  padding-left: 0;
}

.div-features-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 0;
  display: block;
}

.heading-4 {
  color: #fff;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-4 {
  color: #fff;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.card-scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  display: block;
  overflow: auto;
}

.card-row {
  box-sizing: content-box;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  overflow-wrap: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: inline-grid;
  overflow: hidden;
}

.card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #14141499;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  height: 260px;
  padding: 20px 30px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 10px #aaa8a833;
}

.card-header {
  z-index: 5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  position: relative;
}

.paragraph-2 {
  z-index: 5;
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.goto-arrow-button {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 60px;
}

.header-pic-achievements {
  transform-style: preserve-3d;
  background-image: url('../images/new_knight_06.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 700px;
  height: 100%;
  font-family: Noto Sans JP, sans-serif;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.header-pic-company {
  transform-style: preserve-3d;
  background-image: url('../images/new_knight_02.webp');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: 105%;
  background-attachment: scroll;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 560px;
  height: 100%;
  margin-left: 120px;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-info-vision {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 60vw;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
}

.header-pic-learning {
  transform-style: preserve-3d;
  background-image: url('../images/new_knight_09.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 600px;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-contents-basic-left {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/10-2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: 560px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.section-style {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #3939391a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  text-decoration: none;
}

.section-guide {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-guide.content-style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
}

.frame-18 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 361px;
  text-decoration: none;
  display: flex;
}

._93-1 {
  object-fit: cover;
  width: 1000px;
}

.rectangle-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.group-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40.0003px;
  height: 37.2414px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.connect-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-bottom: 100px;
  display: flex;
}

.section-footer {
  grid-row-gap: 40px;
  background-color: #1a1a1a;
  background-image: linear-gradient(#131313e8, #131313e8), url('../images/background-dots.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 13px;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 532px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer.content-style-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.content-style {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.content-style.sitemap-5 {
  grid-column-gap: 80px;
  border-bottom: 1px solid #ffffff4d;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.sitemap {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 110px;
  height: 240px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sitemap.list-2 {
  grid-row-gap: 20px;
}

.text-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.sitemap-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 240px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sitemap-2.list-3 {
  grid-row-gap: 20px;
  width: auto;
}

.sitemap-3 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 240px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sitemap-3.list-4 {
  grid-row-gap: 20px;
}

.sitemap-4 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 130px;
  height: 240px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sitemap-4.list-5 {
  grid-row-gap: 20px;
  width: auto;
}

.sitemap-5 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 124px;
  height: 240px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sitemap-5.list-6 {
  grid-row-gap: 20px;
  width: auto;
}

.content-style-2 {
  grid-column-gap: 200px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-2.logo-2 {
  flex-flow: row;
}

.logo {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 427px;
  height: 152px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo.policy {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.policy {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 59px;
  display: flex;
  overflow: hidden;
}

.phrase {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 367px;
  height: 83px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.newvalinknewvalink-studionewvalink-technologies-unity-copyright-2025-newvalink-co {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.logo-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 243px;
  height: 152px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.symbol {
  object-fit: cover;
}

.div-block-4 {
  opacity: 1;
  background-image: url('../images/组-90.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 70%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.achievements-background {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/Tech2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  padding-bottom: 50px;
  display: flex;
}

.achievements-works-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.works-header {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 40px;
}

.works-header-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.goto-btn {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 60px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.goto-btn.btn--primary {
  width: 700px;
}

.goto-btn.btn--primary.company-width {
  width: 800px;
}

.btn-text-small {
  z-index: auto;
  color: #fff;
  margin-right: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 28px;
  position: relative;
}

.btn-text-header {
  z-index: 3;
  color: #fff;
  margin-left: 20px;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 40px;
  position: relative;
}

.btn-fill {
  z-index: 1;
  background-color: #ffffff4d;
  width: 0%;
  height: 100%;
  position: absolute;
}

.btn-content {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-content.btn-content-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.class-arrow-arrow-left {
  opacity: 0;
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100%;
  transform: translate(-4px);
}

.class-arrow-arrow-right {
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100%;
}

.lightbox-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.works-slider {
  width: 100%;
  height: 700px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.slider-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.achievements-contents {
  display: none;
}

.slide {
  width: 300px;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: auto;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  overflow: visible;
}

.mask {
  align-self: auto;
  width: 400px;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  overflow: visible;
}

.left-arrow {
  flex: 0 auto;
  display: none;
}

.right-arrow, .slide-nav-2 {
  display: none;
}

.slider-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 10px 3px #00000040;
}

.slide-space {
  vertical-align: baseline;
  margin-left: 15px;
  margin-right: 15px;
}

.works-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.works-title.title-only {
  font-size: 15px;
}

.slider-hover-shield {
  z-index: 10;
  display: block;
  position: absolute;
  inset: 0;
}

.bold-text {
  font-size: 18px;
}

.body-2 {
  background-color: #000;
}

.basic-hero-section {
  background-image: url('../images/10-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.basic-pagehero-header {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 55px;
  line-height: 60px;
  text-decoration: none;
}

.basicpage-header-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-left: 0;
}

.basic-pagehero-header-small {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  line-height: 60px;
  text-decoration: none;
}

.basic-pagehero-header-small.align-left {
  text-align: left;
}

.hero-container-contents {
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
}

.body-3, .body-4, .body-5, .body-6, .body-7 {
  background-color: #000;
}

.basic-section-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.basic-content-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.basic-content-container.basic-content-container-space {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.section-info-center {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: 500px;
  height: auto;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}

.image-6 {
  width: 50px;
}

.basic-section-header {
  border-top: 1px solid #fff;
  width: 100%;
  height: auto;
}

.basic-header-title {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
}

.basic-header-title-2 {
  color: #fff;
  letter-spacing: 1px;
  text-indent: 10px;
  align-items: flex-start;
  height: auto;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.accordion_group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.accordion_group.text-align {
  justify-content: center;
  align-items: flex-end;
  height: 1200px;
}

.accordion_group.text-align.contents-hug {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: auto;
}

.list-header-right {
  background-color: #303030;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 30px;
  display: flex;
}

.list-header-right.width-adjustment {
  width: 700px;
}

.list-header-right.width-adjustment.background-color {
  background-color: #30303000;
  border-top: 0 solid #fff;
  border-bottom: .5px solid #fff;
  margin-bottom: 80px;
}

.list-header-text {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.accordion_list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.item {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-top: 5px;
}

.accordion_toggle {
  cursor: pointer;
  border-bottom: .5px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 10px 30px 10px 0;
  display: flex;
}

.accordion_panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.accordion_inner {
  padding: 20px 30px;
}

.p-rich-text {
  color: #fff;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.icon_plus {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus_h {
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0);
}

.plus_v {
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.list-header-text-big {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-header-text-big.sp {
  margin-left: 20px;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 23px;
}

.text-block-5 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.ourvision-background {
  z-index: 1;
  opacity: .35;
  background-image: url('../images/new_knight_02.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ourvision-contents {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-h1 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 50px;
}

.text-small, .text-small-copy {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
}

.text-normal {
  color: #fff;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 35px;
}

.company-contents {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.list-header-basic {
  background-color: #30303000;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.list-header-basic.width-adjustment {
  width: 700px;
}

.list-header-basic.width-adjustment.background-color {
  background-color: #30303000;
  border-top: 0 solid #fff;
  border-bottom: .5px solid #fff;
  margin-bottom: 80px;
}

.core-mission-infographic {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-company-left {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}

.company-contents-align {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-company-right {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}

.container-company-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.container-company-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.section-info-big {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.columns {
  width: 100%;
  font-size: 20px;
}

.plans-row-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #252525;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 1000px;
  padding: 20px;
  display: flex;
}

.plans-header {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.plans-header-background {
  border: 6px solid #575757;
  border-radius: 15px;
  width: 100%;
}

.plans-header-background.color1 {
  border-width: 6px;
  border-color: #0b73c7;
}

.plans-header-background.color2 {
  border-width: 6px;
  border-color: #a56322;
}

.div-block-5 {
  border-bottom: 1px solid #8b8b8b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.div-block-6 {
  background-color: #181818;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  width: 100%;
}

.paragraph-3 {
  color: #fff;
  text-indent: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plans-row-high {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-transform: lowercase;
  background-color: #252525;
  background-image: linear-gradient(#00000047, #00000047), url('../images/Tech2.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 1000px;
  padding: 20px;
  display: flex;
}

.workflow-section-basic {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.workflow-section-basic.learning-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-8 {
  background-image: url('../images/Tech2.webp');
  background-position: 100%;
  background-size: 100%;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 70px;
  display: flex;
}

.div-block-9 {
  width: 1000px;
  height: auto;
}

.div-block-10 {
  width: 100%;
}

.card-background {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: color-dodge;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-background-2 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: overlay;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-background-3, .card-background-4 {
  z-index: 1;
  opacity: .8;
  mix-blend-mode: darken;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 30px;
  display: flex;
}

.div-block-12 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #302f2f;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64%;
  height: 100%;
  padding: 30px 100px;
  display: flex;
}

.text-normal-center {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.text-small-center {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 25px;
}

.div-block-14 {
  background-color: #5a5a5a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-7 {
  height: 80px;
}

.link-block-2 {
  background-color: #5a5a5a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.link-block-2:hover {
  background-color: #5f5f5f;
  box-shadow: 8px 8px 15px 3px #0000004d;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.link-block-3 {
  background-color: #5a5a5a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.link-block-3:hover {
  background-color: #5f5f5f;
  box-shadow: 8px 8px 15px 3px #0000004d;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.link-block-4 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.button-text-small {
  color: #4693ff;
  font-size: 17px;
}

.div-block-11-margin-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 50px;
  padding: 30px;
  display: flex;
}

.div-block-12-small {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-13-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 200px;
  padding: 0;
  display: flex;
}

.div-block-11-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 30px 30px 60px;
  display: flex;
}

.div-block-17 {
  opacity: .13;
  background-image: url('../images/gear.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 150px;
}

.paragraph-4 {
  color: #fff;
  width: 60%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: auto;
  display: flex;
}

.div-block-19 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
  width: 1000px;
  height: auto;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 310px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 200px;
  position: relative;
}

.div-block-21 {
  background-color: #1662b4;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  display: flex;
}

.video-header {
  color: #fff;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-22 {
  z-index: 5;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: absolute;
}

.div-block-21-middle {
  background-color: #186b1d;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  display: flex;
}

.community-button {
  background-color: #222;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Gemini_Generated_Image_pg0dikpg0dikpg0d.webp');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 200px;
}

.basic-header-title-center {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Newvalinksansvf, Arial, sans-serif;
}

.basic-header-title-center-copy {
  color: #fff;
  letter-spacing: 1px;
  object-fit: fill;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 20px;
  overflow: visible;
}

.text-normal-copy {
  color: #fff;
  width: 45%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 35px;
}

.learning-workflow-section, .learning-tutorial-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.learning-others-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.support-faq-section, .support-document-section, .support-contact-section, .company-vision-section, .company-services-section, .company-ceo-section, .company-info-section, .company-recruit-section, .pricing-plans-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.privacy-header {
  color: #fff;
  letter-spacing: 1px;
  text-indent: 10px;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 300;
  display: block;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1200px;
  height: auto;
  display: flex;
}

.paragraph-5 {
  width: 70%;
}

.text-normal-right {
  color: #fff;
  width: 70%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 35px;
}

.text-normal-right-underline {
  color: #fff;
  border-top: 1px solid #fff;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 35px;
}

.text-small-caption-right {
  color: #969696;
  border-left: 1px solid #fff;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 28px;
}

.cookie-banner {
  z-index: 9999;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/Section--Footer.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content-cookie-text {
  color: #222;
  width: 70%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.btn-cookie-decline {
  text-align: center;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-cookie-decline:hover {
  background-color: #0084ff;
}

.btn-cookie-accept {
  text-align: center;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-cookie-accept:hover {
  background-color: #0084ff;
  border-width: 0;
}

.content-cookie-link {
  color: #222;
  width: 100%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}

.cookie-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form {
  background-color: #222;
  border-radius: 20px;
  width: 900px;
  height: 300px;
}

.contact-form-header {
  background-color: #222;
  background-image: url('../images/new_knight_05.webp');
  background-position: 90% -20%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 900px;
  height: 350px;
  padding-left: 30px;
  display: flex;
}

.div-block-24 {
  width: 450px;
  margin-bottom: 40px;
}

.div-block-25 {
  width: 450px;
}

.contact-contents {
  color: #fff;
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 35px;
}

.video-cover-1 {
  z-index: 5;
  background-color: #0009;
  background-image: url('../images/Gemini_Generated_Image_ssvmvessvmvessvm.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: absolute;
}

.div-block-22-copy {
  z-index: 5;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: absolute;
}

.video-cover-2 {
  z-index: 5;
  background-color: #0009;
  background-image: url('../images/Gemini_Generated_Image_wfpshewfpshewfps-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: absolute;
}

.assetstore-button {
  background-color: #222;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Gemini_Generated_Image_p7a5a4p7a5a4p7a5.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 200px;
}

.community-button-text {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Newvalinksansvf, Arial, sans-serif;
  font-size: 50px;
}

.image-8 {
  max-width: 1100px;
}

.div-block-8-copy {
  background-color: #e7e7e700;
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/new_knight_03.webp'), url('../images/Gemini_Generated_Image_138d42138d42138d.webp');
  background-position: 0 0, 50% 30%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 70%, auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 360px;
  display: flex;
}

.div-block-8-copy-copy {
  background-color: #102449;
  background-image: linear-gradient(#0003, #0003), url('../images/new_knight_09.webp'), url('../images/Gemini_Generated_Image_138d42138d42138d.webp');
  background-position: 0 0, 100% 14%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 50%, auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 360px;
  display: flex;
}

.text-small-center-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

@media screen and (min-width: 1440px) {
  .hero-bg-video, .div-bg-overlay {
    flex-flow: column;
  }

  .content-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading {
    color: #fff;
    letter-spacing: 5px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: 90px;
  }

  .hero-header {
    font-size: 40px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 32px;
  }

  .header-pic-basic {
    width: 700px;
  }

  .section-info, .section-info-2, .section-info-center {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
  }

  .privacy-header {
    margin-top: 10px;
  }
}

#w-node-_216bf694-faa1-605e-922d-21bdeaa73db4-905a1479, #w-node-_35bab9f9-76c0-8a7c-2a0b-55c69158703b-905a1479, #w-node-_860c2959-9617-1375-3d45-ed763e68060c-905a1479, #w-node-_9d00e8f8-dc65-9cf9-8f6f-3955dcb48d52-905a1479, #w-node-_53222339-2790-bce7-88b4-a697fb21900c-905a1479, #w-node-aa49431d-cfa1-6de6-846c-4e6c973bc2cb-905a1479, #w-node-_518c36da-58c0-2b9f-9636-6832ce24c6bb-905a1479, #w-node-_8a46cf5d-2c89-de81-4cfa-a4348569a830-905a1479, #w-node-b1f7b2ea-038f-d5b6-08cb-d3d901c18886-905a1479, #w-node-_2e0a1d3d-c6d0-4b80-12f4-a74128c7af58-905a1479, #w-node-f0b272c9-317b-9320-39fd-d93e359c7e67-905a1479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Newvalinksansvf';
  src: url('../fonts/NewvalinkSansVF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}