body {
  overflow-x: hidden !important;
}

.bg-overlay {
  background: #fff;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

.bg-up-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  position: fixed;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

section.mv {
  width: 100%;
  height: 100svh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.mv .video-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 30;
  pointer-events: none;
}
section.mv .video-area video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 1500px;
  aspect-ratio: 1500/850;
}
@media screen and (max-width: 767px) {
  section.mv .video-area video {
    width: 150%;
  }
}
section.mv h1 {
  margin-inline: auto;
  max-width: 1000px;
  width: 90%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  section.mv h1 {
    margin-bottom: 200px;
  }
}

section.mv ul.top-partners-list {
  position: absolute;
  bottom: 25%;
  left: 50%;
  translate: -50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  section.mv ul.top-partners-list {
    gap: 40px;
    bottom: 25%;
  }
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list {
    bottom: 100px;
    flex-direction: column;
    width: 50%;
    /*gap: 4vw;*/
    gap: 2vw;
  }
}
section.mv ul.top-partners-list li:nth-child(1) {
  width: 340px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(1) {
    width: 52.1512385919vw;
    margin-bottom: 1.5vw;
  }
}
section.mv ul.top-partners-list li:nth-child(2) {
  width: 164px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(2) {
    width: 27.9009126467vw;
  }
}
section.mv ul.top-partners-list li:nth-child(3) {
  width: 160px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(3) {
    width: 29.423729vw;
  }
}
section.mv ul.top-partners-list li:nth-child(4) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(4) {
    width: 27.9009126467vw;
  }
}
section.mv ul.top-partners-list li:nth-child(5) {
  width: 145px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(5) {
    width: 25.4237288136vw;
  }
}
section.mv ul.top-partners-list li:nth-child(6) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li:nth-child(6) {
    width: 40.900913vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list li img {
    width: 100%;
  }
}
section.mv ul.top-partners-list li a {
  transition: opacity 0.3s;
}
@media (hover) {
  section.mv ul.top-partners-list li a:hover {
    opacity: 0.7;
  }
  section.mv ul.top-partners-list li a:hover img {
    scale: 1.08;
  }
}
section.mv ul.top-partners-list li a img {
  transition: scale 0.3s;
}
section.mv ul.top-partners-list2 {
  position: absolute;
  bottom: 13%;
  left: 50%;
  translate: -50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  section.mv ul.top-partners-list2 {
    gap: 40px;
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list2 {
    bottom: 70px;
    flex-direction: column;
    width: 50%;
    gap: 4vw;
  }
}
/*section.mv ul.top-partners-list2 li:nth-child(1) {*/
/*  width: 302px;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*  section.mv ul.top-partners-list2 li:nth-child(1) {*/
/*    width: 45.8930899609vw;*/
/*    margin-bottom: 1.5vw;*/
/*  }*/
/*}*/
/*section.mv ul.top-partners-list2 li:nth-child(2) {*/
/*  width: 164px;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*  section.mv ul.top-partners-list2 li:nth-child(2) {*/
/*    width: 27.9009126467vw;*/
/*  }*/
/*}*/
/*section.mv ul.top-partners-list2 li:nth-child(3) {*/
/*  width: 145px;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*  section.mv ul.top-partners-list2 li:nth-child(3) {*/
/*    width: 25.4237288136vw;*/
/*  }*/
/*}*/
section.mv ul.top-partners-list2 li:nth-child(1) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list2 li:nth-child(1) {
    width: 27.9009126467vw;
  }
}
section.mv ul.top-partners-list2 li:nth-child(2) {
  width: 145px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list2 li:nth-child(2) {
    width: 25.4237288136vw;
  }
}
section.mv ul.top-partners-list2 li:nth-child(3) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list2 li:nth-child(3) {
    width: 27.9009126467vw;
  }
}


@media screen and (max-width: 767px) {
  section.mv ul.top-partners-list2 li img {
    width: 100%;
  }
}
section.mv ul.top-partners-list2 li a {
  transition: opacity 0.3s;
}
@media (hover) {
  section.mv ul.top-partners-list2 li a:hover {
    opacity: 0.7;
  }
  section.mv ul.top-partners-list2 li a:hover img {
    scale: 1.08;
  }
}
section.mv ul.top-partners-list2 li a img {
  transition: scale 0.3s;
}

