@charset "UTF-8";
.bold {
  font-weight: 700;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* iOS Safariのタップ時ハイライト（一瞬グレーに光る挙動）を無効化 */
a,
button {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.page-lp {
  background-color: #0F2A44;
  color: #fff;
}

.lp-inner {
  width: 100%;
  max-width: 1240px;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 37.5rem;
  }
}

.lp-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .lp-section-title {
    gap: 0.25rem;
  }
}

.lp-section-title__en {
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #00D6FF;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .lp-section-title__en {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}

.lp-section-title__ja {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-section-title__ja {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-section-title__ja--lg {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-section-title__ja--sm {
    font-size: 1.875rem;
  }
}

.lp-section-title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.lp-dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .lp-dots {
    display: none;
  }
}

.lp-header {
  z-index: 1000;
}

.page-lp main {
  position: relative;
  z-index: 1;
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  height: 5rem;
  background-color: rgba(10, 31, 53, .8);
  color: #fff;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-header {
    height: 3.25rem;
  }
}
.lp-header.is-scrolled {
  background-color: #0A1F35;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .35);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .35);
}

.lp-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  padding: 0 40px 0 30px;
  padding: 0 2.5rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .lp-header__inner {
    gap: 2.1875rem;
    position: relative;
    padding: 0 0.75rem;
  }
}

.lp-header__brand {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 6px;
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp-header__brand {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .lp-header__brand:hover .lp-header__logo img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,247,21,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,247,21,0.35)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0.375rem rgba(255, 247, 21, .7)) drop-shadow(0 0 1rem rgba(255, 247, 21, .35));
            filter: drop-shadow(0 0 0.375rem rgba(255, 247, 21, .7)) drop-shadow(0 0 1rem rgba(255, 247, 21, .35));
  }
  .lp-header__brand:hover .lp-header__brand-sub {
    color: #FFF715;
  }
}

.lp-header__logo {
  display: block;
}
.lp-header__logo img {
  display: block;
  width: 18.4027777778vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-header__logo img {
    width: 13.25rem;
  }
}

.lp-header__brand-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-16%, -0.625rem);
          transform: translate(-16%, -0.625rem);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-header__brand-sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 0.8125rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.lp-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
  margin-left: 4.0625rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 1394px) {
  .lp-header__nav {
    display: none;
  }
}

.lp-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.lp-header__nav-item {
  position: relative;
}

.lp-header__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-inline: 15px;
  padding-inline: 0.9375rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (any-hover: hover) {
  .lp-header__nav-link:hover .lp-header__nav-en {
    color: #00D6FF;
  }
}

.lp-header__nav-ja {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}

.lp-header__nav-en {
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #74B2BE;
  margin-top: 2px;
  margin-top: 0.125rem;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.lp-header__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media (max-width: 1319px) {
  .lp-header__cta {
    display: none;
  }
}

.lp-header__cta-link {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  gap: 0.125rem;
  min-width: 165px;
  min-width: 10.3125rem;
  height: 50px;
  height: 3.125rem;
  padding: 0 14px;
  padding: 0 0.875rem;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.lp-header__cta-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .55) 50%, transparent 100%);
  -webkit-transform: translateX(-220%) skewX(-20deg);
          transform: translateX(-220%) skewX(-20deg);
  pointer-events: none;
}
@media (any-hover: hover) {
  .lp-header__cta-link:hover {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .lp-header__cta-link:hover::before {
    -webkit-animation: lp-btn-shine 0.6s ease;
            animation: lp-btn-shine 0.6s ease;
  }
}

@-webkit-keyframes lp-btn-shine {
  from {
    -webkit-transform: translateX(-220%) skewX(-20deg);
            transform: translateX(-220%) skewX(-20deg);
  }
  to {
    -webkit-transform: translateX(260%) skewX(-20deg);
            transform: translateX(260%) skewX(-20deg);
  }
}

@keyframes lp-btn-shine {
  from {
    -webkit-transform: translateX(-220%) skewX(-20deg);
            transform: translateX(-220%) skewX(-20deg);
  }
  to {
    -webkit-transform: translateX(260%) skewX(-20deg);
            transform: translateX(260%) skewX(-20deg);
  }
}
.lp-header__cta-ja {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lp-header__cta-en {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Orbitron", sans-serif;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.lp-header__cta-link--yellow {
  background-color: #FFF715;
  border-color: #FFF715;
  color: #000;
}
.lp-header__cta-link--yellow .lp-header__cta-en {
  color: #000;
}
@media (any-hover: hover) {
  .lp-header__cta-link--yellow:hover {
    background-color: #0A1F35;
    border-color: #FFF715;
    color: #FFF715;
    -webkit-box-shadow: 0 0 0.75rem rgba(255, 247, 21, .22);
            box-shadow: 0 0 0.75rem rgba(255, 247, 21, .22);
  }
  .lp-header__cta-link--yellow:hover .lp-header__cta-en {
    color: #FFF715;
  }
}

.lp-header__cta-link--blue {
  background-color: #1849D9;
  border-color: #1849D9;
  color: #fff;
}
.lp-header__cta-link--blue::before {
  background: linear-gradient(100deg, transparent 0%, rgba(24, 73, 217, .6) 50%, transparent 100%);
}
.lp-header__cta-link--blue .lp-header__cta-en {
  color: #fff;
}
@media (any-hover: hover) {
  .lp-header__cta-link--blue:hover {
    background-color: #fff;
    border-color: #1849D9;
    color: #1849D9;
    -webkit-box-shadow: 0 0 1.125rem rgba(24, 73, 217, .4);
            box-shadow: 0 0 1.125rem rgba(24, 73, 217, .4);
  }
  .lp-header__cta-link--blue:hover .lp-header__cta-en {
    color: #1849D9;
  }
}

.lp-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1002;
}
@media (max-width: 1319px) {
  .lp-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lp-header__hamburger-line {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.lp-header__hamburger.active .lp-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}

.lp-header__hamburger.active .lp-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.lp-header__hamburger.active .lp-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.lp-header__drawer {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

.lp-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background-color: #0A1F35;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}

.lp-drawer__inner {
  min-height: 100%;
  padding: 0 12px 40px;
  padding: 0 0.75rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-drawer__brand {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  height: 52px;
  height: 3.25rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .lp-drawer__brand:hover {
    opacity: 0.8;
  }
}

.lp-drawer__brand-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 212px;
  width: 13.25rem;
}
.lp-drawer__brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-drawer__brand-sub {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.lp-drawer__corporate {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .lp-drawer__corporate:hover {
    opacity: 0.7;
  }
}

.lp-drawer__corporate-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.lp-drawer__list {
  list-style: none;
  margin: 16px 0 0;
  margin: 1rem 0 0;
  padding: 0;
}

.lp-drawer__item {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, .15);
}

.lp-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
  padding: 16px 4px;
  padding: 1rem 0.25rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .lp-drawer__link:hover {
    opacity: 0.7;
  }
}

.lp-drawer__link-ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.lp-drawer__link-en {
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #74B2BE;
}

.lp-drawer__btns {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}

.lp-drawer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .lp-drawer__btn:hover {
    opacity: 0.85;
  }
}

.lp-drawer__btn--yellow {
  background-color: #FFF715;
  color: #000;
}

.lp-drawer__btn--blue {
  background-color: #1849D9;
  color: #fff;
}

.lp-mv {
  position: relative;
  width: 100%;
  min-height: 873px;
  min-height: 54.5625rem;
  padding-top: 80px;
  padding-top: 5rem;
  background-color: #0F2A44;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-mv {
    min-height: 35rem;
    padding-top: 3.25rem;
  }
}

