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

.affiliations {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .affiliations {
    padding: 3.3125rem 0 3.75rem;
  }
}

.affiliations__inner {
  max-width: 940px;
  max-width: 58.75rem;
}

.affiliations__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .affiliations__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}

.affiliations__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 430px;
  max-width: 26.875rem;
  padding: 40px 34px;
  padding: 2.5rem 2.125rem;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.5rem;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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 (any-hover: hover) {
  .affiliations__card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .affiliations__card {
    max-width: 100%;
    padding: 2.5rem 1.1875rem;
  }
}

.affiliations__society-sub {
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  line-height: 1;
}

.affiliations__society-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .affiliations__society-name {
    font-size: 1.0625rem;
    margin-top: 0.4375rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .affiliations__society-name-nomargin {
    margin-top: 0;
  }
}

.affiliations__society-tag {
  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;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
  background-color: rgba(255, 248, 31, .2);
  color: #000;
  border: 1px solid #FDC700;
  border: 0.0625rem solid #FDC700;
  border-radius: 0.25rem;
  font-weight: 600;
  margin-top: 19px;
  margin-top: 1.1875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .affiliations__society-tag {
    margin-top: 1.3125rem;
    padding: 0.5rem 2rem;
  }
}

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

.affiliations__img {
  width: 350px;
  width: 21.875rem;
  height: 109px;
  height: 6.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .affiliations__img {
    width: 19.0625rem;
    height: auto;
  }
}

.ai-service__bg {
  position: relative;
  isolation: isolate;
  padding: 72px 0 100px;
  padding: 4.5rem 0 6.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai-service__bg {
    padding: 3.75rem 0;
  }
}
.ai-service__bg::before {
  content: "";
  position: absolute;
  right: 22vw;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ai-service__bg::before {
    right: 0;
  }
}

.ai-service__inner {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ai-service__inner {
    padding-right: 0.8125rem;
    padding-left: 0.8125rem;
  }
}

.ai-service__desc {
  margin-top: 27px;
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ai-service__desc {
    margin-top: 1rem;
  }
}

.ai-service__desc-text {
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai-service__desc-text {
    font-size: 0.875rem;
    line-height: 1.45;
    margin-top: 0.75rem;
  }
}

.ai-service__desc-accent {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ai-service__desc-accent {
    font-size: 1.25rem;
  }
}

.ai-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  max-width: 1100px;
  max-width: 68.75rem;
  margin-inline: auto;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .ai-service__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
  }
}

.ai-service__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.5rem;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
  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;
  color: #333;
}
@media screen and (max-width: 767px) {
  .ai-service__card {
    padding: 1.25rem 0.9375rem;
  }
}

.ai-service__img {
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  border-radius: 50%;
  border: 3px solid #9799A8;
  border: 0.1875rem solid #9799A8;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ai-service__img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.ai-service__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ai-service__img--01 {
  width: 62px;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .ai-service__img--01 {
    width: 3.25rem;
  }
}

.ai-service__img--02 {
  width: 57px;
  width: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .ai-service__img--02 {
    width: 2.9375rem;
  }
}

.ai-service__img--03 {
  width: 78px;
  width: 4.875rem;
}
@media screen and (max-width: 767px) {
  .ai-service__img--03 {
    width: 4rem;
  }
}

.ai-service__img--04 {
  width: 64px;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .ai-service__img--04 {
    width: 3.3125rem;
  }
}

.ai-service__card-title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0739CD;
}
@media screen and (max-width: 767px) {
  .ai-service__card-title {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
}

.ai-service__card-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ai-service__card-text {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}

.ai-service__btn-wrap {
  margin-top: 76px;
  margin-top: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-wrap {
    -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;
    margin-top: 3.9375rem;
  }
}

.ai-service__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.ai-service__btn-col {
  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) {
  .ai-service__btn-col .btn {
    font-size: 1rem;
  }
}

.ai-service__btn-fukidashi {
  position: relative;
  width: 254px;
  width: 15.875rem;
  height: 36px;
  height: 2.25rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-fukidashi {
    width: 13.875rem;
    height: 2rem;
  }
}

.ai-service__btn-fukidashi-img {
  position: absolute;
  inset: 0;
}
.ai-service__btn-fukidashi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: auto;
}

.ai-service__btn-fukidashi-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #1c398e;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-fukidashi-text {
    font-size: 0.875rem;
  }
}

.ai-service__btn-price {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #9799A8;
  border: 0.0625rem solid #9799A8;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  text-align: center;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 2;
  left: -22px;
  left: -1.375rem;
  top: -24px;
  top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-price {
    width: 4.375rem;
    height: 4.375rem;
    left: 0.125rem;
    top: -1.25rem;
    line-height: 1.1;
  }
}

.ai-service__btn-price-num {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  color: #1c398e;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-price-num {
    font-size: 0.9375rem;
  }
}

.ai-service__btn-price-unit {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .ai-service__btn-price-unit {
    font-size: 0.8125rem;
  }
}

.ai01-mv {
  position: relative;
  width: 100%;
  min-height: 880px;
  min-height: 55rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 80px;
  padding-top: 5rem;
  background-image: url("/images/common/ai01-mv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-origin: content-box;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai01-mv {
    min-height: 0;
    margin-top: 3.25rem;
    margin-bottom: 1.25rem;
    padding-top: 0;
    background-image: url("/images/common/ai-1-mv-sp.webp");
    background-size: 100% auto;
    background-position: center top;
  }
}
.ai01-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ai01-mv::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, rgb(0, 0, 0) 100%);
  }
}

.ai01-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ai01-mv__body {
  position: absolute;
  top: 135px;
  top: 8.4375rem;
  left: 12.5vw;
  right: 12.5vw;
}
@media screen and (max-width: 767px) {
  .ai01-mv__body {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    padding: 14.375rem 0.9375rem 9.25rem;
  }
}

.ai01-mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  gap: 0rem;
  font-weight: 700;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .55);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head {
    font-size: 1.5rem;
    line-height: 1;
    gap: 0;
    letter-spacing: 0.08em;
  }
}

.ai01-mv__head-row {
  display: block;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head-row {
    font-size: 1.3125rem;
  }
}

.ai01-mv__head-row--lg {
  font-size: 46px;
  font-size: 2.875rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head-row--lg {
    font-size: 1.3125rem;
    margin-top: 0.0625rem;
    letter-spacing: 0.17em;
  }
}

.ai01-mv__head-de {
  font-size: 41px;
  font-size: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head-de {
    font-size: 1.3125rem;
  }
}

.ai01-mv__head-accent {
  font-size: 77px;
  font-size: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head-accent {
    font-size: 2.5rem;
  }
}

.ai01-mv__head-accent.ai01-mv__head-accent--yellow {
  color: #FFF715;
  letter-spacing: 0.14em;
}

.ai01-mv__head-accent--num {
  font-size: 75px;
  font-size: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__head-accent--num {
    font-size: 2.5rem;
  }
}

.ai01-mv__info {
  margin-top: 22px;
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 1.25rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.5rem;
  }
}

.ai01-mv__info-card {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  gap: 0rem;
  width: 172px;
  width: 10.75rem;
  padding: 14px 14px 14px 18px;
  padding: 0.875rem 0.875rem 0.875rem 1.125rem;
  background-color: #fff;
  border-radius: 0.75rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-card {
    width: auto;
    min-width: 0;
    padding: 0.375rem 0.875rem 0.375rem 1rem;
    border-radius: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    letter-spacing: 0.06em;
  }
  .ai01-mv__info-card:last-child {
    grid-column: 1/-1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    letter-spacing: 0.02em;
  }
}
.ai01-mv__info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  width: 0.875rem;
  background-color: #FFF81F;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-card::before {
    width: 0.375rem;
  }
}

.ai01-mv__info-label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-label {
    font-size: 1.125rem;
  }
}

.ai01-mv__info-price {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #E03C3C;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-price {
    font-size: 1.5rem;
  }
}

.ai01-mv__info-price-unit {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-price-unit {
    font-size: 1.125rem;
  }
}

.ai01-mv__info-note {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-note {
    font-size: 1rem;
  }
}

.ai01-mv__info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ai01-mv__info-main-lg {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1565C0;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-main-lg {
    font-size: 1.5rem;
  }
}

.ai01-mv__info-main-md {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-main-md {
    font-size: 1rem;
    margin-left: 0.375rem;
  }
}

.ai01-mv__info-sub {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ai01-mv__info-sub {
    font-size: 1rem;
  }
}

.ai01-mv__btns {
  margin-top: 46px;
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__btns {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ai01-mv__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;
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 17.2px;
  font-size: 1.075rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ai01-mv__link {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (any-hover: hover) {
  .ai01-mv__link:hover {
    opacity: 0.8;
  }
}

.ai01-mv__link-icon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ai01-mv__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-width: 0.375rem 0 0.375rem 0.625rem;
  border-color: transparent transparent transparent #1849D9;
}

.ai01-mv__link-icon--inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__link-icon--inline {
    width: 1rem;
    height: 1rem;
  }
  .ai01-mv__link-icon--inline::before {
    border-width: 0.25rem 0 0.25rem 0.4375rem;
  }
}

.ai01-mv__categories {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  bottom: -1.875rem;
  z-index: 3;
  width: 86.1111111111vw;
  max-width: 1240px;
  max-width: 77.5rem;
  height: 63px;
  height: 3.9375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ai01-mv__categories {
    width: calc(100% - 3.75rem);
    max-width: none;
    height: auto;
    bottom: -8.375rem;
    max-width: 30rem;
  }
}

.ai01-mv__category-list {
  width: 100%;
  height: 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;
  padding: 0 70px;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .ai01-mv__category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    white-space: normal;
    border: 0.5px solid #CACACA;
  }
}

@media screen and (max-width: 767px) {
  .ai01-mv__category {
    border-bottom: 0.5px solid #CACACA;
  }
  .ai01-mv__category:nth-child(odd) {
    border-right: 0.5px solid #CACACA;
  }
  .ai01-mv__category:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.ai01-mv__category-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;
  gap: 10px;
  gap: 0.625rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ai01-mv__category-link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem 0.625rem;
    font-size: 0.8125rem;
    gap: 0.375rem;
  }
}
@media (any-hover: hover) {
  .ai01-mv__category-link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .ai01-mv__category-text {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.ai01-mv__category-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-width: 0.5rem 0.375rem 0 0.375rem;
  border-color: #1849D9 transparent transparent transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .ai01-mv__category-arrow {
    border-width: 0.4375rem 0.375rem 0 0.375rem;
  }
}

.ai02-mv {
  position: relative;
  width: 100%;
  min-height: 673px;
  min-height: 42.0625rem;
  padding-top: 80px;
  padding-top: 5rem;
  background-image: url("/images/common/ai02-mv.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-origin: content-box;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai02-mv {
    min-height: 37.5rem;
    padding-top: 0rem;
    margin-top: 3.25rem;
    background-image: url("/images/common/ai-2-mv-sp.webp");
  }
}
.ai02-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .55)), color-stop(35%, rgba(0, 0, 0, .35)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .35) 35%, rgba(0, 0, 0, 0) 70%);
}
@media screen and (max-width: 767px) {
  .ai02-mv::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .75)), color-stop(45%, rgba(0, 0, 0, .45)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, 0) 75%);
  }
}

.ai02-mv__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ai02-mv__inner {
    min-height: inherit;
  }
}

.ai02-mv__heading {
  position: absolute;
  top: 10.625vw;
  left: 11.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai02-mv__heading {
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 8.9375rem;
  }
}

.ai02-mv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ai02-mv__info {
    display: block;
  }
}

