@charset "UTF-8";
.maio-scope *,
.maio-scope *::before,
.maio-scope *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.maio-scope,
.maio-scope {
  margin: 0;
  padding: 0;
}

.maio-scope {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: 0.2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

.maio-scope article,
.maio-scope aside,
.maio-scope footer,
.maio-scope header,
.maio-scope nav,
.maio-scope section,
.maio-scope main {
  display: block;
}

.maio-scope h1,
.maio-scope h2,
.maio-scope h3,
.maio-scope h4,
.maio-scope h5,
.maio-scope h6,
.maio-scope a,
.maio-scope p,
.maio-scope span,
.maio-scope em,
.maio-scope small,
.maio-scope strong,
.maio-scope sub,
.maio-scope sup,
.maio-scope mark,
.maio-scope del,
.maio-scope ins,
.maio-scope strike,
.maio-scope abbr,
.maio-scope dfn,
.maio-scope blockquote,
.maio-scope q,
.maio-scope cite,
.maio-scope code,
.maio-scope pre,
.maio-scope ol,
.maio-scope ul,
.maio-scope li,
.maio-scope dl,
.maio-scope dt,
.maio-scope dd,
.maio-scope div,
.maio-scope section,
.maio-scope article,
.maio-scope main,
.maio-scope aside,
.maio-scope nav,
.maio-scope header,
.maio-scope hgroup,
.maio-scope footer,
.maio-scope img,
.maio-scope figure,
.maio-scope figcaption,
.maio-scope address,
.maio-scope time,
.maio-scope audio,
.maio-scope video,
.maio-scope canvas,
.maio-scope iframe,
.maio-scope details,
.maio-scope summary,
.maio-scope fieldset,
.maio-scope form,
.maio-scope label,
.maio-scope legend,
.maio-scope table,
.maio-scope caption,
.maio-scope tbody,
.maio-scope tfoot,
.maio-scope thead,
.maio-scope tr,
.maio-scope th,
.maio-scope td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

.maio-scope a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: inherit;
  text-decoration: none;
}

.maio-scope a[href="*"] {
  cursor: pointer;
}
.maio-scope a[href="*"]:hover, .maio-scope a[href="*"]:focus-visible {
  opacity: 0.7;
}

.maio-scope img,
.maio-scope svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.maio-scope video {
  width: 100%;
  height: auto;
}

.maio-scope code,
.maio-scope kbd,
.maio-scope pre,
.maio-scope samp {
  font-size: inherit;
}

.maio-scope ul,
.maio-scope ol {
  list-style: none;
}

.maio-scope blockquote,
.maio-scope q {
  quotes: none;
}

.maio-scope blockquote::after,
.maio-scope blockquote::before,
.maio-scope q::after,
.maio-scope q::before {
  content: "";
  content: none;
}

.maio-scope address {
  font-style: italic;
}

.maio-scope button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

.maio-scope abbr,
.maio-scope acronym {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.maio-scope cite {
  font-style: italic;
}

.maio-scope code,
.maio-scope kbd {
  background-color: #F8F8F8;
  padding: 0.25em 0.5em;
}

.maio-scope em {
  font-style: italic;
  font-weight: 700;
}

.maio-scope pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

.maio-scope sub {
  vertical-align: sub;
  font-size: smaller;
}

.maio-scope sup {
  vertical-align: super;
  font-size: smaller;
}

.maio-scope var {
  background-color: #F8F8F8;
  padding: 0.25em 0.5em;
  font-style: italic;
}
.maio-scope .js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.maio-scope .js-fadeInUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.maio-scope .js-fadeInLeft {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.maio-scope .js-fadeInRight {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
            transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
            transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.maio-scope .fadeInLeft,
.maio-scope .fadeInRight,
.maio-scope .fadeInUp,
.maio-scope .fadeIn,
.maio-scope .fadeOut {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.maio-scope .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.maio-scope .fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.maio-scope .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.maio-scope .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.maio-scope .fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.maio-scope [data-target] {
  cursor: pointer;
}

.maio-scope {
  scrollbar-gutter: stable;
  font-size: 100%;
}
@media (max-width: 375px) {
  .maio-scope {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw-unitless) / 375 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .maio-scope {
    font-size: 1.5094339623vw;
    font-size: calc(var(--vw-unitless) / 1060 * 100%);
  }
}
@media (min-width: 1060px) {
  .maio-scope {
    font-size: 100%;
  }
}

.maio-scope button {
  color: #000;
}
.maio-scope {
  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: 100vh;
  min-height: 100dvh;
}

.maio-scope.fadeIn {
  opacity: 0;
}

.maio-scope main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.maio-scope footer {
  margin-top: auto;
}
.maio-scope a[target=_blank]:not([class]) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.maio-scope a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url("../img/common/icon-outerLink.svg");
          mask-image: url("../img/common/icon-outerLink.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 0.7647058824em;
  background-color: currentColor;
  width: 0.8529411765em;
  height: 0.7647058824em;
  font-weight: 900;
  content: "";
}

.maio-scope a:not([class]) {
  color: #03c;
}
.maio-scope a:not([class]):visited {
  color: #639;
}
.maio-scope a:not([class]):hover {
  text-decoration: underline;
}

.maio-scope table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

.maio-scope th,
.maio-scope td {
  border: 1px solid;
}

.maio-scope address {
  font-style: normal;
}

.maio-scope details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}
.maio-scope details .icon::before, .maio-scope details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  content: "";
}
.maio-scope details .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.maio-scope details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.maio-scope details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.maio-scope summary {
  display: block;
  cursor: pointer;
}

.maio-scope summary::-webkit-details-marker {
  display: none;
}
.maio-scope form {
  margin: 0;
  padding: 0;
}
.maio-scope form button[type=submit],
.maio-scope form input[type=submit],
.maio-scope form input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: auto;
}
.maio-scope form button[type=submit]:hover, .maio-scope form button[type=submit]:focus-visible, .maio-scope form input[type=submit]:hover, .maio-scope form input[type=submit]:focus-visible, .maio-scope form input[type=button]:hover, .maio-scope form input[type=button]:focus-visible {
  outline: none;
}
.maio-scope form button[type=submit]:disabled,
.maio-scope form input[type=submit]:disabled,
.maio-scope form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #fff;
}
.maio-scope form button[type=submit] ::-moz-focus-inner,
.maio-scope form input[type=submit] ::-moz-focus-inner,
.maio-scope form input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

.maio-scope label {
  cursor: pointer;
}

.maio-scope input,
.maio-scope textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.maio-scope textarea {
  resize: vertical;
}
.maio-scope textarea:hover, .maio-scope textarea:focus-visible {
  outline: none;
}
.maio-scope textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #707070;
}
.maio-scope textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

.maio-scope input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #707070;
}

.maio-scope input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}
.maio-scope input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 1.875em;
  line-height: 1.5;
}
.maio-scope input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: "";
}
.maio-scope input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-radius: 50%;
  background: #707070;
  width: 0.625em;
  height: 0.625em;
  content: "";
}
.maio-scope input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.maio-scope input[type=radio]:checked + span::after {
  opacity: 1;
}

.maio-scope input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}
.maio-scope input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.875em;
  line-height: 1.5;
}
.maio-scope input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #707070;
  width: 1.625em;
  height: 1.625em;
  content: "";
}
.maio-scope input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(0.5em) rotate(45deg);
          transform: translateY(-70%) translateX(0.5em) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-right: 0.25em solid #0C4A6E;
  border-bottom: 0.25em solid #0C4A6E;
  width: 0.8125em;
  height: 1.625em;
  content: "";
}
.maio-scope input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.maio-scope input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}
.maio-scope input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.maio-scope input[type=number], .maio-scope input[type=number]::-webkit-inner-spin-button, .maio-scope input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.maio-scope select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: 0.4em 2.4em 0.4em 0.8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}
.maio-scope select::-ms-expand {
  display: none;
}
.maio-scope select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #707070;
}
.maio-scope select:focus-visible {
  outline: initial;
}
.maio-scope select:invalid {
  color: #b2b2b2;
}
.maio-scope select:not(:disabled) {
  cursor: pointer;
}

.maio-scope {
  --vw: 100vw;
  --vh: 100vh;
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');
  --header-height: 60px;
}
@media screen and (min-width: 768px) {
  .maio-scope {
    --header-height: 80px;
  }
}

.maio-scope .l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .maio-scope .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1120px;
  }
}