.lp-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-mv__bg {
    top: 0.25rem;
    bottom: auto;
  }
}
.lp-mv__bg picture,
.lp-mv__bg img {
  display: block;
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
@media screen and (max-width: 767px) {
  .lp-mv__bg picture,
  .lp-mv__bg img {
    height: auto;
    aspect-ratio: 750/715;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }
}
.lp-mv__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 42, 68, 0)), color-stop(35%, rgba(15, 42, 68, 0)), color-stop(70%, rgb(15, 42, 68)), to(rgb(15, 42, 68)));
  background: linear-gradient(to bottom, rgba(15, 42, 68, 0) 0%, rgba(15, 42, 68, 0) 35%, rgb(15, 42, 68) 70%, rgb(15, 42, 68) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-mv__bg::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 42, 68, 0)), color-stop(55%, rgba(15, 42, 68, 0)), color-stop(90%, #0f2a44), to(#0f2a44));
    background: linear-gradient(to bottom, rgba(15, 42, 68, 0) 0%, rgba(15, 42, 68, 0) 55%, #0f2a44 90%, #0f2a44 100%);
  }
}

.lp-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  max-width: 77.5rem;
  min-height: inherit;
  margin: 0 auto;
  padding: 336px 40px 0px;
  padding: 21rem 2.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-mv__inner {
    padding: 11rem 0.875rem 3.75rem;
  }
}

.lp-mv__content {
  position: relative;
  width: 100%;
  padding: 51px 36px 30px;
  padding: 3.1875rem 2.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-mv__content {
    padding: 1.875rem 1rem 2.1875rem;
  }
}

.lp-mv__bracket {
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-color: #FFF715;
  border-style: solid;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp-mv__bracket {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.lp-mv__bracket--tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-width: 0.1875rem 0 0 0.1875rem;
}
@media screen and (max-width: 767px) {
  .lp-mv__bracket--tl {
    border-width: 0.09375rem 0 0 0.09375rem;
  }
}

.lp-mv__bracket--tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  border-width: 0.1875rem 0.1875rem 0 0;
}
@media screen and (max-width: 767px) {
  .lp-mv__bracket--tr {
    border-width: 0.09375rem 0.09375rem 0 0;
  }
}

.lp-mv__bracket--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  border-width: 0 0 0.1875rem 0.1875rem;
}
@media screen and (max-width: 767px) {
  .lp-mv__bracket--bl {
    border-width: 0 0 0.09375rem 0.09375rem;
  }
}

.lp-mv__bracket--br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-width: 0 0.1875rem 0.1875rem 0;
}
@media screen and (max-width: 767px) {
  .lp-mv__bracket--br {
    border-width: 0 0.09375rem 0.09375rem 0;
  }
}

.lp-mv__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .7);
}
@media screen and (max-width: 767px) {
  .lp-mv__lead {
    font-size: 1.25rem;
  }
}

.lp-mv__title {
  margin-top: 11px;
  margin-top: 0.6875rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: min(62px, 5vw);
  font-size: min(3.875rem, 5vw);
  white-space: nowrap;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .8);
}
@media screen and (max-width: 767px) {
  .lp-mv__title {
    margin-top: 0;
    font-size: 2rem;
    white-space: normal;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.lp-mv__title-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-mv__title-br {
    display: inline;
  }
}

.lp-mv__desc {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .lp-mv__desc {
    margin-top: 0.5rem;
  }
}

.lp-mv__desc-line {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
  text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, .7);
}
@media screen and (max-width: 767px) {
  .lp-mv__desc-line {
    font-size: 0.9375rem;
  }
}

.lp-mv__btn-wrap {
  margin-top: 39px;
  margin-top: 2.4375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-mv__btn-wrap {
    margin-top: 1rem;
  }
}