.ai02-mv__info-accent {
  display: inline-block;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  background-color: #1849D9;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ai02-mv__info-accent {
    padding: 0.0625rem 0.1875rem;
    letter-spacing: 0.05em;
    margin-top: 0.125rem;
  }
}

.ai02-mv__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .ai02-mv__sub-title {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.ai02-mv__title {
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .55);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ai02-mv__title {
    line-height: 1.25;
    margin-top: 0;
  }
}

.ai02-mv__title-accent {
  font-size: 52px;
  font-size: 3.25rem;
  color: #FFF715;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .ai02-mv__title-accent {
    font-size: 2.5rem;
    line-height: 1.21;
    letter-spacing: 0.1em;
  }
}

.ai02-mv__title-main {
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ai02-mv__title-main {
    font-size: 2rem;
    line-height: 1.21;
  }
}

.ai02-mv__disc {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .55);
}
@media screen and (max-width: 767px) {
  .ai02-mv__disc {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}

.attention {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .attention {
    padding-bottom: 3.75rem;
  }
}

.attention__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.attention__title {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .attention__title {
    font-size: 1.5rem;
  }
}

.attention__lead {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .attention__lead {
    margin-top: 0.375rem;
  }
}

.attention__contents {
  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: 36px;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .attention__contents {
    margin-top: 1.5625rem;
    gap: 1.1875rem;
  }
}

.attention__box {
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
}

.attention__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: #FFF715;
  border-bottom: 1px solid #CACACA;
}
@media screen and (max-width: 767px) {
  .attention__box-head {
    padding: 0.625rem 1.25rem;
    gap: 0.625rem;
  }
}

.attention__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  color: #000;
}

.attention__box-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.attention__list {
  padding: 20px 134px 20px 28px;
  padding: 1.25rem 8.375rem 1.25rem 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: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .attention__list {
    padding: 1.25rem 0.9375rem 1.25rem 1.25rem;
  }
}

.attention__item {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .attention__item {
    font-size: 1rem;
  }
}
.attention__item::before {
  content: "";
  position: absolute;
  left: 2px;
  left: 0.125rem;
  top: 10px;
  top: 0.625rem;
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #333;
}

.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;
  position: relative;
  width: 350px;
  width: 21.875rem;
  padding: 25px 32px;
  padding: 1.5625rem 2rem;
  border-radius: 624.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.25rem;
    width: 21.5625rem;
    padding: 1.125rem 1.125rem;
    line-height: 1.2;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(-0.0625rem);
            transform: translateY(-0.0625rem);
    -webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .14);
            box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .14);
  }
  .btn:hover .btn__arrow {
    -webkit-transform: translate(0.375rem, -50%);
            transform: translate(0.375rem, -50%);
  }
}
.btn:focus-visible {
  outline: 2px solid #FFF715;
  outline: 0.125rem solid #FFF715;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.btn__arrow {
  position: absolute;
  right: 32px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
  height: 14px;
  height: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .btn__arrow {
    width: 0.4375rem;
    height: 0.875rem;
    right: 1rem;
  }
}
.btn__arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn--yellow {
  background-color: #FFF715;
  color: #000;
}
@media (any-hover: hover) {
  .btn--yellow:hover {
    background-color: #FFE400;
  }
}

.btn--blue {
  background-color: #1849D9;
  color: #fff;
}
.btn--blue .btn__arrow 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><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (any-hover: hover) {
  .btn--blue:hover {
    background-color: #0739CD;
  }
}

.btn--white {
  background-color: #fff;
  color: #000;
}
@media (any-hover: hover) {
  .btn--white:hover {
    background-color: #F5F5F5;
  }
}

@media screen and (max-width: 767px) {
  .btn--sp-md {
    font-size: 1rem;
  }
}

.btn--sm {
  width: 275px;
  width: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .btn--sm {
    width: 14.0625rem;
    font-size: 1rem;
    padding: 1.03125rem 1.125rem;
  }
}

.business {
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 2.0625rem 0 3.75rem;
  }
}

.business__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.business__desc {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .business__desc {
    margin-top: 0.8125rem;
  }
}

.business__desc-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 767px) {
  .business__desc-text {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.business__cards {
  margin-top: 33px;
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .business__cards {
    margin-top: 2.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.business__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  padding: 38px 28px 48px 32px;
  padding: 2.375rem 1.75rem 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .business__card {
    padding: 2.375rem 1.375rem 2.375rem 2rem;
  }
}

.business__card-icon {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  background-color: #1849D9;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business__card-icon {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.business__card-icon-img {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.business__card-label {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business__card-label {
    margin-top: 1rem;
  }
}

.business__card-title {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.business__card-text {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #4A5565;
}
@media screen and (max-width: 767px) {
  .business__card-text {
    margin-top: 1rem;
  }
}

.business__btn-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  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) {
  .business__btn-wrap {
    margin-top: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .business__btn-wrap .btn {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.company {
  margin-top: 96px;
  margin-top: 6rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.company__inner {
  max-width: 1140px;
  max-width: 71.25rem;
}

.company__wrap {
  margin-top: 38px;
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: 47.5247524752% 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 2.3125rem;
     -moz-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  row-gap: 32px;
  row-gap: 2rem;
  max-width: 1003px;
  max-width: 62.6875rem;
}
@media screen and (max-width: 767px) {
  .company__wrap {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin-top: 1.25rem;
  }
}

.company__img {
  grid-column: 1;
  grid-row: 1/3;
}
.company__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/260;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company__img img {
    aspect-ratio: 345/185;
  }
}
@media screen and (max-width: 767px) {
  .company__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.company__texts {
  grid-column: 2;
  grid-row: 1;
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 767px) {
  .company__texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.company__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.company__text + .company__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .company__text + .company__text {
    margin-top: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .company__text {
    font-size: 0.875rem;
  }
}

.company__btn-wrap {
  grid-column: 2;
  grid-row: 2;
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .company__btn-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company__btn-wrap .btn {
    font-size: 1rem;
  }
}

.comparison {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .comparison {
    padding-top: 3.75rem;
    padding-bottom: 4.5rem;
  }
}

.comparison__sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.comparison__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.comparison__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .comparison__title {
    font-size: 1.875rem;
    line-height: 1.35;
  }
}

.comparison__title-accent {
  color: #FFF715;
}

.comparison__lead {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .comparison__lead {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.comparison__desc {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .comparison__desc {
    margin-top: 1.125rem;
  }
}

.comparison__desc-money {
  color: #FFF715;
}

.comparison__desc-num {
  font-size: 24px;
  font-size: 1.5rem;
}

.comparison__desc-sub {
  display: inline-block;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .comparison__desc-sub {
    margin-top: 0.1875rem;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.comparison__table-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  overflow-x: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .comparison__table-wrap {
    margin-top: 1.8125rem;
  }
}

.comparison__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
}
.comparison__table tr > *:not(:first-child) {
  border-left: 1px solid #E5E7EB;
  border-left: 0.0625rem solid #E5E7EB;
}
.comparison__table thead tr > *:not(:first-child) {
  border-left-color: #2B7FFF;
}
.comparison__table tbody tr > * {
  border-top: 1px solid #E5E7EB;
  border-top: 0.0625rem solid #E5E7EB;
}

.comparison__th {
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  background-color: #214FB5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .comparison__th {
    padding: 0.8125rem 1rem;
  }
}
.comparison__th--empty {
  background-color: #214FB5;
}
.comparison__th--ai {
  background-color: #F0B100;
  color: #fff;
  font-weight: 700;
}

.comparison__row-label {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .comparison__row-label {
    padding: 1.3125rem 1.75rem 1.25rem;
    line-height: 1;
  }
}

.comparison__td {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .comparison__td {
    padding: 0.75rem 0.5rem;
  }
}
.comparison__td--ai {
  background-color: #FEFCE8;
  color: #E53935;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .comparison__td--ai {
    font-size: 0.8125rem;
  }
}

.comparison__td-num {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .comparison__td-num {
    font-size: 1.125rem;
  }
}

.contact {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.contact__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.contact__heading {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .contact__field {
    gap: 0.25rem;
  }
}

.contact__label {
  font-weight: 700;
  color: #000;
}

.contact__required {
  color: #D32929;
}
@media screen and (max-width: 767px) {
  .contact__required {
    margin-left: 0.5625rem;
  }
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 6px 11px;
  padding: 0.375rem 0.6875rem;
  border: 1px solid #B3B3B3;
  border: 0.0625rem solid #B3B3B3;
  border-radius: 0.5rem;
  font: inherit;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .contact__input,
  .contact__textarea {
    padding: 0.375rem 0.875rem;
  }
}
.contact__input::-webkit-input-placeholder,
.contact__textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.contact__input::-moz-placeholder,
.contact__textarea::-moz-placeholder {
  color: #B3B3B3;
}
.contact__input::-ms-input-placeholder,
.contact__textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #B3B3B3;
}
.contact__input:focus,
.contact__textarea:focus {
  outline: none;
  background-color: #fff;
  border-color: #1849D9;
}

.contact__textarea {
  resize: vertical;
  min-height: 48px;
  min-height: 3rem;
}

.contact__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 43px;
  gap: 2.5rem 2.6875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contact__checkboxes {
    gap: 0.75rem 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.75rem;
  }
}

.contact__checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__checkbox input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.contact__checkbox-mark {
  display: inline-block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
@media screen and (max-width: 767px) {
  .contact__checkbox-mark {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.contact__checkbox-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
  border-left: 2px solid #fff;
  border-left: 0.125rem solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: translate(-50%, -65%) rotate(-45deg);
          transform: translate(-50%, -65%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.contact__checkbox input[type=checkbox]:checked + .contact__checkbox-mark {
  background-color: #1849D9;
  border-color: transparent;
}
.contact__checkbox input[type=checkbox]:checked + .contact__checkbox-mark::after {
  opacity: 1;
}

.contact__checkbox input[type=checkbox]:focus-visible + .contact__checkbox-mark {
  outline: 2px solid #1849D9;
  outline: 0.125rem solid #1849D9;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.contact__checkbox-text {
  display: inline-block;
}

.contact__agreement .contact__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__agreement .contact__checkbox {
    gap: 0.5rem;
  }
  .contact__agreement .contact__checkbox input[type=checkbox] {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__agreement .contact__checkbox-mark {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .contact__agreement .contact__checkbox-mark::after {
    width: 0.5rem;
    height: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__agreement .contact__checkbox-text {
    white-space: nowrap;
  }
}

.contact__agreement-link {
  color: #1849D9;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .contact__agreement-link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .contact__confirm {
    margin-inline: auto;
  }
}

.contact__confirm-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: 200px;
  width: 12.5rem;
  padding: 13px 24px;
  padding: 0.8125rem 1.5rem;
  background-color: #1c398e;
  border: none;
  border-radius: 0.5rem;
  font: inherit;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .contact__confirm-btn {
    width: 10rem;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .contact__confirm-btn:hover {
    opacity: 0.85;
  }
}
.contact__confirm-btn:focus-visible {
  outline: 2px solid #1849D9;
  outline: 0.125rem solid #1849D9;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.contact__submit-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: 250px;
  width: 15.625rem;
  padding: 14.5px 24px;
  padding: 0.90625rem 1.5rem;
  background-color: #1849D9;
  border: 1px solid #1849D9;
  border: 0.0625rem solid #1849D9;
  border-radius: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .contact__submit-btn {
    width: 15.625rem;
    padding: 0.96875rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .contact__submit-btn:hover {
    opacity: 0.85;
  }
}
.contact__submit-btn:focus-visible {
  outline: 2px solid #1849D9;
  outline: 0.125rem solid #1849D9;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.contact__notice {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .contact__notice {
    line-height: 1.5;
    margin-bottom: 2.375rem;
  }
}

.contact__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #CACACA;
  border-top: 0.0625rem solid #CACACA;
}

.contact__review-row {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  padding: 23px 0;
  padding: 1.4375rem 0;
  border-bottom: 1px solid #CACACA;
  border-bottom: 0.0625rem solid #CACACA;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__review-row {
    grid-template-columns: 9.375rem 1fr;
    padding: 1.5rem 0rem;
    line-height: 1;
  }
}

.contact__review-label {
  font-weight: 700;
  color: #000;
  min-width: 150px;
  min-width: 9.375rem;
}

.contact__review-value {
  word-break: break-word;
}
.contact__review-value.is-empty {
  color: #888;
}

.contact__review-value--multiline {
  white-space: pre-wrap;
}

.contact__actions {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact__actions {
    margin-top: 2.5rem;
    -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;
    gap: 1.25rem;
  }
}

.contact__back-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: 250px;
  width: 15.625rem;
  padding: 14.5px 24px;
  padding: 0.90625rem 1.5rem;
  background-color: #fff;
  border: 1px solid #1849D9;
  border: 0.0625rem solid #1849D9;
  border-radius: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #1849D9;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .contact__back-btn {
    width: 15.625rem;
    padding: 0.96875rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .contact__back-btn:hover {
    opacity: 0.7;
  }
}

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

.contact__complete-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact__complete-title {
    font-size: 1.25rem;
  }
}

.contact__complete-text {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.8;
}

.contact__home-btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  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: 15.5px 24px;
  padding: 0.96875rem 1.5rem;
  background-color: #1849D9;
  border-radius: 0.3125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  line-height: 1;
}
@media (any-hover: hover) {
  .contact__home-btn:hover {
    opacity: 0.85;
  }
}

.contract-achievement {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contract-achievement {
    border-radius: 0.625rem;
    padding: 0.75rem 0.9375rem;
  }
}

.contract-achievement__img {
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}
.contract-achievement__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 330/182;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contract-achievement__img img {
    aspect-ratio: 314/174;
  }
}
@media screen and (max-width: 767px) {
  .contract-achievement__img {
    margin-top: 1.0625rem;
  }
}

.contract-achievement__name {
  margin-top: 0;
  padding-left: 4px;
  padding-left: 0.25rem;
  border-left: 4px solid #1849D9;
  border-left: 0.25rem solid #1849D9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contract-achievement__name {
    font-size: 1rem;
  }
}

.contract-achievement__name--nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contract-achievement__name--nowrap {
    white-space: normal;
  }
}

.contract-achievement__name-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.contract-achievement__name-sm {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .contract-achievement__name-sm {
    font-size: 1rem;
  }
}

.contract-achievement__desc {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contract-achievement__desc {
    font-size: 0.75rem;
  }
}

.contract-achievement__tags {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contract-achievement__tags {
    margin-top: 1.25rem;
  }
}

.contract {
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contract {
    padding: 3.75rem 0 0;
  }
}

.contract__inner {
  max-width: 1140px;
  max-width: 71.25rem;
}

.contract__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  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) {
  .contract__lead {
    margin-top: 1.5rem;
  }
}

.contract__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contract__lead-text {
    line-height: 1.4;
  }
}