@media screen and (min-width: 768px) {
  .maio-scope .l-container.l-container--narrow {
    max-width: 908px;
  }
  .maio-scope .l-container.l-container--wide {
    max-width: 1332px;
  }
}
.maio-scope .l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.maio-scope .l-header {
  position: sticky;
  top: -110%;
  left: 0;
  z-index: 20;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
  width: 100%;
}
.maio-scope .l-header.is-fixed {
  top: 0;
  -webkit-box-shadow: 0 3px 6px rgba(117, 117, 117, 0.16);
          box-shadow: 0 3px 6px rgba(117, 117, 117, 0.16);
}
.maio-scope .c-aio-btn {
  display: inline-block;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
  border: 1px solid #fff;
  border-radius: 31px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9a26), to(#eb642d));
  background: linear-gradient(90deg, #ff9a26 0%, #eb642d 100%);
  padding: 13px 23px;
  overflow: hidden;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}
.maio-scope .c-aio-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.maio-scope .c-aio-btn::after {
  position: absolute;
  top: 0;
  left: -80%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  width: 50%;
  height: 100%;
  pointer-events: none;
  content: "";
}

@-webkit-keyframes maio-shine {
  100% {
    left: 130%;
  }
}

@keyframes maio-shine {
  100% {
    left: 130%;
  }
}
@media (any-hover: hover) {
  .maio-scope .c-aio-btn:hover::after {
    -webkit-animation: maio-shine 0.7s ease;
            animation: maio-shine 0.7s ease;
  }
}
.maio-scope .c-aio-btn--lg {
  -webkit-filter: drop-shadow(0 4px 2.75px rgba(42, 30, 122, 0.3));
          filter: drop-shadow(0 4px 2.75px rgba(42, 30, 122, 0.3));
  border-radius: 50px;
  padding: 15.5px 23px;
  min-width: 346px;
}
.maio-scope .c-aio-cta {
  position: relative;
  z-index: 1;
  background-color: #a2a2a2;
  height: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta {
    height: 504px;
  }
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta--pc-only {
    display: none;
  }
}

.maio-scope .c-aio-cta__bg {
  position: absolute;
  top: -150.5px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 593px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__bg {
    top: 0;
    height: 100%;
  }
}

.maio-scope .c-aio-cta__lead {
  position: absolute;
  top: 91px;
  left: calc(50% - 253px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  font-size: 28px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__lead {
    top: 56px;
    left: 50%;
    font-size: 23px;
  }
}

.maio-scope .c-aio-cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 132px;
  left: calc(50% - 500px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  white-space: nowrap;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__title {
    display: block;
    top: 108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: -0.02em;
    line-height: normal;
    text-align: center;
    white-space: normal;
  }
}

.maio-scope .c-aio-cta__free {
  position: relative;
  background-color: #fff;
  width: 123px;
  height: 60px;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__free {
    display: inline-block;
    vertical-align: middle;
    width: 93px;
    height: 46px;
  }
}

.maio-scope .c-aio-cta__free-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(156deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-size: 54px;
  line-height: 1.45;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__free-text {
    top: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 40px;
    white-space: nowrap;
  }
}

.maio-scope .c-aio-cta__question {
  margin-top: 5px;
  margin-left: 4px;
  color: #fff;
  font-size: 40px;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__question {
    vertical-align: middle;
    margin: 0 0 0 6px;
    font-size: 28px;
    line-height: normal;
    white-space: nowrap;
  }
}

.maio-scope .c-aio-cta__btn {
  position: absolute;
  top: 222px;
  left: calc(50% - 253px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__btn {
    padding-block: 13px;
    top: 226px;
    left: 50%;
    min-width: 335px;
  }
}
.maio-scope .c-aio-cta__visual {
  position: absolute;
  top: 0;
  left: calc(50% - 61px);
  z-index: 5;
  width: 561px;
  max-width: none;
  height: 360px;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__visual {
    display: none;
  }
}
.maio-scope .c-aio-cta__sp-visual {
  display: none;
}
@media only screen and (max-width: 1002px) {
  .maio-scope .c-aio-cta__sp-visual {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    width: 338px;
    height: auto;
  }
}
.maio-scope .p-aio {
  background-color: #06071b;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .maio-scope .p-aio {
    overflow-x: hidden;
  }
}

.maio-scope .p-aio-inner {
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 1060px;
}
@media only screen and (max-width: 767px) {
  .maio-scope .p-aio-inner {
    padding-inline: 16px;
  }
}
.single-lp .lp-content,
.single-lp .lp-content__inner,
.single-lp .lp-content__postContent {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.single-lp .lp-content__inner {
  background: transparent !important;
}
.single-lp .maio-scope {
  min-height: auto !important;
}
.single-lp .maio-scope {
  margin-top: -1px !important;
}
.maio-scope .maio-fadeup {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.maio-scope .maio-fadeup:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.maio-scope .maio-fadeup:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.maio-scope .maio-fadeup:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.maio-scope .maio-fadeup.is-inview {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.maio-scope .p-aio-company {
  position: relative;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-company {
    padding-top: 71px;
    padding-bottom: 60px;
  }
}

.maio-scope .p-aio-company__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.maio-scope .p-aio-company__bg-img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, #000), color-stop(88%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  display: block;
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, #000), color-stop(88%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-company__bg-img {
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

.maio-scope .p-aio-company__inner {
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
  z-index: 10;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-company__inner {
    padding-inline: 20px;
  }
}
.maio-scope .p-aio-company__profile {
  gap: 39px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 729px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-company__profile {
    gap: 32px;
    -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;
    max-width: none;
  }
}
.maio-scope .p-aio-company__photo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #9d9d9d;
  width: 206px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-company__photo-wrap {
    width: 200px;
  }
}

.maio-scope .p-aio-company__photo {
  aspect-ratio: 206/206;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-company__photo {
    aspect-ratio: 200/194;
  }
}
.maio-scope .p-aio-company__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-company__text-block {
    width: 100%;
  }
}

.maio-scope .p-aio-company__name {
  margin-top: 0;
  margin-bottom: 0;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-company__name {
    text-align: center;
  }
}

.maio-scope .p-aio-company__bio {
  margin-top: 24px;
  margin-bottom: 0;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-compare {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare {
    padding-top: 112px;
    padding-bottom: 56px;
  }
}

.maio-scope .p-aio-compare__inner {
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 1060px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__inner {
    padding-inline: 12px;
  }
}
.maio-scope .p-aio-compare__heading {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__heading {
    font-size: 28px;
    line-height: normal;
  }
}
.maio-scope .p-aio-compare__lead {
  margin-top: 30px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__lead {
    margin-top: 24px;
    font-size: 16px;
  }
}
.maio-scope .p-aio-compare__table-wrap {
  margin-inline: auto;
  position: relative;
  z-index: 0;
  margin-top: 81px;
  padding-bottom: 26px;
  width: 1000px;
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__table-wrap {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 38px;
    width: 100%;
    overflow-x: auto;
  }
  .maio-scope .p-aio-compare__table-wrap::-webkit-scrollbar {
    display: none;
  }
  .maio-scope .p-aio-compare__table-wrap {
    padding: 21px 0 16px;
  }
}
.maio-scope .p-aio-compare__table-wrap {
}
@media (min-width: 528px) and (max-width: 960px) {
  .maio-scope .p-aio-compare__table-wrap {
    margin-inline: auto !important;
    width: 504px !important;
    max-width: 504px;
  }
}
.maio-scope .p-aio-compare__table-wrap::before {
  position: absolute;
  top: -37px;
  left: 185px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(168deg, #863dac 0%, #1241eb 100%);
  width: 283px;
  height: 691px;
  content: "";
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__table-wrap::before {
    top: 0;
    bottom: 0;
    left: 103px;
    width: 156px;
    height: auto;
  }
}
.maio-scope .p-aio-compare__table {
  margin-inline: -10px;
  border-collapse: separate;
  border-spacing: 10px 0;
  width: 1020px;
  table-layout: fixed;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__table {
    margin-inline: 0;
    border-spacing: 7px 0;
    width: 504px;
    min-width: 504px;
    max-width: 504px;
  }
}
.maio-scope .p-aio-compare__col-label {
  width: 175px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__col-label {
    width: 89px;
  }
}

.maio-scope .p-aio-compare__col-mentori {
  width: 283px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__col-mentori {
    width: 156px;
  }
}

.maio-scope .p-aio-compare__col-other {
  width: 256px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__col-other {
    width: 112px;
  }
}
.maio-scope .p-aio-compare__thead-cell {
  vertical-align: middle;
  padding: 31px 43px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__thead-cell {
    padding: 14px 6px;
    height: 90px;
    white-space: normal;
  }
}

.maio-scope .p-aio-compare__thead-cell--empty {
  background: transparent;
}
.maio-scope .p-aio-compare__thead-cell--mentori {
  vertical-align: top;
  background: transparent;
  padding-top: 8px;
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__thead-cell--mentori {
    font-size: 23px;
  }
}

.maio-scope .p-aio-compare__thead-cell--a {
  background: #a8a8b4;
  color: #fff;
}

.maio-scope .p-aio-compare__thead-cell--b {
  background: #7a7982;
  color: #fff;
}
.maio-scope .p-aio-compare__thead-cell,
.maio-scope .p-aio-compare__label-cell,
.maio-scope .p-aio-compare__rival-cell,
.maio-scope .p-aio-compare__mentori-cell {
  border: none;
}
.maio-scope .p-aio-compare__thead-cell,
.maio-scope .p-aio-compare__label-cell,
.maio-scope .p-aio-compare__rival-cell,
.maio-scope .p-aio-compare__mentori-cell {
  height: 90px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__label-cell,
  .maio-scope .p-aio-compare__rival-cell,
  .maio-scope .p-aio-compare__mentori-cell {
    height: 99px;
  }
}
.maio-scope .p-aio-compare__label-cell,
.maio-scope .p-aio-compare__rival-cell {
  border-bottom: 1px solid #dfdfdf;
}
.maio-scope .p-aio-compare__tbody-row:first-child .p-aio-compare__label-cell {
  border-top: 5px solid #7a7982;
}
.maio-scope .p-aio-compare__tbody-row--last .p-aio-compare__label-cell,
.maio-scope .p-aio-compare__tbody-row--last .p-aio-compare__rival-cell {
  border-bottom: 5px solid #7a7982;
}
.maio-scope .p-aio-compare__thead-cell--mentori,
.maio-scope .p-aio-compare__mentori-cell {
  position: relative;
}

.maio-scope .p-aio-compare__mentori-cell::after {
  position: absolute;
  bottom: 23px;
  left: 0;
  background: rgba(255, 255, 255, 0.35);
  width: 100%;
  height: 1px;
  content: "";
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__mentori-cell::after {
    bottom: 0;
  }
}
.maio-scope .p-aio-compare__tbody-row--last .p-aio-compare__mentori-cell::after {
  content: none;
}
.maio-scope .p-aio-compare__label-cell {
  vertical-align: middle;
  background: #fff;
  padding: 31px 43px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__label-cell {
    padding: 19px 6px;
    white-space: nowrap;
  }
}
.maio-scope .p-aio-compare__mentori-cell {
  vertical-align: middle;
  background: transparent;
  padding: 0 43px 28px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__mentori-cell {
    padding: 12px 4px;
  }
}

.maio-scope .p-aio-compare__mentori-mark {
  display: block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__mentori-mark {
    font-size: 34px;
  }
}

.maio-scope .p-aio-compare__mentori-text {
  display: block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  margin-top: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__mentori-text {
    margin-top: 6px;
    font-size: 16px;
    white-space: normal;
  }
}
.maio-scope .p-aio-compare__tbody-row:nth-child(1) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(-21px);
          transform: translateY(-21px);
}

.maio-scope .p-aio-compare__tbody-row:nth-child(2) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.maio-scope .p-aio-compare__tbody-row:nth-child(3) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.maio-scope .p-aio-compare__tbody-row:nth-child(4) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.maio-scope .p-aio-compare__tbody-row:nth-child(5) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.maio-scope .p-aio-compare__tbody-row:nth-child(6) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__tbody-row:nth-child(n) :is(.p-aio-compare__mentori-mark, .p-aio-compare__mentori-text) {
    -webkit-transform: none;
            transform: none;
  }
}
.maio-scope .p-aio-compare__rival-cell {
  vertical-align: middle;
  background: #fff;
  padding: 5px 43px 15px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__rival-cell {
    padding: 12px 6px;
  }
}

.maio-scope .p-aio-compare__rival-mark {
  display: block;
  color: #7a7982;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.maio-scope .p-aio-compare__rival-text {
  display: block;
  color: #7a7982;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__rival-text {
    font-size: 14px;
    white-space: normal;
  }
}
.maio-scope .p-aio-compare__notes {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__notes {
    gap: 12px;
    -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;
    margin-top: 16px;
  }
}
.maio-scope .p-aio-compare__notes {
}
@media (min-width: 528px) and (max-width: 960px) {
  .maio-scope .p-aio-compare__notes {
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 504px;
    max-width: 100%;
  }
}

.maio-scope .p-aio-compare__note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 528px) and (max-width: 960px) {
  .maio-scope .p-aio-compare__note {
    text-align: left;
  }
}

.maio-scope .p-aio-compare__note--legend {
  color: #3e3e3e;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-compare__note--legend {
    font-size: 14px;
  }
}

.maio-scope .p-aio-compare__note--source {
  color: #7a7982;
  white-space: nowrap;
}
.maio-scope .p-aio-contact {
  padding-block: 127px 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact {
    padding-top: 87px;
    padding-bottom: 102px;
  }
}