.lp-mv__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
  height: 60px;
  height: 3.75rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  background-color: #FFF715;
  border-radius: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .lp-mv__btn {
    height: 2.8125rem;
    max-width: 19.6875rem;
    font-size: 0.9375rem;
    padding: 0 1.5rem;
    border-radius: 0.46875rem;
  }
}
.lp-mv__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .7) 50%, transparent 100%);
  -webkit-transform: translateX(-220%) skewX(-20deg);
          transform: translateX(-220%) skewX(-20deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (any-hover: hover) {
  .lp-mv__btn:hover {
    -webkit-transform: translateY(-0.1875rem);
            transform: translateY(-0.1875rem);
    -webkit-box-shadow: 0 0.5rem 1.375rem rgba(255, 247, 21, .5), 0 0 2.125rem rgba(255, 247, 21, .35);
            box-shadow: 0 0.5rem 1.375rem rgba(255, 247, 21, .5), 0 0 2.125rem rgba(255, 247, 21, .35);
  }
  .lp-mv__btn:hover::before {
    -webkit-transform: translateX(320%) skewX(-20deg);
            transform: translateX(320%) skewX(-20deg);
  }
  .lp-mv__btn:hover .lp-mv__btn-arrow {
    -webkit-transform: translateY(calc(-50% - 0.06em)) translateX(0.375rem);
            transform: translateY(calc(-50% - 0.06em)) translateX(0.375rem);
  }
}

.lp-mv__btn-arrow {
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 0.06em));
          transform: translateY(calc(-50% - 0.06em));
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .lp-mv__btn-arrow {
    right: 1rem;
    font-size: 1rem;
  }
}

.lp-mv.js-mv-intro .lp-mv__bg,
.lp-mv.js-mv-intro .lp-mv__lead,
.lp-mv.js-mv-intro .lp-mv__title,
.lp-mv.js-mv-intro .lp-mv__desc,
.lp-mv.js-mv-intro .lp-mv__btn-wrap,
.lp-mv.js-mv-intro .lp-mv__bracket {
  opacity: 0;
}

.lp-about {
  padding-top: 60px;
  padding-top: 3.75rem;
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-about {
    padding-top: 1.1875rem;
  }
}

.lp-about__lead {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-about__lead {
    margin-top: 1.6875rem;
    font-size: 1rem;
  }
}

.lp-about__items {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lp-about__items {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-about__item {
  padding: 33px 16px 36px 33px;
  padding: 2.0625rem 1rem 2.25rem 2.0625rem;
  background-color: rgba(26, 58, 90, .8);
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-about__item {
    padding: 1.25rem 1.25rem 1.3125rem;
  }
}

.lp-about__item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  background-color: rgba(0, 211, 243, .1);
  border: 1px solid #00D3F3;
  border-radius: 0.625rem;
}
.lp-about__item-icon picture,
.lp-about__item-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-about__item-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-about__item-title {
    margin-top: 0.75rem;
  }
}

.lp-about__item-text {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.5;
  color: #4AE2D1;
}
@media screen and (max-width: 767px) {
  .lp-about__item-text {
    margin-top: 0.5rem;
  }
}

.lp-about__closing {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  max-width: 874px;
  max-width: 54.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-about__closing {
    margin-top: 3.75rem;
  }
}

.lp-about__closing-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 300;
  color: #FFF81F;
}
@media screen and (max-width: 767px) {
  .lp-about__closing-title {
    letter-spacing: 0.1em;
    line-height: 1.45;
  }
}

.lp-about__closing-title-comma {
  margin-right: -0.5em;
}

.lp-about__closing-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-about__closing-text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-about__closing-text-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-about__closing-text-block + .lp-about__closing-text-block {
    margin-top: 1rem;
    line-height: 1.4em;
  }
}

.lp-training {
  position: relative;
  padding-top: 174px;
  padding-top: 10.875rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-training {
    padding-top: 7.375rem;
    padding-bottom: 3.75rem;
  }
}

.lp-training__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lp-training__deco picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-training__deco picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21.65625rem;
  }
}
.lp-training__deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-training__deco img {
    width: auto;
    height: 100%;
  }
}

.lp-training__deco--left {
  left: 0;
  width: 22.9166666667vw;
  top: -60px;
  top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .lp-training__deco--left {
    width: 14.0625rem;
    left: -4.25rem;
    top: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-training__deco--left picture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.lp-training__deco--right {
  right: 20px;
  right: 1.25rem;
  width: 22.9166666667vw;
  top: -42px;
  top: -2.625rem;
}
@media screen and (max-width: 767px) {
  .lp-training__deco--right {
    width: 14.0625rem;
    right: -4.25rem;
    top: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-training__deco--right picture {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lp-training > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-training__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-training__lead {
    margin-top: 1.6875rem;
  }
}

.lp-training__items {
  margin-top: 70px;
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 14px;
  row-gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .lp-training__items {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-training__item {
  position: relative;
  padding: 32px 33px;
  padding: 2rem 2.0625rem;
  background-color: rgba(10, 31, 53, .8);
  border-radius: 0.875rem;
  border: 1px solid rgba(0, 211, 243, .3);
}
@media screen and (max-width: 767px) {
  .lp-training__item {
    padding: 1.75rem 1.25rem;
  }
}

.lp-training__bracket {
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-color: #FFF715;
  border-style: solid;
  pointer-events: none;
}

.lp-training__bracket--tl {
  top: -2px;
  top: -0.125rem;
  left: -2px;
  left: -0.125rem;
  border-width: 2px 0 0 2px;
  border-width: 0.125rem 0 0 0.125rem;
}

.lp-training__bracket--tr {
  top: -2px;
  top: -0.125rem;
  right: -2px;
  right: -0.125rem;
  border-width: 2px 2px 0 0;
  border-width: 0.125rem 0.125rem 0 0;
}

.lp-training__bracket--bl {
  bottom: -2px;
  bottom: -0.125rem;
  left: -2px;
  left: -0.125rem;
  border-width: 0 0 2px 2px;
  border-width: 0 0 0.125rem 0.125rem;
}

.lp-training__bracket--br {
  bottom: -2px;
  bottom: -0.125rem;
  right: -2px;
  right: -0.125rem;
  border-width: 0 2px 2px 0;
  border-width: 0 0.125rem 0.125rem 0;
}

.lp-training__item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  width: 4.125rem;
  height: 66px;
  height: 4.125rem;
  background-color: rgba(0, 211, 243, .1);
  border: 1px solid #086482;
  border: 0.0625rem solid #086482;
  border-radius: 0.625rem;
}
.lp-training__item-icon picture,
.lp-training__item-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-training__item-title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-training__item-title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-training__item-title--sm {
    font-size: 1.3125rem;
  }
}

.lp-training__item-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.7;
  color: #74B2BE;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-training__item-text {
    margin-top: 0.3125rem;
    line-height: 1.45;
  }
}

.lp-training__closing {
  margin-top: 62px;
  margin-top: 3.875rem;
  text-align: center;
  max-width: 898px;
  max-width: 56.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-training__closing {
    margin-top: 3.25rem;
  }
}

.lp-training__closing-title {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4;
  color: #FFF81F;
}
@media screen and (max-width: 767px) {
  .lp-training__closing-title {
    font-size: 1.875rem;
  }
}

.lp-training__closing-title-comma {
  margin-right: -0.5em;
}

.lp-training__closing-text {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-training__closing-text {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-training__closing-text-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-training__closing-text-block + .lp-training__closing-text-block {
    margin-top: 1rem;
  }
}

.lp-achievements {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 114px;
  padding-bottom: 7.125rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-achievements {
    padding-top: 3.5rem;
    padding-bottom: 5.625rem;
  }
}

.lp-achievements__deco {
  position: absolute;
  left: 0;
  top: -212px;
  top: -13.25rem;
  z-index: 0;
  width: 38.0555555556vw;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .lp-achievements__deco {
    width: 21.625rem;
    top: -9.5rem;
    left: -7.5rem;
  }
}
.lp-achievements__deco picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-achievements__deco picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 21.625rem;
  }
}
.lp-achievements__deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-achievements__deco img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lp-achievements__title-prefix {
    font-size: 1.5rem;
  }
}