.contract__lead-tech {
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 18px;
  font-size: 1.125rem;
  word-break: break-word;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .contract__lead-tech {
    margin-top: 0.875rem;
  }
}

.contract__contents-tech {
  margin-top: 82px;
  margin-top: 5.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  word-break: break-word;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .contract__contents-tech {
    margin-top: 0.875rem;
  }
}

.contract__intros {
  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: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contract__intros {
    margin-top: 1rem;
  }
}

.contract__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contract__intro-title {
  color: #1849D9;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contract__intro-title {
    font-size: 1.25rem;
  }
}

.contract__contents {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 43.137254902%;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .contract__contents {
    grid-template-columns: 1fr;
    gap: 1.4375rem;
    margin-top: 0.6875rem;
  }
}

.contract__contents-text {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .contract__contents-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.contract__contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.contract__contents-img {
  width: 100%;
}
.contract__contents-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/255;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.contract__intro > .person-card {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.contract__achievements {
  margin-top: 63px;
  margin-top: 3.9375rem;
  background-color: #F5F5F5;
  border-radius: 0.75rem;
  padding: 40px 28px;
  padding: 2.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .contract__achievements {
    margin-top: 2.5rem;
    padding: 2.5rem 0.9375rem;
  }
}

.contract__achievements-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contract__achievements-title {
    font-size: 1.25rem;
  }
}

.contract__achievement-list {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 20px;
  gap: 1.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .contract__achievement-list {
    margin-top: 1.125rem;
    grid-template-columns: 1fr;
    gap: 1.9375rem;
  }
}

.cookie {
  position: fixed;
  left: 20px;
  left: 1.25rem;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  gap: 1.5rem;
  max-width: 960px;
  max-width: 60rem;
  margin: 0 auto;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .2);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .2);
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cookie.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .cookie {
    -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;
    gap: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.875rem 1rem;
  }
}

.cookie__text {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .cookie__text {
    font-size: 0.75rem;
  }
}

.cookie__link {
  color: #FFF715;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .cookie__link:hover {
    opacity: 0.8;
  }
}

.cookie__agree {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  padding: 10px 28px;
  padding: 0.625rem 1.75rem;
  background-color: #FFF715;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.25rem;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .cookie__agree:hover {
    opacity: 0.8;
  }
}
.cookie__agree:focus-visible {
  outline: 2px solid #fff;
  outline: 0.125rem solid #fff;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .cookie__agree {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    padding: 0.75rem 1.25rem;
  }
}

.corporate {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .corporate {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.corporate__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.corporate__heading {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.corporate__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .corporate__table {
    display: block;
  }
  .corporate__table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .corporate__row {
    display: block;
  }
  .corporate__row:first-child {
    margin-top: 0;
  }
}

.corporate__label,
.corporate__value {
  border: 1px solid #DDD;
  border: 0.0625rem solid #DDD;
}

.corporate__label {
  width: 208px;
  width: 13rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .corporate__label {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 0.90625rem 1rem 0.9375rem 0.9375rem;
  }
}

.corporate__value {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .corporate__value {
    display: block;
    width: 100%;
    padding: 1rem 1rem 1rem 0.9375rem;
    border-top: none;
  }
}

.corporate__value--pad-md {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .corporate__value--pad-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.corporate__value--pad-lg {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .corporate__value--pad-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.corporate__value--pad-xl {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .corporate__value--pad-xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.corporate__line {
  font-size: inherit;
  line-height: inherit;
}

.corporate__roster {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .corporate__roster {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.corporate__roster .corporate__line--role {
  display: contents;
}
.corporate__roster .corporate__line-role {
  text-align: right;
  white-space: nowrap;
}

.corporate__link {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .corporate__link:hover {
    opacity: 0.7;
  }
}

.corporate__clients {
  list-style: disc;
  padding-left: 24px;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .corporate__clients {
    padding-left: 1.25rem;
    line-height: 1.375rem;
  }
}

.cta {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 3.25rem;
    padding-bottom: 3.75rem;
    margin-bottom: 3.375rem;
  }
}

.cta__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.cta__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

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

.cta__btns {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  max-width: 46.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta__btns {
    margin-top: 1.5rem;
    -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;
    gap: 1rem;
  }
}

.cta__btns--narrow {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .cta__btns--narrow {
    margin-top: 2.5rem;
  }
}

.design {
  background-color: #fff;
}
.design__bg {
  position: relative;
  isolation: isolate;
  padding: 85px 11.8055555556vw 86px;
  padding: 5.3125rem 11.8055555556vw 5.375rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .design__bg {
    padding: 3.75rem 0;
  }
}
.design__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11.8055555556vw;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .design__bg::before {
    left: 0;
  }
}

.design__head {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .design__head {
    margin-top: 1rem;
  }
}

.design__lead {
  margin-top: 37px;
  margin-top: 2.3125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .design__lead {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }
}

.design__lead-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .design__lead-text {
    line-height: 1.5;
  }
}
.design__lead-text strong {
  font-weight: 700;
}

.design__contents {
  margin-top: 34px;
  margin-top: 2.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .design__contents {
    margin-top: 1.875rem;
    padding: 1.5rem 0.9375rem 1.875rem;
  }
}

.design__desc {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.design__samples {
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .design__samples {
    -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;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.design__sample {
  width: 275px;
  width: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .design__sample {
    width: 100%;
    max-width: 22.5rem;
  }
}
.design__sample img {
  width: 100%;
  height: auto;
  aspect-ratio: 275/174;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .design__sample img {
    aspect-ratio: 315/199;
  }
}

.drawer-list {
  display: none;
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-list__inner {
  min-height: 100%;
  width: 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;
}

.drawer-list__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  height: 3.25rem;
  width: 212px;
  width: 13.25rem;
}
.drawer-list__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-list__list {
  list-style: none;
  margin: 9px 0 0;
  margin: 0.5625rem 0 0;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.drawer-list__item {
  border-bottom: 1px solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
}

.drawer-list__item--accordion {
  border-bottom: none;
}

.drawer-list__item--accordion.is-open {
  border-bottom: 1px solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
}

.drawer-list__title {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 1;
}

.drawer-list__acc-toggle {
  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;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
  cursor: pointer;
  color: #000;
}

.drawer-list__acc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -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;
}

.drawer-list__item--accordion.is-open .drawer-list__acc-icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.drawer-list__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.drawer-list__item--accordion.is-open .drawer-list__sublist {
  max-height: 120px;
  max-height: 7.5rem;
  padding: 10px 0 12px;
  padding: 0.625rem 0 0.75rem;
}

.drawer-list__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 4px 0 4px 16px;
  padding: 0.25rem 0 0.25rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
}
.drawer-list__sublink::before {
  content: "›";
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.drawer-list__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: 16px;
  gap: 1rem;
}

.drawer-list__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;
  gap: 10px;
  gap: 0.625rem;
  width: 100%;
  padding: 18px;
  padding: 1.125rem;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.drawer-list__btn--yellow {
  background-color: #FFF715;
  color: #000;
}

.drawer-list__btn--blue {
  background-color: #1849D9;
  color: #fff;
}

.drawer-list__btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  width: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer-list__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.features {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .features {
    padding-top: 10.625rem;
    padding-bottom: 3.75rem;
  }
}

.features__lead {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .features__lead {
    margin-top: 1rem;
    font-size: 1.1875rem;
    line-height: 1.3;
  }
}

.features__lead-num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .features__lead-num {
    font-size: 1.875rem;
  }
}

.features__cards {
  margin-top: 62px;
  margin-top: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 68.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
  gap: 1.1875rem;
}
@media screen and (max-width: 1180px) {
  .features__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 33.75rem;
  }
}
@media screen and (max-width: 767px) {
  .features__cards {
    margin-top: 1.3125rem;
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    gap: 1.125rem;
  }
}

.features__card {
  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;
  padding: 40px 20px 40px;
  padding: 2.5rem 1.25rem 2.5rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features__card {
    padding: 1.25rem 0.9375rem 1.25rem;
  }
}

.features__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  border-radius: 50%;
  border: 3px solid #9799A8;
  border: 0.1875rem solid #9799A8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .features__card-icon {
    width: 6.25rem;
    height: 6.25rem;
    border: 0.125rem solid #9799A8;
  }
}

.features__card-icon-img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.features__card-icon-img--01 {
  width: 62px;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .features__card-icon-img--01 {
    width: 3.25rem;
  }
}

.features__card-icon-img--02 {
  width: 57px;
  width: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .features__card-icon-img--02 {
    width: 2.9375rem;
  }
}

.features__card-icon-img--03 {
  width: 78px;
  width: 4.875rem;
}
@media screen and (max-width: 767px) {
  .features__card-icon-img--03 {
    width: 4.0625rem;
  }
}

.features__card-icon-img--04 {
  width: 64px;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .features__card-icon-img--04 {
    width: 3.3125rem;
  }
}

.features__card-title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1849D9;
}
@media screen and (max-width: 767px) {
  .features__card-title {
    margin-top: 0.5rem;
  }
}

.features__card-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.features__desc {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .features__desc {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.flow {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
  }
}

.flow__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.flow__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .flow__lead {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.flow__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .flow__contents {
    margin-top: 1.5625rem;
  }
}

.flow__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  gap: 3.5rem;
}
.flow__steps::before {
  content: "";
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  height: 0.1875rem;
  background-color: #000;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow__steps {
    -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;
    padding: 0 0.78125rem;
  }
  .flow__steps::before {
    display: none;
  }
}

