@charset "UTF-8";
.top-main {
  position: relative;
  overflow: hidden;
}

.top-main::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 430px;
  left: 43%;
  width: 800px;
  height: 688px;
  background: url("../img/top/fv-donuts.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 899px) {
  .top-main::before {
    top: 400px;
    left: 60%;
    width: 550px;
  }
}
@media (max-width: 768px) {
  .top-main::before {
    top: 60px;
    left: 50%;
    width: 500px;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #1B1B1B;
  color: #ffffff;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .fv {
    padding-bottom: 50px;
    height: 100vh;
  }
}

.fv__title-wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 120px;
  max-width: 830px;
  letter-spacing: 0.48px;
  text-align: center;
}
@media (max-width: 899px) {
  .fv__title-wrapper {
    max-width: 610px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .fv__title-wrapper {
    max-width: 370px;
    padding-inline: 15px;
  }
}

.fv__title-wrapper::before {
  position: absolute;
  content: "";
  top: 150px;
  left: -50px;
  max-width: 369px;
  width: 100%;
  height: 246px;
  background: url("../img/top/fv-rectangle.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .fv__title-wrapper::before {
    max-width: 200px;
    top: 90px;
  }
}

.fv__title {
  font-size: 9.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 899px) {
  .fv__title {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 4rem;
  }
}

.fv__title-sub {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "YuGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 899px) {
  .fv__title-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .fv__title-sub {
    display: none !important;
  }
}

.fv__title-sub-sp {
  display: none;
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .fv__title-sub-sp {
    display: inline-block;
  }
}

.fv__title:nth-of-type(1) {
  text-align: left;
  font-style: italic;
}

.fv__title:nth-of-type(3) {
  position: relative;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.fv__title:nth-of-type(4) {
  font-style: normal;
  font-weight: 500;
}

.js-fv-title-1 span,
.js-fv-title-2 span,
.js-fv-title-3 span,
.js-fv-title-4 span {
  display: inline-block;
}

.js-fv-title-1 span:nth-child(1) {
  font-family: "Desolator", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.js-fv-title-2 span:nth-child(2) {
  font-family: "Polonium", sans-serif;
  font-weight: normal;
}

.js-fv-title-2 span:nth-child(4) {
  font-family: "Calypso", sans-serif;
  font-weight: normal;
}

.js-fv-title-2 span:nth-child(7) {
  font-family: "Calypso", sans-serif;
  font-weight: normal;
}

.js-fv-title-3 span:nth-child(1) {
  font-family: "Desolator", sans-serif;
  font-weight: normal;
}

.js-fv-title-4 span:nth-child(2) {
  font-family: "CavasNeraFree", serif;
  font-weight: 800;
  line-height: 1.1; /* 行間を調整 */
  padding-top: 0.1em; /* 上部の余白を調整 */
  padding-bottom: 0.1em; /* 下部の余白を調整 */
}

.fv__text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  margin-left: 145px;
}
@media (max-width: 768px) {
  .fv__text-wrapper {
    margin-top: 60px;
    margin-left: 25px;
  }
}

.fv__text {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 1.2rem;
  }
}

.fv__text:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fv__text:not(:first-child) {
    margin-top: 15px;
  }
}