.maio-scope .p-aio-contact__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.maio-scope .p-aio-contact__bg-img {
  display: block;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.66;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__bg-img {
    -webkit-transform: none;
            transform: none;
  }
}
.maio-scope .p-aio-contact__card {
  margin-inline: auto;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 50px #7bb2ff;
          box-shadow: 1px 1px 50px #7bb2ff;
  border-radius: 14px;
  background-color: #fff;
  padding: 81px 80px 80px;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__card {
    margin-inline: 20px;
    padding: 60px 20px;
  }
}
.maio-scope .p-aio-contact__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__title {
    font-size: 28px;
    line-height: normal;
  }
}

.maio-scope .p-aio-contact__lead {
  margin-top: 26px;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__lead {
    margin-top: 16px;
    margin-bottom: 52px;
  }
}
.maio-scope .p-aio-contact__form {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__form {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-contact__form > div[style] + .p-aio-contact__field {
    margin-top: 0;
  }
}
.maio-scope .p-aio-contact__field {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 38px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-contact__field {
    gap: 11px;
    -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;
    margin-top: 21px;
  }
}

.maio-scope .p-aio-contact__field:first-child {
  margin-top: 0;
}
.maio-scope .p-aio-contact__label-wrap {
  gap: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  width: 196px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-contact__label-wrap {
    padding-top: 0;
    width: auto;
  }
}

.maio-scope .p-aio-contact__label {
  color: #2d2e32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  white-space: nowrap;
}
.maio-scope .p-aio-contact__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  width: 55px;
  height: 29px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.maio-scope .p-aio-contact__badge--required {
  background-color: #c00000;
}

.maio-scope .p-aio-contact__badge--optional {
  background-color: #b0b0b0;
}
.maio-scope .p-aio-contact__input,
.maio-scope .p-aio-contact__textarea {
  padding-inline: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #c9cccc;
  border-radius: 7px;
  background-color: #fff;
  color: #1b1b1b;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.maio-scope .p-aio-contact__input {
  padding-block: 0;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__input {
    height: 45px;
  }
}

.maio-scope .p-aio-contact__textarea {
  padding-block: 12px;
  height: 116px;
  resize: vertical;
  line-height: 26px;
}

.maio-scope .p-aio-contact__input::-webkit-input-placeholder,
.maio-scope .p-aio-contact__textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 700;
}

.maio-scope .p-aio-contact__input::-moz-placeholder,
.maio-scope .p-aio-contact__textarea::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 700;
}

.maio-scope .p-aio-contact__input::-ms-input-placeholder,
.maio-scope .p-aio-contact__textarea::-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 700;
}

.maio-scope .p-aio-contact__input::placeholder,
.maio-scope .p-aio-contact__textarea::placeholder {
  color: #b3b3b3;
  font-weight: 700;
}

.maio-scope .p-aio-contact__input:focus-visible,
.maio-scope .p-aio-contact__textarea:focus-visible {
  outline: 2px solid #050533;
  outline-offset: 2px;
  border-color: #050533;
}
.maio-scope .p-aio-contact__privacy {
  gap: 10px;
  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;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__privacy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 28px;
  }
}
.maio-scope .p-aio-contact__privacy-check[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: static;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  cursor: pointer;
  border: 2px solid #c9cccc;
  border-radius: 2px;
  background-color: #fff;
  width: 22px;
  height: 22px;
}

.maio-scope .p-aio-contact__privacy-check[type=checkbox]:checked {
  border-color: #050533;
  background-color: #050533;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 8.5 6.5 12 13 4.5" fill="none" stroke="white" stroke-width="2.5"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.maio-scope .p-aio-contact__privacy-check:focus-visible {
  outline: 2px solid #050533;
  outline-offset: 2px;
}

.maio-scope .p-aio-contact__privacy-label {
  color: #2d2e32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  white-space: nowrap;
}

.maio-scope .p-aio-contact__privacy-link {
  text-underline-offset: 2px;
  color: inherit;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .maio-scope .p-aio-contact__privacy-link:hover {
    opacity: 0.75;
  }
}
.maio-scope .p-aio-contact__submit[type=submit] {
  margin-inline: auto;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 41px;
  -webkit-box-shadow: 0 4px 2.75px rgba(42, 30, 122, 0.3);
          box-shadow: 0 4px 2.75px rgba(42, 30, 122, 0.3);
  border: 1px solid #fff;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9a26), to(#eb642d));
  background: linear-gradient(90deg, #ff9a26 0%, #eb642d 100%);
  width: 346px;
  height: 69px;
  overflow: hidden;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-contact__submit[type=submit] {
    margin-top: 53px;
    width: 289px;
    height: 60px;
  }
}
.maio-scope .p-aio-contact__submit[type=submit]::after {
  position: absolute;
  top: 0;
  left: -80%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  width: 50%;
  height: 100%;
  pointer-events: none;
  content: "";
}

@media (any-hover: hover) {
  .maio-scope .p-aio-contact__submit[type=submit]:hover::after {
    -webkit-animation: maio-shine 0.7s ease;
            animation: maio-shine 0.7s ease;
  }
}
.maio-scope .p-aio-contact__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (any-hover: hover) {
  .maio-scope .p-aio-contact__submit:hover {
    opacity: 0.85;
  }
}
.maio-scope .p-aio-contact__field > p,
.maio-scope .p-aio-contact__label-wrap > p,
.maio-scope .p-aio-contact__privacy > p {
  display: contents;
}

.maio-scope .p-aio-contact__field .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.maio-scope .p-aio-contact__field .wpcf7-form-control-wrap .p-aio-contact__input,
.maio-scope .p-aio-contact__field .wpcf7-form-control-wrap .p-aio-contact__textarea {
  display: block;
  width: 100%;
}
.maio-scope .p-aio-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #c00000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.maio-scope .p-aio-contact__privacy .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.maio-scope .p-aio-contact__privacy .wpcf7-list-item {
  margin: 0;
}

.maio-scope .p-aio-contact__privacy .wpcf7-list-item label {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.maio-scope .p-aio-contact__privacy .wpcf7-list-item-label {
  padding-left: 0;
  color: #2d2e32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  white-space: nowrap;
}
.maio-scope .p-aio-contact__privacy .wpcf7-list-item-label::before,
.maio-scope .p-aio-contact__privacy .wpcf7-list-item-label::after {
  content: none;
}
.maio-scope .p-aio-contact .wpcf7-response-output {
  margin: 28px 0 0;
  border-radius: 7px;
  padding: 12px 18px;
  color: #2d2e32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.maio-scope .p-aio-contact form.invalid .wpcf7-response-output,
.maio-scope .p-aio-contact form.unaccepted .wpcf7-response-output,
.maio-scope .p-aio-contact form.failed .wpcf7-response-output,
.maio-scope .p-aio-contact form.aborted .wpcf7-response-output {
  border-color: #c00000;
  color: #c00000;
}
.maio-scope .p-aio-contact form.submitting .p-aio-contact__submit[type=submit] {
  opacity: 0.6;
  pointer-events: none;
}
.maio-scope .p-aio-faq {
  padding-block: 105px 100px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq {
    padding-block: 82px;
  }
}

.maio-scope .p-aio-faq__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.maio-scope .p-aio-faq__bg-img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
  display: block;
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq__bg-img {
    opacity: 1;
  }
}

.maio-scope .p-aio-faq__inner {
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
  z-index: 10;
  max-width: 960px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-faq__inner {
    padding-inline: 20px;
    max-width: 375px;
  }
}
.maio-scope .p-aio-faq__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq__title {
    font-size: 28px;
  }
}

.maio-scope .p-aio-faq__lead {
  margin-top: 19px;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq__lead {
    margin-top: 23px;
  }
}
.maio-scope .p-aio-faq__list {
  gap: 13px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 44px;
  padding: 0;
  width: 100%;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq__list {
    gap: 8px;
    margin-top: 31px;
  }
}
.maio-scope .p-aio-faq__item {
  backdrop-filter: blur(4.45px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.69);
}

.maio-scope .p-aio-faq__item details {
  -webkit-transition: height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.maio-scope .p-aio-faq__item details.is-animating {
  overflow: hidden;
}
.maio-scope .p-aio-faq__summary {
  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;
  cursor: pointer;
  padding: 18px 30px;
  list-style: none;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-faq__summary {
    padding: 13px 16px;
  }
}

.maio-scope .p-aio-faq__summary::-webkit-details-marker {
  display: none;
}

.maio-scope .p-aio-faq__q-inner {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-faq__q-inner {
    min-width: 0;
  }
}
.maio-scope .p-aio-faq__q-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-image: radial-gradient(circle at 15px 20px, #001c83 0%, #10258d 12.5%, #212e97 25%, #423faa 50%, #6250be 75%, #8362d1 100%);
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-faq__a-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #c89b5a;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.maio-scope .p-aio-faq__q-text {
  color: #2a2c2c;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-faq__q-text {
    max-width: 196px;
  }
}
.maio-scope .p-aio-faq__chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 16px;
  height: 9px;
}

.maio-scope .p-aio-faq__chevron::before {
  display: block;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  border-right: 2px solid #2a2c2c;
  border-bottom: 2px solid #2a2c2c;
  width: 10px;
  height: 10px;
  content: "";
}

