/* reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
figure {
  margin-bottom: 0;
}

:root {
  --drop-shadow: 0px 10px 40px 0px rgba(46, 30, 150, 0.1);
}

/*
.frame {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
  */

.frame .div {
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(
    90deg,
    rgba(233, 231, 241, 1) 0%,
    rgba(248, 250, 255, 1) 49%,
    rgba(240, 246, 249, 1) 100%
  );
  /* width: 100%;
  height: 6267px; */
  position: relative;
}

.frame .section {
  margin-top: 64px;
  background: linear-gradient(
    123deg,
    rgba(131, 179, 220, 1) 8%,
    rgba(103, 85, 254, 1) 44%,
    rgba(77, 78, 239, 1) 71%,
    rgba(81, 53, 189, 1) 100%
  );
}

.frame .overlap {
  padding-top: 180px;
  padding-bottom: 84px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/mask-group.png);
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  .frame .overlap {
    padding-top: 40px;
  }
}

/*
.frame .group {
  position: absolute;
  width: 405px;
  height: 106px;
  top: 649px;
  left: 730px;
}
  */

.frame .link {
  display: block;
  height: 64px;
  border-radius: 32px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0px 10px 40px #2e1e9699;
  background: linear-gradient(
    90deg,
    rgba(122, 45, 255, 1) 0%,
    rgba(78, 201, 254, 1) 100%
  );
}

