body {
  margin: 0;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Montserrat", serif;
  font-weight: 500;
  min-width: 380px;
}

@media screen and (max-width: 1050px) {
  body {
    width: 100%;
  }
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}

.heading {
  background: #363089;
  color: #fff;
  font-size: var(--p);
  width: fit-content;
  padding: 3px 10px;
  margin: 0 auto 10px;
  font-family: var(--font-family-pr);
}

.Fortab {
  display: none;
}
.Forsp {
  display: none;
}
img {
  width: 100%;
}

.sec-title {
  background: linear-gradient(90deg, #363089 30%, #e43482 70%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.sec-title span {
  background: #363089;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 8rem;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 900px) {
  .sec-title span {
    top: 6rem;
  }
}

/* header */
header {
  box-shadow: none;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
header .note {
  max-width: 1920px;
  font-size: 10px;
  text-align: right;
  padding: 0.5rem 1.5rem 0;
  margin: auto;
  color: #707070;
}
header .note a {
  text-decoration-line: underline;
}
.header-contents {
  max-width: 1920px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  gap: 3rem;
}
.header-contents a {
  text-decoration-line: underline;
}
.header-contents .header-logo {
  width: 150px;
}
.header-contents .header-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-contents .header-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}
.header-contents .header-nav ul li {
  border-right: 1px solid #000000;
  display: flex;
}
.header-contents .header-nav ul li:nth-last-child(1) {
  border-right: none;
}
.header-contents .header-nav ul li a {
  text-decoration: none;
  font-size: 12px;
  margin-right: 1rem;
}
.header-contents .header-btn {
  display: flex;
  gap: 0.5rem;
  width: auto;
}
.header-contents .header-btn .btn {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  color: #363089;
}
.header-contents .header-btn .contact-btn {
  background: #363089;
  color: #ffffff;
}

/* fv */
#fv {
  padding: 0;
  width: 100%;
  min-height: 780px;
}
#fv .fv-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1920px;
  height: 95vh;
  margin: auto;
  min-height: 780px;
  position: relative;
}
#fv .fv-wrapper .top-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  margin-right: auto;
}
#fv .fv-wrapper .top-content h1 {
  /* color: #363089; */
  background: linear-gradient(160deg, #363089 30%, #e43482 70%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#fv .fv-wrapper .top-content p {
  font-weight: 700;
}
#fv .fv-wrapper .top-img {
  width: 55%;
  padding: 0 2rem 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

#fv .fv-wrapper .fv-btn {
  display: flex;
  gap: 0.5rem;
  width: auto;
}
#fv .fv-wrapper .fv-btn .btn {
  text-decoration: none;
  border: 1.5px solid #363089;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
}
#fv .fv-wrapper .fv-btn .loov-btn {
  background: #363089;
  color: #ffffff;
}
#fv .fv-wrapper .fv-btn .download-btn {
  transform: scale(0.9);
  color: #363089;
}

/* about */
#about {
  /* background: #363089; */
  background: linear-gradient(90deg, #363088 50%, #e43482 130%) !important;
  position: relative;
  overflow: hidden;
}
#about .inner_box {
  display: flex;
  justify-content: end;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#about .inner_box .about-txt {
  max-width: 700px;
  color: #ffffff;
  font-size: 20px;
  z-index: 2;
}
#about .inner_box .about-txt h2 {
  margin-bottom: 3rem;
}
#about .inner_box .about-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#about .inner_box .about-txt p:nth-last-child(1) {
  margin-bottom: 0;
}
#about .inner_box .background-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 6rem;
}
#about .inner_box .background-image {
  position: absolute;
  width: 400vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 360rem;
}

/* video */
#video {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  margin: auto;
}
#video .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem 0;
  max-width: 1920px;
  margin: auto;
}
#video .inner_box .video-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;

  text-align: center;
}
#video .inner_box .video-txt .sec-description {
  margin-top: 3rem;
  text-align: center;
}
#video .inner_box .video-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
}
#video .inner_box .video-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#video .inner_box .video-item {
  width: 100%;
  margin-top: 3rem;
}