.flow__step {
  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;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .flow__step {
    width: 100%;
  }
}

.flow__step-num {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
  border-radius: 50%;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  background-color: #1849D9;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.flow__step-icon {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 122px;
  height: 7.625rem;
}
@media screen and (max-width: 767px) {
  .flow__step-icon {
    margin-top: 2.0625rem;
    height: 4.4375rem;
  }
}

.flow__step-icon-img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__step-icon-img--01 {
  width: 122px;
  width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .flow__step-icon-img--01 {
    width: 6.25rem;
  }
}

.flow__step-icon-img--02 {
  width: 76px;
  width: 4.75rem;
}
@media screen and (max-width: 767px) {
  .flow__step-icon-img--02 {
    width: 3.875rem;
  }
}

.flow__step-icon-img--03 {
  width: 86px;
  width: 5.375rem;
}
@media screen and (max-width: 767px) {
  .flow__step-icon-img--03 {
    width: 4.375rem;
  }
}

.flow__step-icon-img--04 {
  width: 86px;
  width: 5.375rem;
}
@media screen and (max-width: 767px) {
  .flow__step-icon-img--04 {
    width: 4.375rem;
  }
}

.flow__step-label {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__step-label {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.flow__step-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .flow__step-text {
    margin-top: 0.125rem;
  }
}

.footer {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 3.125rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -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;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__contents {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1250px;
  max-width: 78.125rem;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    padding-top: 0rem;
    padding-bottom: 3rem;
    padding-left: 0;
    -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;
    width: 100%;
  }
}

.footer__logo {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 265px;
  width: 16.5625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  row-gap: 4px;
  row-gap: 0.25rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__links {
    grid-template-columns: 1fr;
    justify-items: start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0rem;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 1.1875rem;
  }
}

.footer__item {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__item:last-child {
    margin-top: 0.4375rem;
  }
}

.footer__link {
  display: block;
  padding: 1px 8px 8px;
  padding: 0.0625rem 0.5rem 0.5rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    padding: 0.4375rem 0.625rem;
  }
}

.footer__item--has-child {
  display: block;
}

.footer__link--parent {
  cursor: default;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .footer__link--parent:hover {
    opacity: 1;
  }
}

.footer__sub-list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer__sub-list {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__sub-item:nth-child(2) {
    margin-top: 0.125rem;
  }
}

.footer__sub-item {
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__sub-item {
    text-align: left;
  }
}

.footer__sub-link {
  display: block;
  padding: 4px 12px 4px 0;
  padding: 0.25rem 0.75rem 0.25rem 0;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__sub-link::before {
  content: "";
  display: inline-block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 1.5px solid #000;
  border-top: 0.09375rem solid #000;
  border-right: 1.5px solid #000;
  border-right: 0.09375rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .footer__sub-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer__sub-link {
    padding: 0.5rem 0 0.5rem 1rem;
    margin-left: 0.8125rem;
  }
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  gap: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 77px;
  margin-left: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .footer__btns {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.footer-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;
  gap: 12px;
  gap: 0.75rem;
  width: 250px;
  width: 15.625rem;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.3125rem;
  line-height: 1;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .footer-btn {
    width: 19.6875rem;
    font-size: 1rem;
    padding: 0.96875rem 0.625rem;
  }
}

.footer-btn--yellow {
  background-color: #FFF715;
  border-color: #FFF715;
  color: #000;
}
@media (any-hover: hover) {
  .footer-btn--yellow:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF715;
  }
}

.footer-btn--blue {
  background-color: #1849D9;
  border-color: #1849D9;
  color: #fff;
}
@media (any-hover: hover) {
  .footer-btn--blue:hover {
    background-color: #fff;
    color: #1849D9;
  }
  .footer-btn--blue:hover .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%);
  }
}

.footer-btn__icon {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  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;
}
.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;
}
@media screen and (max-width: 767px) {
  .footer-btn__icon {
    width: 1rem;
    height: 0.75rem;
  }
}

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

.footer__copyright-text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text {
    font-size: 0.75rem;
    line-height: 1;
  }
}

.fv {
  width: 100%;
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 56.25vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

.fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    height: auto;
    background-color: #000;
  }
}

.fv__heading {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fv__video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__video-wrap {
    position: relative;
    inset: auto;
    height: 14.5625rem;
    margin-top: 3.25rem;
  }
}

.fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.fv__video-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fv__video-link {
    bottom: auto;
    height: 14.5625rem;
  }
}

.fv__play-icon {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .25);
  border: 2px solid rgba(255, 255, 255, .7);
  border: 0.125rem solid rgba(255, 255, 255, .7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fv__play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-width: 0.6875rem 0 0.6875rem 1.25rem;
  border-color: transparent transparent transparent rgba(255, 255, 255, .9);
  margin-left: 4px;
  margin-left: 0.25rem;
}

@media (any-hover: hover) {
  .fv__video-link:hover .fv__play-icon {
    background-color: rgba(255, 255, 255, .4);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.fv__video-link:focus-visible .fv__play-icon {
  background-color: rgba(255, 255, 255, .4);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.fv__video-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .6);
  outline: 0.125rem solid rgba(255, 255, 255, .6);
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .35);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__overlay {
    bottom: auto;
    height: 14.5625rem;
    background: rgba(0, 0, 0, .25);
  }
}

.fv__content {
  position: absolute;
  left: 177px;
  left: 11.0625rem;
  bottom: 80px;
  bottom: 5rem;
  z-index: 3;
  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 (min-width: 768px) and (max-width: 1366px), (min-width: 768px) and (max-height: 768px) {
  .fv__content {
    bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__content {
    position: static;
    padding: 0.625rem 0.9375rem 1.625rem;
  }
}

.fv__catch {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.fv__catch:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .fv__catch {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 0.25rem;
  }
}

.fv__cross {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__cross {
    font-size: 1.5625rem;
    padding: 0rem 0.4375rem;
  }
}

.fv__highlight {
  background-color: #FFF81F;
  color: #000;
  padding: 0px 1px;
  padding: 0rem 0.0625rem;
  display: inline;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__highlight {
    padding: 0.125rem 0.625rem;
    letter-spacing: 0.03em;
  }
}

.fv__highlight--tight {
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__highlight--tight {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.fv__highlight--long {
  padding: 0px 14px;
  padding: 0rem 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__highlight--long {
    padding: 0rem 0.75rem;
  }
}

.fv__desc {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .fv__desc {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.875rem;
  }
}

.header-lower {
  height: 100px;
  height: 6.25rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(7, 5, 27, .8);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header-lower {
    height: 2.6875rem;
  }
}

.header-lower__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;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header-lower__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.header-lower__link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
  .header-lower__link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
.header-lower__logo {
  width: 140px;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .header-lower__logo {
    width: 6.25rem;
  }
}

.header-lower__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header-lower__nav {
    display: none;
  }
}

.header-lower__hamburger {
  display: none;
  position: relative;
  width: 60px;
  width: 3.75rem;
  height: 27px;
  height: 1.6875rem;
  z-index: 9999;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header-lower__hamburger {
    width: 2.5rem;
    height: 1.25rem;
    display: block;
  }
}

.header-lower__hamburger span {
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: inherit;
  right: 0;
  border-radius: 0.0625rem;
  background-color: #fff;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.header-lower__hamburger span:nth-child(1) {
  top: 0;
}

.header-lower__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-lower__hamburger span:nth-child(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-lower__hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(1.25rem) rotate(45deg);
  transform: translateY(1.25rem) rotate(35deg);
  top: -10px;
  width: 40px;
  width: 2.5rem;
}

.header-lower__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.header-lower__hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-1.25rem) rotate(-45deg);
  transform: translateY(-1.25rem) rotate(-35deg);
  width: 40px;
  width: 2.5rem;
  top: 29px;
}

.header-lower .header-lower__background--blue {
  background-color: rgba(3, 3, 112, .7);
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.header-lower.header-lower__height--small {
  height: 80px;
  height: 5rem;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.header-lower__logo.header-lower__logo--small {
  width: 96px;
  width: 6rem;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header-nav__item {
  text-align: center;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav__item.header-nav__item-dropdown {
  margin-left: 50px;
  margin-left: 3.125rem;
}

.header-nav__item-link {
  color: #fff;
  font-size: clamp(8px, 2.475px + 0.7203vw, 14px);
  font-size: clamp(0.5rem, 0.1547rem + 0.7203vw, 0.875rem);
  font-size: 14.5px;
  font-size: 0.90625rem;
  font-weight: 700;
  line-height: 1.57;
  text-transform: uppercase;
  height: inherit;
  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;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .header-nav__item-link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.header-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav__icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.header-nav__youtube {
  width: 24px;
  width: 1.5rem;
}

.header-nav__x {
  width: 21px;
  width: 1.3125rem;
}

.header-nav__booth {
  width: 21px;
  width: 1.3125rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  height: 5rem;
  color: #fff;
  -webkit-transition: background-color 0.25s ease, -webkit-backdrop-filter 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-backdrop-filter 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease, -webkit-backdrop-filter 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.25rem;
  }
}

.header.is-transparent {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header.is-scrolled {
  background-color: #fff;
  border-bottom: 1px solid #DDD;
  border-bottom: 0.0625rem solid #DDD;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .12);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .12);
}

.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 30px 0 31px;
  padding: 0 1.875rem 0 1.9375rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    gap: 0.875rem;
    position: relative;
    padding: 0 0.75rem;
  }
}

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

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  height: inherit;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #101828;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
.header__logo-img {
  width: min(18.4027777778vw, 265px);
  width: min(18.4027777778vw, 16.5625rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    width: 13.25rem;
  }
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 14px;
  gap: 0.875rem;
}

.header__nav-item {
  position: relative;
}

.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: 0 clamp(4px, 1.66vw - 8.74px, 10px);
  text-align: center;
  color: #101828;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 0.7;
  }
}
.header__nav-ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #101828;
  white-space: nowrap;
}

.header__nav-en {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1c398e;
}

.header__nav-arrow {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
}

.header__nav-link--active {
  color: #101828;
  position: relative;
}
.header__nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  left: 0.625rem;
  right: 10px;
  right: 0.625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #FFF715;
  border-radius: 0.125rem 0.125rem 0 0;
}

@media (any-hover: hover) {
  .header__nav-item--dropdown:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-rem(6));
          transform: translateY(-rem(6));
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .15);
  min-width: 140px;
  min-width: 8.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 100;
}

.header__dropdown-item {
  border-bottom: 1px solid #101828;
  border-bottom: 0.0625rem solid #101828;
}
.header__dropdown-item:last-child {
  border-bottom: none;
}