.frame .text-wrapper {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .element {
  /*
  width: 335px;
  height: 26px;
  top: 0;
  left: 34px;
  */
  height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .span {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
}

.frame .text-wrapper-2 {
  font-size: 32px;
}

/*
.frame .group-2 {
  position: absolute;
  width: 400px;
  height: 106px;
  top: 649px;
  left: 308px;
}
  */

.frame .overlap-3 {
  margin-bottom: 120px;
}

@media screen and (max-width: 1080px) {
  .frame .overlap-3 {
    margin-bottom: 80px;
  }
}

.frame .div-wrapper {
  display: block;
  height: 64px;
  top: 42px;
  left: 0;
  background-color: #3c24d9;
  border-radius: 32px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0px 10px 40px #2e1e9699;
}

.frame .text-wrapper-3 {
  display: block;
  height: 64px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .text-wrapper-4 {
  height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .group-3 {
  display: flex;
  align-items: center;
  width: calc(100% - 2rem);
  max-width: 1080px;
  margin: 0 auto 60px;
}

.frame .DX-AI {
  width: calc(100% - 2rem);
  max-width: 630px;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

@media screen and (max-width: 1080px) {
  .frame .group-3 {
    display: block;
  }
  .frame .DX-AI {
    width: 100%;
    margin: 0 auto 32px;
  }
}

.frame .text-wrapper-5 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(25px, 5.6vw, 40px);
  letter-spacing: 0;
  line-height: 48px;
}

.frame .text-wrapper-6 {
  font-size: clamp(50px, 12vw, 86px);
  line-height: 1.2;
}

.frame .text-wrapper-7 {
  font-size: clamp(48px, 12vw, 86px);
  line-height: 1.2;
}

.frame .group-4 {
  max-width: 400px;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .frame .group-4 {
    width: 100%;
    margin-right: auto;
  }
}

.frame .overlap-group-wrapper {
  width: 320px;
  height: 104px;
  margin: 0 auto 20px;
}

.frame .overlap-group {
  position: relative;
}

.frame .rectangle {
  position: absolute;
  z-index: 0;
  width: 87px;
  height: 10px;
  top: 44px;
  left: 105px;
  background: linear-gradient(
    90deg,
    rgba(78, 201, 254, 1) 0%,
    rgba(122, 45, 255, 1) 100%
  );
}

.frame .group-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: calc(100% - 2rem);
  max-width: 840px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .frame .group-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.frame .heading {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 104px;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 39.6px;
}

.frame .text-wrapper-8 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 39.6px;
}

.frame .text-wrapper-9 {
  font-size: 24px;
  line-height: 43.2px;
}

.frame .text-wrapper-10 {
  font-size: 30px;
  line-height: 54px;
}

.frame .text-wrapper-11 {
  font-size: 30px;
  line-height: 61.2px;
}

.frame .text-wrapper-12 {
  font-size: 40px;
  line-height: 72px;
}

.frame .group-5 {
  display: flex;
  max-width: 402px;
  height: 185px;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .frame .group-5 {
    width: 305px;
    margin: auto;
  }
}

.frame .group-6 {
  width: 187px;
  height: 185px;
}

.frame .overlap-group-2 {
  position: relative;
  width: 185px;
  height: 185px;
}

@media screen and (max-width: 1080px) {
  .frame .group-6 {
    width: 145px;
    height: 144px;
  }
  .frame .overlap-group-2 {
    width: 144px;
    height: 144px;
  }
}

.frame .ellipse {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 5px;
  left: 0;
  background-color: #3e3d53;
  border-radius: 90px;
  box-shadow: 0px 10px 40px #2e1e9699;
}

.frame .ellipse-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 0;
  left: 5px;
  border-radius: 90px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0px 10px 40px #2e1e9699;
}

.frame .p {
  height: 78px;
  top: 54px;
  left: 40px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 19.8px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

@media screen and (max-width: 1080px) {
  .frame .p {
    height: auto;
    top: 40px;
    left: 20px;
  }
}

.frame .text-wrapper-13 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 19.8px;
}

.frame .text-wrapper-14 {
  font-size: 48px;
  line-height: 52.8px;
}

.frame .text-wrapper-15 {
  font-size: 22px;
  line-height: 24.2px;
}

.frame .text-wrapper-16 {
  font-size: 16px;
  line-height: 17.6px;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-14 {
    font-size: 40px;
    line-height: 44px;
  }
  .frame .text-wrapper-15 {
    font-size: 18px;
    line-height: 20px;
  }
  .frame .text-wrapper-16 {
    font-size: 14px;
    line-height: 15px;
  }
}

.frame .overlap-wrapper {
  width: 187px;
  height: 185px;
  top: 0;
  left: 217px;
}

.frame .ellipse-3 {
  width: 180px;
  height: 180px;
  top: 5px;
  left: 0;
  background-color: #3f3e54;
  border-radius: 90px;
  box-shadow: 0px 10px 40px #2e1e9699;
}

@media screen and (max-width: 1080px) {
  .frame .ellipse {
    width: 140px;
    height: 140px;
  }
  .frame .ellipse-2 {
    width: 140px;
    height: 140px;
  }
  .frame .overlap-wrapper {
    width: 142px;
    height: 140px;
    top: 0;
    left: 217px;
  }
  .frame .ellipse-3 {
    width: 140px;
    height: 140px;
  }
}

.frame .element-2 {
  position: absolute;
  height: 78px;
  top: 54px;
  left: 38px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 19.8px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

@media screen and (max-width: 1080px) {
  .frame .element-2 {
    top: 40px;
    left: 20px;
  }
}

.frame .text-wrapper-17 {
  margin-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 32.5px;
  /* position: absolute; */
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.--sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-17 {
    font-size: 16px;
  }
  .--sp {
    display: block;
  }
}

.frame .section-2 {
  margin-bottom: 84px;
  padding-top: 75px;
}

@media screen and (max-width: 1080px) {
  .frame .section-2 {
    margin-bottom: 24px;
  }
}

.frame .overlap-2 {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.frame .heading-2 {
  text-align: center;
}

.frame .div-2 {
  font-weight: 700;
  color: transparent;
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .text-wrapper-18 {
  color: #333333;
  line-height: 40px;
}

.frame .text-wrapper-19 {
  color: #3c24d9;
  font-size: 56px;
  line-height: 84px;
}

.frame .polygon {
  width: 100%;
  max-width: 854px;
  height: 216px;
  margin: auto;
}

.frame .rectangle-2 {
  position: absolute;
  z-index: 0;
  width: 152px;
  height: 16px;
  top: 130px;
  left: 410px;
  background-color: #ffcb73;
}

@media screen and (max-width: 1080px) {
  .frame .div-2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .frame .text-wrapper-19 {
    font-size: 40px;
    line-height: 66px;
  }
  .frame .polygon {
    width: 100%;
    height: 180px;
  }
  .frame .rectangle-2 {
    width: 132px;
    top: 150px;
    left: 0;
    right: 172px;
    top: 108px;
    margin: auto;
  }
}

.frame .KOSOA-wrap {
  position: relative;
  max-width: 854px;
  height: 216px;
  margin: auto;
}
.frame .KOSOA {
  position: absolute;
  z-index: 1;
  max-width: 860px;
  height: 74px;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .text-wrapper-20 {
  font-size: 24px;
  line-height: 32px;
}

.frame .text-wrapper-21 {
  font-size: 34px;
  line-height: 40.8px;
}

@media screen and (max-width: 1080px) {
  .frame .KOSOA {
    top: 16px;
  }
  .frame .text-wrapper-20 {
    font-size: 22px;
  }
  .frame .text-wrapper-21 {
    font-size: 32px;
  }
}

.frame .overlap-group-3 {
  position: relative;
  height: 283px;
}

.frame .paragraph-background {
  position: absolute;
  width: 277px;
  height: 256px;
  top: 27px;
  left: 10px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

.frame .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .frame .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.frame .group-8 {
  position: relative;
  width: 232px;
  height: 124px;
  top: 66px;
  left: 25px;
}

.frame .heading-3 {
  position: absolute;
  width: 80px;
  height: 28px;
  top: 0;
  left: 74px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.frame .text-wrapper-22 {
  color: #333333;
  text-align: center;
}

.frame .text-wrapper-23 {
  color: #3c24d9;
}

.frame .text-wrapper-24 {
  width: 228px;
  height: 72px;
  top: 52px;
  left: 0;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .img {
  position: absolute;
  width: 77px;
  height: 65px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .frame .img {
    top: -12px;
  }
}

.frame .group-wrapper {
  left: 9px;
  position: absolute;
  width: 277px;
  height: 256px;
  top: 27px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

.frame .group-10 {
  position: relative;
  width: 232px;
  height: 124px;
  top: 66px;
  left: 24px;
}

.frame .heading-4 {
  position: absolute;
  width: 160px;
  height: 28px;
  top: 0;
  left: 34px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .group-12 {
  height: 283px;
}

.frame .overlap-group-4 {
  position: relative;
  width: 100%;
  height: 280px;
}

@media screen and (max-width: 1080px) {
  .frame .group-12 {
    height: 200px;
  }
  .frame .overlap-group-4 {
    width: 100%;
    height: 200px;
  }
}

.frame .paragraph-background-2 {
  position: relative;
  padding: 0 24px;
  height: 256px;
  top: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

.frame .group-13 {
  position: relative;
  width: 100%;
  height: 116px;
  top: 70px;
}

@media screen and (max-width: 1080px) {
  .frame .paragraph-background-2 {
    width: calc(100% - 2rem);
    height: 176px;
    margin: auto;
  }
  .frame .group-13 {
    top: 36px;
  }
}

.frame .heading-5 {
  width: 100%;
  height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .DX-AI-2 {
  position: absolute;
  height: 72px;
  top: 44px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .mask-group {
  position: absolute;
  width: 1440px;
  height: 1046px;
  top: 552px;
  left: 0;
}

.frame .overlap-4 {
  margin: 0 auto 120px;
}

@media screen and (max-width: 1080px) {
  .frame .overlap-4 {
    margin: 0 auto 72px;
  }
}

.frame .element-3 {
  width: 680px;
  height: 520px;
  top: 0;
  left: 579px;
  background: linear-gradient(
    123deg,
    rgba(131, 179, 220, 1) 8%,
    rgba(103, 85, 254, 1) 44%,
    rgba(77, 78, 239, 1) 71%,
    rgba(81, 53, 189, 1) 100%
  );
}

.frame .service-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.frame .service-detail {
  width: 50%;
  padding-right: 60px;
}

.frame .service-image {
  position: relative;
  width: 50%;
  height: 520px;
  top: 0;
  background: linear-gradient(
    123deg,
    rgba(131, 179, 220, 1) 8%,
    rgba(103, 85, 254, 1) 44%,
    rgba(77, 78, 239, 1) 71%,
    rgba(81, 53, 189, 1) 100%
  );
}

.frame .service-image img {
  position: absolute;
  width: 540px;
  aspect-ratio: 1.5;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .frame .service-content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .frame .service-detail {
    width: 100%;
    padding-right: 0;
  }
  .frame .service-image {
    width: calc(100% - 80px);
    aspect-ratio: 1.25;
    max-height: 520px;
    margin-left: 80px;
  }
  .frame .service-image img {
    width: calc(100% - 40px);
    max-height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .frame .service-image {
    max-height: 240px;
  }
}

.frame .div-3 {
  display: flex;
  flex-direction: column;
  max-width: 540px;
  height: 281px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 159px;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.frame .div-3::-webkit-scrollbar {
  width: 0;
  display: none;
}

.frame .div-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 202px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

.frame .heading-e {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  max-width: 450px;
  margin-left: auto;
  margin-bottom: 16px;
}

.frame .text-wrapper-25 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 450px;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .frame .heading-e,
  .frame .text-wrapper-25 {
    max-width: calc(100% - 64px);
    margin-left: 32px;
  }
}

.frame .text-wrapper-26 {
  width: 322px;
  height: 32px;
  top: 63px;
  left: 32px;
  font-weight: 700;
  color: #3c24d9;
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .text-wrapper-27 {
  max-width: 453px;
  height: 26px;
  top: 111px;
  left: 32px;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .heading-6 {
  position: absolute;
  width: 144px;
  height: 32px;
  top: 63px;
  left: 32px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.frame .element-4 {
  position: absolute;
  max-width: 540px;
  height: 360px;
  top: 80px;
  left: 539px;
  object-fit: cover;
}

.frame .section-4 {
  margin-bottom: 160px;
}

@media screen and (max-width: 1080px) {
  .frame .section-4 {
    margin-bottom: 80px;
  }
}

.frame .heading-7 {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.frame .text-wrapper-28 {
  margin-bottom: 48px;
  font-weight: 300;
  color: #4b5563;
  font-size: 20px;
  line-height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  text-align: center;
}

.frame .heading-8 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
  margin-bottom: 56px;
}

@media screen and (max-width: 1080px) {
  .frame .heading-7 {
    font-size: 28px;
  }
  .frame .text-wrapper-28 {
    font-size: 16px;
  }
  .frame .heading-8 {
    font-size: 28px;
  }
}

.frame .background {
  max-width: 1120px;
  margin: 0 auto 24px;
}

.frame .frame-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: calc(100% - 2rem);
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .frame .frame-wrapper {
    gap: 12px;
  }
}

.frame .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", Helvetica;
}
.frame .button.active {
  background-color: #3c24d9;
  color: #fff;
}

.frame .paragraph-background-3 {
  display: none;
  width: calc(100% - 2rem);
  max-width: 1120px;
  margin: auto;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: var(--drop-shadow);
}
.frame .paragraph-background-3.active {
  display: block;
}

.frame .heading-AI {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
  margin-bottom: 24px;
}

.frame .course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1080px) {
  .frame .course {
    grid-template-columns: repeat(1, 1fr);
  }
  .frame .button {
    font-size: 14px;
  }
  .frame .button span {
    font-size: 10px;
  }

  .frame .heading-AI {
    font-size: 20px;
  }
}

.frame .heading-9 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
  margin-bottom: 8px;
}

.frame .heading-10 {
  width: 54px;
  top: 88px;
  left: 406px;
  position: absolute;
  height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .AI {
  width: 335px;
  height: 48px;
  top: 124px;
  left: 406px;
  font-weight: 300;
  color: #4b5563;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .heading-11 {
  width: 108px;
  top: 88px;
  left: 778px;
  position: absolute;
  height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .text-wrapper-32 {
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .text-wrapper-33 {
  margin-bottom: 40px;
  font-weight: 300;
  color: #4b5563;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: calc(100% - 2rem);
  max-width: 1160px;
  margin: auto;
}

.frame .background-shadow {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-33 {
    font-size: 16px;
  }
  .frame .voice {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .frame .background-shadow {
    padding: 24px 16px;
  }
}

.background-shadow-head {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.frame .symbol-wrapper {
  width: 64px;
  height: 64px;
  top: 32px;
  left: 32px;
  background-image: url("../img/case.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .background-shadow-head {
    grid-template-columns: 32px 1fr;
    gap: 12px;
  }
  .frame .symbol-wrapper {
    width: 32px;
    height: 32px;
  }
}

.frame .heading-IT-a {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .text-wrapper-34 {
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .horizontal-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e5e7eb;
}

.frame .heading-12 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
  margin-top: 20px;
}

.frame .AI-2 {
  font-weight: 300;
  color: #4b5563;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .heading-13 {
  width: 108px;
  top: 132px;
  left: 0;
  position: absolute;
  height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .text-wrapper-35 {
  max-width: 492px;
  top: 172px;
  left: 0;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .heading-14 {
  width: 108px;
  top: 240px;
  left: 0;
  position: absolute;
  height: 28px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #3c24d9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .text-wrapper-36 {
  max-width: 492px;
  top: 280px;
  left: 0;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .item {
  top: 312px;
  position: absolute;
  max-width: 492px;
  height: 24px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .item-2 {
  top: 344px;
  position: absolute;
  max-width: 492px;
  height: 24px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .background-shadow-2 {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--drop-shadow);
}

.frame .reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: calc(100% - 2rem);
  max-width: 1260px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .frame .reasons {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.frame .container-wrapper {
  margin-bottom: 120px;
}

.frame .heading-15 {
  margin-bottom: 48px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 39.6px;
}

.frame .text-wrapper-37 {
  color: #3c24d9;
  font-size: 56px;
  line-height: 61.6px;
}

@media screen and (max-width: 1080px) {
  .frame .heading-15 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .frame .text-wrapper-37 {
    font-size: 36px;
  }
}

.frame .div-6 {
  position: absolute;
  width: 189px;
  height: 150px;
  top: 0;
  left: 0;
}

.frame .overlap-group-5 {
  position: relative;
  height: 150px;
}

.frame .group-14 {
  position: absolute;
  width: 55px;
  height: 150px;
  top: 0;
  left: 124px;
}

.frame .group-15 {
  position: absolute;
  width: 12px;
  height: 19px;
  top: 130px;
  left: 30px;
}

.frame .group-16 {
  position: absolute;
  width: 12px;
  height: 19px;
  top: 130px;
  left: 13px;
}

.frame .group-17 {
  position: absolute;
  width: 189px;
  height: 34px;
  top: 116px;
  left: 0;
}

.frame .vector-11 {
  position: absolute;
  width: 27px;
  height: 20px;
  top: 70px;
  left: 24px;
}

.frame .vector-12 {
  position: absolute;
  width: 53px;
  height: 1px;
  top: 123px;
  left: 39px;
}

.frame .group-18 {
  position: absolute;
  width: 34px;
  height: 33px;
  top: 52px;
  left: 94px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-16.svg);
  background-size: 100% 100%;
}

.frame .overlap-6 {
  position: relative;
  width: 32px;
  height: 32px;
  top: 1px;
  left: 1px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-17.svg);
  background-size: 100% 100%;
}

.frame .group-19 {
  position: absolute;
  width: 28px;
  height: 12px;
  top: 7px;
  left: 2px;
}

.frame .vector-13 {
  position: absolute;
  width: 11px;
  height: 1px;
  top: 23px;
  left: 20px;
}

.frame .group-20 {
  position: absolute;
  width: 27px;
  height: 26px;
  top: 114px;
  left: 42px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-19.svg);
  background-size: 100% 100%;
}

.frame .overlap-7 {
  position: relative;
  width: 25px;
  height: 25px;
  top: 1px;
  left: 1px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-20.svg);
  background-size: 100% 100%;
}

.frame .group-21 {
  position: absolute;
  width: 23px;
  height: 10px;
  top: 6px;
  left: 1px;
}

.frame .vector-14 {
  position: absolute;
  width: 9px;
  height: 1px;
  top: 18px;
  left: 16px;
}

.frame .group-22 {
  position: absolute;
  width: 20px;
  height: 19px;
  top: 50px;
  left: 32px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-22.svg);
  background-size: 100% 100%;
}

.frame .overlap-8 {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/vector-23.svg);
  background-size: 100% 100%;
}

.frame .group-23 {
  position: absolute;
  width: 17px;
  height: 7px;
  top: 4px;
  left: 1px;
}

.frame .vector-15 {
  position: absolute;
  width: 6px;
  height: 1px;
  top: 13px;
  left: 11px;
}

.frame .vector-16 {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 83px;
  left: 95px;
}

.frame .vector-17 {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 66px;
  left: 48px;
}

.frame .vector-18 {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 112px;
  left: 64px;
}

.frame .group-24 {
  position: absolute;
  width: 57px;
  height: 8px;
  top: 18px;
  left: 71px;
}

.frame .group-25 {
  position: absolute;
  width: 37px;
  height: 5px;
  top: 132px;
  left: 93px;
}

.frame .vector-19 {
  position: absolute;
  width: 1px;
  height: 32px;
  top: 52px;
  left: 62px;
}

.frame .vector-20 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 82px;
  left: 61px;
}

.frame .vector-21 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 105px;
  left: 91px;
}

.frame .vector-22 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 77px;
  left: 37px;
}

.frame .vector-23 {
  position: absolute;
  width: 11px;
  height: 1px;
  top: 79px;
  left: 27px;
}

.frame .vector-24 {
  position: absolute;
  width: 17px;
  height: 8px;
  top: 107px;
  left: 93px;
}

.frame .vector-25 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 99px;
  left: 36px;
}

.frame .vector-26 {
  position: absolute;
  width: 17px;
  height: 8px;
  top: 101px;
  left: 38px;
}

.frame .vector-27 {
  position: absolute;
  width: 80px;
  height: 1px;
  top: 94px;
  left: 25px;
}

.frame .vector-28 {
  position: absolute;
  width: 1px;
  height: 7px;
  top: 37px;
  left: 8px;
}

.frame .vector-29 {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 53px;
  left: 8px;
}

.frame .vector-30 {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 68px;
  left: 8px;
}

.frame .vector-31 {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 16px;
  left: 68px;
}

.frame .group-26 {
  position: absolute;
  width: 37px;
  height: 5px;
  top: 38px;
  left: 12px;
}

.frame .img-1 {
  height: 150px;
  margin: 0 auto 24px;
}

.frame .heading-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  height: 64px;
  margin-bottom: 16px;
  text-align: center;
}

.frame .text-wrapper-38 {
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  line-height: 26px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-38 {
    font-size: 14px;
  }
}

.frame .container-4 {
  position: absolute;
  width: 352px;
  height: 354px;
  top: 99px;
  left: 400px;
}

.frame .undraw-learning-wrapper {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 102px;
  background-color: #ffffff;
  border-radius: 75px;
  filter: blur(15px);
}

.frame .undraw-learning {
  position: relative;
  width: 74px;
  height: 150px;
  left: 38px;
  overflow: hidden;
}

.frame .group-27 {
  position: relative;
  width: 75px;
  height: 150px;
}

.frame .group-28 {
  position: absolute;
  width: 50px;
  height: 123px;
  top: 27px;
  left: 0;
}

.frame .overlap-group-6 {
  position: relative;
  height: 123px;
}

.frame .vector-32 {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 23px;
  left: 12px;
}

.frame .vector-33 {
  position: absolute;
  width: 30px;
  height: 25px;
  top: 19px;
  left: 16px;
}

.frame .vector-34 {
  position: absolute;
  width: 7px;
  height: 19px;
  top: 101px;
  left: 33px;
}

.frame .vector-35 {
  position: absolute;
  width: 18px;
  height: 9px;
  top: 115px;
  left: 23px;
}

.frame .vector-36 {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 11px;
  left: 37px;
}

.frame .vector-37 {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 29px;
}

.frame .vector-38 {
  position: absolute;
  width: 18px;
  height: 58px;
  top: 54px;
  left: 27px;
}

.frame .vector-39 {
  position: absolute;
  width: 10px;
  height: 20px;
  top: 99px;
  left: 39px;
}

.frame .vector-40 {
  position: absolute;
  width: 18px;
  height: 10px;
  top: 113px;
  left: 32px;
}

.frame .vector-41 {
  position: absolute;
  width: 23px;
  height: 58px;
  top: 53px;
  left: 27px;
}

.frame .vector-42 {
  position: absolute;
  width: 25px;
  height: 47px;
  top: 15px;
  left: 25px;
}

.frame .vector-43 {
  position: absolute;
  width: 17px;
  height: 13px;
  top: 0;
  left: 28px;
}

.frame .group-29 {
  position: absolute;
  width: 27px;
  height: 28px;
  top: 19px;
  left: 0;
}

.frame .vector-44 {
  position: absolute;
  width: 16px;
  height: 8px;
  top: 38px;
  left: 14px;
}

.frame .vector-45 {
  position: absolute;
  width: 24px;
  height: 29px;
  top: 21px;
  left: 21px;
}

.frame .group-30 {
  position: absolute;
  width: 22px;
  height: 27px;
  top: 2px;
  left: 51px;
}

.frame .group-31 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 2px;
  left: 4px;
}

.frame .vector-wrapper {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 33px;
  background-image: url(https://c.animaapp.com/ZMV8gUi5/img/group-12@2x.png);
  background-size: 100% 100%;
}

.frame .vector-46 {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
}

.frame .text-wrapper-39 {
  height: 64px;
  top: 171px;
  left: 66px;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .e {
  position: absolute;
  width: 350px;
  height: 76px;
  top: 251px;
  left: 1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.frame .container-5 {
  position: absolute;
  width: 352px;
  height: 354px;
  top: 99px;
  left: 800px;
}

.frame .overlap-9 {
  position: absolute;
  width: 185px;
  height: 150px;
  top: 0;
  left: 83px;
}

.frame .ellipse-5 {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 18px;
  background-color: #ffffff;
  border-radius: 75px;
  filter: blur(15px);
}

.frame .undraw-business-deal {
  position: absolute;
  width: 185px;
  height: 150px;
  top: 0;
  left: 0;
}

.frame .heading-17 {
  position: absolute;
  width: 240px;
  height: 62px;
  top: 171px;
  left: 56px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}

.frame .mask-group-2 {
  position: absolute;
  width: 1440px;
  height: 1046px;
  top: 43px;
  left: 0;
}

.frame .heading-18 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 16px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .frame .heading-18 {
    font-size: 28px;
  }
}

.frame .text-wrapper-40 {
  margin-bottom: 48px;
  font-weight: 300;
  color: #4b5563;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-40 {
    font-size: 16px;
  }
}

.frame .container-7 {
  width: calc(100% - 2rem);
  max-width: 1024px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}

@media screen and (max-width: 1080px) {
  .frame .container-7 {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}

.frame .flow-item:not(:last-child) {
  position: relative;
}

.frame .flow-item:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -21px;
  top: 0;
  bottom: 0;
  height: 24px;
  width: 21px;
  margin: auto;
  background: url("../img/arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .frame .flow-item:not(:last-child)::before {
    background: url("../img/arrow_bottom.svg") no-repeat;
    left: 0;
    right: 0;
    top: auto;
    bottom: -52px;
    height: 21px;
    width: 24px;
    margin: auto;
  }
}

.frame .background-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 8px;
  top: 0;
  left: 29px;
  background-color: #3c24d9;
  color: #fff;
  border-radius: 9999px;
}

.frame .text-wrapper-41 {
  position: absolute;
  width: 15px;
  height: 35px;
  top: 13px;
  left: 25px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.frame .text-wrapper-42 {
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  text-align: center;
}

.frame .symbol-2 {
  width: 21px;
  height: 24px;
  top: 55px;
  left: 154px;
  color: #9ca3af;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .background-3 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 246px;
  background-color: #3c24d9;
  border-radius: 9999px;
}

.frame .heading-19 {
  position: absolute;
  width: 143px;
  height: 48px;
  top: 80px;
  left: 206px;
}

.frame .text-wrapper-43 {
  width: 128px;
  height: 48px;
  top: -1px;
  left: 8px;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .symbol-3 {
  width: 21px;
  height: 24px;
  top: 55px;
  left: 382px;
  color: #9ca3af;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .background-4 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 486px;
  background-color: #3c24d9;
  border-radius: 9999px;
}

.frame .heading-20 {
  position: absolute;
  width: 166px;
  height: 48px;
  top: 80px;
  left: 435px;
}

.frame .text-wrapper-44 {
  width: 160px;
  height: 48px;
  top: -1px;
  left: 3px;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .symbol-4 {
  width: 21px;
  height: 24px;
  top: 55px;
  left: 632px;
  color: #9ca3af;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .background-5 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 714px;
  background-color: #3c24d9;
  border-radius: 9999px;
}

.frame .heading-21 {
  position: absolute;
  width: 122px;
  height: 48px;
  top: 80px;
  left: 685px;
}

.frame .text-wrapper-45 {
  width: 112px;
  height: 48px;
  top: -1px;
  left: 5px;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .symbol-5 {
  width: 21px;
  height: 24px;
  top: 55px;
  left: 839px;
  color: #9ca3af;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .background-6 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 926px;
  background-color: #3c24d9;
  border-radius: 9999px;
}

.frame .heading-22 {
  position: absolute;
  width: 132px;
  height: 48px;
  top: 80px;
  left: 892px;
}

.frame .text-wrapper-46 {
  width: 128px;
  height: 48px;
  top: -1px;
  left: 2px;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .section-7 {
  position: relative;
  margin-bottom: 80px;
}

.frame .section-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -120px;
  width: 600px;
  height: 764px;
  background-image: url("../img/gradation.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 750px) {
  .frame .section-7::before {
    width: 60vw;
    height: 76.4vw;
  }
}

.frame .heading-FAQ {
  margin-bottom: 48px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

@media screen and (max-width: 1080px) {
  .frame .heading-FAQ {
    font-size: 28px;
  }
}

.frame .div-7 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: auto;
  align-items: flex-start;
  gap: 16px;
  top: 88px;
  left: 0;
}

.frame .background-border {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: var(--drop-shadow);
}

.frame .button-3 {
  width: calc(100% - 2rem);
  max-width: 846px;
  height: 28px;
}

@media screen and (max-width: 1080px) {
  .frame .button-3 {
    height: auto;
  }
  .frame .background-border {
    width: calc(100% - 2rem);
  }
}

.frame .heading-q {
  position: absolute;
  width: 330px;
  height: 28px;
  top: -1px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .symbol-6 {
  width: 16px;
  height: 16px;
  top: 28px;
  right: 24px;
  color: #3c24d9;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  font-family: "Font Awesome 5 Free-Solid", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .section-6 {
  margin-bottom: 120px;
}

.frame .container-9 {
  display: none;
  padding-top: 16px;
}

.frame .a {
  top: -1px;
  left: 24px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .heading-q-IT {
  width: 365px;
  position: absolute;
  height: 28px;
  top: -1px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame .a-IT {
  max-width: 574px;
  position: absolute;
  height: 24px;
  top: -1px;
  left: 24px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .heading-q-2 {
  height: 28px;
  top: -1px;
  left: 0;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

@media screen and (max-width: 1080px) {
  .frame .heading-q-2 {
    height: auto;
  }
}

.frame .a-2 {
  width: 272px;
  height: 24px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .section-8 {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(
    123deg,
    rgba(131, 179, 220, 1) 8%,
    rgba(103, 85, 254, 1) 44%,
    rgba(77, 78, 239, 1) 71%,
    rgba(81, 53, 189, 1) 100%
  );
}

@media screen and (max-width: 1080px) {
  .frame .section-8 {
    padding: 48px 0;
  }
}

.frame .cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 2rem);
  max-width: 840px;
  margin: auto;
  gap: 24px;
}

.frame .heading-23 {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

@media screen and (max-width: 1080px) {
  .frame .cta {
    grid-template-columns: repeat(1, 1fr);
  }
  .frame .heading-23 {
    font-size: 24px;
    line-height: 40px;
  }
}

.frame .link-2 {
  display: block;
  height: 64px;
  background-color: #3c24d9;
  border-radius: 32px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0px 10px 40px #2e1e9699;
  color: #fff;
}

.frame .link-3 {
  display: block;
  height: 64px;
  border-radius: 32px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0px 10px 40px #2e1e9699;
  background: linear-gradient(
    90deg,
    rgba(122, 45, 255, 1) 0%,
    rgba(78, 201, 254, 1) 100%
  );
}

.frame .element-5 {
  height: 32px;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 14px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .text-wrapper-47 {
  height: 32px;
  margin-bottom: 14px;
  top: 79px;
  left: 70px;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .footer {
  background-color: #333333;
  padding: 64px 0;
}

.frame .container-11 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 2rem);
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .frame .footer {
    padding: 48px 0;
  }
  .frame .container-11 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.frame .heading-24 {
  width: 96px;
  height: 32px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.frame .strong {
  display: flex;
  height: 24px;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .text-wrapper-48 {
  font-weight: 700;
}

.frame .text-wrapper-49 {
  font-weight: 300;
}

@media screen and (max-width: 1080px) {
  .frame .strong {
    font-size: 13px;
  }
  .frame .text-wrapper-48 {
    min-width: 52px;
  }
  .frame .text-wrapper-49 {
    font-size: 12px;
  }
}

.frame .strong-2 {
  width: 228px;
  height: 24px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .strong-3 {
  max-width: 518px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.frame .heading-25 {
  width: 144px;
  height: 32px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.frame .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.frame .text-wrapper-50 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-50 {
    font-size: 14px;
  }
}

.frame .link-5 {
  position: absolute;
  width: 268px;
  height: 24px;
  top: 56px;
  left: 884px;
}

.frame .link-6 {
  position: absolute;
  width: 268px;
  height: 24px;
  top: 96px;
  left: 600px;
}

.frame .text-wrapper-51 {
  width: 64px;
  height: 24px;
  top: -1px;
  left: 0;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .link-7 {
  position: absolute;
  width: 268px;
  height: 24px;
  top: 96px;
  left: 884px;
}

.frame .link-8 {
  position: absolute;
  max-width: 552px;
  height: 24px;
  top: 136px;
  left: 600px;
}

.frame .text-wrapper-52 {
  width: 160px;
  height: 24px;
  top: -1px;
  left: 0;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .horizontal-border-2 {
  width: calc(100% - 2rem);
  max-width: 1160px;
  margin: 40px auto 0;
  padding-top: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #9ca3af;
}

.frame .text-wrapper-53 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .frame .text-wrapper-53 {
    font-size: 12px;
  }
}

.frame .header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 64px;
  padding: 0 80px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -2px #0000000d, 0px 10px 15px -3px #0000001a;
}

@media screen and (max-width: 1080px) {
  .frame .header {
    padding: 0 40px;
  }
}

@media screen and (max-width: 750px) {
  .frame .header {
    padding: 0 20px;
  }
}

.frame .nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 64px;
}

.frame .menu {
  display: flex;
  list-style: none;
  gap: 24px;
  margin-left: auto;
  margin-right: 32px;
}

@media screen and (max-width: 1080px) {
  .frame .menu {
    display: none;
  }
}

.frame .kosoa-logo {
  width: 149px;
  height: 32px;
}
.frame .kosoa-logo img {
  width: 149px;
  height: 32px;
}

.frame .text-wrapper-54 {
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .link-11 {
  position: absolute;
  width: 96px;
  height: 24px;
  top: 20px;
  left: 527px;
}

.frame .link-12 {
  position: absolute;
  width: 64px;
  height: 24px;
  top: 20px;
  left: 655px;
}

.frame .text-wrapper-55 {
  width: 64px;
  height: 24px;
  top: -1px;
  left: 0;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame .link-13 {
  position: absolute;
  width: 64px;
  height: 24px;
  top: 20px;
  left: 751px;
}

.frame .link-14 {
  width: 176px;
  height: 40px;
  margin-right: 24px;
  background-color: #3c24d9;
  border-radius: 20px;
  text-align: center;
}

.frame .text-wrapper-56 {
  width: 100%;
  height: 40px;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .link-15 {
  width: 176px;
  height: 40px;
  top: 12px;
  left: 1088px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(122, 45, 255, 1) 0%,
    rgba(78, 201, 254, 1) 100%
  );
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .frame .link-14,
  .frame .link-15 {
    display: none;
  }
}

.frame .text-wrapper-57 {
  width: 128px;
  height: 24px;
  top: 7px;
  left: 24px;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.frame .form {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 900px;
  margin: auto;
  padding-bottom: 80px;
}
.frame .form-group {
  display: block;
  margin-bottom: 24px;
}
.frame .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}
.frame .form-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
}
.frame .form-group-radios {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.frame .form-group-radios label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.frame .form-group-radios input[type="radio"] {
  width: 24px;
  height: 24px;
}
.frame .form-submit {
  display: block;
  width: 150px;
  height: 40px;
  margin: auto;
  color: #fff;
  background-color: #3c24d9;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}