/* feature */
#features {
  position: relative;
  overflow: hidden;
}
#features .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#features .inner_box .feature-txt {
  width: 50%;
  max-width: 560px;
  color: #ffffff;
}
#features .inner_box .features-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;

  text-align: center;
}
#features .inner_box .features-txt .sec-description {
  margin-top: 3rem;
  text-align: center;
}
#features .inner_box .features-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
}
#features .inner_box .features-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#features .inner_box .features-items {
  max-width: 1200px;
  margin: 3rem auto 0;
}
#features .inner_box .features-items .item {
  display: flex;
  padding: 3rem;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  background: #ffffff;
  border: 2px solid #363089;
  border-radius: 30px;
}
#features .inner_box .features-items .item::after {
  content: "";
  position: absolute;
  bottom: -12rem;
  left: 0;
  width: 100%;
  height: 12rem;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#features .inner_box .features-items .item .txt {
  max-width: 50%;
}
#features .inner_box .features-items .item .txt .num {
  font-size: 48px;
  font-weight: 700;
  color: #d23d7c;
  font-family: "Montserrat", serif;
}
#features .inner_box .features-items .item-wrapper {
  margin-bottom: 7.5rem;
}
#features .inner_box .features-items .item-wrapper:nth-last-child(1) {
  margin-bottom: 0;
}
#features .inner_box .features-items .item .txt h3 {
  color: #363089;
  margin-bottom: 2rem;
}
#features .inner_box .features-items .item .txt p {
  line-height: 1.8;
}
#features .inner_box .features-items .item .image {
  max-width: 350px;
}
#features .inner_box .features-items .merit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#features .inner_box .features-items .merit h3 {
  margin-top: 7rem;
}
#features .inner_box .features-items .merit .merit-wrapper {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}
#features .inner_box .features-items .merit .merit-wrapper .merit-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#features .inner_box .features-items .merit .merit-item .merit-title {
  background: #363089;
  padding: 1rem 2rem;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}

/* merit-itemのアニメーション */
.merit-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.merit-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.merit-item:nth-child(1) {
  transition-delay: 0.2s;
}

.merit-item:nth-child(2) {
  transition-delay: 0.4s;
}

.merit-item:nth-child(3) {
  transition-delay: 0.6s;
}

/* services */
#services {
  position: relative;
  overflow: hidden;
}
#services .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#services .inner_box .services-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;
  text-align: center;
}
#services .inner_box .services-txt .sec-description {
  margin-top: 3rem;
  text-align: center;
  color: #000000;
}
#services .inner_box .services-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
}
#services .inner_box .services-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#services .inner_box .services-items {
  max-width: 1200px;
  margin: 3rem auto 0;
}
#services .inner_box .services-items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  width: 48%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#services .inner_box .services-items .item-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
#services .inner_box .services-items .item .txt .service-logo {
  padding: 2.5rem 1.5rem;
  border-radius: 10px 10px 0 0;
}
#services .inner_box .services-items .tech .txt .service-logo {
  background: linear-gradient(90deg, #363089 60%, #e43482 100%);
}
#services .inner_box .services-items .hr .txt .service-logo {
  background: linear-gradient(90deg, #e5451f 60%, #f9e10e 100%);
}
#services .inner_box .services-items .finance .txt .service-logo {
  background: linear-gradient(90deg, #1bac57 60%, #e3e518 100%);
}
#services .inner_box .services-items .marketing .txt .service-logo {
  background: linear-gradient(90deg, #fab001 60%, #38abd2 100%);
}
#services .inner_box .services-items .item .txt .service-logo img {
  width: 8rem;
}
#services .inner_box .services-items .hr .txt .service-logo img {
  width: 5.8rem;
}
#services .inner_box .services-items .finance .txt .service-logo img {
  width: 10rem;
}
#services .inner_box .services-items .marketing .txt .service-logo img {
  width: 12rem;
}
#services .inner_box .services-items .item .txt p {
  line-height: 1.8;
  margin: 2rem 1.5rem 1rem;
}
#services .inner_box .services-items .item .txt .tags {
  margin: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#services .inner_box .services-items .item .txt .tags span {
  border: 1.5px solid #000000;
  border-radius: 50px;
  padding: 0.3rem 0.8rem;
  font-size: 14px;
}
#services .inner_box .services-items .item .txt .services-btn .btn {
  text-decoration: none;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  margin: 3rem 1.5rem 2rem auto;
  background: #363089;
  color: #ffffff;
}
#services .inner_box .services-items .hr .txt .services-btn .btn {
  background: #e5451f;
}
#services .inner_box .services-items .finance .txt .services-btn .btn {
  background: #1bac57;
}
#services .inner_box .services-items .marketing .txt .services-btn .btn {
  background: #fab001;
}
#services .inner_box .services-items .item .txt .services-btn .btn {
  text-decoration: none;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  margin: 3rem 1.5rem 2rem auto;
  background: #363089;
  color: #ffffff;
}
#services .inner_box .services-items .hr .txt .services-btn .btn {
  background: #e5451f;
}
#services .inner_box .services-items .finance .txt .services-btn .btn {
  background: #1bac57;
}
#services .inner_box .services-items .marketing .txt .services-btn .btn {
  background: #fab001;
}
#services .inner_box .services-items .scout h3 {
  margin: 5rem 0;
  text-align: center;
}