.lp-achievements > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-achievements__cards {
  margin-top: 62px;
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .lp-achievements__cards {
    margin-top: 2.375rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.lp-achievements__card {
  padding: 34px 33px 38px;
  padding: 2.125rem 2.0625rem 2.375rem;
  background-color: rgba(26, 58, 90, .8);
  border: 2px solid #2A4A6A;
  border: 0.125rem solid #2A4A6A;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-achievements__card {
    padding: 2.5rem 1.5rem 2.125rem;
  }
}

.lp-achievements__card-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  background-color: rgba(244, 208, 63, .1);
  border: 1px solid #F4D03F;
  border: 0.0625rem solid #F4D03F;
  border-radius: 0.625rem;
}
.lp-achievements__card-icon picture,
.lp-achievements__card-icon img {
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-achievements__card-num {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp-achievements__card-num {
    margin-top: 1.125rem;
  }
}

.lp-achievements__card-unit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.lp-achievements__card-label {
  margin-top: 19px;
  margin-top: 1.1875rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .lp-achievements__card-label {
    margin-top: 0.6875rem;
  }
}

.lp-achievements__card-sub {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #A3B0BD;
}
@media screen and (max-width: 767px) {
  .lp-achievements__card-sub {
    margin-top: 0.6875rem;
  }
}

.lp-achievements__note {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .lp-achievements__note {
    margin-top: 2.125rem;
  }
}

.lp-achievements__note-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-achievements__note-title {
    text-align: center;
  }
}

.lp-achievements__note-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-achievements__note-text {
    margin-top: 0.5rem;
    text-align: center;
  }
}

.lp-cta {
  position: relative;
}

.lp-cta__card {
  text-align: center;
}

.lp-cta__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF81F;
  font-family: "Mochiy Pop One", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-cta__title {
    font-size: 1.78125rem;
  }
}

.lp-cta__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-cta__text {
    margin-top: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-cta__text-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-cta__text-block + .lp-cta__text-block {
    margin-top: 0.625rem;
  }
}

.lp-cta__button {
  position: relative;
  z-index: 1;
  color: #000;
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
  padding: 18px 20px 18px 52px;
  padding: 1.125rem 1.25rem 1.125rem 3.25rem;
  background-color: #FFF81F;
  border-radius: 0.625rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .lp-cta__button {
    margin-top: 1.875rem;
    width: 19.6875rem;
    padding: 0.875rem 1.5rem;
    line-height: 1;
  }
}
.lp-cta__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid #FFF81F;
  border: 0.125rem solid #FFF81F;
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .lp-cta__button:hover {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
    -webkit-box-shadow: 0 0.375rem 1.125rem rgba(255, 248, 31, .45), 0 0 1.75rem rgba(255, 248, 31, .3);
            box-shadow: 0 0.375rem 1.125rem rgba(255, 248, 31, .45), 0 0 1.75rem rgba(255, 248, 31, .3);
  }
  .lp-cta__button:hover::after {
    -webkit-animation: lp-cta-pulse 0.9s ease-out forwards;
            animation: lp-cta-pulse 0.9s ease-out forwards;
  }
  .lp-cta__button:hover .lp-cta__button-arrow {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .lp-cta__button:hover .lp-cta__button-arrow {
    -webkit-transform: translateY(calc(-50% - 0.06em)) translateX(0.3125rem);
            transform: translateY(calc(-50% - 0.06em)) translateX(0.3125rem);
  }
}

@-webkit-keyframes lp-cta-pulse {
  0% {
    opacity: 0.85;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}

@keyframes lp-cta-pulse {
  0% {
    opacity: 0.85;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
.lp-cta__button-arrow {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .lp-cta__button-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 0.06em));
            transform: translateY(calc(-50% - 0.06em));
  }
}