.header__dropdown-link {
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
@media (any-hover: hover) {
  .header__dropdown-link:hover {
    background-color: #F5F5F5;
  }
}

.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: 10px;
  gap: 0.625rem;
}
@media (max-width: 1199px) {
  .header__cta {
    display: none;
  }
}

.header__cta-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;
  gap: 6px;
  gap: 0.375rem;
  height: clamp(40px, 2.76vw + 18.81px, 50px);
  padding: 0 clamp(12px, 2.21vw - 4.97px, 20px);
  font-size: clamp(13px, 0.83vw + 6.6px, 16px);
  font-weight: 500;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.header__cta-link--yellow {
  background-color: #FFF81F;
  border-color: #FFF81F;
  color: #111;
}
@media (any-hover: hover) {
  .header__cta-link--yellow:hover {
    background-color: #111;
    border-color: #111;
    color: #FFF81F;
  }
}

.header__cta-link--blue {
  background-color: #1849D9;
  border-color: #1849D9;
  color: #fff;
}
@media (any-hover: hover) {
  .header__cta-link--blue:hover {
    background-color: #fff;
    color: #1849D9;
  }
}

.header__cta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__cta-icon img {
  width: clamp(14px, 1.1vw + 5.57px, 18px);
  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;
}

@media (any-hover: hover) {
  .header__cta-link--blue:hover .header__cta-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%);
  }
}
.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: 40px;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #101828;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1002;
}
@media (max-width: 1199px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.header__hamburger.active {
  color: #111;
}

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

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

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

.header__hamburger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .55);
  outline: 0.125rem solid rgba(255, 255, 255, .55);
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

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

.header__drawer .drawer-list {
  pointer-events: auto;
}

.heading {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .heading {
    padding-top: 2.5rem;
  }
}

.heading__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
}

.heading__items {
  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;
}
@media screen and (max-width: 767px) {
  .heading__items {
    gap: 1.25rem;
  }
}

.heading__item {
  padding: 20px 20px 24px;
  padding: 1.25rem 1.25rem 1.5rem;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .heading__item {
    padding: 0.875rem 0.9375rem 1.25rem;
  }
}

.heading__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
}

.heading__item-tags {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .heading__item-tags {
    margin-top: 0.8125rem;
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heading__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  background-color: #fff;
  border: 1px solid #323232;
  border: 0.0625rem solid #323232;
  border-radius: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .heading__tag {
    font-size: 0.8125rem;
    padding: 0.4375rem 1.25rem;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .heading__tag:hover {
    opacity: 0.7;
  }
}

.heading__tag--blue {
  border-color: #1849D9;
}

.heading__tag-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
}
.heading__tag-arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .heading__tag-arrow {
    width: 0.6875rem;
  }
}

.inhouse-achievement {
  padding: 2px 20px 20px;
  padding: 0.125rem 1.25rem 1.25rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .inhouse-achievement {
    padding: 0.96875rem;
  }
}

.inhouse-achievement__img {
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin-inline: auto;
}
.inhouse-achievement__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .inhouse-achievement__img img {
    aspect-ratio: 255/170;
  }
}

.inhouse-achievement__name {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  border-left: 4px solid #FFF715;
  border-left: 0.25rem solid #FFF715;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .inhouse-achievement__name {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

.inhouse-achievement__desc {
  margin-top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #000;
}

.inhouse-achievement__tags {
  margin-top: 2px;
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .inhouse-achievement__tags {
    margin-top: 0.9375rem;
  }
}

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

.inhouse__inner {
  max-width: 1140px;
  max-width: 71.25rem;
}

.inhouse__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .inhouse__lead {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

.inhouse__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 767px) {
  .inhouse__lead-text {
    line-height: 1.45;
  }
}

.inhouse__lead-text--space {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .inhouse__lead-text--space {
    margin-top: 0;
  }
}

.inhouse__intros {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .inhouse__intros {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.inhouse__intro {
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  background-color: #F6F6F6;
  border-radius: 0.75rem;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .inhouse__intro {
    padding: 1.25rem 0.9375rem;
  }
}

.inhouse__intro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .inhouse__intro-head {
    padding-bottom: 0.75rem;
    gap: 0;
  }
}

.inhouse__intro-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1849D9;
}
@media screen and (max-width: 767px) {
  .inhouse__intro-title {
    font-size: 1.25rem;
  }
}

.inhouse__intro-avatar {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inhouse__intro-avatar img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.inhouse__intro-txt {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
  color: #000;
}
.inhouse__achievements {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 34px 30px 42px;
  padding: 2.125rem 1.875rem 2.625rem;
  background-color: #F6F6F6;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .inhouse__achievements {
    padding: 2.3125rem 0.9375rem 2.5rem;
    margin-top: 2.5rem;
  }
}

.inhouse__sub-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
}
@media screen and (max-width: 767px) {
  .inhouse__sub-title {
    font-size: 1.25rem;
  }
}

.inhouse__achievement-list {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .inhouse__achievement-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.3125rem;
  }
}

.inhouse__others {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .inhouse__others {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.inhouse__other {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .inhouse__other {
    padding: 0.9375rem;
  }
}

.inhouse__other-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inhouse__other-head {
    gap: 0;
  }
}

.inhouse__other-name {
  padding-left: 3px;
  padding-left: 0.1875rem;
  border-left: 4px solid #FFF715;
  border-left: 0.25rem solid #FFF715;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .inhouse__other-name {
    font-size: 1.125rem;
  }
}

.inhouse__other-sub {
  font-size: 13px;
  font-size: 0.8125rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .inner.inner {
    max-width: 600px;
  }
}
.lower-mv {
  background-color: #000;
  color: #fff;
  padding-top: 195px;
  padding-top: 12.1875rem;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
}
@media screen and (max-width: 767px) {
  .lower-mv {
    padding-top: 7rem;
    padding-bottom: 3.75rem;
  }
}

.lower-mv__inner {
  width: 100%;
  padding-left: 11.8055555556vw;
  padding-right: 11.8055555556vw;
}
@media screen and (max-width: 767px) {
  .lower-mv__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.lower-mv__head {
  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;
  gap: 0px;
  gap: 0rem;
}

.lower-mv .section-title--left .section-title__head {
  -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) {
  .lower-mv .section-title__en {
    letter-spacing: 0;
  }
}

.lower-mv__icon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lower-mv__icon {
    width: 1rem;
    height: 1rem;
  }
}

.lower-mv__label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lower-mv__label {
    font-size: 1rem;
  }
}

.lower-mv__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 98px;
  font-size: 6.125rem;
  color: #FFF715;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .lower-mv__title {
    font-size: 2.8125rem;
    margin-top: 0.3125rem;
  }
}

.lower-mv__desc {
  margin-top: 9px;
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .lower-mv__desc {
    margin-top: 1.5rem;
    gap: 0;
  }
}

.lower-mv__desc-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lower-mv__desc-text {
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

.lower-mv__desc-text.lower-mv__desc-text-narrow {
  letter-spacing: 0.01em;
}

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

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

.maintenance {
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .maintenance {
    padding: 3.75rem 0 0;
  }
}

.maintenance__inner {
  max-width: 1140px;
  max-width: 71.25rem;
}

.maintenance__lead {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maintenance__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.maintenance__lead-text--blue {
  color: #1849D9;
}

.maintenance__intro {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .maintenance__intro {
    margin-top: 2.5rem;
  }
}

.maintenance__cost {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .maintenance__cost {
    margin-top: 2.1875rem;
  }
}

.maintenance__cost-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1849D9;
}

.maintenance__cost-list {
  margin-top: 6px;
  margin-top: 0.375rem;
  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;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .maintenance__cost-list {
    margin-top: 0.4375rem;
    gap: 1rem;
  }
}

.maintenance__cost-item {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.maintenance__cost-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .maintenance__cost-item {
    padding-left: 1.5625rem;
  }
}

.maintenance__cost-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .maintenance__cost-name {
    line-height: 1.2;
  }
}

.maintenance__cost-desc {
  margin-top: 4px;
  margin-top: 0.25rem;
  line-height: 1.1;
  color: #333;
}

.maintenance__person {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 40px 173px 40px 50px;
  padding: 2.5rem 10.8125rem 2.5rem 3.125rem;
  background-color: #F6F6F6;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .maintenance__person {
    margin-top: 6.8125rem;
    padding: 1.875rem 0.3125rem 1.875rem 0.9375rem;
    border-radius: 1rem;
    gap: 1.1875rem;
  }
}

.maintenance__engineer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maintenance__engineer-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1849D9;
}
@media screen and (max-width: 767px) {
  .maintenance__engineer-title {
    line-height: 1.4;
  }
}

.maintenance__engineer-text {
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .maintenance__engineer-text {
    line-height: 1.4;
  }
}

.maintenance__achievements {
  margin-top: 37px;
  margin-top: 2.3125rem;
  border: 1px solid #1849D9;
  border: 0.0625rem solid #1849D9;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .maintenance__achievements {
    margin-top: 2.5rem;
    border-radius: 0.375rem;
  }
}

.maintenance__achievements-title {
  background-color: #1849D9;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 0 3px;
  padding: 0.5rem 0 0.1875rem;
}
@media screen and (max-width: 767px) {
  .maintenance__achievements-title {
    font-size: 1.375rem;
    padding: 0.6875rem;
    line-height: 1;
  }
}

.maintenance__achievement-list {
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 40px 26px;
  padding: 2.3125rem 2.5rem 1.625rem;
  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;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .maintenance__achievement-list {
    padding: 1.5rem 0.9375rem;
    gap: 1.25rem;
  }
}

.maintenance__achievement-item {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .maintenance__achievement-item {
    font-size: 1.25rem;
    line-height: 1.25;
    line-break: strict;
    word-break: normal;
    word-wrap: anywhere;
  }
}

.message {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 113px;
  padding-bottom: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.message__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__inner {
    margin-left: auto;
    width: 100%;
  }
}

.message__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 36.1%;
  grid-template-areas: "title image" "body  image";
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 14px;
  row-gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .message__wrap {
    margin-top: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.message__title {
  grid-area: title;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .message__title {
    font-size: 1.5rem;
  }
}

.message__img {
  grid-area: image;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
}
.message__img picture,
.message__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 361/390;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .message__img picture,
  .message__img img {
    aspect-ratio: 300/320;
  }
}
@media screen and (max-width: 767px) {
  .message__img {
    margin-top: 0.875rem;
    width: 87%;
  }
}

.message__body {
  grid-area: body;
  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) {
  .message__body {
    margin-top: 2.1875rem;
  }
}

.message__text {
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .message__text {
    letter-spacing: 0.04em;
  }
}

.message__text + .message__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .message__text + .message__text {
    margin-top: 0.875rem;
  }
}

.message__accent {
  font-weight: 700;
  color: #1849D9;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .message__accent {
    margin-top: 0.875rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.message__profile {
  margin-top: 43px;
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  gap: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .message__profile {
    margin-top: 0.5625rem;
    gap: 0.1875rem;
  }
}

.message__role {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .message__role {
    font-size: 1rem;
  }
}

.message__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .message__name {
    font-size: 1.375rem;
    line-height: 1;
  }
}

.mission {
  padding: 156px 0;
  padding: 9.75rem 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .06) 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .mission {
    padding: 5rem 0;
    background-image: linear-gradient(rgba(0, 0, 0, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px);
    background-size: 16px 16px;
  }
}

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

.mission__body {
  margin-top: 40px;
  margin-top: 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;
  gap: 24px;
  gap: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mission__body {
    margin-top: 2.1875rem;
    gap: 0.8125rem;
  }
}