/* whitepaper */
#whitepaper {
  position: relative;
  overflow: hidden;
}
#whitepaper .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#whitepaper .inner_box .whitepaper-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;

  text-align: center;
}
#whitepaper .inner_box .whitepaper-txt .sec-description {
  margin-top: 3rem;
  text-align: center;
  color: #000000;
}
#whitepaper .inner_box .whitepaper-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
}
#whitepaper .inner_box .whitepaper-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#whitepaper .inner_box .whitepaper-items {
  max-width: 1200px;
  margin: 3rem auto 0;
}
#whitepaper .inner_box .whitepaper-items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  width: 32%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#whitepaper .inner_box .whitepaper-items .item-wrapper {
  display: flex;
  gap: 2rem 1rem;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
#whitepaper .inner_box .whitepaper-items .item .txt h4 {
  padding: 1rem 1.5rem 0;
}
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-thumbnail {
  padding: 1rem 1.5rem;
  border-radius: 28px 28px 0 0;
}
#whitepaper .inner_box .whitepaper-items .item .txt p {
  line-height: 1.8;
  margin: 0 2rem 1rem;
}
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn {
  text-decoration: none;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  margin: 3rem auto;
  background: #363089;
  color: #ffffff;
}
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn {
  text-decoration: none;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  margin: 7.5rem auto 0;
  background: #363089;
  color: #ffffff;
}

/* business model */
#businessmodel {
  position: relative;
  overflow: hidden;
}
#businessmodel .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#businessmodel .inner_box .businessmodel-txt {
  display: flex;
  flex-direction: column;
}
#businessmodel .inner_box .businessmodel-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;
  background: linear-gradient(90deg, #363089 10%, #e43482 30%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#businessmodel .inner_box .businessmodel-txt .sec-description {
  color: #000000;
  margin-bottom: 5rem;
}
#businessmodel .inner_box .businessmodel-txt img {
  width: 80%;
  max-width: 1024px;
  margin-left: auto;
}
#businessmodel .inner_box .businessmodel-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
  margin-left: 1rem;
  position: unset;
  transform: unset;
}
#businessmodel .inner_box .businessmodel-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

/* numbers */
#numbers {
  position: relative;
  overflow: hidden;
  background: #363089;
}
#numbers .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#numbers .inner_box .numbers-txt {
  display: flex;
  flex-direction: column;
}
#numbers .inner_box .numbers-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  background: #ffffff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#numbers .inner_box .numbers-txt .sec-description {
  color: #ffffff;
  margin-bottom: 5rem;
}
#numbers .inner_box .numbers-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;

  margin-left: 1rem;
  position: unset;
  transform: unset;
  background: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#numbers .inner_box .numbers-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#numbers .inner_box .numbers-txt .numbers-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  justify-content: space-between;
}
#numbers .inner_box .numbers-txt .numbers-items .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#numbers .inner_box .numbers-txt .numbers-items .item h4 {
  background: #ffffff;
  padding: 1rem;
  width: 270px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  color: #363089;
}
#numbers .inner_box .numbers-txt .numbers-items .item h4::after {
  content: "";
  background: #ffffff;
  height: calc(tan(70deg) * 20px / 2);
  width: 25px;
  clip-path: polygon(0% 30%, 100% 30%, 50% 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#numbers .inner_box .numbers-txt .numbers-items .item span {
  font-size: 18px;
}
#numbers .inner_box .numbers-txt .numbers-items .item p {
  color: #ffffff;
  font-family: "Montserrat", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 1rem;
}