.lp-course {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-course {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lp-course__deco-char {
  position: absolute;
  bottom: -220px;
  bottom: -13.75rem;
  left: -30px;
  left: -1.875rem;
  z-index: 0;
  width: 34.0277777778vw;
  max-width: 520px;
  max-width: 32.5rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .lp-course__deco-char {
    width: 16.875rem;
    bottom: -15.125rem;
    left: -5.375rem;
  }
}
.lp-course__deco-char picture,
.lp-course__deco-char img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-course__deco-back {
  position: absolute;
  right: -62px;
  right: -3.875rem;
  top: 100px;
  top: 6.25rem;
  width: 98.8888888889vw;
  max-width: 1480px;
  max-width: 92.5rem;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .lp-course__deco-back {
    top: 40.625rem;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
}
.lp-course__deco-back picture,
.lp-course__deco-back img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-course__deco-back img {
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 100%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .lp-course__deco-back img {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.lp-course > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-course__lead {
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .lp-course__lead {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.lp-course__cards {
  margin-top: 68px;
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lp-course__cards {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-course__card {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1.15625rem;
     -moz-column-gap: 1.15625rem;
          column-gap: 1.15625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-areas: "icon title" "icon body";
  padding: 25px 28.5px;
  padding: 1.5625rem 1.78125rem;
  background-color: rgba(8, 25, 42, .8);
  border: 1px solid #74B2BE;
  border: 0.0625rem solid #74B2BE;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-course__card {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-areas: "icon title" "body body";
  }
}

.lp-course__card-body {
  grid-area: body;
  min-width: 0;
}

.lp-course__card-icon {
  grid-area: icon;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  width: 4.125rem;
  height: 66px;
  height: 4.125rem;
  background-color: rgba(0, 211, 243, .1);
  border: 1px solid rgba(0, 211, 243, .5);
  border: 0.0625rem solid rgba(0, 211, 243, .5);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .lp-course__card-icon {
    width: 3.0625rem;
    height: 3.0625rem;
    border-radius: 0.46875rem;
  }
}
.lp-course__card-icon picture,
.lp-course__card-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp-course__card-icon picture,
  .lp-course__card-icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.lp-course__card-title {
  grid-area: title;
  min-width: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-course__card-title {
    font-size: 1.125rem;
  }
}

.lp-course__card-sub {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-course__card-sub {
    margin-top: 0.75rem;
  }
}

.lp-course__card-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.5;
  color: #74B2BE;
}
@media screen and (max-width: 767px) {
  .lp-course__card-text {
    margin-top: 0.5rem;
  }
}

.lp-course__cta {
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .lp-course__cta {
    margin-top: 3.75rem;
  }
}

.lp-categories {
  position: relative;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-categories {
    padding-top: 7.5rem;
    padding-bottom: 4.625rem;
  }
}

.lp-categories > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-categories__lead {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .lp-categories__lead {
    margin-top: 0.8125rem;
  }
}

.lp-categories__cards {
  margin-top: 62px;
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .lp-categories__cards {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-categories__card {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-areas: "icon title" "icon body";
  padding: 20px 22px;
  padding: 1.25rem 1.375rem;
  background-color: rgba(26, 58, 90, .8);
  border: 1px solid #2A4A6A;
  border: 0.0625rem solid #2A4A6A;
  border-radius: 1.25rem;
  min-height: 136px;
  min-height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .lp-categories__card {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    padding: 1.1875rem 1.25rem 1.0625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 8.125rem;
    border-radius: 0.625rem;
    grid-template-areas: "icon title" "body body";
  }
}

.lp-categories__card-body {
  grid-area: body;
  min-width: 0;
}

.lp-categories__card-icon {
  grid-area: icon;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: rgba(0, 211, 243, .1);
  border: 1px solid rgba(0, 211, 243, .5);
  border: 0.0625rem solid rgba(0, 211, 243, .5);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .lp-categories__card-icon {
    width: 3rem;
    height: 3rem;
  }
}
.lp-categories__card-icon picture,
.lp-categories__card-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp-categories__card-icon picture,
  .lp-categories__card-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.lp-categories__card-title {
  grid-area: title;
  min-width: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-categories__card-title {
    font-size: 1.125rem;
  }
}

.lp-categories__card-text {
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .lp-categories__card-text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.lp-categories__closing {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.lp-categories__closing-title {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFF81F;
}
.lp-categories__closing-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #D1D8DE;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-categories__closing-text {
    margin-top: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .lp-categories__closing-text-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-categories__closing-text-block + .lp-categories__closing-text-block {
    margin-top: 0.5rem;
  }
}

.lp-entry {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48.6111111111vw;
}
@media screen and (max-width: 767px) {
  .lp-entry {
    display: block;
    min-height: 0;
    overflow: visible;
    overflow-x: clip;
  }
}

.lp-entry__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-entry__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F2A44), color-stop(22%, rgba(15, 42, 68, 0)), color-stop(78%, rgba(15, 42, 68, 0)), to(#0F2A44)), rgba(15, 42, 68, .3);
  background: linear-gradient(to bottom, #0F2A44 0%, rgba(15, 42, 68, 0) 22%, rgba(15, 42, 68, 0) 78%, #0F2A44 100%), rgba(15, 42, 68, .3);
}
@media screen and (max-width: 767px) {
  .lp-entry__bg {
    top: -5.375rem;
    bottom: 0;
  }
  .lp-entry__bg::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#0F2A44), color-stop(25%, rgba(15, 42, 68, 0)));
    background: linear-gradient(to bottom, #0F2A44 0%, rgba(15, 42, 68, 0) 25%);
  }
}
.lp-entry__bg picture,
.lp-entry__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .lp-entry__bg picture,
  .lp-entry__bg img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.lp-entry > .lp-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lp-entry > .lp-inner {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}

.lp-entry__card {
  max-width: 1200px;
  max-width: 75rem;
  margin-inline: auto;
  padding: 70px 48px 80px;
  padding: 4.375rem 3rem 5rem;
  background-color: rgba(10, 31, 53, .8);
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-entry__card {
    padding: 2.5rem 0.625rem;
    max-width: 37.5rem;
  }
}

.lp-entry__title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-entry__title {
    font-size: 2rem;
  }
}

.lp-entry__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-entry__text {
    margin-top: 0.6875rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-entry__text-block {
    display: block;
    margin-top: 0.3125rem;
  }
}

.lp-entry__button {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
  min-width: 300px;
  min-width: 18.75rem;
  padding: 18px 48px;
  padding: 1.125rem 3rem;
  background-color: #FFF81F;
  background-image: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, .6) 50%, transparent 62%);
  background-size: 220% 100%;
  background-position: 160% 0;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  color: #000;
  font-weight: 700;
  -webkit-transition: background-position 0.7s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-position 0.7s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.7s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.7s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (any-hover: hover) {
  .lp-entry__button:hover {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
    -webkit-box-shadow: 0 0.5rem 1.375rem rgba(255, 248, 31, .5), 0 0 2.125rem rgba(255, 248, 31, .32);
            box-shadow: 0 0.5rem 1.375rem rgba(255, 248, 31, .5), 0 0 2.125rem rgba(255, 248, 31, .32);
    background-position: -60% 0;
  }
  .lp-entry__button:hover .lp-entry__button-arrow {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
@media screen and (max-width: 767px) {
  .lp-entry__button {
    margin-top: 1rem;
    width: 100%;
    max-width: 19.6875rem;
    font-size: 1rem;
    padding: 0.90625rem 1.5rem;
    height: 2.8125rem;
  }
}

.lp-entry__button-arrow {
  position: absolute;
  right: 24px;
  right: 1.5rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.lp-entry__note {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-entry__note {
    font-size: 0.8125rem;
    margin-top: 1.375rem;
  }
}

.lp-entry--alt .lp-entry__card {
  border: 1px solid #D7A82C;
  border: 0.0625rem solid #D7A82C;
  background-color: rgba(10, 31, 53, .85);
}
@media screen and (max-width: 767px) {
  .lp-entry--alt .lp-entry__card {
    border: none;
  }
}

.lp-voices {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .lp-voices {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.lp-voices__title-lead {
  display: block;
}
.lp-voices__cards {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .lp-voices__cards {
    margin-top: 2.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-voices__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #001A35;
  border: 1px solid #D9D9D9;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 1rem;
  overflow: hidden;
}

.lp-voices__card-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDFCF8;
}

.lp-voices__card-img {
  width: 172px;
  width: 10.75rem;
}
@media screen and (max-width: 767px) {
  .lp-voices__card-img {
    width: 7.3125rem;
  }
}
.lp-voices__card-img img {
  aspect-ratio: 172/259;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  .lp-voices__card-img img {
    aspect-ratio: 117/175;
  }
}

.lp-voices__card-profile {
  position: absolute;
  bottom: 23px;
  bottom: 1.4375rem;
  left: 18px;
  left: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
@media screen and (max-width: 767px) {
  .lp-voices__card-profile {
    bottom: 0.375rem;
    left: 0.5625rem;
  }
}

.lp-voices__card-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.lp-voices__card-role {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.lp-voices__card-body {
  padding: 9px 30px 29px;
  padding: 0.5625rem 1.875rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .lp-voices__card-body {
    padding: 0.1875rem 1.1875rem 1.25rem;
  }
}

.lp-voices__card-grade {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-top: 0.0625rem solid rgba(255, 255, 255, .12);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.lp-voices__card-stars {
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #FDC700;
  letter-spacing: 0.05em;
}

.lp-voices__card-text {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-voices__card-text {
    margin-top: 0.375rem;
  }
}

.lp-voices__closing {
  position: relative;
  margin-top: 53px;
  margin-top: 3.3125rem;
  padding: 38px 40px;
  padding: 2.375rem 2.5rem;
  text-align: center;
  max-width: 798px;
  max-width: 49.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-voices__closing {
    margin-top: 2.4375rem;
    padding: 2.0625rem 1.25rem;
  }
}

.lp-voices__bracket {
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-color: #FFF715;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .lp-voices__bracket {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.lp-voices__bracket--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  border-width: 0.125rem 0 0 0.125rem;
}

.lp-voices__bracket--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
  border-width: 0.125rem 0.125rem 0 0;
}

.lp-voices__bracket--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
  border-width: 0 0 0.125rem 0.125rem;
}

.lp-voices__bracket--br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-width: 0 0.125rem 0.125rem 0;
}

.lp-voices__closing-title {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  color: #FFF81F;
}
@media screen and (max-width: 767px) {
  .lp-voices__closing-title {
    font-size: 1.875rem;
  }
}

.lp-voices__closing-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-voices__closing-text {
    margin-top: 0.75rem;
    line-height: 1.45;
  }
}

.lp-environment {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .lp-environment {
    padding-top: 1.25rem;
    padding-bottom: 0rem;
  }
}

.lp-environment__features {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-environment__features {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}

.lp-environment__feature {
  padding: 20px 20px 17px;
  padding: 1.25rem 1.25rem 1.0625rem;
  background-color: #08192A;
  border: 1px solid #74B2BE;
  border: 0.0625rem solid #74B2BE;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-environment__feature {
    padding: 1.25rem 1.25rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.lp-environment__feature-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  background-color: rgba(0, 211, 243, .1);
  border: 1px solid rgba(0, 211, 243, .3);
  border: 0.0625rem solid rgba(0, 211, 243, .3);
  border-radius: 0.625rem;
}
.lp-environment__feature-icon picture,
.lp-environment__feature-icon img {
  display: block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-environment__feature-title {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.lp-environment__feature-desc {
  margin-top: 5px;
  margin-top: 0.3125rem;
  color: #4AE2D1;
}

.lp-environment__panel {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 36px 40px;
  padding: 2.25rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  background-color: #133B62;
  border: 1px solid #2A4A6A;
  border: 0.0625rem solid #2A4A6A;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-environment__panel {
    margin-top: 3.75rem;
    padding: 2.125rem 1rem;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    border-radius: 0.75rem;
  }
}

.lp-environment__group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-environment__group-title {
    font-size: 1.375rem;
    gap: 0.375rem;
  }
}

.lp-environment__group-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #FFF715;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp-environment__group-dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.lp-environment__group-list {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.lp-environment__item {
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  background-color: #0F2A44;
  border: 1px solid #2A4A6A;
  border: 0.0625rem solid #2A4A6A;
  border-radius: 0.75rem;
  min-height: 120px;
  min-height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .lp-environment__item {
    padding: 1.25rem 0.8125rem 1.375rem;
    border-radius: 0.625rem;
  }
}

.lp-environment__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.lp-environment__item-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .lp-environment__item-text {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}

.lp-sns {
  position: relative;
  padding-top: 310px;
  padding-top: 19.375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-sns {
    padding-top: 15rem;
    padding-bottom: 3.75rem;
  }
}

.lp-sns__bg {
  position: absolute;
  top: -112px;
  top: -7rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-sns__bg {
    top: -4rem;
  }
}
.lp-sns__bg picture,
.lp-sns__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.lp-sns > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-sns__block {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-sns__block {
    margin-top: 2rem;
  }
}

.lp-sns__subtitle {
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #74B2BE;
}

.lp-sns__instagram {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .lp-sns__instagram {
    display: block;
    grid-template-columns: none;
    gap: 0;
  }
}

.lp-sns__slide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 5px;
  gap: 0.1875rem 0.3125rem;
}

.lp-sns__dots.swiper-pagination {
  position: static;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
}
.lp-sns__dots.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin: 0;
  background-color: rgba(255, 255, 255, .4);
  opacity: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.lp-sns__dots.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.lp-sns__item {
  display: block;
  overflow: hidden;
  background-color: #08192A;
}
@media (any-hover: hover) {
  .lp-sns__item:hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.08" /><feFuncG type="linear" slope="1.08" /><feFuncB type="linear" slope="1.08" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
  }
}
.lp-sns__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 226/283;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}

.lp-sns__youtube {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lp-sns__youtube {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.lp-sns__video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #08192A;
}
.lp-sns__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-sns__more {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lp-sns__more {
    margin-top: 0.3125rem;
  }
}

.lp-sns__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .lp-sns__more-link:hover {
    color: #FFF715;
    -webkit-animation: lp-sns-glint 0.6s ease;
            animation: lp-sns-glint 0.6s ease;
  }
}

@-webkit-keyframes lp-sns-glint {
  0% {
    text-shadow: 0 0 0 rgba(255, 247, 21, 0);
  }
  35% {
    text-shadow: 0 0 0.75rem rgba(255, 247, 21, .9), 0 0 1.375rem rgba(255, 255, 255, .5);
  }
  100% {
    text-shadow: 0 0 0.375rem rgba(255, 247, 21, .4);
  }
}

@keyframes lp-sns-glint {
  0% {
    text-shadow: 0 0 0 rgba(255, 247, 21, 0);
  }
  35% {
    text-shadow: 0 0 0.75rem rgba(255, 247, 21, .9), 0 0 1.375rem rgba(255, 255, 255, .5);
  }
  100% {
    text-shadow: 0 0 0.375rem rgba(255, 247, 21, .4);
  }
}
.lp-selection {
  position: relative;
  z-index: 2;
  padding-top: 73px;
  padding-top: 4.5625rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-selection {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.lp-selection__bg {
  position: absolute;
  z-index: 0;
  top: -145px;
  top: -9.0625rem;
  left: -10px;
  left: -0.625rem;
  width: 500px;
  width: 31.25rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-selection__bg {
    top: -9rem;
    left: -3.125rem;
    width: 17.5rem;
  }
}
.lp-selection__bg picture,
.lp-selection__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-selection > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-selection__lead {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-selection__lead {
    margin-top: 0.625rem;
  }
}

.lp-selection__steps {
  margin-top: 58px;
  margin-top: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .lp-selection__steps {
    margin-top: 1.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
  }
}

.lp-selection__step {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp-selection__step {
    margin-top: 1rem;
  }
}

.lp-selection__step-num {
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 63px;
  width: 3.9375rem;
  height: 63px;
  height: 3.9375rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #00B8DB 0%, #2B7FFF 100%);
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp-selection__step-num {
    width: 3.375rem;
    height: 3.375rem;
  }
}

.lp-selection__step-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 44px 22px 26px;
  padding: 2.75rem 1.375rem 1.625rem;
  background-color: rgba(8, 25, 42, .8);
  border: 1px solid #74B2BE;
  border: 0.0625rem solid #74B2BE;
  border-radius: 1rem;
  text-align: center;
  min-height: 332px;
  min-height: 20.75rem;
}
@media screen and (max-width: 767px) {
  .lp-selection__step-card {
    width: 91%;
    margin-inline: auto;
    padding: 2.5rem 1.25rem 1.875rem;
    border-radius: 0.75rem;
    min-height: 11.125rem;
  }
}

.lp-selection__step-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.lp-selection__step-text {
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.45;
  color: #74B2BE;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp-selection__step-text {
    margin-top: 0.75rem;
  }
}

.lp-selection__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: 14px;
  width: 0.875rem;
  height: 12px;
  height: 0.75rem;
}
@media screen and (max-width: 767px) {
  .lp-selection__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.lp-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #74B2BE;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 3px solid #74B2BE;
  border-top: 0.1875rem solid #74B2BE;
  border-right: 3px solid #74B2BE;
  border-right: 0.1875rem solid #74B2BE;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.lp-faq {
  position: relative;
  z-index: 1;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .lp-faq {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

.lp-faq__bg {
  position: absolute;
  z-index: 0;
  top: -230px;
  top: -14.375rem;
  right: 4px;
  right: 0.25rem;
  width: 548px;
  width: 34.25rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-faq__bg {
    top: -9rem;
    right: -6.6875rem;
    width: 20.875rem;
  }
}
.lp-faq__bg picture,
.lp-faq__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-faq > .lp-inner {
  position: relative;
  z-index: 1;
}

.lp-faq__lead {
  margin-top: 7px;
  margin-top: 0.4375rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-faq__lead {
    margin-top: 0.625rem;
  }
}

.lp-faq__list {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .lp-faq__list {
    margin-top: 1.75rem;
    gap: 0.875rem;
  }
}

.lp-faq__item {
  background-color: #08192A;
  border: 1px solid #74B2BE;
  border: 0.0625rem solid #74B2BE;
  border-radius: 1.25rem;
  overflow: hidden;
}

.lp-faq__q {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
  padding: 32px 40px 27px;
  padding: 2rem 2.5rem 1.6875rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp-faq__q {
    padding: 1.875rem 1rem 1.5rem;
    gap: 0.75rem;
  }
}

.lp-faq__q-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-faq__q-text {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.lp-faq__q-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}

.lp-faq__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.lp-faq__icon::before {
  content: "";
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.lp-faq__item.is-open .lp-faq__icon::before {
  top: 6px;
  top: 0.375rem;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

.lp-faq__a {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.lp-faq__a-inner {
  padding: 0 58px 26px 68px;
  padding: 0 3.625rem 1.625rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .lp-faq__a-inner {
    padding: 0 1.25rem 1.875rem;
  }
}

.lp-faq__a-text {
  line-height: 1.35;
  color: #74B2BE;
}

.lp-faq__footer {
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-faq__footer {
    margin-top: 2.5rem;
  }
}

.lp-faq__footer-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF81F;
  font-family: "Mochiy Pop One", sans-serif;
}

.lp-faq__footer-text {
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-faq__footer-text {
    margin-top: 0.625rem;
  }
}

.lp-footer {
  color: #fff;
  background-color: #203142;
  margin-top: 94px;
  margin-top: 5.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-footer {
    margin-top: 3rem;
  }
}

.lp-footer__inner {
  padding: 56px 40px 50px 30px;
  padding: 3.5rem 2.5rem 3.125rem 1.875rem;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-footer__inner {
    padding: 2.5rem 1.875rem;
  }
}

.lp-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.lp-footer__brand {
  width: 532px;
  width: 33.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lp-footer__brand {
    width: 100%;
  }
}

.lp-footer__logo {
  display: block;
  width: 265px;
  width: 16.5625rem;
}
@media (any-hover: hover) {
  .lp-footer__logo:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,247,21,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,247,21,0.35)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0.375rem rgba(255, 247, 21, .7)) drop-shadow(0 0 1rem rgba(255, 247, 21, .35));
            filter: drop-shadow(0 0 0.375rem rgba(255, 247, 21, .7)) drop-shadow(0 0 1rem rgba(255, 247, 21, .35));
  }
}
.lp-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.lp-footer__corporate {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .lp-footer__corporate:hover {
    color: #FFF715;
    text-shadow: 0 0 0.625rem rgba(255, 247, 21, .55);
  }
}
@media screen and (max-width: 767px) {
  .lp-footer__corporate {
    margin-top: 1.75rem;
  }
}

.lp-footer__corporate-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.lp-footer__company {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .lp-footer__company {
    margin-top: 1rem;
  }
}

.lp-footer__address,
.lp-footer__contact {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #fff;
}

.lp-footer__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  border-left: 1px dashed #2A4A6A;
  border-left: 0.0625rem dashed #2A4A6A;
}
@media screen and (max-width: 767px) {
  .lp-footer__nav {
    margin-top: 1.75rem;
    padding-left: 0;
    border-left: none;
  }
}

.lp-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lp-footer__nav-list {
    -webkit-column-gap: 3.6875rem;
       -moz-column-gap: 3.6875rem;
            column-gap: 3.6875rem;
    row-gap: 0.75rem;
  }
}

.lp-footer__nav-link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .lp-footer__nav-link:hover {
    color: #00D6FF;
    text-shadow: 0 0 0.625rem rgba(0, 214, 255, .5);
  }
}

.lp-footer__action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-footer__action {
    margin-top: 1.5rem;
    margin-left: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.lp-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .lp-footer__buttons {
    gap: 1.25rem;
  }
}

.lp-footer__btn {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  width: 15.625rem;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .lp-footer__btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
  }
}
.lp-footer__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .55) 50%, transparent 100%);
  -webkit-transform: translateX(-220%) skewX(-20deg);
          transform: translateX(-220%) skewX(-20deg);
  pointer-events: none;
}
.lp-footer__btn > * {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .lp-footer__btn:hover {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .lp-footer__btn:hover::before {
    -webkit-animation: lp-btn-shine 0.6s ease;
            animation: lp-btn-shine 0.6s ease;
  }
}

.lp-footer__btn--yellow {
  background-color: #FFF81F;
  border-color: #FFF81F;
  color: #000;
}
@media (any-hover: hover) {
  .lp-footer__btn--yellow:hover {
    background-color: #0A1F35;
    border-color: #FFF81F;
    color: #FFF81F;
    -webkit-box-shadow: 0 0 0.875rem rgba(255, 248, 31, .22);
            box-shadow: 0 0 0.875rem rgba(255, 248, 31, .22);
  }
}

.lp-footer__btn--blue {
  background-color: #1849D9;
  border-color: #1849D9;
  color: #fff;
}
.lp-footer__btn--blue::before {
  background: linear-gradient(100deg, transparent 0%, rgba(24, 73, 217, .6) 50%, transparent 100%);
}
@media (any-hover: hover) {
  .lp-footer__btn--blue:hover {
    background-color: #fff;
    color: #1849D9;
    -webkit-box-shadow: 0 0 1.25rem rgba(24, 73, 217, .4);
            box-shadow: 0 0 1.25rem rgba(24, 73, 217, .4);
  }
  .lp-footer__btn--blue:hover .lp-footer__btn-icon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.21 0.79" /><feFuncG type="table" tableValues="0.21 0.79" /><feFuncB type="table" tableValues="0.21 0.79" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.41728000000000004 0.73824 0.18144 0 0 0.33503999999999995 0.6985600000000001 0.16128 0 0 0.26112 0.51264 0.16576000000000005 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="22.86286 -19.8627 -2.0001599999999997 0 0 -5.91714 9.2051 -2.0001599999999997 0 0 -5.91714 -19.8627 26.77984 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="231" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.94" /><feFuncG type="linear" slope="0.94" /><feFuncB type="linear" slope="0.94" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncG type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncB type="linear" slope="0.95" intercept="0.025000000000000022" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(96%) saturate(2878%) hue-rotate(231deg) brightness(94%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(21%) sepia(96%) saturate(2878%) hue-rotate(231deg) brightness(94%) contrast(95%);
  }
}

.lp-footer__btn-icon {
  position: absolute;
  left: 24px;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  line-height: 1;
}
.lp-footer__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.lp-footer__sns {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .lp-footer__sns {
    margin-top: 2.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}

.lp-footer__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  width: 2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .lp-footer__sns-link:hover {
    opacity: 0.7;
  }
}
.lp-footer__sns-link img {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-footer__copyright {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: #203142;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-footer__copyright {
    padding: 0.75rem 1rem;
  }
}

.lp-footer__copyright-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-footer__copyright-text {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=styles-lp.css.map */