.maio-scope details[open] .p-aio-faq__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.maio-scope details.is-closing .p-aio-faq__chevron {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.maio-scope .p-aio-faq__answer {
  padding: 0 30px 22px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-faq__answer {
    padding: 0 16px 14px;
  }
}

.maio-scope .p-aio-faq__a-row {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maio-scope .p-aio-faq__a-text {
  color: #2a2c2c;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-faq__a-text {
    max-width: 196px;
  }
}
.maio-scope .p-aio-features {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0521), to(#0b0d2e));
  background: linear-gradient(180deg, #0a0521 0%, #0b0d2e 100%);
  padding-top: 90px;
  padding-bottom: 54px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.maio-scope .p-aio-features {
}
.maio-scope .p-aio-features .p-aio-inner {
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features .p-aio-inner {
    padding-inline: 0;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-features .p-aio-inner {
    padding-inline: 24px;
  }
}
.maio-scope .p-aio-features__bg-deco {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #000));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  position: absolute;
  top: 51px;
  right: 0;
  left: 0;
  z-index: 10;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #000));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  height: 826px;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__bg-deco {
    -webkit-mask-image: none;
    top: 51px;
    mask-image: none;
    height: 826px;
  }
}

.maio-scope .p-aio-features__bg-deco-img {
  inset: 0;
  position: absolute;
  opacity: 0.47;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__bg-deco-img {
    opacity: 1;
  }
}

.maio-scope .p-aio-features__bg-deco-overlay {
  inset: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(13.86%, #0c0d2e), color-stop(37.824%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #0c0d2e 13.86%, rgba(0, 0, 0, 0) 37.824%);
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__bg-deco-overlay {
    display: none;
  }
}
.maio-scope .p-aio-features__nebula {
  -webkit-mask-image: radial-gradient(ellipse 44% 40% at 50% 48%, #000 8%, transparent 56%);
  position: absolute;
  top: -91px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 28px));
          transform: translateX(calc(-50% - 28px));
  z-index: 10;
  mask-image: radial-gradient(ellipse 44% 40% at 50% 48%, #000 8%, transparent 56%);
  background: radial-gradient(ellipse 47% 52% at 52% 38%, #0e0a5e 0%, #0a0521 62%);
  isolation: isolate;
  width: 850px;
  height: 280px;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__nebula {
    -webkit-mask-image: radial-gradient(ellipse 66% 56% at 50% 42%, #000 0%, transparent 72%);
    top: 4px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    mask-image: radial-gradient(ellipse 66% 56% at 50% 42%, #000 0%, transparent 72%);
    background: radial-gradient(ellipse 74% 56% at 50% 34%, #0e0a5e 0%, #0a0521 64%);
    isolation: isolate;
    width: 345px;
    height: 130px;
  }
}

.maio-scope .p-aio-features__nebula-img {
  inset: 0;
  position: absolute;
  mix-blend-mode: color-dodge;
  -webkit-filter: saturate(1.25);
          filter: saturate(1.25);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maio-scope .p-aio-features__inner {
  margin-inline: auto;
  position: relative;
  z-index: 20;
  max-width: 1060px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__inner {
    max-width: 375px;
  }
}
.maio-scope .p-aio-features__heading {
  margin-left: -30px;
  padding-top: 0px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__heading {
    margin-top: 31px;
    margin-left: 0;
    padding-top: 0;
  }
}

.maio-scope .p-aio-features__heading-main {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__heading-main {
    font-size: 23px;
    white-space: normal;
  }
}

.maio-scope .p-aio-features__lead-wrap {
  gap: 12px;
  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;
  margin-top: 37px;
  margin-left: 40px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__lead-wrap {
    gap: 8px;
    margin-top: 40px;
    margin-left: 0;
  }
}

.maio-scope .p-aio-features__lead-text {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__lead-text {
    font-size: 20px;
    white-space: normal;
  }
}
.maio-scope .p-aio-features__name-badge {
  display: inline-block;
  position: relative;
  margin-top: -6px;
  margin-left: -3px;
  border: 1px solid #342fab;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 92, 253, 0.47)), to(rgba(176, 172, 222, 0.47)));
  background: linear-gradient(to bottom, rgba(52, 92, 253, 0.47), rgba(176, 172, 222, 0.47));
  padding: 0 16px;
  height: 56px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__name-badge {
    margin-top: 0;
    margin-left: 0;
    padding: 0 12px;
    height: 51px;
  }
}

.maio-scope .p-aio-features__name-badge-text {
  display: block;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__name-badge-text {
    font-size: 35px;
    line-height: 51px;
    white-space: normal;
  }
}

.maio-scope .p-aio-features__desc {
  margin-top: 28px;
  margin-left: 28px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__desc {
    margin-top: 32px;
    margin-left: 0;
    font-size: 18px;
    line-height: normal;
    white-space: normal;
  }
}
.maio-scope .p-aio-features__main-img-wrap {
  margin-top: 48px;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__main-img-wrap {
    margin-inline: 16px;
    margin-top: 40px;
    width: auto;
    max-width: none;
  }
}

.maio-scope .p-aio-features__main-img {
  aspect-ratio: 1000/409;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__main-img {
    aspect-ratio: 342/139;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.maio-scope .p-aio-features__list {
  margin-top: 92px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__list {
    margin-inline: 0;
    margin-top: 56px;
  }
}
.maio-scope .p-aio-features__item {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__item {
    gap: 15px;
    -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;
    margin-top: 46px;
  }
  .maio-scope .p-aio-features__item:nth-child(3) {
    padding-top: 24px;
  }
}
.maio-scope .p-aio-features__item {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-features__item {
    gap: 24px;
    margin-top: 32px;
  }
}

.maio-scope .p-aio-features__item:first-child {
  margin-top: 0;
}
.maio-scope .p-aio-features__item--reverse .p-aio-features__item-img-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.maio-scope .p-aio-features__text-group {
  gap: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__text-group {
    row-gap: 12px;
    display: grid;
    grid-template-areas: "badge title" "badge body";
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    padding-right: 20px;
    padding-left: 22px;
  }
}
.maio-scope .p-aio-features__text-group {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-features__text-group {
    gap: 22px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.maio-scope .p-aio-features__badge {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 0px 15.1px 0px rgba(255, 255, 255, 0.51);
          box-shadow: 0px 0px 15.1px 0px rgba(255, 255, 255, 0.51);
  border: 1.856px solid #bc8856;
  width: 103px;
  height: 103px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__badge {
    grid-area: badge;
    -ms-flex-item-align: start;
        align-self: start;
    width: 74px;
    height: 74px;
  }
}

.maio-scope .p-aio-features__badge-label {
  display: block;
  padding-top: 16px;
  color: #e4bf89;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__badge-label {
    padding-top: 13px;
    font-size: 14px;
  }
}

.maio-scope .p-aio-features__badge-num {
  display: block;
  margin-top: 4px;
  color: #e4bf89;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 49px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__badge-num {
    margin-top: 2px;
    font-size: 35px;
  }
}
.maio-scope .p-aio-features__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__text-block {
    display: contents;
  }
}

.maio-scope .p-aio-features__item-title {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: normal;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__item-title {
    grid-area: title;
    font-size: 28px;
    line-height: 1;
    white-space: normal;
  }
}
.maio-scope .p-aio-features__item-title {
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__item:nth-of-type(3) .p-aio-features__item-title {
    line-height: 1.3;
  }
}

.maio-scope .p-aio-features__item-body {
  margin-top: 25px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-features__item-body {
    grid-area: body;
    margin-top: 0;
    padding-top: 4px;
  }
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__item--03 .p-aio-features__item-body {
    letter-spacing: -0.04em;
  }
}
.maio-scope .p-aio-features__item-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  width: 440px;
  height: 254px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__item-img-wrap, .maio-scope .p-aio-features__item--reverse .p-aio-features__item-img-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.maio-scope .p-aio-features__item-img-wrap {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-features__item-img-wrap {
    aspect-ratio: 440/254;
    width: 34%;
    max-width: 440px;
    height: auto;
  }
}

.maio-scope .p-aio-features__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-features__item-img {
    margin-inline: auto;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.maio-scope .p-aio-flow {
  background: #eef2fb;
  padding-top: 82px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow {
    padding-top: 74px;
  }
}
.maio-scope .p-aio-flow__heading {
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__heading {
    font-size: 28px;
  }
}
.maio-scope .p-aio-flow__sub {
  margin-top: 24px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__sub {
    margin-top: 26px;
  }
}
.maio-scope .p-aio-flow__list {
  gap: 10px;
  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;
  margin-top: 35px;
}
@media (min-width: 769px) and (max-width: 1220px) {
  .maio-scope .p-aio-flow__list {
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 581px;
  }
}
.maio-scope .p-aio-flow__list {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-flow__list {
    row-gap: 11px;
    padding-inline: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    margin-top: 33px;
  }
}
.maio-scope .p-aio-flow__list {
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-flow__list {
    row-gap: 11px;
    display: grid;
    grid-template-columns: 151px 151px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    margin-top: 33px;
  }
}
.maio-scope .p-aio-flow__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  width: 187px;
  height: 222px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-flow__item {
    width: 151px;
    overflow: visible;
  }
}
.maio-scope .p-aio-flow__item {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-flow__item {
    width: 100%;
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__item::after {
    position: absolute;
    top: 75px;
    left: 100%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#863dac), to(#1241eb));
    background: linear-gradient(180deg, #863dac, #1241eb);
    width: 18px;
    height: 73px;
    pointer-events: none;
    content: "";
  }
  .maio-scope .p-aio-flow__item:last-child::after {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-flow__item:nth-child(3n)::after {
    display: none;
  }
}
.maio-scope .p-aio-flow__step-banner {
  position: absolute;
  top: 18px;
  left: 0;
  width: 187px;
  height: 31px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-flow__step-banner {
    width: 151px;
  }
}
.maio-scope .p-aio-flow__step-banner {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-flow__step-banner {
    width: 100%;
  }
}

.maio-scope .p-aio-flow__step-banner-img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.maio-scope .p-aio-flow__step-num {
  position: absolute;
  top: 23px;
  left: 7px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__step-num {
    left: 5px;
    font-size: 16px;
  }
}
.maio-scope .p-aio-flow__step-day {
  position: absolute;
  top: 24px;
  right: 10px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__step-day {
    right: 14px;
  }
}
.maio-scope .p-aio-flow__icon {
  position: absolute;
  top: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.maio-scope .p-aio-flow__step-name {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 126px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(172deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__step-name {
    font-size: 18px;
  }
}
.maio-scope .p-aio-flow__step-desc {
  position: absolute;
  top: 153px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  white-space: pre-line;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-flow__step-desc {
    width: 100%;
  }
}
.maio-scope .p-aio-footer {
  padding-block: 0;
  position: relative;
  background-color: #fff;
  min-height: 329px;
  overflow: hidden;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer {
    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;
    background-color: #fff;
    padding: 98px 20px 64px;
    min-height: 0;
  }
}

.maio-scope .p-aio-footer__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__bg {
    -webkit-clip-path: polygon(0 0, 27.25% 0, 37.3% 38.64px, 100% 38.64px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 27.25% 0, 37.3% 38.64px, 100% 38.64px, 100% 100%, 0 100%);
    background-color: #020119;
  }
}

.maio-scope .p-aio-footer__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__bg-img {
    display: none;
  }
}

.maio-scope .p-aio-footer__inner {
  margin-inline: auto;
  padding-inline: 220px;
  padding-block: 108px 0;
  position: relative;
  z-index: 10;
  max-width: 1440px;
}
.maio-scope .p-aio-footer__logo {
  display: block;
  position: absolute;
  top: 108px;
  left: max(24px, 50% - 500px);
  background-color: #fff;
  padding: 4px 8px;
  width: 147px;
  height: 78px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.maio-scope .p-aio-footer__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.maio-scope .p-aio-footer__info {
  margin-left: calc(50% - 233px - 220px);
}

.maio-scope .p-aio-footer__company-block {
  position: absolute;
  bottom: 65px;
  left: max(24px, 50% - 500px);
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__company-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 18px;
  }
}

.maio-scope .p-aio-footer__company-label {
  margin: 0;
  color: #9e9e9e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.maio-scope .p-aio-footer__company-name {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-footer__detail {
  position: absolute;
  left: calc(50% - 233px);
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-footer__detail {
    left: max(195px, 50% - 233px);
  }
}

.maio-scope .p-aio-footer__detail--address {
  top: 107px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__detail--address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 28px;
  }
}

.maio-scope .p-aio-footer__detail--contact {
  top: 172px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__detail--contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 13px;
  }
}

.maio-scope .p-aio-footer__detail-label {
  margin: 0;
  color: #9e9e9e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.maio-scope .p-aio-footer__detail-text {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-footer__copyright {
  position: absolute;
  right: max(24px, 50% - 500px);
  bottom: 69px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 47px;
    white-space: normal;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-footer__logo,
  .maio-scope .p-aio-footer__detail,
  .maio-scope .p-aio-footer__company-block,
  .maio-scope .p-aio-footer__copyright {
    inset: auto;
    position: relative;
    z-index: 1;
  }
}
.maio-scope .p-aio-future {
  position: relative;
  background: #fff;
  padding-top: 73px;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future {
    padding-top: 41px;
  }
}
.maio-scope .p-aio-future__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 1116px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__bg {
    height: auto;
  }
}

.maio-scope .p-aio-future__bg img {
  inset: 0;
  position: absolute;
  mix-blend-mode: multiply;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__bg img {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.maio-scope .p-aio-future__bg-fade {
  inset: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.611%, #fff), color-stop(26.944%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 18.611%, rgba(255, 255, 255, 0) 26.944%);
}
.maio-scope .p-aio-future__inner {
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
  z-index: 1;
  max-width: 1060px;
}
.maio-scope .p-aio-future__heading {
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__heading {
    font-size: 28px;
  }
}
.maio-scope .p-aio-future__lead {
  margin-top: 23px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__lead {
    margin-top: 31px;
  }
}
.maio-scope .p-aio-future__cards {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-future__cards {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 32px;
  }
}
.maio-scope .p-aio-future__cards {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-future__cards {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 360px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}
.maio-scope .p-aio-future__card {
  backdrop-filter: blur(6.05px);
  border: 2px solid #fff;
  border-radius: 12px;
  background: rgba(33, 33, 33, 0.13);
  padding: 35px 30px 39px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__card {
    background: rgba(33, 33, 33, 0.6);
    padding: 39px 27px 39px;
  }
}
.maio-scope .p-aio-future__card {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-future__card {
    margin-inline: auto;
    max-width: 360px;
  }
  .maio-scope .p-aio-future__card:last-child {
    grid-column: 1/-1;
    width: calc(50% - 12px);
  }
}

.maio-scope .p-aio-future__card--02 {
  width: 100%;
}
.maio-scope .p-aio-future__card-icon {
  margin-inline: auto;
  max-width: 84px;
}
.maio-scope .p-aio-future__card-icon img {
  aspect-ratio: 78/78;
  margin-inline: auto;
  display: block;
  width: 78px;
  height: auto;
}
.maio-scope .p-aio-future__card--02 .p-aio-future__card-icon img {
  aspect-ratio: 84/69;
  width: 84px;
}
.maio-scope .p-aio-future__card--03 .p-aio-future__card-icon img {
  aspect-ratio: 71/71;
  width: 71px;
}
.maio-scope .p-aio-future__scenario-num {
  margin-top: 14px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.maio-scope .p-aio-future__card-heading {
  margin-top: 6px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.maio-scope .p-aio-future__card-body {
  margin-top: 21px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__card--01 .p-aio-future__card-body {
    margin-inline: -4.5px;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__card--03 .p-aio-future__card-body {
    margin-inline: -5px;
  }
}
.maio-scope .p-aio-future__data-note {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
  background: #4a4848;
  padding: 7px 10px;
}

.maio-scope .p-aio-future__card--01 .p-aio-future__data-note {
  margin-top: 21px;
}

.maio-scope .p-aio-future__data-note-text {
  color: #c9c9c9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-future__cta-band {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__cta-band {
    padding-top: 59px;
    padding-bottom: 103px;
  }
}

.maio-scope .p-aio-future__cta-heading {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-shadow: 0 1px 25.9px #7bb2ff;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__cta-heading {
    font-size: 40px;
  }
}

.maio-scope .p-aio-future__cta-sub {
  margin-top: 20px;
}
.maio-scope .p-aio-future__cta-sub--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__cta-sub--sp {
    gap: 3px;
    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;
    margin-top: 34px;
  }
}

.maio-scope .p-aio-future__cta-sub-text {
  background: linear-gradient(178.168deg, rgb(134, 61, 172) 4.3319%, rgb(18, 65, 235) 104.69%);
  padding: 3px 9px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__cta-sub--pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-future__cta-sub--sp .p-aio-future__cta-sub-text {
    display: inline-block;
    padding: 0 9px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-future__card-heading .p-aio-future__card-break {
    display: none;
  }
}
.maio-scope .p-aio-fv {
  position: relative;
  z-index: 1;
  height: 835px;
  overflow: hidden;
}
@media only screen and (max-width: 1155px) {
  .maio-scope .p-aio-fv {
    height: 660px;
  }
}
@media only screen and (max-width: 1080px) {
  .maio-scope .p-aio-fv {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv {
    height: 694px;
  }
}
.maio-scope .p-aio-fv__art {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.maio-scope .p-aio-fv__art::after {
  inset: 0;
  position: absolute;
  z-index: 10;
  background: radial-gradient(circle at 74% 45%, rgba(0, 0, 0, 0) 0%, rgba(9, 17, 37, 0.69) 100%);
  content: "";
}

.maio-scope .p-aio-fv__bg {
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.maio-scope .p-aio-fv__movie {
  inset: 0;
  position: absolute;
  opacity: 0.2;
  z-index: 2;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__movie {
    display: block;
  }
}
.maio-scope .p-aio-fv__particle {
  position: absolute;
  top: -6px;
  left: -5px;
  opacity: 0.9;
  z-index: 11;
  mix-blend-mode: screen;
  width: 1440px;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__particle {
    display: none;
  }
}
.maio-scope .p-aio-fv__crystal {
  position: absolute;
  top: 240px;
  left: calc(50% - 245px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.9;
  z-index: 1;
  width: 716px;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__crystal {
    display: block;
    top: 145px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    width: 375px;
    max-width: 375px;
  }
}
.maio-scope .p-aio-fv__canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 10;
  width: 1440px;
  height: 845px;
}
@media only screen and (max-width: 1155px) {
  .maio-scope .p-aio-fv__canvas {
    -webkit-transform: translateX(-50%) scale(0.78);
            transform: translateX(-50%) scale(0.78);
  }
}
@media only screen and (max-width: 1080px) {
  .maio-scope .p-aio-fv__canvas {
    -webkit-transform: translateX(-50%) scale(0.71);
            transform: translateX(-50%) scale(0.71);
  }
}
.maio-scope .p-aio-fv__canvas {
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__canvas {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 375px;
    height: 694px;
  }
}
.maio-scope .p-aio-fv__lead {
  position: absolute;
  top: 146px;
  left: calc(50% - 540px);
  z-index: 10;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__lead {
    top: 91px;
    left: 23px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: normal;
  }
}
.maio-scope .p-aio-fv__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.maio-scope .p-aio-fv__title-cv {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 165px;
  left: calc(50% - 543px);
  -webkit-filter: drop-shadow(0 0 27px #001129) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 27px #001129) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a699e7));
  background: linear-gradient(180deg, #fff 0%, #a699e7 100%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: 107.63px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-shadow: none;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-cv {
    top: 104px;
    left: 22px;
    font-size: 57px;
    line-height: normal;
  }
}

.maio-scope .p-aio-fv__title-wa {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 227px;
  left: calc(50% - 388px);
  -webkit-filter: drop-shadow(0 0 27px #001129);
          filter: drop-shadow(0 0 27px #001129);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a699e7));
  background: linear-gradient(180deg, #fff 0%, #a699e7 100%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: 55.98px;
  line-height: 1.45;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-wa {
    top: 132px;
    left: 104px;
    font-size: 30px;
    line-height: normal;
  }
}

.maio-scope .p-aio-fv__title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 239px;
  left: calc(50% - 555px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 5px 28.86px #00204d, 0 4px 4.6px rgba(0, 38, 192, 0.77);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-main {
    top: 142px;
    left: 15px;
    height: auto;
    line-height: normal;
  }
}

.maio-scope .p-aio-fv__title-men {
  font-size: 193px;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-men {
    font-size: 102px;
  }
}

.maio-scope .p-aio-fv__title-de {
  position: relative;
  top: 23px;
  font-size: 140px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-de {
    top: 12px;
    font-size: 74px;
  }
}

.maio-scope .p-aio-fv__title-to {
  position: relative;
  top: 5px;
  font-size: 180px;
  letter-spacing: -0.13em;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-to {
    top: 3px;
    font-size: 96px;
  }
}

.maio-scope .p-aio-fv__title-ru {
  position: relative;
  top: 5px;
  font-size: 180px;
  letter-spacing: -0.11em;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__title-ru {
    top: 3px;
    font-size: 96px;
  }
}
.maio-scope .p-aio-fv__copy {
  position: absolute;
  top: 505px;
  left: calc(50% - 543px);
  z-index: 10;
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__copy {
    top: 295px;
    left: 20px;
    width: 337px;
  }
}

.maio-scope .p-aio-fv__copy-line {
  color: #fff;
  font-size: 20px;
  line-height: 37px;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__copy-line {
    font-size: 16px;
    line-height: 29px;
    white-space: normal;
  }
}

.maio-scope .p-aio-fv__copy-grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 4px 8.2px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 4px 8.2px rgba(0, 0, 0, 0.65));
  background: -webkit-gradient(linear, left top, right top, from(#16ffc9), to(#546dff));
  background: linear-gradient(90deg, #16ffc9 0%, #546dff 100%);
  background-clip: text;
  color: transparent;
  font-size: 25px;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__copy-grad {
    font-size: 20px;
  }
}
.maio-scope .p-aio-fv__cta {
  position: absolute;
  top: 656px;
  left: calc(50% - 543px);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__cta {
    top: 589px;
    right: 20px;
    left: 20px;
    font-size: 22px;
    text-align: center;
  }
}
.maio-scope .p-aio-fv__phone {
  position: absolute;
  top: 0;
  left: calc(50% + 24px);
  z-index: 5;
  width: 616px;
}
@media (min-width: 1440px) {
  .maio-scope .p-aio-fv__phone {
    left: calc(50% + 24px + (100vw - 1440px) / 2);
  }
}
.maio-scope .p-aio-fv__phone {
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__phone {
    top: 356px;
    left: 10px;
    width: 314px;
    height: auto;
  }
}

.maio-scope .p-aio-fv__phone img {
  display: block;
  width: 100%;
  height: auto;
}
.maio-scope .p-aio-fv__badge {
  position: absolute;
  top: 468px;
  left: calc(50% + 367px);
  z-index: 20;
  width: 204px;
  height: 204px;
}
@media (min-width: 1440px) {
  .maio-scope .p-aio-fv__badge {
    left: calc(50% + 367px + (100vw - 1440px) / 2);
  }
}
.maio-scope .p-aio-fv__badge {
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__badge {
    top: 430px;
    left: 234px;
    width: 107px;
    height: 107px;
  }
}

.maio-scope .p-aio-fv__badge img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.maio-scope .p-aio-fv__badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
          transform: translate(-52%, -50%);
  z-index: 10;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-fv__badge-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.maio-scope .p-aio-glance {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance {
    padding-top: 68px;
    padding-bottom: 92px;
  }
}
.maio-scope .p-aio-glance {
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance .p-aio-inner {
    padding-inline: 20px;
  }
}
.maio-scope .p-aio-glance__heading {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance__heading {
    font-size: 28px;
  }
}
.maio-scope .p-aio-glance__video-wrap {
  aspect-ratio: 16/9;
  position: relative;
  margin-top: 31px;
  background: #a2a2a2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance__video-wrap {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.maio-scope .p-aio-glance__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance__play-btn {
    width: 31px;
    height: 31px;
  }
}

.maio-scope .p-aio-glance__play-circle {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.maio-scope .p-aio-glance__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 41px;
  height: 41px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-glance__play-icon {
    width: 14px;
    height: 14px;
  }
}
.maio-scope .p-aio-glance__video {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.maio-scope .p-aio-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
  padding-right: 18px;
  padding-left: 10px;
  width: 100%;
  height: 101px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-header {
    padding-right: 11px;
    padding-left: 9px;
    height: 69px;
  }
}

.maio-scope .p-aio-header__logo {
  position: relative;
  margin: 0;
  width: 173px;
  height: 92px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-header__logo {
    width: 103px;
    height: 55px;
  }
}
.maio-scope .p-aio-header__logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.maio-scope .p-aio-header__logo img {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px -29px rgba(255, 255, 255, 0.21);
          box-shadow: 0 4px 10px -29px rgba(255, 255, 255, 0.21);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maio-scope .p-aio-header__logo .p-aio-header__logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 198px;
  height: 101px;
}

@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-header__logo .p-aio-header__logo-glow {
    width: 118px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-header__cta.c-aio-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.maio-scope .p-aio-logic {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0d2e), to(#3c69b2));
  background: linear-gradient(to bottom, #0b0d2e 0%, #3c69b2 100%);
  padding-top: 80px;
  padding-bottom: 116px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic {
    padding-top: 34px;
    padding-bottom: 60px;
  }
}
.maio-scope .p-aio-logic__bg-deco {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #000));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  position: absolute;
  right: 0;
  bottom: -108px;
  left: 0;
  z-index: 10;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #000));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  height: 528px;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__bg-deco {
    bottom: 0;
    height: auto;
  }
}

.maio-scope .p-aio-logic__bg-deco-img {
  inset: 0;
  position: absolute;
  opacity: 0.2;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__bg-deco-img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.maio-scope .p-aio-logic__inner {
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
  z-index: 20;
  max-width: 1060px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__inner {
    padding-inline: 20px;
  }
}
.maio-scope .p-aio-logic__heading {
  text-align: center;
}

.maio-scope .p-aio-logic__heading-main {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__heading-main {
    font-size: 40px;
    line-height: normal;
    white-space: normal;
  }
}

.maio-scope .p-aio-logic__heading-sub {
  margin-top: 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__heading-sub {
    margin-top: 18px;
    font-size: 28px;
    white-space: normal;
  }
}

.maio-scope .p-aio-logic__heading-desc {
  margin-top: 26px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__heading-desc {
    margin-top: 34px;
    font-size: 16px;
    white-space: normal;
  }
}
.maio-scope .p-aio-logic__tabs {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 36px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-logic__tabs {
    margin-inline: auto;
    gap: 2px;
    margin-top: 64px;
    padding-left: 20px;
    max-width: 500px;
  }
}
.maio-scope .p-aio-logic__tabs {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-logic__tabs {
    margin-inline: auto;
    gap: 2px;
    margin-top: 64px;
    padding-left: 30px;
    max-width: 1000px;
  }
}

.maio-scope .p-aio-logic__tab {
  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;
  border: none;
  border-radius: 15px 15px 0 0;
  padding: 0;
  width: 215px;
  height: 59px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__tab {
    width: 147px;
    height: 47px;
    font-size: 16px;
  }
}
.maio-scope .p-aio-logic__tab[aria-selected=true] {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background: linear-gradient(155.861deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
}

.maio-scope .p-aio-logic__tab[aria-selected=true]::before {
  inset: 0;
  position: absolute;
  z-index: -1;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  content: "";
}

@media (any-hover: hover) {
  .maio-scope .p-aio-logic__tab[aria-selected=true]:hover::before {
    background-color: #f0f0f0;
  }
}
.maio-scope .p-aio-logic__tab[aria-selected=true]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.maio-scope .p-aio-logic__tab[aria-selected=false] {
  background-color: #b2b2b3;
  color: #0b0d2e;
}

@media (any-hover: hover) {
  .maio-scope .p-aio-logic__tab[aria-selected=false]:hover {
    background-color: #c8c8c9;
  }
}
.maio-scope .p-aio-logic__tab[aria-selected=false]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.maio-scope .p-aio-logic__panel {
  margin-inline: auto;
  position: relative;
  border-radius: 19px;
  background-color: #fff;
  padding-top: 78px;
  padding-bottom: 78px;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-logic__panel {
    padding: 40px 15px 60px;
    max-width: 500px;
  }
}
.maio-scope .p-aio-logic__panel {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-logic__panel {
    padding: 48px 30px 56px;
  }
}

.maio-scope .p-aio-logic__panel[hidden] {
  display: none;
}
.maio-scope .p-aio-logic__panel:not([hidden]) > * {
  -webkit-animation: p-aio-logic-content-in 1.4s ease-out both;
          animation: p-aio-logic-content-in 1.4s ease-out both;
}

@-webkit-keyframes p-aio-logic-content-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes p-aio-logic-content-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .maio-scope .p-aio-logic__panel:not([hidden]) > * {
    -webkit-animation: none;
            animation: none;
  }
}
.maio-scope .p-aio-logic__panel-heading {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__panel-heading,
  .maio-scope .p-aio-logic__panel--logic .p-aio-logic__panel-heading {
    font-size: 18px;
    line-height: 1.55;
    white-space: normal;
  }
}
.maio-scope .p-aio-logic__kpi-list {
  gap: 35px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 49px;
  width: 100%;
  max-width: 849px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-logic__kpi-list {
    gap: 28px;
    margin-top: 17px;
    max-width: 100%;
  }
}
.maio-scope .p-aio-logic__kpi-list {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-list {
    gap: 28px;
    margin-inline: auto;
    margin-top: 17px;
    max-width: 456px;
  }
}

.maio-scope .p-aio-logic__kpi-row {
  gap: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 849px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-row {
    gap: 2px;
    -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;
    max-width: 100%;
  }
}

.maio-scope .p-aio-logic__kpi-img-placeholder {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  width: 100%;
  max-width: 456px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-img-placeholder {
    margin-inline: auto;
    width: 100%;
    max-width: 456px;
  }
}

.maio-scope .p-aio-logic__kpi-img {
  aspect-ratio: 456/167;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maio-scope .p-aio-logic__kpi-desc {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 348px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-desc {
    width: 100%;
    max-width: 100%;
  }
}

.maio-scope .p-aio-logic__kpi-label-row {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.maio-scope .p-aio-logic__kpi-num-img {
  display: block;
  width: 96px;
  height: 42px;
}

.maio-scope .p-aio-logic__kpi-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.maio-scope .p-aio-logic__kpi-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0;
  background: linear-gradient(164.985deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.maio-scope .p-aio-logic__kpi-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 6px;
  background: linear-gradient(175.458deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-title {
    margin-top: 3px;
    font-size: 23px;
    line-height: normal;
    white-space: normal;
  }
}

.maio-scope .p-aio-logic__kpi-body {
  margin-top: 30px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__kpi-body {
    margin-top: 16px;
  }
}
.maio-scope .p-aio-logic__panel-footer {
  position: relative;
  z-index: 0;
  margin-top: 56px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__panel-footer {
    margin-top: 28px;
  }
}

.maio-scope .p-aio-logic__panel-footer-text {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__panel-footer-text,
  .maio-scope .p-aio-logic__panel--logic .p-aio-logic__panel-footer-text {
    font-size: 23px;
    line-height: 1.4;
    white-space: normal;
    word-break: keep-all;
  }
  .maio-scope .p-aio-logic__panel-footer-text span:first-child {
    display: block;
  }
}
.maio-scope .p-aio-logic__panel-footer-line {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 120px);
  z-index: -1;
  width: 388px;
  height: 15px;
  pointer-events: none;
}

@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__panel-footer-line,
  .maio-scope .p-aio-logic__panel--logic .p-aio-logic__panel-footer-line {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 6px));
            transform: translateX(calc(-50% - 6px));
    width: 220px;
    height: 8px;
  }
}
.maio-scope .p-aio-logic__panel-footer-line-img {
  display: block;
  width: 100%;
  height: 100%;
}
.maio-scope .p-aio-logic__logic-list {
  gap: 60px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 56px;
  max-width: 843px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-logic__logic-list {
    gap: 53px;
    margin-top: 32px;
    max-width: 100%;
  }
}
.maio-scope .p-aio-logic__logic-list {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-logic__logic-list {
    gap: 53px;
    margin-inline: auto;
    margin-top: 32px;
    max-width: 456px;
  }
}

.maio-scope .p-aio-logic__logic-item {
  gap: 58px;
  display: grid;
  grid-template-columns: 394px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__logic-item {
    display: block;
  }
}
.maio-scope .p-aio-logic__diagram {
  display: grid;
  grid-template-columns: 170px auto;
  grid-template-rows: 219px auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 394px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__diagram {
    gap: 13px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    width: 100%;
  }
}

.maio-scope .p-aio-logic__diagram-img {
  display: block;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__diagram-img {
    max-width: 100%;
  }
}
.maio-scope .p-aio-logic__diagram-img--1 {
  grid-column: 1;
  grid-row: 1;
  width: 257px;
}
.maio-scope .p-aio-logic__diagram-img--2 {
  grid-column: 2;
  grid-row: 2;
  width: 224px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__diagram-img--2 {
    grid-column: 1;
    grid-row: 2;
  }
}
.maio-scope .p-aio-logic__logic-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__logic-desc {
    margin-top: 26px;
  }
}

.maio-scope .p-aio-logic__logic-label-row {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maio-scope .p-aio-logic__logic-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.maio-scope .p-aio-logic__logic-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(169.267deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.maio-scope .p-aio-logic__logic-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 6px;
  background: linear-gradient(170.053deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__logic-title {
    font-size: 23px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    white-space: normal;
  }
}

.maio-scope .p-aio-logic__logic-body {
  margin-top: 30px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}
.maio-scope .p-aio-logic__chart {
  justify-self: start;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__chart {
    justify-self: center;
    text-align: center;
  }
}
.maio-scope .p-aio-logic__chart-img {
  display: block;
  width: 302px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__chart-img {
    margin-inline: auto;
  }
}

.maio-scope .p-aio-logic__chart-title {
  margin-bottom: 16px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-logic__chart-title {
    margin-bottom: 11px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 961px) {
  .maio-scope .p-aio-logic__panel--logic .p-aio-logic__panel-footer-line {
    left: calc(50% - 100px);
    width: 341px;
  }
}
.maio-scope .p-aio-logos {
  padding-block: 18px 25px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-logos {
    padding-block: 25px;
  }
}

.maio-scope .p-aio-logos__bg {
  inset: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.maio-scope .p-aio-logos__bg-img {
  inset: 0;
  position: absolute;
  opacity: 0.32;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maio-scope .p-aio-logos__slider {
  position: relative;
  z-index: 2;
}

.maio-scope .p-aio-logos__track {
}

.maio-scope .p-aio-logos__item {
  padding-block: 8px;
  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;
}

.maio-scope .p-aio-logos__img {
  display: block;
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-logos__img {
    height: 50px;
  }
}
.maio-scope .p-aio-logos__img {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-logos__img {
    height: 70px;
  }
}
.maio-scope .p-aio-pledge {
  position: relative;
  background: #06071b;
  padding-top: 107px;
  padding-bottom: 102px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-pledge {
    padding-top: 84px;
  }
}
.maio-scope .p-aio-pledge__bg {
  aspect-ratio: 1440/656;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 10;
  height: auto;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-pledge__bg {
    top: 36px;
    height: 402px;
  }
}

.maio-scope .p-aio-pledge__bg-img {
  inset: 0;
  position: absolute;
  opacity: 0.49;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-pledge__bg-img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    opacity: 0.85;
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
    mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    -o-object-position: center top;
       object-position: center top;
  }
}
.maio-scope .p-aio-pledge__inner {
  position: relative;
  z-index: 20;
}
.maio-scope .p-aio-pledge__heading {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-pledge__heading {
    font-size: 40px;
  }
}
.maio-scope .p-aio-pledge__sub {
  margin-top: 22px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.maio-scope .p-aio-pledge__list {
  gap: clamp(24px, 4vw, 51px);
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-pledge__list {
    padding-inline: 20px;
  }
}
.maio-scope .p-aio-pledge__list {
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-pledge__list {
    gap: 51px;
    -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: 48px;
  }
}
.maio-scope .p-aio-pledge__list {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-pledge__list {
    row-gap: 51px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 300px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
    margin-top: 48px;
  }
}
.maio-scope .p-aio-pledge__card {
  gap: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -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: 100%;
  min-width: 0;
  max-width: 300px;
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-pledge__card:last-child {
    margin-inline: auto;
    grid-column: 1/-1;
  }
}
.maio-scope .p-aio-pledge__badge-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 93px;
  height: 93px;
}

.maio-scope .p-aio-pledge__badge-circle {
  inset: -58px -59px -60px -59px;
  position: absolute;
  width: calc(100% + 118px);
  max-width: none;
  height: calc(100% + 118px);
}

.maio-scope .p-aio-pledge__badge-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 26px;
  left: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bc8856), color-stop(23%, #f9c899), color-stop(48%, #bc8856), color-stop(95%, #645951));
  background: linear-gradient(180deg, #bc8856 0%, #f9c899 23%, #bc8856 48%, #645951 95%);
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.maio-scope .p-aio-pledge__card-body {
  gap: 20px;
  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;
  width: 100%;
}
.maio-scope .p-aio-pledge__card-claim {
  min-height: 95px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-pledge__card-claim {
    min-height: 0;
  }
}
.maio-scope .p-aio-pledge__card-desc-wrap {
  border-top: 1px solid #fff;
  padding-top: 18px;
  width: 100%;
}

.maio-scope .p-aio-pledge__card-desc {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-price {
  background: #fff;
  padding-top: 94px;
  padding-bottom: 98px;
}
.maio-scope .p-aio-price__heading {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__heading {
    font-size: 28px;
  }
}
.maio-scope .p-aio-price__sub {
  margin-top: 18px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__sub {
    margin-top: 21px;
  }
}
.maio-scope .p-aio-price__box {
  position: relative;
  margin-top: 34px;
  background: #0a0d40;
  padding: 74px 0;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-price__box {
    margin-inline: auto;
    margin-top: 44px;
    padding: 64.5px 9px 81px;
    max-width: 336px;
  }
}
.maio-scope .p-aio-price__box {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-price__box {
    margin-inline: auto;
    margin-top: 44px;
    padding: 64.5px 9px 81px;
    max-width: 540px;
  }
}
.maio-scope .p-aio-price__box::before {
  inset: 12px;
  position: absolute;
  border: 1px solid #bc8856;
  pointer-events: none;
  content: "";
}

.maio-scope .p-aio-price__box-inner {
  gap: clamp(32px, 7vw, 92px);
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__box-inner {
    gap: 45px;
    -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;
  }
}
.maio-scope .p-aio-price__plan-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 316px;
  max-width: 316px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__plan-col {
    width: 100%;
    max-width: none;
  }
}

.maio-scope .p-aio-price__plan-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9b6e2d;
  padding: 0 9px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__plan-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.maio-scope .p-aio-price__plan-price {
  margin-top: 10px;
  color: #fff;
  line-height: normal;
}

.maio-scope .p-aio-price__plan-price-main {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: normal;
}

.maio-scope .p-aio-price__plan-price-unit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.maio-scope .p-aio-price__plan-price-month {
  margin-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.maio-scope .p-aio-price__plan-list {
  margin-top: 17px;
  padding-left: 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  list-style: disc;
}
.maio-scope .p-aio-price__detail-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 442px;
  min-width: 0;
  max-width: 442px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__detail-col {
    width: 100%;
    max-width: none;
  }
}

.maio-scope .p-aio-price__detail-text {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 600px) {
  .maio-scope .p-aio-price__detail-text br {
    display: none;
  }
}

.maio-scope .p-aio-price__tags {
  gap: 6px;
  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;
  margin-top: 35px;
  width: 304px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__tags {
    width: 100%;
    max-width: none;
  }
}

.maio-scope .p-aio-price__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 26px;
  background: #fff;
  padding: 2px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.maio-scope .p-aio-price__supplement {
  gap: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 22px;
  padding-right: 37px;
  padding-left: 37px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__supplement {
    gap: 20px;
    -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: 40px;
    padding-left: 0;
  }
}
.maio-scope .p-aio-price__supplement {
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-price__supplement {
    gap: 18px;
    -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-left: 0;
  }
}

.maio-scope .p-aio-price__option-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 229px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__option-heading {
    width: auto;
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-price__option-heading {
    width: auto;
    text-align: center;
  }
}

.maio-scope .p-aio-price__option-grid {
  gap: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__option-grid {
    gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 324px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-price__option-grid {
    gap: 10px;
    width: 100%;
    max-width: 600px;
  }
}

.maio-scope .p-aio-price__option-item {
  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;
  border-radius: 33px;
  background: #f5f5f5;
  padding: 0 22px;
  height: 42px;
  overflow: hidden;
}

.maio-scope .p-aio-price__option-name {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(173deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.maio-scope .p-aio-price__option-price {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.maio-scope .p-aio-price__note {
  grid-column: 2;
  margin-top: 8px;
  padding-right: 4px;
  color: #7a7982;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-price__note {
    grid-column: 1;
    margin-top: 0;
  }
}
.maio-scope .p-aio-problems {
  padding-block: 32px 95px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#130827), to(#040325));
  background: linear-gradient(180deg, #130827 0%, #040325 100%);
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems {
    padding-block: 20px 88px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-problems .p-aio-inner {
    padding-right: 88px;
  }
}
.maio-scope .p-aio-problems__grid {
  gap: 62px 74px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1060px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-problems__grid {
    gap: 64px;
    grid-template-columns: minmax(0, 335px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.maio-scope .p-aio-problems__grid {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-problems__grid {
    gap: 64px 30px;
    grid-template-columns: repeat(2, minmax(0, 310px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 650px;
  }
}
.maio-scope .p-aio-problems__card {
  position: relative;
}
.maio-scope .p-aio-problems__img-wrap {
  position: relative;
  width: 415px;
  max-width: 100%;
  height: 222px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-problems__img-wrap {
    aspect-ratio: 295/156;
    width: 295px;
    max-width: 100%;
    height: auto;
  }
}
.maio-scope .p-aio-problems__img-wrap {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-problems__img-wrap {
    aspect-ratio: 295/156;
    width: 270px;
    max-width: 100%;
    height: auto;
  }
}

.maio-scope .p-aio-problems__img {
  aspect-ratio: 415/222;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.maio-scope .p-aio-problems__issue {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  width: 48px;
  height: auto;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__issue {
    top: 2px;
    left: calc(100% - 3px);
    width: 34px;
  }
}
.maio-scope .p-aio-problems__content {
  padding-top: 30px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__content {
    padding-top: 20px;
  }
}

.maio-scope .p-aio-problems__card-title {
  margin-top: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4642857143;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__card-title {
    width: auto;
    font-size: 28px;
    line-height: 1.4642857143;
    white-space: normal;
  }
}

.maio-scope .p-aio-problems__card-text {
  margin-top: 20px;
  width: 395px;
  max-width: 100%;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.625;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__card-text {
    width: 100%;
  }
}
.maio-scope .p-aio-problems__side-cta {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: 90;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.maio-scope .p-aio-problems__side-cta.is-shown {
  visibility: visible;
  opacity: 1;
}

.maio-scope .p-aio-problems__side-cta {
  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;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8717), to(#ec682c));
  background: linear-gradient(180deg, #ff8717 0%, #ec682c 100%);
  padding: 21px 27px;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__side-cta {
    padding: 16px 18px;
  }
}
.maio-scope .p-aio-problems__side-cta::after {
  position: absolute;
  top: -80%;
  left: 0;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.65)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  width: 100%;
  height: 50%;
  pointer-events: none;
  content: "";
}

@-webkit-keyframes maio-shine-v {
  100% {
    top: 130%;
  }
}

@keyframes maio-shine-v {
  100% {
    top: 130%;
  }
}
.maio-scope .p-aio-problems__side-cta-text {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-problems__side-cta-text {
    font-size: 15px;
  }
}

@media (any-hover: hover) {
  .maio-scope .p-aio-problems__side-cta:hover::after {
    -webkit-animation: maio-shine-v 0.7s ease;
            animation: maio-shine-v 0.7s ease;
  }
}
.maio-scope .p-aio-problems__side-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.maio-scope .p-aio-results {
  position: relative;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 56px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results {
    padding-top: 88px;
    padding-bottom: 118px;
  }
}
.maio-scope .p-aio-results__bg {
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 0;
  height: 792px;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__bg {
    top: 260px;
    height: 1561px;
  }
}

.maio-scope .p-aio-results__bg-img {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.maio-scope .p-aio-results__bg-img img {
  inset: 0;
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maio-scope .p-aio-results__bg-fade {
  inset: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(17.034%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 17.034%);
}
.maio-scope .p-aio-results__inner {
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
  z-index: 1;
  max-width: 1060px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__inner {
    padding-right: 18px;
    padding-left: 20px;
  }
}
.maio-scope .p-aio-results__header {
  position: relative;
  text-align: center;
}

.maio-scope .p-aio-results__laurel {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 2px));
          transform: translateX(calc(-50% - 2px));
  width: 306px;
  height: 117px;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__laurel {
    top: 20px;
    width: 212px;
    height: 81px;
  }
}

.maio-scope .p-aio-results__laurel-img {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.maio-scope .p-aio-results__laurel-img img {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__laurel-img img {
    top: 0;
  }
}
.maio-scope .p-aio-results__heading {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  color: #1b1b1b;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__heading {
    padding-top: 0;
  }
}

.maio-scope .p-aio-results__lead {
  margin-top: 85px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__lead {
    margin-top: 73px;
    font-size: 16px;
  }
}
.maio-scope .p-aio-results__cards {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-results__cards {
    grid-template-columns: minmax(0, 320px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.maio-scope .p-aio-results__cards {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-results__cards {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 320px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.maio-scope .p-aio-results__card {
  -webkit-box-shadow: 0 4px 5.35px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 5.35px rgba(0, 0, 0, 0.21);
  border-radius: 11px;
  background: #fff;
  padding: 27px 22px 23px 23px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-results__card {
    width: 100%;
  }
}
.maio-scope .p-aio-results__card {
}
@media (min-width: 600px) and (max-width: 960px) {
  .maio-scope .p-aio-results__card {
    margin-inline: auto;
    width: 100%;
    max-width: 320px;
  }
  .maio-scope .p-aio-results__card:last-child {
    grid-column: 1/-1;
    width: calc(50% - 10px);
  }
}

.maio-scope .p-aio-results__card-inner {
  width: 100%;
}
.maio-scope .p-aio-results__case-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  background: linear-gradient(175.886deg, rgb(167, 211, 255) 4.3319%, rgb(211, 135, 255) 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__case-num {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    background: linear-gradient(175.886deg, rgb(167, 211, 255) 4.3319%, rgb(211, 135, 255) 104.69%);
    background-clip: text;
    color: transparent;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
  }
}
.maio-scope .p-aio-results__thumb {
  aspect-ratio: 275/142;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__thumb {
    aspect-ratio: auto;
  }
}

.maio-scope .p-aio-results__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__thumb img {
    height: auto;
  }
}
.maio-scope .p-aio-results__client-name {
  margin-top: 15px;
  min-height: 80px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__client-name {
    margin-top: 15px;
    min-height: 0;
    line-height: normal;
  }
}
.maio-scope .p-aio-results__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 34px);
  margin-top: 19px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__data {
    margin-top: 19px;
  }
}

.maio-scope .p-aio-results__data-label {
  padding-inline: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.maio-scope .p-aio-results__data-label:nth-child(4n+1),
.maio-scope .p-aio-results__data-label:nth-child(4n+4) {
  background: #f2f4f5;
}

.maio-scope .p-aio-results__data-label:nth-child(4n+3),
.maio-scope .p-aio-results__data-label:nth-child(4n+2) {
  background: #fff;
}

.maio-scope .p-aio-results__data-label-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(163.988deg, #863dac 4.3319%, #1241eb 104.69%);
  background-clip: text;
  color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}

.maio-scope .p-aio-results__data-value {
  padding-inline: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.maio-scope .p-aio-results__data-value:nth-child(4n+2),
.maio-scope .p-aio-results__data-value:nth-child(4n+3) {
  background: #f2f4f5;
}

.maio-scope .p-aio-results__data-value:nth-child(4n),
.maio-scope .p-aio-results__data-value:nth-child(4n+1) {
  background: #fff;
}

.maio-scope .p-aio-results__data-value-text {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
.maio-scope .p-aio-results__note {
  margin-top: 18px;
  color: #2e2e2e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .maio-scope .p-aio-results__note {
    display: none;
  }
}
.maio-scope .p-aio-shift {
  background: -webkit-gradient(linear, left top, left bottom, from(#233a70), to(#120625));
  background: linear-gradient(180deg, #233a70 0%, #120625 100%);
  overflow: hidden;
}
.maio-scope .p-aio-shift .p-aio-inner {
  display: grid;
  height: 411px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift .p-aio-inner {
    padding-inline: 0;
    height: 410px;
  }
}
.maio-scope .p-aio-shift .p-aio-inner {
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-shift .p-aio-inner {
    height: 440px;
  }
}

.maio-scope .p-aio-shift__photo-wrap,
.maio-scope .p-aio-shift__body {
  grid-area: 1/1;
}
.maio-scope .p-aio-shift__photo-wrap {
  display: grid;
  align-self: start;
  justify-self: center;
  width: 444px;
  height: 411px;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__photo-wrap {
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: center;
    max-width: 100%;
    height: 403px;
  }
}
.maio-scope .p-aio-shift__photo-wrap {
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-shift__photo-wrap {
    width: 344px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-shift__photo-wrap {
    width: 420px;
  }
}
.maio-scope .p-aio-shift__photo-pic {
  display: contents;
}

.maio-scope .p-aio-shift__photo-img {
  grid-area: 1/1;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__photo-img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.maio-scope .p-aio-shift__photo-wrap::after {
  grid-area: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(19, 9, 41, 0)), color-stop(85%, #130827));
  background: linear-gradient(to bottom, rgba(19, 9, 41, 0) 76%, #130827 85%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__photo-wrap::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(19, 9, 41, 0)), color-stop(72%, #130827));
    background: linear-gradient(to bottom, rgba(19, 9, 41, 0) 28%, #130827 72%);
  }
}
.maio-scope .p-aio-shift__body {
  -ms-flex-item-align: start;
      align-self: start;
  z-index: 2;
  margin-top: 197px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__body {
    margin-top: 147px;
    white-space: normal;
  }
}
.maio-scope .p-aio-shift__line {
  display: inline-block;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__line {
    font-size: 28px;
    line-height: 1.6;
    white-space: normal;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-shift__line {
    line-height: 1.4;
  }
}

.maio-scope .p-aio-shift__line + .p-aio-shift__line {
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__line + .p-aio-shift__line {
    margin-top: 26px;
  }
}
.maio-scope .p-aio-shift__highlight {
  display: inline-block;
  background-color: #fff;
  padding: 8px 0 11px 8px;
  color: #212121;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-shift__highlight {
    padding: 5px 3px 8px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .maio-scope .p-aio-shift__highlight {
    padding: 3px 8px 6px;
  }
}
.maio-scope .p-aio-stats {
  padding-block: 61px 77px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats {
    padding-block: 27px 75px;
  }
}

@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats .p-aio-inner {
    padding-inline: 20px;
  }
}
.maio-scope .p-aio-stats__eyebrow {
  margin-top: 0;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__eyebrow {
    font-size: 18px;
    line-height: normal;
  }
}

.maio-scope .p-aio-stats__heading {
  margin-top: 20px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 63px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__heading {
    margin-top: 1px;
    font-size: 40px;
    line-height: normal;
    white-space: normal;
  }
}
.maio-scope .p-aio-stats__heading-highlight {
  display: inline-block;
  position: relative;
}

.maio-scope .p-aio-stats__heading-highlight::after {
  position: absolute;
  top: calc(50% + 3px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#863dac), to(#1241eb));
  background: linear-gradient(90deg, #863dac 0%, #1241eb 100%);
  width: 100%;
  height: 66px;
  content: "";
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__heading-highlight::after {
    height: 42px;
  }
}

.maio-scope .p-aio-stats__heading-highlight-text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.maio-scope .p-aio-stats__grid {
  gap: 0 18px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 68px;
  max-width: 996px;
}
@media only screen and (max-width: 599px) {
  .maio-scope .p-aio-stats__grid {
    gap: 19px 0;
    grid-template-columns: minmax(0, 285px);
    margin-top: 34px;
  }
}
.maio-scope .p-aio-stats__grid {
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-stats__grid {
    gap: 0 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
  }
}
.maio-scope .p-aio-stats__card {
  -webkit-box-shadow: 0 4px 10.7px 2px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 10.7px 2px rgba(0, 0, 0, 0.21);
  border-radius: 11px;
  background-color: #fff;
  padding: 37px 16px 32px;
  min-height: 370px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__card {
    display: grid;
    grid-template-areas: ".      icon   label  ." "number number number number" "list   list   list   list";
    grid-template-columns: 1fr auto auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 31px 20px 24px;
    min-height: 0;
    text-align: left;
  }
}

.maio-scope .p-aio-stats__card-icon {
  margin-inline: auto;
  display: block;
  width: 61px;
  height: 61px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__card-icon {
    grid-area: icon;
    margin: 0 12px 0 0;
    width: 55px;
    height: 55px;
  }
}

.maio-scope .p-aio-stats__card-label {
  margin-top: 22px;
  min-height: 52px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__card-label {
    grid-area: label;
    margin: 0;
    min-height: 0;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    white-space: normal;
  }
}
.maio-scope .p-aio-stats__card-number {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#863dac), to(#1241eb));
  background: linear-gradient(90deg, #863dac 0%, #1241eb 100%);
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.maio-scope .p-aio-stats__card--01 .p-aio-stats__card-number {
  -webkit-transform: translate(-12px);
          transform: translate(-12px);
}
.maio-scope .p-aio-stats__card-number--img {
  display: block;
  margin: 5px auto 0;
  width: auto;
  height: 82px;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__card-number--img {
    grid-area: number;
    margin: 17px auto 0;
    width: auto;
    height: 60px;
  }
}

.maio-scope .p-aio-stats__card--01 .p-aio-stats__card-number--img {
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 600px) and (max-width: 768px) {
  .maio-scope .p-aio-stats__card {
    padding: 26px 12px 22px;
  }
  .maio-scope .p-aio-stats__card-number--img {
    margin: 12px auto 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 56px;
  }
}
.maio-scope .p-aio-stats__card-unit {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#863dac), to(#1241eb));
  background: linear-gradient(90deg, #863dac 0%, #1241eb 100%);
  background-clip: text;
  color: transparent;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
.maio-scope .p-aio-stats__card-list {
  margin-inline: 0;
  display: block;
  margin-top: 26px;
  padding-top: 2px;
  width: auto;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__card-list {
    margin-inline: 0;
    grid-area: list;
    margin-top: 20px;
    width: auto;
    text-align: left;
  }
}

.maio-scope .p-aio-stats__card-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 1em;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  white-space: normal;
}

.maio-scope .p-aio-stats__card-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.maio-scope .p-aio-stats__note {
  margin-top: 32px;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .maio-scope .p-aio-stats__note {
    text-align: left;
  }
}

.maio-scope .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.maio-scope .u-onlyPc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .maio-scope .u-onlyPc {
    display: block;
  }
}

.maio-scope .u-onlyTab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .maio-scope .u-onlyTab {
    display: block;
  }
}

.maio-scope .u-onlySp {
  display: none;
}
@media screen and (max-width: 767px) {
  .maio-scope .u-onlySp {
    display: block;
  }
}
.maio-scope .u-br-sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .maio-scope .u-br-sp {
    display: inline;
  }
  .maio-scope .u-br-pc {
    display: none;
  }
}
.maio-scope .u-inlineBlock {
  display: inline-block !important;
}

.maio-scope .u-block {
  display: block !important;
}

.maio-scope .u-inline {
  display: inline !important;
}

.maio-scope .u-hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .maio-scope .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .maio-scope .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .maio-scope .u-hidden--sp {
    display: none !important;
  }
}

.maio-scope .u-overflowHidden {
  overflow: hidden !important;
}

.maio-scope .visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}