#numbers .inner_box .numbers-txt .numbers-items .item p.is-show {
  opacity: 1;
}

#numbers .inner_box .numbers-txt .numbers-items .item p .digit {
  width: 2.5rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#numbers .inner_box .numbers-txt .numbers-items .item p .digit span {
  position: absolute;
  animation: slide 0.3s linear infinite;
  font-size: 4rem;
}

@keyframes slide {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* clients */
#clients {
  position: relative;
  overflow: hidden;
}
#clients .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#clients .inner_box .clients-txt {
  display: flex;
  flex-direction: column;
}
#clients .inner_box .clients-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;
  background: linear-gradient(90deg, #363089 10%, #e43482 30%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#clients .inner_box .clients-txt .sec-description {
  color: #000000;
  margin-bottom: 5rem;
}
#clients .inner_box .clients-txt img {
  width: 80%;
  max-width: 1024px;
  margin-left: auto;
}
#clients .inner_box .clients-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
  margin-left: 1rem;
  position: unset;
  transform: unset;
}
#clients .inner_box .clients-txt .sec-title span::after {
  content: "取引実績2,540社";
  padding: 0.5rem 1rem;
  background: #363089;
  font-size: 24px;
  color: #ffffff;
  border-radius: 10px;
  margin-left: 1rem;
  border: 1.5px solid #363089;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#clients .inner_box .clients-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

/* flow */
#flow {
  position: relative;
  overflow: hidden;
}
#flow .inner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem;
  max-width: 1920px;
  margin: auto;
}
#flow .inner_box .flow-txt .sec-title {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #363089;

  text-align: center;
}
#flow .inner_box .flow-txt .sec-description {
  margin-top: 3rem;
  text-align: center;
  color: #000000;
}
#flow .inner_box .flow-txt .sec-title span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  color: #363089;
}
#flow .inner_box .flow-txt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#flow .inner_box .flow-items {
  max-width: 1200px;
  margin: 3rem auto 0;
}
#flow .inner_box .flow-items .item {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
#flow .inner_box .flow-items .item:nth-last-child(1) {
  margin-bottom: 0;
}
#flow .inner_box .flow-items .item .num {
  background: #363089;
  border-radius: 50%;
  padding: 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  font-family: "Montserrat", serif;
  font-weight: 700;
  position: relative;
}
#flow .inner_box .flow-items .item .num::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -4rem;
  background-image: url(../img/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#flow .inner_box .flow-items .item:nth-last-child(1) .num::after {
  display: none;
}
#flow .inner_box .flow-items .item .detail {
  width: 500px;
}
#flow .inner_box .flow-items .item .detail h3 {
  margin-bottom: 1.5rem;
  color: #363089;
}

/*cta*/
#cta .cta-wrapper {
  width: 100%;
  display: flex;
}
#cta .cta-wrapper div {
  width: 50%;
  color: #ffffff;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#cta .cta-wrapper div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
#cta .cta-wrapper div:hover a {
  transform: scale(1.05);
}
#cta .cta-wrapper div h2 {
  font-family: "Montserrat", serif;
  font-weight: 700;
}
#cta .cta-wrapper div h2,
#cta .cta-wrapper div p {
  transition: transform 0.3s ease;
}
#cta .cta-wrapper div:hover h2,
#cta .cta-wrapper div:hover p {
  transform: scale(1.05);
}
#cta .cta-wrapper div img {
  width: 4rem;
  transition: transform 0.3s ease;
}
#cta .cta-wrapper div:hover img {
  transform: scale(1.1);
}
#cta .cta-wrapper .contact-btn {
  background: #3c3da6;
}
#cta .cta-wrapper .contact-btn:hover {
  background: #4a4ba0;
}
#cta .cta-wrapper .download-btn {
  background: #363089;
}
#cta .cta-wrapper .download-btn:hover {
  background: #4a4ba0;
}