section.mv .news {
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.mv .news .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.mv .news .inner {
    width: 94%;
    padding: 1px 0;
  }
}
section.mv .news .inner h2 {
  font-size: 20px;
  color: var(--gray);
  width: 100px;
}
@media screen and (max-width: 767px) {
  section.mv .news .inner h2 {
    font-size: 18px;
    width: 70px;
  }
}
section.mv .news .inner dl {
  width: calc(100% - 100px);
  line-height: 1.3;
  color: var(--white);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.mv .news .inner dl {
    width: calc(100% - 70px);
    flex-direction: column;
    align-items: flex-start;
  }
}
section.mv .news .inner dl dt {
  font-size: 14px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 767px) {
  section.mv .news .inner dl dt {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
}
section.mv .news .inner dl dd {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  section.mv .news .inner dl dd {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
section.mv .news .inner dl dd p a {
  font-size: 14px;
  color: var(--white);
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.mv .news .inner dl dd p a {
    font-size: 13px;
    padding-left: 100%;
    width: fit-content;
    white-space: nowrap;
    animation: marquee-left 12s linear infinite;
  }
}
section.mv .news .inner dl dd p a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover) {
  section.mv .news .inner dl dd p a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}

section.introduce {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.introduce {
    padding-bottom: 80px;
  }
}
section.introduce .scroll {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  section.introduce .scroll {
    padding-top: 20px;
  }
}
section.introduce .scroll a {
  padding: 15px;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
  display: inline-block;
}
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
section.introduce .scroll a p {
  font-size: 14px;
  color: var(--gray);
}
section.introduce .scroll a img {
  display: block;
  margin: 20px auto 0;
}
section.introduce .img img {
  width: 100%;
}
section.introduce .feature-box {
  max-width: 830px;
  margin: 0 auto;
  width: 90%;
  color: var(--white);
  text-align: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box {
    flex-direction: column;
    gap: 30px;
  }
}
section.introduce .feature-box h2 {
  font-size: 52px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  section.introduce .feature-box h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box h2 {
    font-size: 6.5104166667vw;
  }
}
section.introduce .feature-box h2 span {
  background-color: var(--white);
  color: var(--black);
  display: inline-block;
}
section.introduce .feature-box h2 span:first-child {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box h2 span:first-child {
    padding-right: 0;
    margin-bottom: 2vw;
  }
}
section.introduce .feature-box h2 span:last-child {
  letter-spacing: 0;
  padding: 0 20px;
}
section.introduce .feature-box .txt-area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box .txt-area {
    margin-top: 20px;
  }
}
section.introduce .feature-box .txt-area p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box .txt-area p {
    font-size: 16px;
    text-align: left;
    line-height: 2.5;
  }
}
section.introduce .feature-box .txt-area p span {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box .txt-area p span {
    margin-bottom: 5px;
  }
}
section.introduce .feature-box .txt-area .link-box {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section.introduce .feature-box .txt-area .link-box {
    margin-top: 30px;
  }
}