.mission__text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mission__text {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

.more {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .more {
    padding-bottom: 3.75rem;
  }
}

.more__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .more__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.more__box {
  padding: 95px 102px;
  padding: 5.9375rem 6.375rem;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .more__box {
    padding: 3.75rem 1.25rem;
  }
}

.more__text {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .more__text {
    margin-top: 2rem;
  }
}

.more__btn {
  margin-top: 70px;
  margin-top: 4.375rem;
  width: 350px;
  width: 21.875rem;
  padding: 25px 28px;
  padding: 1.5625rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .more__btn {
    margin-top: 2rem;
    width: calc(100% + 0.625rem);
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    padding: 1.375rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mv {
  width: 100%;
  position: relative;
  min-height: 700px;
  min-height: 43.75rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 32.5rem;
  }
}

.mv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv__swiper,
.mv__slide,
.mv__slide img,
.mv__slide picture {
  height: inherit;
}

.mv__slide img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/1017;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .mv__slide img {
    aspect-ratio: 368/700;
  }
}

.swiper,
.swiper-initialized,
.swiper-horizontal,
.swiper-android,
.swiper-backface-hidden {
  padding-bottom: 0;
}

.mv__titles {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__titles {
    top: 31%;
  }
}

.mv__title {
  color: #fff;
  font-size: clamp(46px, 39.555px + 0.8403vw, 53px);
  font-size: clamp(2.875rem, 2.4722rem + 0.8403vw, 3.3125rem);
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.452;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: clamp(1.4375rem, 0.6352rem + 3.8902vw, 2.5rem);
  }
}

.person-card {
  background-color: #F6F6F6;
  border-radius: 0.75rem;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  padding: 40px 160px 40px 40px;
  padding: 2.5rem 10rem 2.5rem 2.5rem;
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  grid-template-areas: "title  title" "avatar text";
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 16px;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .person-card {
    padding: 1.25rem 0.9375rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title  avatar" "text   text";
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.person-card__title {
  grid-area: title;
  color: #1849D9;
  font-weight: 700;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .person-card__title {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.2;
  }
}

.person-card__avatar {
  grid-area: avatar;
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .person-card__avatar {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.person-card__avatar img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-card__text {
  grid-area: text;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .person-card__text {
    padding-top: 1rem;
    border-top: 0.0625rem solid #000;
    line-height: 1.45;
  }
}

.plan {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 0rem;
    padding-bottom: 3.75rem;
  }
}

.plan__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.plan__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__lead {
    margin-top: 0.8125rem;
  }
}

.plan__cards {
  margin-top: 70px;
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan__cards {
    grid-template-columns: 1fr;
    margin-top: 1.5625rem;
    gap: 1.3125rem;
  }
}

.plan__card {
  padding: 18px 34px;
  padding: 1.125rem 2.125rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .plan__card {
    padding: 1.375rem 0.9375rem 1.75rem;
  }
}

.plan__card-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan__card-title {
    letter-spacing: 0.02em;
  }
}

.plan__card-price {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #155DFC;
  letter-spacing: 0.037em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan__card-price {
    font-size: 2rem;
    margin-top: 0.625rem;
  }
}

.plan__card-list {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .plan__card-list {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}

.plan__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.plan__card-icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.plan__option {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .plan__option {
    margin-top: 2.125rem;
  }
}

.plan__option-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.plan__option-table-wrap {
  margin-top: 16px;
  margin-top: 1rem;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .plan__option-table-wrap {
    margin-top: 0.625rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.plan__option-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
}
.plan__option-table thead th {
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .plan__option-table thead th {
    padding: 1rem 0.75rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .plan__option-table thead th:first-child {
    min-width: 19.4375rem;
  }
}
.plan__option-table thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .plan__option-table thead th:last-child {
    min-width: 10.9375rem;
  }
}
.plan__option-table tbody td {
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem;
  border-right: 1px solid #CACACA;
  border-right: 0.0625rem solid #CACACA;
  border-bottom: 1px solid #CACACA;
  border-bottom: 0.0625rem solid #CACACA;
}
@media screen and (max-width: 767px) {
  .plan__option-table tbody td {
    padding: 1rem 1.25rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .plan__option-table tbody td:first-child {
    min-width: 19.4375rem;
  }
}
.plan__option-table tbody td:last-child {
  border-right: none;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .plan__option-table tbody td:last-child {
    min-width: 10.9375rem;
    text-align: center;
  }
}
.plan__option-table tbody tr:last-child td {
  border-bottom: none;
}

.plan__dropdown {
  margin-top: 16px;
  margin-top: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.plan__dropdown.is-open {
  -webkit-box-shadow: inset 0 0 0 0.0625rem #CACACA;
          box-shadow: inset 0 0 0 0.0625rem #CACACA;
}

.plan__dropdown-summary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  background: none;
  font-family: inherit;
  text-align: left;
  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;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .plan__dropdown-summary {
    padding: 1.25rem 1.4375rem;
    font-size: 1rem;
  }
}
.plan__dropdown-summary::after {
  content: "";
  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: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.plan__dropdown.is-open .plan__dropdown-summary::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.plan__dropdown-summary--blue {
  background-color: #1849D9;
  line-height: 1;
}

.plan__dropdown-summary--black {
  background-color: #000;
  line-height: 1;
}

.plan__dropdown-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
}

.plan__dropdown-body--server {
  padding: 0;
}

.plan__option-table-wrap--server {
  margin-top: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .plan__option-table-wrap--server {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.plan__option-table--server {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .plan__option-table--server {
    table-layout: auto;
  }
}
.plan__option-table--server thead th,
.plan__option-table--server tbody td {
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  border-right: 1px solid #CACACA;
  border-right: 0.0625rem solid #CACACA;
  border-bottom: 1px solid #CACACA;
  border-bottom: 0.0625rem solid #CACACA;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .plan__option-table--server thead th,
  .plan__option-table--server tbody td {
    padding: 0.875rem 1rem;
    white-space: nowrap;
    word-break: normal;
  }
}
.plan__option-table--server thead th:first-child,
.plan__option-table--server tbody td:first-child {
  border-left: 1px solid #CACACA;
  border-left: 0.0625rem solid #CACACA;
}
.plan__option-table--server thead th {
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #CACACA;
  border-top: 0.0625rem solid #CACACA;
}
.plan__option-table--server tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
}
.plan__option-table--server tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
}

.plan__option-table--server-blue thead th {
  background-color: #6485E5;
}
.plan__option-table--server-blue th:first-child,
.plan__option-table--server-blue td:first-child {
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .plan__option-table--server-blue th:first-child,
  .plan__option-table--server-blue td:first-child {
    width: auto;
    min-width: 12.5rem;
  }
}

.plan__option-table--server-dark thead th {
  background-color: #474F65;
}
.plan__option-table--server-dark th:first-child,
.plan__option-table--server-dark td:first-child {
  width: 26.8181818182%;
}
@media screen and (max-width: 767px) {
  .plan__option-table--server-dark th:first-child,
  .plan__option-table--server-dark td:first-child {
    width: auto;
    min-width: 12.5rem;
  }
}

.policy {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.policy__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.policy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .policy__items {
    gap: 2.5rem;
  }
}

.policy__item {
  padding: 40px;
  padding: 2.5rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .policy__item {
    padding: 1.5rem 0.9375rem;
  }
}

.policy__item-title {
  position: relative;
  padding-left: 6px;
  padding-left: 0.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.policy__item-title::before {
  content: "";
  position: absolute;
  top: 4px;
  top: 0.25rem;
  bottom: 4px;
  bottom: 0.25rem;
  left: 0;
  width: 3px;
  width: 0.1875rem;
  background-color: #FFF715;
}

.policy__item-subtitle {
  margin-top: 2px;
  margin-top: 0.125rem;
  display: block;
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
  background-color: rgba(255, 248, 31, .47);
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  .policy__item-subtitle {
    margin-top: 0.8125rem;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  }
}

.policy__item-body {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy__item-body {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.policy__item-text {
  line-height: 1.35;
}

.policy__item-list {
  list-style: none;
  counter-reset: policy-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .policy__item-list {
    gap: 0rem;
  }
}

.policy__item-list-item {
  counter-increment: policy-counter;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .policy__item-list-item {
    line-height: 1.5;
    padding-left: 1.5625rem;
  }
}
.policy__item-list-item::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  width: 1.25rem;
  text-align: right;
  font-weight: 400;
  color: #333;
}

.policy__item-list-item.policy__item-list-item--wide {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.policy__item-signature {
  margin-top: 32px;
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .policy__item-signature {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.policy__item-sign-line {
  display: inline-block;
}

.process {
  background-color: #fff;
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .process {
    padding: 3.1875rem 0 3.75rem;
  }
}

.process__inner {
  max-width: 942px;
  max-width: 58.875rem;
}

.process__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, 17.75rem);
  grid-auto-rows: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .process__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.process__content {
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.75rem;
  padding: 33px 20px 32px 20px;
  padding: 2.0625rem 1.25rem 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  gap: 1.5625rem;
  min-height: 149px;
  min-height: 9.3125rem;
}
@media screen and (max-width: 767px) {
  .process__content {
    padding: 1rem;
    gap: 1.125rem;
    min-height: 6.9375rem;
  }
}

.process__step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 71px;
  width: 4.4375rem;
  height: 71px;
  height: 4.4375rem;
  border-radius: 50%;
  background-color: #1849D9;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .process__step {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.process__step-label {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.process__step-num {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .process__step-num {
    font-size: 1.5rem;
  }
}

.process__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .process__body {
    gap: 0.5rem;
  }
}

.process__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .process__title {
    line-height: 1;
  }
}

/* =========================================================
   [試作 / 後で戻せる] process 順次点灯アニメーション
   - レイアウト（位置・高さ）に影響しない filter / box-shadow のみ使用
   - JSが .js-process-flow に is-flow-ready を付けたときだけ「暗い初期状態」が有効
     → JS無効・モーション低減時は通常表示（青いバッジ）のまま
   - 戻す場合: このブロックと HTML の js-process-flow / JSブロックを削除
   ========================================================= */
.process.js-process-flow.is-flow-ready .process__step {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: grayscale(1) brightness(0.6);
          filter: grayscale(1) brightness(0.6);
  opacity: 0.4;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: opacity 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
  transition: opacity 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
}

.process.js-process-flow.is-flow-ready .process__step.is-lit {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 73, 217, .18), 0 0 0.875rem rgba(24, 73, 217, .35);
          box-shadow: 0 0 0 0.25rem rgba(24, 73, 217, .18), 0 0 0.875rem rgba(24, 73, 217, .35);
  -webkit-animation: process-step-pop 0.5s ease;
          animation: process-step-pop 0.5s ease;
}

@-webkit-keyframes process-step-pop {
  0% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  55% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes process-step-pop {
  0% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  55% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.project {
  background-color: #222;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .project {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.project .section-title__ja {
  color: #fff;
}

.project__subtitle {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .project__subtitle {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.project__categories {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .project__categories {
    margin-top: 2.5rem;
    gap: 1.125rem;
  }
}

.project__category-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 11.8055555556%;
}
@media screen and (max-width: 767px) {
  .project__category-title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    padding-left: 2.9375rem;
  }
}

.project__link {
  display: block;
  text-decoration: none;
}

.project__img {
  overflow: hidden;
  aspect-ratio: 325/203;
}
.project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
}

.project__text {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  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: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .project__text {
    font-size: 0.75rem;
  }
}

.project__tag {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .project__tag {
    margin-top: 0.375rem;
    font-size: 0.6875rem;
    padding: 0.125rem 0.5rem;
  }
}

.project__category .swiper {
  container-type: inline-size;
  --marquee-base: 100cqw;
}

.project__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((var(--marquee-base) - 3.125rem) / 3.5);
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .project__slide {
    width: calc((var(--marquee-base) - 0.3rem) / 1.3);
    margin-right: 1rem;
  }
}

.project__slides--marquee {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: project-marquee linear infinite;
          animation: project-marquee linear infinite;
  will-change: transform;
}

.project__slides--reverse {
  animation-direction: reverse;
}

@-webkit-keyframes project-marquee {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes project-marquee {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.project__btn-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  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) {
  .project__btn-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .project__btn-wrap .btn {
    font-size: 1rem;
  }
}

.qa {
  padding-bottom: 113px;
  padding-bottom: 7.0625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .qa {
    padding-bottom: 3.4375rem;
  }
}

.qa__bg {
  position: relative;
  isolation: isolate;
  padding: 66px 11.8055555556vw 72px;
  padding: 4.125rem 11.8055555556vw 4.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa__bg {
    padding: 3.75rem 0rem;
  }
}
.qa__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 11.8055555556vw;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .qa__bg::before {
    right: 0;
  }
}

.qa__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .qa__title.section-title--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa__lead {
  margin-top: 16px;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa__lead {
    margin-top: 1rem;
    text-align: center;
  }
}

.qa__contents {
  margin-top: 66px;
  margin-top: 4.125rem;
  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) {
  .qa__contents {
    margin-top: 1.625rem;
  }
}

.qa__item {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #333;
  overflow: hidden;
}

.qa__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 0.8125rem;
  width: 100%;
  padding: 24px;
  padding: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  font: inherit;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .qa__q {
    gap: 0.5rem;
    padding: 1rem 0.9375rem;
  }
}

.qa__q-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa__q-mark {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.03125rem;
  }
}

.qa__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0A0A0A;
}