/*footer*/
footer {
  padding: 7.5rem 5rem 2rem;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
footer .footer-wrapper .footer-box .footer-logo {
  margin-bottom: 5rem;
}
footer .footer-wrapper .footer-box .footer-btn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-wrapper .footer-box .footer-btn .btn {
  text-decoration: none;
  padding: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  background: #363089;
  color: #ffffff;
}
footer .footer-wrapper .footer-box .footer-btn .download-btn {
  background: #ffffff;
  border: 1.5px solid #363089;
  color: #363089;
}
footer .footer-wrapper .footer-links {
  display: flex;
  gap: 3rem;
}
footer .footer-wrapper .footer-links .footer-link {
  line-height: 1.8;
}
footer .footer-wrapper .footer-links .footer-link li {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  position: relative;
}
footer .footer-wrapper .footer-links .footer-link li:nth-child(1) {
  border-bottom: 1.5px solid #000000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: #363089;
  font-weight: 700;
}
footer .footer-wrapper .footer-links .footer-link li a {
  margin-left: 1rem;
  font-size: 14px;
  margin-bottom: 1rem;
}
footer .footer-wrapper .footer-links .footer-link li a:hover {
  color: #363089;
}
footer .footer-wrapper .footer-links .footer-link li .triangle {
  background: #000000;
  height: calc(tan(50deg) * 20px / 2);
  width: 15px;
  clip-path: polygon(0 0, 60% 50%, 0 100%);
  position: absolute;
  top: 0.5rem;
}
footer .footer-wrapper .footer-links .footer-link li small {
  display: block;
}
footer .credit {
  text-align: center;
  font-size: 12px;
  margin: 7.5rem 0 0;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  /* PC表示の非表示 */
  .Forpc {
    display: none;
  }
  /* SP表示の表示 */
  .Fortab {
    display: block;
  }

  /* SPヘッダー */
  .header-sp {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    padding: 1rem;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .header-logo {
    width: 120px;
    z-index: 99;
  }

  /* ハンバーガーメニュー */
  .header__menu-btn {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 100;
  }

  .header__menu-btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #363089;
    transition: all 0.3s;
  }

  .header__menu-btn span:nth-child(1) {
    top: 0;
  }

  .header__menu-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header__menu-btn span:nth-child(3) {
    bottom: 0;
  }

  /* メニューオープン時のハンバーガー */
  .header__menu-btn.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .header__menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .header__menu-btn.is-active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }

  /* メニュー */
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 5rem 0 0;
    overflow-y: auto;
    z-index: 98;
    visibility: hidden;
    opacity: 0;
  }

  .header__menu.is-active {
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  /* メニューオーバーレイ */
  .header__menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }

  .header__menu.is-active::before {
    opacity: 1;
    visibility: visible;
  }

  /* メニューが開いている時のbody固定 */
  body.is-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .menu__list {
    list-style: none;
    padding: 2rem;
    margin: 0 0 2rem;
  }

  .menu__item {
    margin-bottom: 1rem;
  }

  .menu__link {
    display: block;
    font-size: 14px;
    color: #363089;
    text-decoration: none;
    padding: 0 0 1rem 0;
    border-bottom: 1.5px solid #363089;
  }

  /* SPヘッダーCTA */
  .header-cta {
    margin-top: 2rem;
  }

  .header-cta .inner-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 2rem;
  }

  .header-cta .btn {
    text-decoration: none;
    padding: 1rem;
    border-radius: 50px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
  }

  .header-cta .contact-btn .btn {
    background: #363089;
  }

  .header-cta .download-btn .btn {
    background: #ffffff;
    border: 1.5px solid #363089;
    color: #363089;
  }

  /* SP固定ボタン */
  /* .fixbutton {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1rem;
    z-index: 98;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .fixbutton .btn {
    text-decoration: none;
    padding: 1rem;
    border-radius: 50px;
    box-sizing: border-box;
    width: calc(100% - 2rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    background: #363089;
    color: #ffffff;
  } */
  .inner_box {
    padding: 8rem 2rem 5rem !important;
  }
  .sec-title {
    font-size: 60px !important;
    text-align: center;
  }
  .sec-description {
    text-align: center;
  }

  /* メニューヘッダー */
  .menu-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1rem;
    z-index: 99;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }

  .menu-logo {
    width: 120px;
    margin: 0;
  }

  .menu-logo img {
    width: 100%;
    height: auto;
  }

  /* メニュー */
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 5rem 0 0;
    overflow-y: auto;
    z-index: 98;
    visibility: hidden;
    opacity: 0;
  }

  /* contents */
  #fv .fv-wrapper {
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    padding: 100px 1rem 0;
  }

  #fv .fv-wrapper .top-content {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-right: unset;
  }

  #fv .fv-wrapper .top-content h1 {
    font-size: 40px;
  }

  #fv .fv-wrapper .top-img {
    width: 100%;
    padding: 2rem 0 0;
    position: unset;
  }

  #fv .fv-wrapper .fv-btn {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #about .inner_box .background-txt {
    display: none;
  }
  #about .inner_box {
    justify-content: start;
  }
  #about .inner_box .background-image {
    width: 360rem;
    max-width: unset;
  }
  #features .inner_box {
    padding: 10rem 2rem;
  }
  #features .inner_box .features-items {
    margin: 3rem auto 0;
  }
  #features .inner_box .features-items .item-wrapper {
    margin-bottom: 5rem;
  }
  #features .inner_box .features-items .item {
    flex-direction: column;
  }
  #features .inner_box .features-items .item::after {
    height: 35%;
  }
  #features .inner_box .features-items .item .txt {
    max-width: 100%;
  }
  #features .inner_box .features-items .merit h3 {
    text-align: center;
    margin-top: 10vw;
  }
  #features .inner_box .features-items .merit .merit-wrapper {
    flex-direction: column;
  }
  #services .inner_box .services-items {
    margin: 3rem auto 0;
  }
  #services .inner_box .services-items .item-wrapper {
    flex-direction: column;
  }
  #services .inner_box .services-items .item {
    width: 100%;
  }
  #whitepaper .inner_box .whitepaper-items {
    margin: 3rem auto 0;
  }
  #whitepaper .inner_box .whitepaper-items .item-wrapper {
    flex-direction: column;
  }
  #whitepaper .inner_box .whitepaper-items .item {
    width: 100%;
  }
  #businessmodel .inner_box .businessmodel-txt .sec-title {
    /* line-height: 0.9 !important; */
    background: linear-gradient(90deg, #363089 30%, #e43482 70%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  #whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn {
    margin: 5rem auto 0;
  }
  #businessmodel .inner_box .businessmodel-txt .sec-title span {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    /* display: block;
    margin: 1rem 0 0; */
  }
  #businessmodel .inner_box .businessmodel-txt .sec-description {
    margin-top: 1rem;
  }
  #businessmodel .inner_box .businessmodel-txt img {
    width: 100%;
  }
  #numbers .inner_box .numbers-txt .sec-title {
    /* line-height: 0.9 !important; */
  }
  #numbers .inner_box .numbers-txt .sec-title span {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    /* display: block;
    margin: 1rem 0 0; */
  }
  #numbers .inner_box .numbers-txt .sec-description {
    margin-top: 1rem;
  }
  #numbers .inner_box .numbers-txt .numbers-items {
    justify-content: space-around;
    gap: 1rem;
  }
  #numbers .inner_box .numbers-txt .numbers-items .item h4 {
    font-size: 16px;
    width: 200px;
  }
  #numbers .inner_box .numbers-txt .numbers-items .item p {
    font-size: 4rem;
  }
  #clients .inner_box .clients-txt .sec-title {
    line-height: 0.9 !important;
    background: linear-gradient(90deg, #363089 30%, #e43482 70%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  #clients .inner_box .clients-txt .sec-title span {
    display: block;
    margin: 1rem 0 0;
  }
  #clients .inner_box .clients-txt .sec-title span::after {
    padding: 1rem;
    margin: 1rem auto 0;
    display: block;
    width: 200px;
  }
  #clients .inner_box .clients-txt img {
    width: 100%;
  }
  #flow .inner_box .flow-items .item .detail {
    width: 100%;
  }
  #cta .cta-wrapper {
    flex-direction: column;
  }
  #cta .cta-wrapper div {
    width: 100%;
  }
  footer {
    padding: 5rem 2rem 2rem;
  }
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-wrapper .footer-box .footer-logo {
    margin-bottom: 2rem;
  }
  footer .footer-wrapper .footer-box .footer-logo img {
    width: 150px;
  }
  footer .footer-wrapper .footer-links {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #video .inner_box {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .Forsp {
    display: block;
  }
  #fv .fv-wrapper .fv-btn {
    gap: 1rem;
  }
  #fv .fv-wrapper .fv-btn .btn {
    width: 100%;
  }
  #fv .fv-wrapper .fv-btn .download-btn {
    transform: scale(1);
  }
  #fv .fv-wrapper .top-img {
    width: 100%;
  }
  #features .inner_box .features-items .item {
    padding: 2rem 1.5rem;
  }
  #features .inner_box .features-items .item::after {
    bottom: -11rem;
  }
  #services .inner_box .services-items .item .txt .services-btn .btn {
    margin: 3rem auto 2rem auto;
  }
  #whitepaper .inner_box .whitepaper-txt .sec-title {
    line-height: 1 !important;
  }
  #whitepaper .inner_box .whitepaper-txt .sec-title span {
    display: block;
    margin: 1rem 0 0;
    position: unset;
    transform: unset;
  }
  #flow .inner_box .flow-items .item {
    gap: 1.5rem;
  }
  #flow .inner_box .flow-items .item .detail h3 {
    margin-bottom: 1rem;
    font-size: 20px;
  }
  #flow .inner_box .flow-items .item .detail p {
    font-size: 14px;
  }
  #cta .cta-wrapper div p {
    font-size: 14px;
  }
  footer .footer-wrapper .footer-box .footer-btn .btn {
    width: 100%;
  }
  footer .footer-wrapper {
    gap: 5rem;
  }
  footer .footer-wrapper .footer-links {
    gap: 2rem;
  }
}