section.business {
  padding: 120px 0;
  background: url(/index/img/bg_business.jpg) no-repeat top center/100%;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  section.business {
    padding: 80px 0;
  }
}
section.business .feature-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  section.business .feature-box {
    flex-direction: column;
    gap: 30px;
  }
}
section.business .feature-box .img {
  width: 48%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1345px) {
  section.business .feature-box .img {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  section.business .feature-box .img {
    width: 100%;
    height: 83vw;
  }
}
section.business .feature-box .img .container {
  position: relative;
  width: 100%;
}
section.business .feature-box .img .moving-element {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0);
  width: 20%;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(2) {
  top: 0;
  left: 14%;
  transition-delay: 0.4s;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(3) {
  top: 0;
  left: 48%;
  transition-delay: 0.5s;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(4) {
  top: 30.5%;
  left: 62%;
  transition-delay: 0.6s;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(5) {
  top: 60%;
  left: 48%;
  transition-delay: 0.7s;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(6) {
  top: 60%;
  left: 14%;
  transition-delay: 0.8s;
}
section.business .feature-box .img ul.circle-list.is-active li:nth-child(7) {
  top: 30.5%;
  left: 0;
  transition-delay: 0.9s;
  z-index: 0;
}
section.business .feature-box .img ul.circle-list.is-active li:last-child {
  top: 87%;
  left: 50%;
  transition-delay: 0.7s;
  translate: -50% 0;
}
section.business .feature-box .img ul.circle-list li {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 38%;
  z-index: 1;
  transition: all 0.5s ease;
}
section.business .feature-box .img ul.circle-list li:first-child {
  top: 50%;
  left: 50%;
  width: 45%;
  z-index: 2;
  translate: -50% -50%;
}
section.business .feature-box .img ul.circle-list li:last-child {
  top: 50%;
  left: 43.5%;
  width: 12%;
  z-index: 1;
}
section.business .feature-box .img ul.circle-list li img {
  width: 100%;
}
section.business .feature-box .txt-area {
  width: 48%;
}
@media screen and (max-width: 767px) {
  section.business .feature-box .txt-area {
    width: 100%;
  }
}
section.business .feature-box .txt-area h2 {
  font-size: 20px;
  line-height: 1;
  color: var(--gray);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.business .feature-box .txt-area h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
section.business .feature-box .txt-area h3 {
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.business .feature-box .txt-area h3 {
    font-size: 24px;
  }
}
section.business .feature-box .txt-area h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  section.business .feature-box .txt-area h3:after {
    width: 2.1em;
    height: 6px;
    left: 2px;
  }
}
section.business .feature-box .txt-area p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.3;
}
section.business .feature-box .txt-area .link {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.business .feature-box .txt-area .link {
    margin-top: 30px;
  }
}

section.about {
  background: url(/index/img/bg_about.jpg) no-repeat top center/100%;
  background-color: #3c3e3e;
  padding: 100px 5%;
}
@media screen and (max-width: 767px) {
  section.about {
    padding: 60px 5%;
  }
}
section.about h2 {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.about h2 {
    font-size: 24px;
  }
}
section.about ul.bnr-list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.about ul.bnr-list {
    flex-direction: column;
  }
}
section.about ul.bnr-list li {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 900px) {
  section.about ul.bnr-list li {
    width: 100%;
  }
}
section.about ul.bnr-list li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (hover) {
  section.about ul.bnr-list li > a:hover .dark {
    background-color: rgba(0, 0, 0, 0.2);
  }
  section.about ul.bnr-list li > a:hover img {
    scale: 1.05;
  }
  section.about ul.bnr-list li > a:hover .link .c-arw-link:before {
    scale: 1.15;
  }
  section.about ul.bnr-list li > a:hover .link .c-arw-link:after {
    right: 0;
  }
}
section.about ul.bnr-list li > a .img img {
  transition: scale 0.3s;
}
section.about ul.bnr-list li > a .dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  section.about ul.bnr-list li > a .dark {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
section.about ul.bnr-list li > a > hgroup {
  color: var(--white);
  position: absolute;
  top: 13%;
  left: 7%;
  z-index: 5;
}
section.about ul.bnr-list li > a > hgroup p {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  section.about ul.bnr-list li > a > hgroup p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  section.about ul.bnr-list li > a > hgroup p {
    font-size: 3.5vw;
  }
}
section.about ul.bnr-list li > a > hgroup h3 {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.about ul.bnr-list li > a > hgroup h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  section.about ul.bnr-list li > a > hgroup h3 {
    font-size: 5vw;
  }
}
section.about ul.bnr-list li > a > hgroup h3:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 80px;
  height: 6px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  section.about ul.bnr-list li > a > hgroup h3:after {
    width: 2.1em;
    height: 6px;
    left: 2px;
  }
}
section.about ul.bnr-list li > a .link {
  position: absolute;
  bottom: 8%;
  right: 5%;
  z-index: 2;
}

footer.c-footer {
  margin-top: 0 !important;
}