:root {
  --bg-soft: #f8fbff;
  --text-main: #0F172A;
  --text-muted: rgb(15 23 42 / 80%);
  --white-muted: #E5E7EB;
  --line-soft: #e8eef8;
  --blue-1: #4976C0;
  --blue-2: #1C3268;
  --blue-3: #38BDF8;
  --yellow: #FEB62B;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Medium.eot') format('embedded-opentype'),
    url('../font/NotoSansJP-Medium.woff2') format('woff2'),
    url('../font/NotoSansJP-Medium.woff') format('woff'),
    url('../font/NotoSansJP-Medium.ttf') format('truetype'),
    url('../font/NotoSansJP-Medium.svg#NotoSansJP-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 40px;
}

h2 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.1px;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-main);
  overflow-x: hidden;
}

.title-2 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.section-header {
  margin-bottom: 50px;
}

.py-custom {
  padding: 100px 0;
}

.pt-custom {
  padding-top: 100px;
}

.pb-custom {
  padding-bottom: 100px;
}

.br-custom {
  border-radius: 100px;
}

.brt-custom {
  border-radius: 100px 100px 0 0;
}

.brb-custom {
  border-radius: 0 0 100px 100px;
}

.muted-txt {
  color: var(--text-muted);
}


.btn {
  padding: 12px 46px 14px 24px;
  border: none;
  background-image: url("../images/arrow-right-dark.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  transition: 0.3s all ease-in-out;
}

.btn:hover {
  background-position: calc(100% - 15px) center !important;
}

.btn-primary {
  background-image: url("../images/arrow-right-white.png") !important;
  background-color: var(--blue-1);
}

.btn-warning {
  background: var(--yellow);
}

.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.site-header .navbar {
  padding: 0;
  width: 100%;
}

.site-header.sticky {
  background: #ffffff;
}

.hero-description {
  font-size: 16px;
  max-width: 700px;
  margin-bottom: 40px;
}

.hero-section {
  background-size: cover;
  background-position: bottom center;
  border-radius: 0 0 100px 100px;
  padding-top: 140px;
  height: 100vh;
}

.hero-graphic-wrap {
  display: flex;
}

.hero-graphic {
  min-width: 300px;
  margin-left: auto;
  margin-right: 0;
  width: auto;
  max-width: 70vw;
  height: auto;
  max-height: 50vh;
}

#canvas-wrapper-hero {
  width: min(70vw, 820px);
  aspect-ratio: 2 / 1;
}

#dotLottie-canvas-hero {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.hero-content {
  max-width: 883px;
}

.hero-title {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-title span {
  background: var(--blue-1);
  color: #fff;
  padding: 0px 15px 10px;
  font-size: 50px;
  border-radius: 8px;
}

.section-kicker {
  font-size: 14px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .navbar-nav {
  gap: 30px;
}

.site-header .nav-link {
  font-size: 14px;
  color: var(--text-main);
}

.site-header .nav-link.active {
  color: var(--blue-1);
}

.section-kicker:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--blue-1);
  display: inline-block;
  border-radius: 2px;
}

.media-box {
  max-width: 991px;
  margin: 0 auto;
  text-align: center;
}

.feature-card {
  border-radius: 30px;
  background: #EFF3F9;
  border: none;
}

.feature-card .card-body {
  padding: 30px;
}

.feature-card .card-title {
  font-size: 28px;
  margin-top: 25px;
}

.feature-card .card-text {
  font-size: 14px;
}

.icon-dot {
  text-align: center;
}

.footer-section {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-header {
  max-width: 788px;
}

.bg-animation {
  border-radius: 100px 100px 0 0;
}

.enrollment-sequence h5 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.custom-list-style {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.custom-list-style.enrollment-list {
  margin-bottom: 100px;
}

.enrollment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.fs-18 {
  font-size: 18px;
}

.enrollment-list li {
  width: 420px;
  font-size: 36px;
  letter-spacing: -1px;
}

.custom-list-style li {
  border-left: 2px solid rgb(15 23 42 / 20%);
  position: relative;
  padding: 5px 10px 10px 20px;
}

.custom-list-style li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--blue-1);
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  left: -4px;
  top: 0;
}

