@import "https://fonts.googleapis.com/css2?family=Hind:wght@500&family=Noto+Sans+JP:wght@100..900&display=swap";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cl-blue {
  color: #4db4ff;
}

.cl-green {
  color: #24d460;
}

:root {
  --cl-black: #1f2138;
  --ff-en: "Hind", sans-serif;
  --containerWidth: 1200px;
  --contanerPadding: 0 40px;
  --headerHeight: 78px;
}
@media (max-width: 560px) {
  :root {
    --contanerPadding: 0 20px;
    --headerHeight: 50px;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 560px) {
  .is-pc {
    display: none;
  }
}

.is-mb {
  display: none;
}
@media (max-width: 560px) {
  .is-mb {
    display: block;
  }
}

.d-ib {
  display: inline-block;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ebff00));
  background: linear-gradient(transparent 60%, #ebff00 60%);
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  color: var(--cl-black);
  line-height: 1.6;
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: 700;
}

.textGrad, .gameBlock__name, .gameBlock__number, .mv__mainCopy span, .overlayNavi__title, .heading_en {
  background: linear-gradient(88.84deg, #24d560 11.87%, #4db4ff 89.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.heading_en {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: clamp(20px, 2.6666666667vw, 32px);
  line-height: 1.2;
}

.heading_ja {
  font-size: clamp(20px, 2.6666666667vw, 32px);
  font-weight: 700;
  color: var(--cl-black);
  line-height: 1.2;
}
.heading_ja span {
  font-size: 0.625em;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: var(--headerHeight);
  border-bottom: 1px solid #eee;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  --padding: 0 20px;
}
@media (max-width: 560px) {
  .header {
    --padding: 0 10px;
  }
}
.header__inner {
  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;
  width: inherit;
  padding: var(--padding);
}
.header__logo {
  width: 105px;
}
@media (max-width: 560px) {
  .header__logo {
    width: 50px;
  }
}
.header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 5vw, 60px);
}
@media (max-width: 960px) {
  .header__navi {
    display: none;
  }
}
.header__menus .globalmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 3.3333333333vw, 40px);
  font-weight: 500;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.6666666667vw, 20px);
  --fz: 12px;
}
.header__btn {
  width: 137px;
  height: 40px;
}
.header__btn a::after {
  content: none !important;
}
.header__hum {
  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: 5px;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-transition: gap 0.2s;
  transition: gap 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .header__hum:hover {
    gap: 8px;
  }
}
@media (max-width: 960px) {
  .header__hum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hum span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media (max-width: 560px) {
  .header__hum span {
    width: 60%;
  }
}
.header__hum.is-open {
  gap: 0;
}
.header__hum.is-open span:nth-child(1) {
  -webkit-transform: rotate(30deg) translateY(1px);
  transform: rotate(30deg) translateY(1px);
}
.header__hum.is-open span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.header__hum.is-open span:nth-child(3) {
  -webkit-transform: rotate(-30deg) translateY(-1px);
  transform: rotate(-30deg) translateY(-1px);
}

.footer {
  padding: clamp(40px, 6.6666666667vw, 80px);
  text-align: center;
}
.footer__logo {
  margin: 0 auto;
  margin-bottom: clamp(10px, 1.6666666667vw, 20px);
  width: clamp(70px, 11.6666666667vw, 140px);
}
.footer__cr {
  font-weight: 500;
}

.overlayNavi {
  position: fixed;
  margin-top: var(--headerHeight);
  inset: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 960px) {
  .overlayNavi.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.overlayNavi__title {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: 14px;
  font-weight: 700;
}
.overlayNavi__menu {
  margin-bottom: 40px;
  width: 80%;
}
@media (max-width: 560px) {
  .overlayNavi__menu {
    margin-bottom: 20px;
  }
}
.overlayNavi__menu .globalmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlayNavi__menu .globalmenu li {
  border-bottom: 1px dotted #ddd;
}
.overlayNavi__menu .globalmenu li a {
  padding: 20px 0;
  display: block;
  font-weight: 600;
}
.overlayNavi__cta {
  width: 80%;
  border-radius: 10px;
  overflow: hidden;
}
.overlayNavi__cta .ctaBlock {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (max-width: 560px) {
  .overlayNavi__cta .ctaBlock {
    padding: 25px;
  }
}
.overlayNavi__cta .ctaBlock__text {
  color: var(--cl-black);
}

.globalmenu li a {
  color: #000;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .globalmenu li a:hover {
    background: linear-gradient(88.84deg, #24d560 11.87%, #4db4ff 89.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.ctaBtn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: var(--fz);
  font-weight: 700;
  border-radius: 100em;
  position: relative;
}
.ctaBtn a::after {
  content: "";
  width: clamp(9px, 1.5vw, 18px);
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../../images/arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: clamp(13px, 2.1666666667vw, 26px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ctaBtn--contact a {
  background-color: #e93434;
}
@media (hover: hover) and (pointer: fine) {
  .ctaBtn--contact a:hover {
    background-color: #ee6262;
  }
}
.ctaBtn--dl a {
  background-color: #00bfe9;
}
@media (hover: hover) and (pointer: fine) {
  .ctaBtn--dl a:hover {
    background-color: #1dd6ff;
  }
}

.ctaBlock {
  width: 100%;
  background-color: var(--cl-black);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.ctaBlock__text {
  margin-bottom: clamp(20px, 3.6666666667vw, 44px);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  color: #fff;
}
.ctaBlock__btns {
  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;
  gap: clamp(10px, 3.3333333333vw, 40px);
}
@media (max-width: 560px) {
  .ctaBlock__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ctaBlock__btn {
  width: clamp(200px, 25vw, 300px);
  aspect-ratio: 30/7;
}
@media (max-width: 560px) {
  .ctaBlock__btn {
    width: 100%;
    aspect-ratio: 30/5;
  }
}

.ctaMiddle {
  position: relative;
}
.ctaMiddle::after {
  content: "";
  display: block;
  background: #ffffff;
  width: clamp(30px, 5vw, 60px);
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ctaMiddle .ctaBlock {
  padding: clamp(35px, 5.8333333333vw, 70px);
}

.ctaBottom .ctaBlock {
  padding: clamp(35px, 5.8333333333vw, 70px);
}

.mainContents {
  padding-top: var(--headerHeight);
}

.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 560px) {
  .section {
    padding: 60px 0;
  }
}
.section__heading {
  margin-bottom: clamp(40px, 5vw, 60px);
  text-align: center;
}
.section__inner {
  margin: 0 auto;
  padding: var(--contanerPadding);
  max-width: var(--containerWidth);
  position: relative;
  z-index: 1;
}
.section--bg1 {
  background-image: url(../../images/bg-1.webp);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
.section--bg2 {
  background-image: url(../../images/bg-2.webp);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}

.problems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 1.6666666667vw, 20px);
}

.problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.problem__number {
  width: clamp(30px, 5vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 60px;
  background-color: #00bfe9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff-en);
  font-size: clamp(12px, 2vw, 24px);
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .problem__number {
    width: 50px;
    font-size: 20px;
  }
}
.problem__text {
  margin-left: clamp(-60px, -5vw, -30px);
  padding-left: clamp(40px, 5.8333333333vw, 70px);
  padding-right: clamp(15px, 1.6666666667vw, 20px);
  width: 100%;
  height: clamp(25px, 4.1666666667vw, 50px);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 560px) {
  .problem__text {
    margin-left: -50px;
    padding-left: 60px;
    height: 46px;
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .problems--mbWide {
    gap: 35px;
  }
  .problems--mbWide .problem {
    display: block;
    position: relative;
  }
  .problems--mbWide .problem__number {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  .problems--mbWide .problem__text {
    margin-left: 0;
    padding: 35px 20px 20px;
    height: auto;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
  }
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: clamp(20px, 5.8333333333vw, 70px);
  width: 100%;
  height: 100%;
  width: 100%;
  max-height: 730px;
  aspect-ratio: 2/1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .mv {
    padding: 0 0 20px 0;
    background-color: #021d31;
  }
}
.mv__image {
  background-image: url(../../images/mv.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  inset: 0;
}
@media (max-width: 560px) {
  .mv__image {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.mv__mainCopy {
  margin-top: auto;
  display: inline-block;
  font-size: clamp(24px, 4.1666666667vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 560px) {
  .mv__mainCopy {
    margin-left: 20px;
    margin-top: -20px;
  }
}
.mv__mainCopy strong {
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: clamp(10px, 2.5vw, 30px);
  background-color: #fff;
}
.mv__mainCopy span {
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
.mv__mainCopy em {
  font-size: 0.6em;
}
.mv__lead {
  width: clamp(100px, 65vw, 780px);
  color: #fff;
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 2;
  font-weight: 700;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .mv__lead {
    padding: 0 20px;
    width: 100%;
  }
}
.mv__lead strong {
  color: #ebff00;
}
.mv__lead span {
  font-size: 0.8em;
}

.merit::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(68.58deg, rgba(36, 213, 96, 0.125) 41.4%, rgba(77, 180, 255, 0.125) 62.43%);
  position: absolute;
  top: clamp(238px, 39.6666666667vw, 476px);
  bottom: clamp(80px, 15.8333333333vw, 190px);
  left: 0;
}
@media (max-width: 560px) {
  .merit::before {
    top: 50%;
    bottom: 200px;
  }
}

.meritCards {
  margin-bottom: clamp(40px, 6.6666666667vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2.5vw;
}

.meritCards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.meritCards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.meritCards > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 560px) {
  .meritCards {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .meritCards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.meritCard {
  border-radius: 10px;
  background-color: #f3fbff;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 191, 233, 0.15);
  box-shadow: 4px 4px 20px rgba(0, 191, 233, 0.15);
  position: relative;
  overflow: hidden;
}
.meritCard__inner {
  padding-top: clamp(10px, 5.8333333333vw, 70px);
  padding-left: clamp(10px, 2.5vw, 30px);
  padding-right: clamp(10px, 2.5vw, 30px);
  padding-bottom: clamp(10px, 2.5vw, 30px);
}
@media (max-width: 560px) {
  .meritCard__inner {
    padding: 40px 20px 20px;
  }
}
.meritCard__img {
  margin: 0 auto;
  margin-bottom: 1.6666666667vw;
  width: clamp(60px, 14.1666666667vw, 170px);
  -ms-flex-item-align: 17/13;
  -ms-grid-row-align: 17/13;
  align-self: 17/13;
}
@media (max-width: 560px) {
  .meritCard__img {
    width: 100px;
  }
}
.meritCard__title {
  margin-bottom: 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  height: 3em;
  text-align: center;
}
@media (max-width: 560px) {
  .meritCard__title {
    font-size: 18px;
  }
}
.meritCard__title em {
  font-size: 0.7em;
}
.meritCard__text {
  line-height: 2.25;
}

.meritCardLabel {
  margin-left: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00bfe9;
  font-family: var(--ff-en);
  color: #fff;
  line-height: 1;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 13.3333333333vw;
  max-width: 160px;
  max-height: 40px;
  aspect-ratio: 16/4;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 560px) {
  .meritCardLabel {
    width: 100px;
  }
}
.meritCardLabel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.meritCardLabel__title {
  font-size: clamp(10px, 1.6666666667vw, 20px);
}
@media (max-width: 560px) {
  .meritCardLabel__title {
    font-size: 12px;
  }
}
.meritCardLabel__number {
  font-size: clamp(16px, 2.6666666667vw, 32px);
}
@media (max-width: 560px) {
  .meritCardLabel__number {
    font-size: 20px;
  }
}

.meritSolutions {
  margin-bottom: clamp(40px, 6.6666666667vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr 42%;
  grid-template-columns: 50% 1fr 42%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meritSolutions > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.meritSolutions > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.meritSolutions > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 560px) {
  .meritSolutions {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .meritSolutions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.meritSolutions__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .meritSolutions__arrow {
    padding: 10px 0;
  }
}
.meritSolutions__arrow img {
  width: clamp(19px, 3.1666666667vw, 38px);
}
@media (max-width: 560px) {
  .meritSolutions__arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.meritGoal {
  font-size: clamp(16px, 2.6666666667vw, 32px);
  font-weight: 700;
}
@media (max-width: 560px) {
  .meritGoal {
    font-size: 20px;
  }
}

.meritPoints {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2.5vw;
}

.meritPoints > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.meritPoints > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 560px) {
  .meritPoints {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .meritPoints > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.meritPoint {
  border-radius: 10px;
  background-color: #ecfff2;
  -webkit-box-shadow: 4px 4px 20px rgba(36, 213, 96, 0.15);
  box-shadow: 4px 4px 20px rgba(36, 213, 96, 0.15);
  position: relative;
  overflow: hidden;
}
.meritPoint__inner {
  padding-top: clamp(10px, 5.8333333333vw, 70px);
  padding-left: clamp(10px, 2.5vw, 30px);
  padding-right: clamp(10px, 2.5vw, 30px);
  padding-bottom: clamp(10px, 2.5vw, 30px);
}
@media (max-width: 560px) {
  .meritPoint__inner {
    padding: 40px 20px 20px;
  }
}

.meritPointLabel {
  margin-left: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #24d460;
  font-family: var(--ff-en);
  color: #fff;
  line-height: 1;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 13.3333333333vw;
  max-width: 160px;
  max-height: 40px;
  aspect-ratio: 16/4;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 560px) {
  .meritPointLabel {
    width: 100px;
  }
}
.meritPointLabel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.meritPointLabel__title {
  font-size: clamp(10px, 1.6666666667vw, 20px);
}
@media (max-width: 560px) {
  .meritPointLabel__title {
    font-size: 12px;
  }
}
.meritPointLabel__number {
  font-size: clamp(16px, 2.6666666667vw, 32px);
}
@media (max-width: 560px) {
  .meritPointLabel__number {
    font-size: 20px;
  }
}

.contents::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(68.58deg, rgba(36, 213, 96, 0.125) 41.4%, rgba(77, 180, 255, 0.125) 62.43%);
  position: absolute;
  top: clamp(253px, 42.25vw, 507px);
  bottom: 0;
  left: 0;
}
@media (max-width: 560px) {
  .contents::before {
    top: 50%;
  }
}

.surveyImage {
  margin-bottom: clamp(40px, 6.6666666667vw, 80px);
}
@media (max-width: 560px) {
  .surveyImage {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.surveyProblems {
  margin: 0 auto;
  width: clamp(300px, 78vw, 936px);
}
@media (max-width: 560px) {
  .surveyProblems {
    width: 100%;
  }
}

.gameContents {
  overflow: hidden;
}

.gameBlocks {
  margin-bottom: clamp(40px, 6.6666666667vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(40px, 6.6666666667vw, 80px);
}

.gameBlock {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: var(--flexDirection);
  flex-direction: var(--flexDirection);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(35px, 5.8333333333vw, 70px);
  aspect-ratio: 1200/486;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  --flexDirection: row;
  --inset: 0 auto auto clamp(60px, 10vw, 120px);
}
.gameBlock--reverse {
  --flexDirection: row-reverse;
  --inset: 0 clamp(60px, 10vw, 120px) auto auto;
}
@media (max-width: 560px) {
  .gameBlock {
    padding: 20px;
    gap: 20px;
    --flexDirection: column;
  }
}
.gameBlock::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: var(--inset);
  z-index: -1;
}
.gameBlock__img {
  width: 50%;
}
@media (max-width: 560px) {
  .gameBlock__img {
    width: 100%;
  }
}
.gameBlock__inner {
  width: 43.333%;
}
@media (max-width: 560px) {
  .gameBlock__inner {
    width: 100%;
  }
}
.gameBlock__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(5px, 0.8333333333vw, 10px);
}
@media (max-width: 560px) {
  .gameBlock__title {
    margin-bottom: 10px;
  }
}
.gameBlock__number {
  font-family: var(--ff-en);
  font-size: clamp(32px, 5.3333333333vw, 64px);
  line-height: 1;
}
.gameBlock__name {
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 560px) {
  .gameBlock__name {
    font-size: 14px;
  }
}
.gameBlock__catch {
  font-size: clamp(14px, 2.3333333333vw, 28px);
  font-weight: 700;
}
@media (max-width: 560px) {
  .gameBlock__catch {
    font-size: 16px;
  }
}
.gameBlock__text {
  line-height: 2;
}

.gameProblems {
  margin: 0 auto;
  width: clamp(300px, 78vw, 936px);
}
@media (max-width: 560px) {
  .gameProblems {
    width: 100%;
  }
}

.casesSlide .splide__slide {
  padding: 20px;
}
.casesSlide__inner {
  position: relative;
}
.casesSlide__block {
  margin: 0 auto;
  padding: clamp(30px, 5vw, 60px);
  width: clamp(500px, 83.3333333333vw, 1000px);
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 191, 233, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 191, 233, 0.15);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .casesSlide__block {
    width: 100%;
    padding: 20px;
  }
}
.casesSlide__row {
  margin-bottom: clamp(20px, 3.3333333333vw, 40px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64% 32%;
  grid-template-columns: 64% 32%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casesSlide__row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.casesSlide__row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 560px) {
  .casesSlide__row {
    display: block;
  }
}
.casesSlide__thumb {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .casesSlide__thumb {
    margin-bottom: 20px;
  }
}
.casesSlide__logo {
  margin-bottom: clamp(10px, 1.6666666667vw, 20px);
}
@media (max-width: 560px) {
  .casesSlide__logo {
    margin: 0 auto 10px;
    width: 170px;
  }
}
.casesSlide__text {
  line-height: 2;
}
.casesSlide__btn {
  margin: 0 auto;
  width: clamp(150px, 25vw, 300px);
  aspect-ratio: 300/50;
}
@media (max-width: 560px) {
  .casesSlide__btn {
    width: 100%;
    height: 40px;
  }
}
.casesSlide__arrow {
  width: clamp(30px, 5vw, 60px);
  aspect-ratio: 1/1;
  background: none;
  background-image: url(../../images/slide-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.casesSlide__arrow svg {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .casesSlide__arrow:hover {
    opacity: 0.75;
  }
}
.casesSlide__arrow--prev {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.casesSlide__arrow--next {
  right: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}
/*# sourceMappingURL=base.css.map */