.promo {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.promo__bg-container {
  position: relative;
  width: 100%;
}

.promo__img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.promo__title {
  font-size: clamp(5rem, -1.215rem + 26.52vw, 20rem);
  font-family: "Jost", sans-serif;
  text-align: center;
  opacity: 0.2;
  padding-top: 55px;
}

.promo__message {
  text-align: center;
  font-weight: 700;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.promo__item {
  color: #ffffff;
  max-width: 300px;
}
.promo-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 270px;
  height: 65px;
  background: var(--purplegra, linear-gradient(90deg, #8653CA 0%, #4338D0 100%));
  -webkit-transform: rotate(-3.3deg) translateY(50px) translateX(-10px);
          transform: rotate(-3.3deg) translateY(50px) translateX(-10px);
}

.promo-item__head-text {
  font-weight: 500px;
  -webkit-transform: rotate(3.3deg);
          transform: rotate(3.3deg);
}

.promo-item__body {
  background-color: #1B1B1B;
  border-top-right-radius: 40px;
  padding: 100px 40px 25px 40px;
  min-height: 380px;
}
.promo-item__price {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 52px;
}

.promo-item__point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-item__point::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/top/tick.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}

.promo-item__text {
  font-weight: 500;
  margin-top: 20px;
}

.service {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .service {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

.section__title {
  display: inline-block;
  font-size: clamp(4rem, 3.006rem + 4.24vw, 6.4rem);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: normal;
  background: url("../img/top/fv-title-bg.png") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 600px) {
  .section__title {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .section__title {
    font-size: 3rem;
  }
}

.section__title-sub {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
.section__title-sub--white {
  color: white;
}
@media (max-width: 600px) {
  .section__title-sub {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .section__title-sub {
    font-size: 1.4rem;
  }
}

.service__content {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .service__content {
    margin-top: 40px;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 90px) / 4);
          flex: 0 1 calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}
@media (max-width: 768px) {
  .service__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 60px) / 3);
            flex: 0 1 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 500px) {
  .service__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 30px) / 2);
            flex: 0 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}

.service-item__img-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1B1B1B;
  padding: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-item__img-icon-wrapper {
    width: 60px;
    height: 60px;
  }
}

.service-item__body {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .service-item__body {
    margin-top: 5px;
  }
}

.service-item__title {
  font-family: "Inter";
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .service-item__title {
    font-size: 1.4rem;
  }
}

.service-item__text {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.42px;
}
@media (max-width: 768px) {
  .service-item__text {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.projects {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #1B1B1B;
}
@media (max-width: 768px) {
  .projects {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.projects-bg {
  position: absolute;
  z-index: 0;
  top: -170px;
  left: -160px;
  width: 635px;
  height: 612px;
  background-image: url(../img/top/projects-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .projects-bg {
    top: -140px;
    left: -60px;
    width: 300px;
  }
}

.projects-swiper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .projects-swiper {
    margin-top: 30px;
  }
}

.projects__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.projects__swiper-slide {
  border-top-right-radius: 40px;
}
@media (max-width: 768px) {
  .projects__swiper-slide {
    border-top-right-radius: 20px;
  }
}

.projects__swiper-slide img {
  border-top-right-radius: 40px;
}
@media (max-width: 768px) {
  .projects__swiper-slide img {
    border-top-right-radius: 20px;
  }
}

.members {
  position: relative;
}
.members::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  max-width: 670px;
  width: 100%;
  height: auto;
  aspect-ratio: 670/620;
  background-image: url(../img/top/members-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .members::before {
    max-width: 400px;
  }
}

.members__inner {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .members__inner {
    padding-top: 20px;
  }
}

.members-item__img-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .members-item__img-wrapper {
    width: 80%;
  }
}

.members-item__img-wrapper img {
  width: 100%;
}

.members-item__info-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .members-item__info-wrapper {
    margin-left: 10px;
    width: 80%;
  }
}

.g-slide__img {
  min-height: 80px;
}
@media (max-width: 768px) {
  .g-slide__img {
    min-height: 0;
  }
}

.members-item__position span {
  background-color: #222222;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .members-item__position span {
    font-size: 2rem;
  }
}

.members-item__name {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .members-item__name {
    font-size: 1.6rem;
  }
}

.members-item__intro-wrapper {
  letter-spacing: 0.48px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .members-item__intro-wrapper {
    font-size: 1.4rem;
  }
}

.members-item__intro-item {
  font-size: 1.6rem;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .members-item__intro-item {
    font-size: 1.2rem;
  }
}

.members__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-slides__wrapper {
  display: -webkit-box;
  gap: 30px;
  margin: 0 auto;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.g-slide {
  width: 100vw;
  height: 50vh;
}

.g-slide__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .g-slide__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.workflow {
  margin-block: 100px;
}

.workflow-content__img-wrapper {
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1000px;
  margin-top: 40px;
}

.autofhrase {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #222222;
  color: #ffffff;
}

.autofhrase__text {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: autofhrase-animation 15s linear infinite;
          animation: autofhrase-animation 15s linear infinite;
  font-family: "Jost", sans-serif;
  font-size: 10rem;
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .autofhrase__text {
    font-size: 5rem;
  }
}

@-webkit-keyframes autofhrase-animation {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes autofhrase-animation {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.autofhrase__text span {
  display: inline-block;
}

.autofhrase span:nth-child(5),
.autofhrase span:nth-child(9),
.autofhrase span:nth-child(19),
.autofhrase span:nth-child(23),
.autofhrase span:nth-child(33),
.autofhrase span:nth-child(37) {
  font-family: "Polonium";
}

.faq {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .faq {
    padding-bottom: 50px;
  }
}

.faq::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 740/869;
  background-image: url(../img/top/faq-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .faq::before {
    max-width: 300px;
  }
}

.faq__content {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .faq__content {
    margin-top: 20px;
  }
}

.faq__accordion {
  background-color: #FFFFFF;
  border-top-right-radius: 40px;
  padding: 20px 30px 20px 35px;
}
@media (max-width: 768px) {
  .faq__accordion {
    padding-bottom: 50px;
    padding: 20px 20px 20px 20px;
  }
}

.faq__accordion:nth-of-type(n + 2) {
  margin-top: 25px;
}

.faq-accordion__heading {
  position: relative;
}

.faq-accordion__heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  color: #222222;
}
@media (max-width: 768px) {
  .faq-accordion__heading-title {
    font-size: 1.4rem;
  }
}

.faq-accordion__heading-title span {
  display: inline-block;
  margin-right: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
@media (max-width: 768px) {
  .faq-accordion__heading-title span {
    margin-right: 5px;
    font-size: 2rem;
  }
}

.faq-accordion__icon-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .faq-accordion__icon-wrapper {
    width: 10px;
    height: 10px;
  }
}

.faq-accordion__icon-bar {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #222222;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-accordion__icon-bar:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq-accordion__heading.is-open .faq-accordion__icon-bar:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq-accordion__content {
  display: none;
  margin-left: 54px;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .faq-accordion__content {
    margin-left: 30px;
  }
}

.faq-accordion__content-text {
  width: 90%;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .faq-accordion__content-text {
    font-size: 1.4rem;
  }
}

.community {
  position: relative;
  height: 500px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .community {
    height: 300px;
  }
}
@media (max-width: 500) {
  .community {
    height: 200px;
  }
}

.community__content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 15px;
}

.community__bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/top/community-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.community__title {
  font-family: "Jost";
  font-size: 6.4rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .community__title {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .community__title {
    font-size: 3rem;
  }
}
@media (max-width: 420px) {
  .community__title {
    font-size: 2rem;
  }
}

.community__title-sub {
  font-family: serif;
  font-family: "Jost";
  font-size: 3.2rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .community__title-sub {
    font-size: 2rem;
  }
}
.community__text {
  margin-top: 28px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.48px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .community__text {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.about {
  background-image: url(../img/top/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 100px;
}
@media (max-width: 768px) {
  .about {
    padding-block: 50px;
  }
}

.about__text {
  margin-top: 80px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.28;
  letter-spacing: 0.42px;
}
@media (max-width: 768px) {
  .about__text {
    margin-top: 40px;
    line-height: 1.6;
  }
}
@media (max-width: 500) {
  .about__text {
    font-size: 1.2rem;
  }
}

.about__sns {
  margin-top: 100px;
}

.about__sns-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

.cta-contact__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 10px;
}

.cta-contact a {
  background-image: url(../img/top/cta-contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
}

.cta-contact__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-block: 60px;
}
@media (max-width: 768px) {
  .cta-contact__link {
    padding-block: 30px;
  }
}

.cta-contact__title {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Jost";
}
@media (max-width: 768px) {
  .cta-contact__title {
    font-size: 4rem;
  }
}

.cta-contact__text {
  margin-top: 48px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .cta-contact__text {
    margin-top: 20px;
    font-weight: 300;
  }
}

.footer {
  margin-top: 100px;
}
@media (max-width: 500px) {
  .footer {
    margin-top: 50px;
  }
}