.dark-blue-bg {
  background: linear-gradient(90deg,
      #0b1a2b 0%,
      #0f2437 18%,
      rgba(15, 36, 55, 0.4) 35%,
      rgba(15, 36, 55, 0) 55%),
    linear-gradient(135deg,
      #0f2234 0%,
      #1a3551 40%,
      #203f63 70%,
      #25466f 100%);
  background-color: #0f2234;
  z-index: 9;
  position: relative;
}

.negative-margin {
  margin-top: -100px;
}

.extra-padding-bottom {
  padding-bottom: 200px;
}

.extra-padding-top {
  padding-top: 200px;
}

.structural-list {
  display: flex;
  gap: 25px;
}

.custom-list-style.structural-list {
  margin: 60px 0;
}

.icon-style {
  background: rgb(255 255 255 / 10%);
  border-radius: 16px;
  max-width: 64px;
}

.custom-list-style.structural-list li {
  border-color: rgb(255 255 255 / 20%);
  padding-top: 0;
  padding-bottom: 0;
}

.white-muted {
  color: var(--white-muted);
}

.structural-list h4 {
  font-size: 28px;
  margin: 30px 0 10px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-section h5 {
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-menu a {
  font-size: 14px;
  color: var(--text-main);
  text-decoration: none;
  display: inline-flex;
}

.footer-brand {
  max-width: 424px;
}

.footer-brand h4 {
  font-size: 28px;
}

.footer-brand h4 span {
  color: var(--blue-1);
}

.footer-brand p {
  font-size: 14px;
}

.footer-brand ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.footer-brand ul li img {
  width: 30px;
  background: #0F172A;
  border-radius: 8px;
}

.copyright-bloack {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.copyright-bloack ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}

.copyright-bloack ul a {
  text-decoration: none;
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.video-wrap-style {
  position: relative;
  max-width: 991px;
  margin: 0 auto;
  perspective: 1200px;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 97%;
  max-height: 98%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--blue-1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s ease;
}

.video-wrapper .play-button::before {
  content: '';
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}

.video-wrapper.playing .play-button {
  opacity: 0;
}

.tab-mockup {
  max-width: 990px;
  width: 100%;
  backface-visibility: hidden;
}

.tagline-text {
  font-size: 32px;
  text-align: center;
  max-width: 583px;
  margin: 0 auto;
  padding-top: 50px;
}

.tagline-text span {
  color: var(--blue-1);
}

.tagline-text.text-left span {
  color: var(--blue-3);
}

.slider-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.slider-container .slick-list {
  margin: 0 -20px;
}

.slider-container .slick-slide {
  padding: 0 20px;
}

.slider-container .slick-dots {
  width: 100%;
  background: rgb(0 0 0 / 10%);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.slider-container .slick-dots li {
  margin: 0;
  height: unset;
  display: block;
  width: 100% !important;
}

.slider-container .slick-dots li button {
  width: 0%;
  padding: 0 !important;
  font-size: 0 !important;
  height: 6px;
  transition: width 0.4s ease-in-out, background-color 0.25s ease-in-out;
}

.slider-container .slick-dots li.is-progress button {
  background: var(--blue-1);
  width: 100%;
}

.slider-container .slick-dots li.slick-active {
  border-radius: 0 6px 6px 0;
}

.slider-container .slick-dots li button::before {
  display: none;
}

.slider-container .slider-card img {
  border-radius: 30px;
  margin-bottom: 25px;
}

.slider-container .slider-card h4 {
  font-size: 26px;
  letter-spacing: -0.5px;
}

.slider-container .slider-card p {
  color: rgb(15 23 42 / 80%);
  margin: 0;
}

.slider-container .slick-arrow {
  position: absolute;
  top: calc(100% + 61px);
  right: 0;
  background: #E6EFFF;
  left: unset;
  border-radius: 100%;
  border: 1px solid rgb(73 118 192 / 20%);
  height: 36px;
  width: 36px;
  font-family: 'Noto Sans JP';
  font-size: 20px;
}

.slider-container .slick-arrow.slick-prev {
  right: 47px;
}

.slider-container .slick-arrow:before {
  color: var(--blue-1);
  font-family: 'Noto Sans JP' !important;
  font-size: 20px !important;
  width: 100%;
  display: block;
}

.static-dot {
  background: #1C23420F;
  list-style: none;
  margin: 0;
  display: inline-flex;
  padding: 8px 12px;
  gap: 6px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.static-dot li {
  width: 8px;
  height: 8px;
  border: 1px solid #9EA3B8;
  border-radius: 100%;
}

.static-dot .active {
  border-color: var(--blue-1);
  background: var(--blue-1);
}

.tagline-text.text-left {
  max-width: unset;
  text-align: left;
}

.new-list-style {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-open .navbar {
  height: 100vh;
  background: #fff;
  align-items: start;
}

.nav-open {
  overflow: hidden;
}

.site-header .navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.slider-text {
  max-width: 490px;
}

.tagline-style {
  max-width: 735px;
  margin: 0 auto 50px;
  font-size: 20px;
  text-align: center;
}

.tagline-style span {
  color: var(--blue-3);
}

.img-style {
  border-radius: 30px;
}

.centered-section {
  margin: 0 auto;
  text-align: center;
}

.centered-section p {
  margin-top: 20px;
  margin-bottom: 50px;
}

.centered-section h2 span {
  background: var(--blue-1);
  color: #fff;
  padding: 0px 15px;
  font-size: 48px;
  border-radius: 8px;
}

.about-us {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.about-us h4 {
  font-size: 36px;
  color: var(--blue-1);
}

.rating-column {
  display: flex;
  gap: 7px;
  padding: 15px 0;
}

.about-us li {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 2px solid #E5E7EB;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
}

.about-us li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.mint-gradient {
  background-size: cover;
  background-position: center bottom;
}

.trusted-by-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.trusted-by-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 10px;
}

.trusted-by-list li {
  max-width: 205px;
}

.trusted-by-list li img {
  max-width: 100%;
}

.powered-by {
  margin: 40px 0px;
}

.powered-by p {
  margin-bottom: 10px;
}

.logo-tilt {
  position: relative;
  perspective: 1000px;
}

.logo-tilt::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 60%;
  height: 24px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 45%, transparent 75%);
  filter: blur(6px);
  transform: translateX(-50%) scale(.9);
  opacity: .45;
}

.logo-tilt img {
  width: 228px;
  display: block;
  transform-style: preserve-3d;
  transform: rotate(0deg);
  margin: 0 auto;
}

.logo-tilt.is-active::after {
  animation: shadowMove1 7s ease-in-out 1;
}

.logo-tilt.is-active img {
  animation: rotateTilt1 4.5s ease-in-out 1;
}

@keyframes rotateTilt1 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-12deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(12deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes shadowMove1 {
  0% {
    transform: translateX(-50%) scale(.9);
    opacity: .45;
  }

  20% {
    transform: translateX(-50%) scale(1.1);
    opacity: .7;
  }

  40% {
    transform: translateX(-50%) scale(1.1);
    opacity: .7;
  }

  70% {
    transform: translateX(-50%) scale(.95);
    opacity: .5;
  }

  100% {
    transform: translateX(-50%) scale(.9);
    opacity: .45;
  }
}

.logo-tilt:hover img {
  animation-play-state: paused;
  transform: rotate(-10deg) scale(1.05);
  transition: .4s ease;
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 48px;
    line-height: 1.25;
  }

  h2 {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .feature-card .card-title {
    font-size: 26px;
  }

  .enrollment-list li {
    font-size: 32px;
    letter-spacing: -0.7px;
  }

  .structural-list h4 {
    font-size: 26px;
  }

  .slider-container .slider-card h4 {
    font-size: 24px;
  }

  .tagline-text {
    font-size: 30px;
  }

  .footer-brand h4 {
    font-size: 26px;
  }

  .feature-card .card-body {
    padding: 15px;
  }

  .feature-card {
    border-radius: 15px;
  }

  .slider-container .slider-card img {
    border-radius: 15px;
  }

  .hero-title span {
    font-size: 44px;
    padding: 0 12px 8px;
  }

  .centered-section h2 span {
    font-size: 42px;
    padding: 0 12px;
  }

}

@media (max-width: 991px) {
  .hero-title {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }

  h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  .feature-card .card-title {
    font-size: 22px;
  }

  .enrollment-list li {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }

  .structural-list h4 {
    font-size: 22px;
  }

  .slider-container .slider-card h4 {
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -0.2px;
  }

  .tagline-text {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.1px;
  }

  .footer-brand h4 {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .new-list-style,
  .structural-list {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .new-list-style li {
    width: calc(50% - 20px);
  }

  .structural-list li {
    width: calc(50% - 13px);
  }

  .site-header .navbar {
    background-image: linear-gradient(to bottom, #ffffff, rgb(252 252 252 / 76%));
  }

  .hero-title span {
    font-size: 36px;
    padding: 0 10px 6px;
    border-radius: 6px;
  }

  .navbar-brand img {
    max-width: 100px;
  }

  .site-header .navbar-nav {
    gap: 5px;
    padding: 15px 0;
  }

  .btn {
    padding: 11px 40px 12px 20px;
    background-size: 18px !important;
    background-position: calc(100% - 16px) center !important;
    font-size: 15px !important;
  }

  .hero-section {
    padding-top: 70px;
    border-radius: 0 0 50px 50px;
  }

  .bg-animation {
    border-radius: 50px 50px 0 0;
  }

  .negative-margin {
    margin-top: -50px;
  }

  .br-custom {
    border-radius: 50px;
  }

  .extra-padding-bottom {
    padding-bottom: 150px;
  }

  .extra-padding-top {
    padding-top: 150px;
  }

  .centered-section h2 span {
    font-size: 34px;
    padding: 0 10px;
    border-radius: 6px;
  }

  .video-wrapper {
    border-radius: 25px;
  }

}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .feature-card .card-title {
    font-size: 20px;
  }

  .enrollment-list li {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .structural-list h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .slider-container .slider-card h4 {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .tagline-text {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .footer-brand h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .new-list-style li,
  .structural-list li {
    width: 100%;
  }

  .hero-title span {
    font-size: 28px;
    padding: 0 8px 5px;
    border-radius: 6px;
  }

  .btn {
    padding: 10px 34px 11px 18px;
    background-size: 16px !important;
    background-position: calc(100% - 14px) center !important;
    font-size: 14px !important;
  }

  .centered-section h2 span {
    font-size: 26px;
    padding: 0 8px;
  }

  .video-wrapper {
    border-radius: 18px;
  }

  .about-us h4 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .feature-card .card-title {
    font-size: 18px;
  }

  .enrollment-list li {
    font-size: 19px;
  }

  .structural-list h4 {
    font-size: 18px;
  }

  .slider-container .slider-card h4 {
    font-size: 18px;
  }

  .tagline-text {
    font-size: 19px;
  }

  .footer-brand h4 {
    font-size: 18px;
  }

  .copyright-bloack {
    gap: 25px;
    flex-direction: column-reverse;
  }

  .footer-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .hero-title span {
    font-size: 24px;
    padding: 0 6px 4px;
  }

  .navbar-brand img {
    max-width: 80px;
  }

  .btn {
    padding: 9px 30px 10px 16px;
    background-size: 14px !important;
    background-position: calc(100% - 12px) center !important;
    font-size: 13px !important;
  }

  .hero-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .centered-section h2 span {
    font-size: 22px;
    padding: 0 6px;
  }

  .trusted-by-list li {
    max-width: calc(50% - 5px);
  }

  .trusted-by-list {
    gap: 15px 10px;
  }

  .video-wrapper .play-button {
    width: 50px;
    height: 50px;
  }

  .slider-container .slick-list {
    margin: 0 -7px;
  }

  .slider-container .slick-slide {
    padding: 0 7px;
  }

  .video-wrapper .play-button::before {
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .br-custom {
    border-radius: 25px;
  }

  .bg-animation {
    border-radius: 25px 25px 0 0;
  }

  .py-custom {
    padding: 50px 0;
  }

  .pt-custom {
    padding-top: 50px;
  }

  .pb-custom {
    padding-bottom: 50px;
  }

  .extra-padding-top {
    padding-top: 75px;
  }

  .negative-margin {
    margin-top: -25px;
  }

  .extra-padding-bottom {
    padding-bottom: 75px;
  }

  .section-header {
    margin-bottom: 25px;
  }

  .hero-graphic {
    max-width: 100vw;
    width: 100vw !important;
  }

  .video-wrapper {
    border-radius: 10px;
  }

  .custom-list-style.structural-list {
    margin: 40px 0;
  }

  .hero-section {
    padding-top: 90px;
    padding-bottom: 40px;
    height: auto;
    border-radius: 0 0 25px 25px;
  }

  .custom-list-style.enrollment-list {
    margin-bottom: 50px;
  }

  .tagline-style {
    margin: 0 auto 30px;
    font-size: 16px;
  }

  .about-us li {
    padding-right: 25px;
    margin-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .about-us h4 {
    font-size: 24px;
  }

  .about-us li:nth-last-child(2) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }

  .about-us li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    width: 100%;
  }
}