@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@-webkit-keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.u-accent {
  color: #003e95 !important;
  font-weight: 700 !important;
}

html {
  box-sizing: border-box;
}

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

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

a {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.list-num {
  padding-left: 1.2em;
}

ol.list-num>li {
  margin-bottom: 10px;
  counter-increment: number;
  position: relative;
}

ol.list-num>li::before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

html {
  font-size: 62.5%;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.sp-hide {
  display: none !important;
}

.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 30px 0;
  margin-top: 42px;
}

.columns--4col {
  gap: 20px 28px;
}

.columns--4col .columns__item {
  overflow: hidden;
}

.heading {
  text-align: center;
}

.heading--ja {
  min-width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .02em;
  color: #003e95;
  line-height: 1.38;
  border: 2px solid #003e95;
  border-radius: 57px;
  background-color: #fff;
  padding: .8em 0 .9em;
  display: inline-block;
}

.kv-parallax__item {
  position: absolute;
  background-size: cover;
}

.kv-parallax__item.pc-hide:nth-child(5) {
  width: 97.8vw;
  top: 2.9vw;
  left: 0;
  background-image: url(../images/top/img_kv_sp01.webp);
  aspect-ratio: 367/856;
}

.kv-parallax__item.pc-hide:nth-child(6) {
  width: 94.9vw;
  top: -12.5vw;
  left: -1.3vw;
  background-image: url(../images/top/img_kv_sp02.webp);
  z-index: 1;
  aspect-ratio: 356/1061;
}

.kv-parallax__item.pc-hide:nth-child(7) {
  width: 97.8vw;
  top: 0;
  left: 5.3vw;
  background-image: url(../images/top/img_kv_sp03.webp);
  aspect-ratio: 367/1435;
}

.kv-parallax__item.pc-hide:nth-child(8) {
  width: 85.33vw;
  top: 12.53vw;
  left: 9.866vw;
  background-image: url(../images/top/img_kv_sp04.webp);
  aspect-ratio: 320/899;
}

.lead {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 1em;
}

.parallax-square--blue {
  position: absolute;
  background-color: #2163be;
}

.parallax-square--lightblue {
  position: absolute;
  background-color: rgba(0,64,152,.3);
}

.parallax-square--pink {
  position: absolute;
  background-color: #e83956;
}

.parallax-square--bicycle {
  position: absolute;
}

.video-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #003e95;
  padding: 27px 5.3% 120px;
  position: relative;
  z-index: 99;
}

.footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer__logo-img {
  width: 100px;
}

.footer__logo-company {
  position: relative;
  color: #fff;
  text-align: center;
}

.footer__logo-company-img {
  width: 209px;
  margin-bottom: 9px;
}

.footer__copyright {
  color: #fff;
  font-size: 1rem;
}

.footer__text a {
  text-decoration: none;
}

.footer__btn {
  width: 89.4%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #e83956;
  border-radius: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  padding: 15px 15px 15px 24px;
  position: fixed;
  bottom: 10px;
  z-index: 999;
  transition: .3s;
}

.footer__btn-icon {
  width: 51px;
}

.footer__btn.is-bottom {
  bottom: 35px;
}

.l-header {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1300;
}

.l-header__inner {
  padding: 48px 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s;
}

.l-header__logo {
  font-size: 0;
  width: 50%;
}

.l-header__nav {
  display: none;
}

.l-header__nav__item a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.l-header__nav__item--line a {
  width: 255px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #06c755;
  color: #fff;
  border-radius: 40px;
}

.l-header__nav__item--line a:after {
  content: "";
  background-image: url(../images/line02.png);
  background-size: cover;
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 9px;
}

.l-header__nav__item--line--s {
  font-size: 1.2rem;
  letter-spacing: -0.1em;
  padding-left: 11px;
}

.l-header__nav__item--line--underline {
  border-bottom: 1px solid #fff;
}

#header.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

#header.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

main {
  overflow: hidden;
}

.container {
  margin-inline: auto;
  position: relative;
  padding: 0 5.3%;
}