/* ボタンのホバーアニメーション */
.header-contents .header-btn .btn,
#fv .fv-wrapper .fv-btn .btn,
.header-cta .btn,
.fixbutton .btn,
footer .footer-wrapper .footer-box .footer-btn .btn,
#services .inner_box .services-items .item .txt .services-btn .btn,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border: 1.5px solid transparent;
}

.header-contents .header-btn .btn::after,
#fv .fv-wrapper .fv-btn .btn::after,
.header-cta .btn::after,
.fixbutton .btn::after,
footer .footer-wrapper .footer-box .footer-btn .btn::after,
#services .inner_box .services-items .item .txt .services-btn .btn::after,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn::after,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #4a4ba0; /* #363089の明るい色 */
  transition: transform 0.3s ease;
  z-index: -1;
}

.header-contents .header-btn .btn:hover::after,
#fv .fv-wrapper .fv-btn .btn:hover::after,
.header-cta .btn:hover::after,
.fixbutton .btn:hover::after,
footer .footer-wrapper .footer-box .footer-btn .btn:hover::after,
#services .inner_box .services-items .item .txt .services-btn .btn:hover::after,
#whitepaper
  .inner_box
  .whitepaper-items
  .item
  .txt
  .whitepaper-btn
  .btn:hover::after,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn:hover::after {
  transform: translateX(100%);
}