.qa__q-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  border-bottom: 2px solid #000;
  border-bottom: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.qa__item.is-open .qa__q-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

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

.qa__a-inner {
  padding: 0 84px 24px 24px;
  padding: 0 5.25rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .qa__a-inner {
    padding: 0 2.125rem 1.25rem 1.0625rem;
  }
}

.qa__a-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #364153;
}
.qa__btn-wrap {
  margin-top: 44px;
  margin-top: 2.75rem;
  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) {
  .qa__btn-wrap {
    margin-top: 2.375rem;
  }
}

.recruit-cta {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-cta {
    padding-top: 3.75rem;
    padding-bottom: 3.5rem;
    margin-bottom: 1.625rem;
  }
}

.recruit-cta__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.recruit-cta__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.recruit-cta__lead {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-cta__lead {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.recruit-cta__btn {
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  width: 21.875rem;
  padding: 25px 28px;
  padding: 1.5625rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-cta__btn {
    width: 21.5625rem;
    padding: 1.25rem 1.25rem;
    font-size: 1.25rem;
  }
}

.recruit-cta__contact {
  margin-top: 43px;
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-cta__contact {
    margin-top: 2.875rem;
  }
}

.recruit-cta__contact-label {
  font-weight: 700;
  color: #fff;
}

.recruit-cta__contact-items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.recruit-cta__contact-item {
  color: #fff;
}

.recruit-cta__contact-link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .recruit-cta__contact-link:hover {
    opacity: 0.7;
  }
}

.recruit {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.recruit__inner {
  max-width: 942px;
  max-width: 58.875rem;
  margin-left: auto;
  margin-right: auto;
}

.recruit__lead {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit__lead {
    margin-top: 0.75rem;
  }
}

.recruit__tabs {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .recruit__tabs {
    margin-top: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.recruit__tab {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-align: center;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, border-width 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, border-width 0.2s ease;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .recruit__tab {
    font-size: 0.875rem;
    color: #888;
    padding: 0.75rem 0.375rem;
    padding-bottom: 0.875rem;
  }
}
@media (any-hover: hover) {
  .recruit__tab:hover {
    color: #000;
  }
}
.recruit__tab.is-active {
  color: #000;
  border-bottom: 3px solid #FFF715;
  border-bottom: 0.1875rem solid #FFF715;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit__tab.is-active {
    padding-bottom: 0.75rem;
  }
}

.recruit__panel {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit__panel {
    margin-top: 1.875rem;
  }
}
.recruit__panel.is-active {
  display: block;
}

.recruit__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__items {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 21px 28px;
  padding: 1.3125rem 1.75rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit__item {
    padding: 1.25rem 0.8125rem 1.25rem 0.9375rem;
  }
}

.recruit__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: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.recruit__item-icon picture,
.recruit__item-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit__item-title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit__item-title {
    font-size: 1.375rem;
    margin-top: 0.4375rem;
  }
}

.recruit__item-desc {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit__item-desc {
    font-size: 1rem;
    margin-top: 0rem;
  }
}

.recruit__item-skills {
  margin-top: 23px;
  margin-top: 1.4375rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd;
  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) {
  .recruit__item-skills {
    margin-top: 0.8125rem;
    padding-top: 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    row-gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit__item-skills > .recruit__item-skills-label {
    width: 100%;
  }
  .recruit__item-skills > .recruit__tags {
    display: contents;
  }
}

.recruit__item-skills-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000;
}

.recruit__item-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit__item-check {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.recruit__item-check svg {
  width: 100%;
  height: 100%;
}

.recruit__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.recruit__tag {
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #2A2A2A;
  border: 0.0625rem solid #2A2A2A;
  border-radius: 0.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2A2A2A;
  line-height: 1;
}

.recruit__tag--plain {
  background: none;
  border: none;
  padding: 3px 0;
  padding: 0.1875rem 0;
}

.recruit__tags--lang .recruit__tag {
  background-color: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  font-weight: 700;
}
.recruit__tags--lang .recruit__tag--plain {
  background: none;
  border: none;
  color: #333;
  font-weight: 400;
}

.recruit__info {
  border-top: 1px solid #CACACA;
  border-top: 0.0625rem solid #CACACA;
}

.recruit__info-row {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 16px;
  gap: 1rem;
  padding: 20px 8px;
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid #CACACA;
  border-bottom: 0.0625rem solid #CACACA;
}
@media screen and (max-width: 767px) {
  .recruit__info-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 1rem 0.25rem;
  }
}

.recruit__info-label {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
}

.recruit__info-value {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit__info-value {
    font-size: 0.875rem;
  }
}

.recruit__welfare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .recruit__welfare {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.recruit__welfare-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  background-color: #F5F5F5;
  border-radius: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit__welfare-item {
    font-size: 1rem;
    padding: 1rem;
  }
}

.recruit__welfare-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  width: 1.5rem;
}
.recruit__welfare-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit__welfare-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit__flow {
  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;
  counter-reset: recruit-flow;
}

.recruit__flow-step {
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
}

.recruit__flow-num {
  display: inline-block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  background-color: #FFF715;
  border-radius: 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
}

.recruit__flow-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit__flow-title {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.recruit__flow-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit__flow-text {
    font-size: 0.8125rem;
    line-height: 1.35;
  }
}

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

.section-title__head {
  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;
  gap: 5px;
  gap: 0.3125rem;
}

.section-title__icon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-title__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.section-title__ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title__ja {
    font-size: 1rem;
  }
}

.section-title__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 98px;
  font-size: 6.125rem;
  color: #1849D9;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.8125rem;
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title--lg.section-title__en {
    font-size: 3.125rem;
  }
}

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

.section-title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.section-title--left .section-title__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title--blue .section-title__en {
  color: #1849D9;
}

.section-title--dark .section-title__en {
  color: #222;
}

.section-title--yellow .section-title__en {
  color: #FFF715;
}

.section-title--yellow-shadow .section-title__en {
  color: #FFF715;
  text-shadow: -1px -1px 0 #FDC700, 1px -1px 0 #FDC700, -1px 1px 0 #FDC700, 1px 1px 0 #FDC700;
}

.section-title--yellow-stroke .section-title__en {
  color: #FDF754;
  -webkit-text-stroke: 2px #BEB938;
  -webkit-text-stroke: 0.125rem #BEB938;
  paint-order: stroke fill;
}

.service-box {
  border: 1px solid #2B2B2B;
  border: 0.0625rem solid #2B2B2B;
  border-radius: 0.375rem;
  padding: 53px 40px 38px;
  padding: 3.3125rem 2.5rem 2.375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service-box {
    padding: 1.875rem 0.8125rem;
    border-radius: 0.625rem;
  }
}

.service-title {
  background-color: #000;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .service-title {
    padding: 1.25rem;
  }
}

.service-title__text {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service-title__text {
    letter-spacing: 0;
    line-height: 1;
  }
}

.service {
  padding-top: 82px;
  padding-top: 5.125rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}

.service__inner {
  max-width: 1140px;
  max-width: 71.25rem;
}

.service__lead {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service__lead {
    margin-top: 0.6875rem;
    gap: 0;
  }
}

.service__lead-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .service__lead-text {
    font-size: 0.875rem;
  }
}

.service__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .service__cards {
    margin-top: 2.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.service__card {
  width: 356px;
  width: 22.25rem;
  background-color: #000;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
  padding: 32px 19px 28px;
  padding: 2rem 1.1875rem 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service__card {
    width: 100%;
    padding: 1.25rem 1.1875rem 1.25rem;
  }
}

.service__card-icon {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  border-radius: 50%;
  border: 1px solid #9799A8;
  background-color: #FDFDFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service__card-icon-img {
  width: 89px;
  width: 5.5625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__card-icon-img--02 {
  width: 106px;
  width: 6.625rem;
}

.service__card-icon-img--03 {
  width: 65px;
  width: 4.0625rem;
}

.service__card-title {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FDF754;
}
@media screen and (max-width: 767px) {
  .service__card-title {
    margin-top: 1.0625rem;
    font-size: 1.5rem;
  }
}

.service__card-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .service__card-text {
    margin-top: 0.9375rem;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.service__card-text + .service__card-text {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.service__card-btn-wrap {
  margin-top: auto;
  padding-top: 24px;
  padding-top: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .service__card-btn-wrap {
    padding-top: 1.0625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service__card-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;
  position: relative;
  width: 200px;
  width: 12.5rem;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  border-radius: 624.9375rem;
  background-color: #1849D9;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .service__card-btn:hover {
    opacity: 0.85;
  }
  .service__card-btn:hover .service__card-btn-arrow {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}
.service__card-btn:focus-visible {
  outline: 2px solid #FFF715;
  outline: 0.125rem solid #FFF715;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .service__card-btn {
    width: 19.0625rem;
  }
}

.service__card-btn-arrow {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 5px;
  height: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.service__card-btn-arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__desc {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__desc {
    margin-top: 3.625rem;
  }
}

.service__desc-text {
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .service__desc-text {
    line-height: 1.5;
  }
}

.site {
  padding-top: 82px;
  padding-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .site {
    padding-top: 3.5rem;
  }
}

.site__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
}

.site__lead {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .site__lead {
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 1.45;
  }
}

.site__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .site__items {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.site__item {
  padding: 34px 38px 51px;
  padding: 2.125rem 2.375rem 3.1875rem;
  border: 2px solid #CACACA;
  border: 0.125rem solid #CACACA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .site__item {
    padding: 1.5rem 0.8125rem 1.625rem;
  }
}

.site__item-head {
  display: grid;
  grid-template-columns: 1fr 35.2250489237%;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .site__item-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.site__item-body {
  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) {
  .site__item-body {
    gap: 0.875rem;
  }
}

.site__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 2px solid #1849D9;
  border-bottom: 0.125rem solid #1849D9;
}
@media screen and (max-width: 767px) {
  .site__item-title {
    font-size: 1.25rem;
    padding-bottom: 0.375rem;
  }
}

.site__item-desc {
  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;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .site__item-desc {
    gap: 0.625rem;
  }
}

.site__item-img {
  width: 100%;
}
.site__item-img picture,
.site__item-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .site__item-img picture,
  .site__item-img img {
    aspect-ratio: 315/176;
  }
}

.site__item-features {
  margin-top: 36px;
  margin-top: 2.25rem;
  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) {
  .site__item-features {
    margin-top: 1.4375rem;
    gap: 0.5rem;
  }
}

.site__feature {
  border-radius: 0.375rem;
  overflow: hidden;
}

.site__feature--dark {
  background-color: #000;
  color: #fff;
}

.site__feature--gray {
  background-color: #222;
  color: #fff;
}

.site__feature-head {
  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: 12px;
  gap: 0.75rem;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  font: inherit;
  color: inherit;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .site__feature-head {
    padding: 1.125rem 0.625rem;
  }
}

.site__feature-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .site__feature-title {
    font-size: 1rem;
  }
}

.site__feature-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .site__feature-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.site__feature.is-open .site__feature-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 2px;
  margin-top: 0.125rem;
}

.site__feature-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: #fff;
  color: #333;
}