section {
  position: relative;
}

.top-kv-section {
  position: relative;
  overflow: hidden;
}

.top-kv-section .kv-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  position: relative;
  padding: 27.7vw 0 0;
}

.top-kv-section .kv-main__logo {
  width: 51%;
}

.top-kv-section .kv-main__text {
  width: 78.6%;
  color: #003e95;
  text-align: center;
}

.top-kv-section .kv-main__desc {
  font-weight: 500;
  line-height: 2.2;
  margin-top: 30px;
}

.top-kv-section .kv-sub {
  padding: 70px 0;
  z-index: 99;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.top-kv-section .kv-sub__text {
  width: 100%;
}

.top-kv-section .kv-sub__subheading {
  font-family: "Prompt",sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  color: #003e95;
}

.top-kv-section .kv-sub__heading {
  color: #003e95;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

.top-kv-section .kv-sub__heading--mid {
  background: linear-gradient(transparent 10%, #ffffff 0%);
}

.top-kv-section .kv-sub__desc {
  letter-spacing: .1em;
  line-height: 1.8;
  margin: 12px 0 21px;
}

.top-kv-section .kv-sub__video {
  width: 100%;
}

.top-assignment-section {
  padding: 40px 0 50px;
  background-color: rgba(0,97,149,.2);
  overflow: hidden;
}

.top-assignment-section .heading--ja {
  background-color: rgba(0,0,0,0);
}

.top-assignment-section .columns__item {
  position: relative;
}

.top-assignment-section .assignment-card {
  position: relative;
  z-index: 1;
}

.top-assignment-section .assignment-card__img {
  border-radius: 14px;
}

.top-assignment-section .assignment-card__number {
  font-family: "Prompt",sans-serif;
  color: #003e95;
  letter-spacing: .06em;
  line-height: 1;
  margin-top: -0.5em;
  font-size: 6rem;
}

.top-assignment-section .assignment-card__title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.top-assignment-section .assignment-card__title--mid {
  background: linear-gradient(transparent 10%, #003E95 0%);
  display: inline-block;
  padding: 3px 7px;
}

.top-achieve-section {
  padding: 57px 0 0;
}

.top-achieve-section:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid rgba(0,0,0,0);
  border-left: 40px solid rgba(0,0,0,0);
  border-top: 32px solid #ccdfea;
  border-bottom: 0;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

.top-achieve-section .container {
  max-width: 1058px;
}

.top-achieve-section .columns--2col {
  gap: 30px 0;
}

.top-achieve-section .columns__item {
  position: relative;
}

.top-achieve-section .achieve-card {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top-achieve-section .achieve-card__img {
  border-radius: 14px;
}

.top-achieve-section .achieve-card__text {
  width: 88.9%;
  background-color: #fff;
  border-radius: 0 14px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  position: relative;
  padding: 17px 20px 0 20px;
  margin: -80px 0 .75em -20px;
}

.top-achieve-section .achieve-card__text .achieve-card__desc {
  display: none;
}

.top-achieve-section .achieve-card__number {
  font-size: 5.4rem;
  font-family: "Prompt",sans-serif;
  text-align: center;
  color: #003e95;
  letter-spacing: -0.01em;
  line-height: 1;
}

.top-achieve-section .achieve-card__number span {
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: #1b1b1b;
  display: block;
  margin-top: 5px;
}

.top-achieve-section .achieve-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-achieve-section .achieve-card__title--mid {
  background: linear-gradient(transparent 10%, #E83956 0%);
  display: inline-block;
  font-feature-settings: "palt";
  padding: 1px 8px 0px;
}

.top-achieve-section .achieve-card__desc {
  width: 100%;
  padding-left: 3px;
}

.top-achieve-section:after {
  content: "";
  width: 101vw;
  background-image: url(../images/top/bg_achieve_sp.webp);
  top: 16px;
  left: 0;
  background-size: cover;
  position: absolute;
  aspect-ratio: 379/270;
}

.top-solution-section {
  padding: 0 0 70px;
}

.top-solution-section .solution-pin {
  width: 100%;
  position: absolute;
  top: 0;
}

.top-solution-section .container {
  max-width: 1182px;
}

.top-solution-section .columns--2col {
  width: 100vw;
  margin-left: -5.3vw;
  gap: 38px;
  padding-bottom: 105px;
}

.top-solution-section .columns--2col .columns__item {
  width: 100%;
}

.top-solution-section .solution-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
}

.top-solution-section .solution-card__img {
  width: 100vw;
}

.top-solution-section .solution-card__box {
  padding: 0 5.3%;
}

.top-solution-section .solution-card__logo {
  max-width: auto;
  width: auto;
}

.top-solution-section .solution-card__name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0 12px;
}

.top-solution-section .solution-loop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 60px 0 50px;
}

.top-solution-section .solution-loop__item {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 4.5rem;
  color: #003e95;
  font-family: "Prompt",sans-serif;
  font-weight: 600;
  letter-spacing: .07em;
  padding-left: .5em;
  line-height: 1;
}

.top-solution-section .solution-loop__item:nth-child(odd) {
  -webkit-animation: loop 30s -15s linear infinite;
  animation: loop 30s -15s linear infinite;
}

.top-solution-section .solution-loop__item:nth-child(even) {
  -webkit-animation: loop2 30s linear infinite;
  animation: loop2 30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.top .blue-wrapper {
  width: 100%;
  background-color: #003e95;
  border-radius: 30px 30px 0 0;
  padding-bottom: 33px;
  position: relative;
  z-index: 99;
}

.top-case-section {
  padding: 55px 0;
}

.top-case-section .container {
  max-width: 1360px;
}

.top-case-section .heading--ja {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.top-case-section .lead {
  color: #fff;
}

.top-case-section .columns:after {
  content: "";
  height: 0;
  width: 319px;
  display: block;
}

.top-case-section .case-card__img {
  border-radius: 14px;
}

.top-case-section .case-card__location {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin: 12px 0 16px;
}

.top-case-section .case-card__systems {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
}

.top-case-section .case-card__systems-label {
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  background-color: #e83956;
  border-radius: 1.5em;
  font-size: 1rem;
  padding: 3px 13px;
}

.top-case-section .case-card__system {
  color: #fff;
}

.top-faq-section .container {
  width: 89.4%;
  margin-inline: auto;
  border-radius: 14px;
  padding: 34px 5.3%;
  background-color: #fff;
}

.top-faq-section .faq__wrapper {
  margin: 23px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.top-faq-section .faq__item {
  padding-left: 25px;
}

.top-faq-section .faq__question {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding-bottom: 12px;
}

.top-faq-section .faq__question:before {
  content: "Q";
  color: #003e95;
  padding-right: .5em;
  position: absolute;
  left: -25px;
  top: 0;
}

.top-faq-section .faq__answer {
  font-size: 1.4rem;
  padding-left: 30px;
  position: relative;
}

.top-faq-section .faq__answer-label {
  color: #e83956;
  font-weight: 700;
  display: block;
  position: relative;
}

.top-faq-section .faq__answer-label:after {
  content: "A";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e83956;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.5px;
}

.top-download-section {
  padding: 47px 0 37px;
  background-color: #fff;
}

.top-download-section .container {
  max-width: 1055px;
}

.top-download-section .download-card__title {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: break-all;
  color: #fff;
  background-color: #003e95;
  padding: 0 8px;
  font-size: 2rem;
  margin: 19px 0 9px;
}

.top-download-section .download-card__desc {
  word-break: break-all;
}

.top-download-section .download-card__btn {
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #e83956;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .9em 0 1em;
  margin-top: 13px;
}

.top-download-section:after {
  content: "";
  width: 1480px;
  height: 685px;
  background-image: url(../images/top/bg_download.webp);
  background-size: cover;
  position: absolute;
  top: 76px;
  left: calc(50% - 718px);
}

.top-download2-section {
  padding: 47px 0 87px;
  background-color: #fff;
}

.top-download2-section .container {
  max-width: 1055px;
}

.top-download2-section .comingsoon {
  font-weight: 700;
  text-align: center;
  color: #003e95;
  font-size: 3rem;
  margin-top: 40px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-none {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 1000px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }

  .sp-hide {
    display: block !important;
  }

  .pc-hide {
    display: none !important;
  }

  .columns {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
  }

  .columns--3col .columns__item {
    width: calc((100% - 110px)/3);
  }

  .columns--2col .columns__item {
    width: calc((100% - 30px)/2);
  }

  .columns--4col {
    gap: 20px 28px;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .columns--4col .columns__item {
    width: calc((100% - 84px)/4);
  }

  .heading--ja {
    min-width: 545px;
    font-size: 3rem;
    line-height: 1;
    padding: .9em 2em 1em;
    border: 3px solid #003e95;
  }

  .kv-parallax__item.sp-hide:first-child {
    top: 51px;
    left: calc(50% - 787px);
    width: 1563px;
    height: 1806px;
    background-image: url(../images/top/img_kv01.webp);
  }

  .kv-parallax__item.sp-hide:nth-child(2) {
    display: block;
    top: -14px;
    left: calc(50% - 788px);
    width: 1563px;
    height: 1779px;
    background-image: url(../images/top/img_kv02.webp);
  }

  .kv-parallax__item.sp-hide:nth-child(3) {
    top: -98px;
    left: calc(50% - 627px);
    width: 1272px;
    height: 1775px;
    background-image: url(../images/top/img_kv03.webp);
  }

  .kv-parallax__item.sp-hide:nth-child(4) {
    top: 324px;
    left: calc(50% - 597px);
    width: 1299px;
    height: 1479px;
    background-image: url(../images/top/img_kv04.webp);
  }

  .lead {
    font-size: 2rem;
    line-height: 1.45;
  }

  .footer {
    padding: 56px 47px 37px;
  }

  .footer__inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__info {
    width: 523px;
  }

  .footer__logo {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 57px;
    margin-bottom: 70px;
  }

  .footer__logo-img {
    width: 90px;
  }

  .footer__logo-company {
    text-align: left;
  }

  .footer__logo-company-img {
    width: 251px;
  }

  .footer__logo-company:before {
    content: "";
    position: absolute;
    top: 0;
    left: -31px;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }

  .footer__btn {
    width: 262px;
    font-size: 1.6rem;
    right: 39px;
    bottom: 37px;
  }

  .l-header {
    display: block;
  }

  .l-header.scrolled .l-header__inner {
    padding: 19px 50px;
    background-color: #fff;
  }

  .l-header__inner {
    padding: 40px 50px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header__logo {
    width: 250px;
  }

  .l-header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .container {
    padding: 0 20px;
    box-sizing: content-box;
  }

  .top-kv-section .container {
    max-width: 1360px;
  }

  .top-kv-section .kv-main {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 336px 5.3% 0 12.4%;
    gap: 40px;
  }

  .top-kv-section .kv-main__logo {
    max-width: 432px;
  }

  .top-kv-section .kv-main__text {
    text-align: left;
    max-width: 640px;
  }

  .top-kv-section .kv-sub {
    padding: 533px 4.4% 270px 6.1%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.5%;
  }

  .top-kv-section .kv-sub__text {
    max-width: 500px;
  }

  .top-kv-section .kv-sub__subheading {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .top-kv-section .kv-sub__heading {
    font-size: 3rem;
  }

  .top-kv-section .kv-sub__desc {
    font-size: 1.6rem;
    margin: 26px 0 0;
    background-color: rgba(0,0,0,0);
  }

  .top-kv-section .kv-sub__video {
    max-width: 605px;
  }

  .top-assignment-section {
    padding: 80px 0 50px;
  }

  .top-assignment-section .container {
    max-width: 1055px;
  }

  .top-assignment-section:after {
    content: "";
    background-size: cover;
    position: absolute;
    width: 1436px;
    height: 924px;
    top: 106px;
    left: calc(50% - 690px);
    background-image: url(../images/top/bg_assignment.webp);
  }

  .top-achieve-section {
    padding: 88px 0 0;
  }

  .top-achieve-section:before {
    border-right: 87px solid rgba(0,0,0,0);
    border-left: 87px solid rgba(0,0,0,0);
    border-top: 70px solid #ccdfea;
    top: -26px;
  }

  .top-achieve-section .achieve-card__text {
    width: 373px;
    padding: 25px 27px 0 20px;
    margin: -130px 0 0 -15px;
  }

  .top-achieve-section .achieve-card__text .achieve-card__desc {
    display: block;
  }

  .top-achieve-section .achieve-card__text+.achieve-card__desc {
    display: none;
  }

  .top-achieve-section .achieve-card__number {
    font-size: 6.8rem;
  }

  .top-achieve-section .achieve-card__number span {
    font-size: 1rem;
  }

  .top-achieve-section .achieve-card__title {
    font-size: 2rem;
  }

  .top-achieve-section:after {
    width: 1552px;
    height: 1675px;
    background-image: url(../images/top/bg_achieve.webp);
    top: 74px;
    left: 50%;
    -webkit-transform: translateX(-766px);
    transform: translateX(-766px);
  }

  .top-solution-section .columns--2col {
    width: 100%;
    gap: 0;
    margin-left: 0;
    padding-bottom: 140px;
  }

  .top-solution-section .solution-card {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }

  .top-solution-section .solution-card__img {
    width: 41.6%;
    max-width: 492px;
  }

  .top-solution-section .solution-card__box {
    width: 50.16%;
    padding: 0;
  }

  .top-solution-section .solution-card__name {
    margin: 17px 0 22px;
  }

  .top-solution-section .solution-loop {
    padding: 54px 0 50px;
  }

  .top-solution-section .solution-loop__item {
    font-size: 10rem;
  }

  .top .blue-wrapper {
    border-radius: 80px 80px 0 0;
    padding-bottom: 77px;
  }

  .top-case-section {
    padding: 109px 0;
  }

  .top-case-section .columns {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-case-section .columns .columns__item {
    width: 319px;
  }

  .top-faq-section .container {
    padding: 80px 0;
    max-width: 1360px;
  }

  .top-faq-section .faq__wrapper {
    width: 70.6%;
    margin: 60px auto 0;
  }

  .top-faq-section .faq__item {
    padding-left: 33px;
  }

  .top-faq-section .faq__question {
    font-size: 2.6rem;
    line-height: 1;
  }

  .top-faq-section .faq__question:before {
    left: -33px;
  }

  .top-faq-section .faq__answer {
    font-size: 1.8rem;
    padding-left: 35px;
  }

  .top-faq-section .faq__answer-label:after {
    font-size: 20px;
    left: -35px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
  }

  .top-download-section {
    padding: 106px 0 133px;
  }

  .top-download-section .heading--ja {
    width: 806px;
  }

  .top-download-section .download-card__btn {
    font-size: 1.8rem;
  }

  .top-download2-section {
    padding: 106px 0 183px;
  }

  .top-download2-section .heading--ja {
    width: 806px;
  }

  .top-download2-section .comingsoon {
    margin-top: 184px;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1180px) {
  .l-header__nav {
    gap: 37px;
  }

  .l-header__nav__item a {
    font-size: 1.8rem;
  }

  .l-header__nav__item--line a {
    width: 287px;
  }

  .l-header__nav__item--line--s {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1400px) {
  .top-case-section .columns {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 1000px) {
  .footer__text {
    font-size: 1.2rem;
  }

  .top-assignment-section .columns__item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 9.06vw;
    top: 54.13vw;
    right: -5.3vw;
    background-color: rgba(0,64,152,.3);
    aspect-ratio: 17/24;
  }

  .top-assignment-section .columns__item:nth-child(3):before {
    content: "";
    position: absolute;
    width: 7.466vw;
    top: -5.3vw;
    left: calc(50% - 48.53vw);
    background-color: #2163be;
    aspect-ratio: 28/39;
  }

  .top-assignment-section .columns__item:nth-child(3):after {
    content: "";
    position: absolute;
    width: 5.3vw;
    top: 74.4vw;
    left: calc(50% + 20.26vw);
    background-color: #e83956;
    aspect-ratio: 10/13;
  }

  .top-assignment-section .columns__item:nth-child(4):after {
    content: "";
    position: absolute;
    width: 5.3vw;
    top: 68vw;
    left: calc(50% + 32.8vw);
    background-color: #2163be;
    aspect-ratio: 10/13;
  }

  .top-assignment-section .columns__item:nth-child(5):after {
    content: "";
    position: absolute;
    width: 9.06vw;
    top: 86.6vw;
    left: calc(50% + 24.2vw);
    background-color: rgba(0,64,152,.3);
    aspect-ratio: 10/13;
  }

  .top-assignment-section .columns__item:nth-child(6):before {
    content: "";
    position: absolute;
    width: 11.7vw;
    top: -8vw;
    right: -5.3vw;
    background-color: #e83956;
    aspect-ratio: 22/31;
  }

  .top-assignment-section .columns__item:nth-child(6):after {
    content: "";
    position: absolute;
    width: 16vw;
    bottom: -9.33vw;
    left: calc(50% + 13.33vw);
    background-size: cover;
    background-image: url(../images/top/bicycle.webp);
    aspect-ratio: 12/7;
  }

  .top-achieve-section .columns__item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 12.2vw;
    top: 46.666vw;
    right: -5.3vw;
    background-color: #e83956;
    aspect-ratio: 23/32;
  }

  .top-achieve-section .columns__item:nth-child(3):after {
    content: "";
    position: absolute;
    width: 4vw;
    bottom: 0;
    left: calc(50% - 9vw);
    background-color: #e83956;
    aspect-ratio: 5/7;
  }

  .top-achieve-section .columns__item:nth-child(4):after {
    content: "";
    position: absolute;
    width: 6.66vw;
    top: -6.66vw;
    left: calc(50% - 15.73vw);
    background-color: #2163be;
    aspect-ratio: 5/7;
  }

  .top-achieve-section .columns__item:nth-child(5):before {
    content: "";
    position: absolute;
    width: 9.06vw;
    top: -8vw;
    left: calc(50% + 30.133vw);
    background-color: rgba(0,64,152,.3);
    aspect-ratio: 17/24;
  }

  .top-achieve-section .columns__item:nth-child(5):after {
    content: "";
    position: absolute;
    width: 4.8vw;
    bottom: -3.2vw;
    left: calc(50% + 15.2vw);
    background-color: #003e95;
    aspect-ratio: 9/13;
  }

  .top-achieve-section .columns__item:nth-child(6):before {
    content: "";
    position: absolute;
    width: 8vw;
    top: -7.4vw;
    left: calc(50% + 21.3vw);
    background-color: #e83956;
    aspect-ratio: 15/21;
  }

  .top-achieve-section .columns__item:nth-child(6):after {
    content: "";
    position: absolute;
    width: 4vw;
    bottom: -7.7vw;
    right: 0;
    background-color: #e83956;
    aspect-ratio: 15/21;
  }

  .top-download-section .columns--3col {
    gap: 37px;
  }
}

@media screen and (max-width: 999px) {
  .top-kv-section .kv-main {
    height: 100svh;
    gap: 60px;
  }

  .top-kv-section .kv-sub__desc--mid {
    background: linear-gradient(transparent 10%, #ffffff 0%);
  }

  .top-assignment-section .columns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-kv-section .kv-main {
    gap: 20px;
  }

  .top-kv-section .kv-main__desc {
    font-size: 1.2rem;
    line-height: 2;
  }

  .top-kv-section .kv-main__desc--mid {
    background: linear-gradient(transparent 10%, #ffffff 0%);
  }
}