/* ホバー時のボーダー処理 */
.header-contents .header-btn .btn:hover,
#fv .fv-wrapper .fv-btn .btn:hover,
.header-cta .btn:hover,
.fixbutton .btn:hover,
footer .footer-wrapper .footer-box .footer-btn .btn:hover,
#services .inner_box .services-items .item .txt .services-btn .btn:hover,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn:hover,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn:hover {
  border-color: transparent;
}

/* メインボタン（青）のホバー時のボーダー */
.header-contents .header-btn .contact-btn:hover,
#fv .fv-wrapper .fv-btn .loov-btn:hover,
.header-cta contact-btn .btn:hover,
.fixbutton .btn:hover,
footer .footer-wrapper .footer-box .footer-btn .contact-btn:hover,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn:hover,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn:hover {
  border-color: #4a4ba0;
}

/* セカンダリーボタン（白背景）のホバー時のボーダー */
.header-contents .header-btn .download-btn:hover,
#fv .fv-wrapper .fv-btn .download-btn:hover,
.header-cta .download-btn .btn:hover,
footer .footer-wrapper .footer-box .footer-btn .download-btn:hover {
  border-color: #e05992;
}

/* サービスセクションのボタンホバー時のボーダー */
#services .inner_box .services-items .tech .txt .services-btn .btn:hover {
  border-color: #4a4ba0;
}

#services .inner_box .services-items .hr .txt .services-btn .btn:hover {
  border-color: #f05a3a;
}

#services .inner_box .services-items .finance .txt .services-btn .btn:hover {
  border-color: #2ccd6a;
}

#services .inner_box .services-items .marketing .txt .services-btn .btn:hover {
  border-color: #ffc233;
}

/* CTAセクションのボタンホバー時のボーダー */
#cta .cta-wrapper .contact-btn:hover {
  border-color: #4a4ba0;
}

#cta .cta-wrapper .download-btn:hover {
  border-color: #4a4ba0;
}

/* CTAセクションのボタンアニメーション */
#cta .cta-wrapper div {
  transition: background-color 0.3s ease;
}

#cta .cta-wrapper .contact-btn {
  background: #3c3da6;
}

#cta .cta-wrapper .contact-btn:hover {
  background: #4a4ba0;
}

#cta .cta-wrapper .download-btn {
  background: #363089;
}

#cta .cta-wrapper .download-btn:hover {
  background: #4a4ba0;
}

#cta .cta-wrapper div a {
  transition: transform 0.3s ease;
}

#cta .cta-wrapper div:hover a {
  transform: scale(1.05);
}

#cta .cta-wrapper div img {
  transition: transform 0.3s ease;
}

#cta .cta-wrapper div:hover img {
  transform: scale(1.1);
}

#cta .cta-wrapper div h2,
#cta .cta-wrapper div p {
  transition: transform 0.3s ease;
}

#cta .cta-wrapper div:hover h2,
#cta .cta-wrapper div:hover p {
  transform: scale(1.05);
}
/* メインボタン（青）のボーダー */
.header-contents .header-btn .contact-btn,
#fv .fv-wrapper .fv-btn .loov-btn,
.header-cta contact-btn .btn,
.fixbutton .btn,
footer .footer-wrapper .footer-box .footer-btn .contact-btn,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn {
  border-color: #363089;
}

/* セカンダリーボタン（白背景）のスタイル */
.header-contents .header-btn .download-btn,
#fv .fv-wrapper .fv-btn .download-btn,
.header-cta .download-btn .btn,
footer .footer-wrapper .footer-box .footer-btn .download-btn {
  background: #ffffff;
  border-color: #363089;
  color: #363089;
}

.header-contents .header-btn .download-btn::after,
#fv .fv-wrapper .fv-btn .download-btn::after,
.header-cta .download-btn .btn::after,
footer .footer-wrapper .footer-box .footer-btn .download-btn::after {
  background: #e43482; /* #d23d7cの明るい色 */
}

.header-contents .header-btn .download-btn:hover,
#fv .fv-wrapper .fv-btn .download-btn:hover,
.header-cta .download-btn .btn:hover,
footer .footer-wrapper .footer-box .footer-btn .download-btn:hover {
  border-color: #e43482;
  color: #ffffff;
}

/* サービスセクションのボタンカラー上書き */
#services .inner_box .services-items .tech .txt .services-btn .btn {
  border-color: #363089;
}

#services .inner_box .services-items .hr .txt .services-btn .btn {
  border-color: #e5451f;
}

#services .inner_box .services-items .hr .txt .services-btn .btn::after {
  background: #f05a3a; /* #e5451fの明るい色 */
}

#services .inner_box .services-items .finance .txt .services-btn .btn {
  border-color: #1bac57;
}

#services .inner_box .services-items .finance .txt .services-btn .btn::after {
  background: #2ccd6a; /* #1bac57の明るい色 */
}

#services .inner_box .services-items .marketing .txt .services-btn .btn {
  border-color: #fab001;
}

#services .inner_box .services-items .marketing .txt .services-btn .btn::after {
  background: #ffc233; /* #fab001の明るい色 */
}

/* CTAセクションのボタンカラー上書き */
#cta .cta-wrapper .contact-btn {
  border-color: #3c3da6;
}

#cta .cta-wrapper .contact-btn::after {
  background: #4a4ba0; /* #3c3da6の明るい色 */
}

#cta .cta-wrapper .download-btn {
  border-color: #363089;
}

#cta .cta-wrapper .download-btn::after {
  background: #4a4ba0; /* #363089の明るい色 */
}

/* メインボタン（青）のホバー時のボーダー */
.header-contents .header-btn .contact-btn:hover,
#fv .fv-wrapper .fv-btn .loov-btn:hover,
.header-cta contact-btn .btn:hover,
.fixbutton .btn:hover,
footer .footer-wrapper .footer-box .footer-btn .contact-btn:hover,
#whitepaper .inner_box .whitepaper-items .item .txt .whitepaper-btn .btn:hover,
#whitepaper .inner_box .whitepaper-items .whitepaper-btn2 .btn:hover {
  border-color: #4a4ba0;
}