.site__feature-body-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site__feature-body-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.site__feature-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.site__feature-table thead tr {
  background-color: #414040;
}
.site__feature-table th,
.site__feature-table td {
  padding: 16px 16px;
  padding: 1rem 1rem;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site__feature-table th,
  .site__feature-table td {
    padding: 0.84375rem 0.75rem;
    white-space: nowrap;
  }
}
.site__feature-table th {
  font-weight: 700;
  color: #fff;
}
.site__feature-table th:first-child,
.site__feature-table td:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .site__feature-table th:first-child,
  .site__feature-table td:first-child {
    width: auto;
    min-width: 14.0625rem;
  }
}

.site__feature-table--option thead tr {
  background-color: #474F65;
}
.site__feature-table--option th:first-child,
.site__feature-table--option td:first-child {
  width: 34.2465753425%;
}
@media screen and (max-width: 767px) {
  .site__feature-table--option th:first-child,
  .site__feature-table--option td:first-child {
    width: auto;
    min-width: 14.0625rem;
  }
}
.site__feature-table--option th:nth-child(2),
.site__feature-table--option td:nth-child(2) {
  width: auto;
}
.site__feature-table--option th:last-child,
.site__feature-table--option td:last-child {
  width: 17.3189823875%;
}
@media screen and (max-width: 767px) {
  .site__feature-table--option th:last-child,
  .site__feature-table--option td:last-child {
    width: 5rem;
  }
}

.site__feature-price {
  white-space: nowrap;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  z-index: 100;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}

.sp-nav::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: -1;
}

.sp-nav .is-active {
  display: block;
}

.sp-nav__inner {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: inherit;
}

.sp-nav__items {
  padding-top: 208px;
  padding-top: 13rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  height: 100vh;
  overflow: scroll;
  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;
}

.sp-nav__item {
  padding-top: 32px;
  padding-top: 2rem;
}

.sp-nav__item a {
  color: #000;
  text-align: center;
  display: inline-block;
}

.sp-nav__item:first-child {
  padding-top: 0;
}

.strength {
  background-color: #fff;
}

.strength__bg {
  position: relative;
  isolation: isolate;
  padding: 92px 11.8055555556vw 94px;
  padding: 5.75rem 11.8055555556vw 5.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .strength__bg {
    padding: 3.75rem 0;
  }
}
.strength__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11.8055555556vw;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .strength__bg::before {
    left: 0;
  }
}

.strength__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .strength__inner {
    max-width: 100%;
  }
}

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

.strength__items {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .strength__items {
    margin-top: 1.625rem;
    grid-template-columns: 1fr;
    gap: 1.4375rem;
  }
}

.strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 27px 60px 25px;
  padding: 1.25rem 1.6875rem 3.75rem 1.5625rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .strength__item {
    padding: 1.125rem 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.strength__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: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.strength__item-icon picture,
.strength__item-icon img {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength__item-title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1849D9;
}
@media screen and (max-width: 767px) {
  .strength__item-title {
    margin-top: 0.6875rem;
    font-size: 1.375rem;
  }
}

.strength__item-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .strength__item-text {
    margin-top: 0.3125rem;
    font-size: 1rem;
    text-align: center;
  }
}

.system {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .system {
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
  }
}

.system__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
}

.system__lead {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .system__lead {
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 1.45;
  }
}

.system__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .system__items {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.system__item {
  padding: 34px 38px 51px;
  padding: 2.125rem 2.375rem 3.1875rem;
  border: 2px solid #CACACA;
  border: 0.125rem solid #CACACA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .system__item {
    padding: 1.5rem 0.8125rem 1.625rem;
  }
}

.system__item-head {
  display: grid;
  grid-template-columns: 1fr 35.2250489237%;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .system__item-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.system__item-body {
  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) {
  .system__item-body {
    gap: 0.875rem;
  }
}

.system__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 2px solid #1849D9;
  border-bottom: 0.125rem solid #1849D9;
}
@media screen and (max-width: 767px) {
  .system__item-title {
    font-size: 1.25rem;
    padding-bottom: 0.375rem;
  }
}

.system__item-desc {
  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;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .system__item-desc {
    gap: 0.625rem;
  }
}

.system__item-img {
  width: 100%;
}
.system__item-img picture,
.system__item-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/210;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .system__item-img picture,
  .system__item-img img {
    aspect-ratio: 315/196;
  }
}

.system__item-features {
  margin-top: 36px;
  margin-top: 2.25rem;
  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) {
  .system__item-features {
    margin-top: 1.4375rem;
    gap: 0.5rem;
  }
}

.system__feature {
  border-radius: 0.375rem;
  overflow: hidden;
}

.system__feature--dark {
  background-color: #000;
  color: #fff;
}

.system__feature--gray {
  background-color: #222;
  color: #fff;
}

.system__feature-head {
  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: 12px;
  gap: 0.75rem;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  font: inherit;
  color: inherit;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .system__feature-head {
    padding: 1.125rem 0.625rem;
  }
}

.system__feature-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .system__feature-title {
    font-size: 1rem;
  }
}

.system__feature-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .system__feature-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.system__feature.is-open .system__feature-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 2px;
  margin-top: 0.125rem;
}

.system__feature-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: #fff;
  color: #333;
}

.system__feature-body-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .system__feature-body-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.system__feature-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.system__feature-table thead tr {
  background-color: #414040;
}
.system__feature-table th,
.system__feature-table td {
  padding: 16px 16px;
  padding: 1rem 1rem;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .system__feature-table th,
  .system__feature-table td {
    padding: 0.84375rem 0.75rem;
    white-space: nowrap;
  }
}
.system__feature-table th {
  font-weight: 700;
  color: #fff;
}
.system__feature-table th:first-child,
.system__feature-table td:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .system__feature-table th:first-child,
  .system__feature-table td:first-child {
    width: auto;
    min-width: 14.0625rem;
  }
}

.system__feature-table--option thead tr {
  background-color: #474F65;
}
.system__feature-table--option th:first-child,
.system__feature-table--option td:first-child {
  width: 34.2465753425%;
}
@media screen and (max-width: 767px) {
  .system__feature-table--option th:first-child,
  .system__feature-table--option td:first-child {
    width: auto;
    min-width: 14.0625rem;
  }
}
.system__feature-table--option th:nth-child(2),
.system__feature-table--option td:nth-child(2) {
  width: auto;
}
.system__feature-table--option th:last-child,
.system__feature-table--option td:last-child {
  width: 17.3189823875%;
}
@media screen and (max-width: 767px) {
  .system__feature-table--option th:last-child,
  .system__feature-table--option td:last-child {
    width: 5rem;
  }
}

.system__feature-price {
  white-space: nowrap;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.tag {
  display: inline-block;
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  color: #1849D9;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  border: 1px solid #1849D9;
  border: 0.0625rem solid #1849D9;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .tag {
    padding: 0.1875rem 0.3125rem;
  }
}

.tag-suffix {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
.team {
  background-color: #000;
  color: #fff;
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 184px;
  padding-bottom: 11.5rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .team {
    padding-top: 3.375rem;
    padding-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.team__inner {
  max-width: 940px;
  max-width: 58.75rem;
}

.team .section-title__ja {
  color: #fff;
}

.team__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .team__lead {
    margin-top: 1rem;
  }
}

.team__lead-text {
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .team__lead-text {
    line-height: 1.5;
  }
}

.team__intro {
  margin-top: 69px;
  margin-top: 4.3125rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.75rem;
  padding: 32px 40px;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .team__intro {
    margin-top: 1.875rem;
    padding: 1.875rem 0.9375rem;
  }
}

.team__intro-list {
  list-style: none;
  padding-left: 0;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .team__intro-list {
    gap: 1.25rem;
  }
}

.team__intro-item {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .team__intro-item {
    padding-left: 1.5rem;
  }
}
.team__intro-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  background-color: #FFF715;
}
@media screen and (max-width: 767px) {
  .team__intro-item::before {
    width: 1rem;
    height: 1rem;
  }
}
.team__intro-item strong {
  font-weight: 700;
}

.team__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .team__contents {
    margin-top: 2.5rem;
  }
}

.team__role-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.team__roles {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .team__roles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team__role {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 19px 20px 24px 20px;
  padding: 1.1875rem 1.25rem 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 206px;
  min-height: 12.875rem;
}
@media screen and (max-width: 767px) {
  .team__role {
    border-radius: 0.625rem;
    padding: 1.25rem;
    min-height: 10rem;
  }
}

.team__role-head {
  display: contents;
}
@media screen and (max-width: 767px) {
  .team__role-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.team__role-icon {
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  border-radius: 0.5rem;
  background-color: #1849D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.team__role-icon picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 60%;
}
.team__role-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.team__role-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1849D9;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .team__role-name {
    margin-top: 0;
  }
}

.team__role-desc {
  line-height: 1.8;
  color: #000;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.voice {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
  }
}

.voice__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.voice__lead {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    font-size: 1rem;
    margin-top: 0.6875rem;
  }
}

.voice__cards {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 68.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 1180px) {
  .voice__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .voice__cards {
    margin-top: 1.625rem;
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    gap: 1.25rem;
  }
}

.voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
  background-color: #fff;
  border: 1px solid #CACACA;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.625rem;
  min-height: 345px;
  min-height: 21.5625rem;
}
@media screen and (max-width: 767px) {
  .voice__card {
    padding: 1.25rem 0.9375rem;
    min-height: 16.5rem;
  }
}

.voice__card-head {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #DDD;
  border-bottom: 0.125rem solid #DDD;
  text-align: center;
}

.voice__card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1849D9;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .voice__card-title {
    font-size: 1.25rem;
  }
}

.voice__card-author {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .voice__card-author {
    font-size: 0.8125rem;
    margin-top: 0;
    line-height: 1.4;
  }
}

.voice__card-body {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.85;
  color: #333;
  text-align: left;
}
.voice__btn-wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
  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) {
  .voice__btn-wrap {
    margin-top: 2.5rem;
  }
}
.voice__btn-wrap .btn {
  width: 420px;
  width: 26.25rem;
  padding: 25px 32px;
  padding: 1.5625rem 2rem;
}
@media screen and (max-width: 767px) {
  .voice__btn-wrap .btn {
    font-size: 1rem;
    width: 21.5625rem;
    padding: 1.25rem 1.5rem;
  }
}

.page-ai01 .section-title__en {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-ai01 .section-title__en {
    margin-top: 0.25rem;
  }
}

.page-lp {
  background-color: #0F2A44;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */
