.top-mainvisual {
  width: 100%;
}
.top-mainvisual__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: var(--spacer-50);
  width: 100%;
  position: relative;
}
.top-mainvisual__title-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-14);
  padding-left: var(--spacer-40);
  padding-bottom: var(--spacer-36);
  width: 100%;
  position: relative;
}
.top-mainvisual__title-img {
  height: 15.75rem;
  width: auto;
}
.top-mainvisual__title-img img {
  height: 100%;
  width: auto;
}
.top-mainvisual__catch {
  color: #fff;
  font-size: var(--fz-6);
  font-family: var(--font-ja--medium);
}
.top-mainvisual__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-2);
  position: absolute;
  bottom: var(--spacer-12);
  right: 0;
  cursor: pointer;
  width: 5rem;
}
.top-mainvisual__scroll span {
  color: #fff;
  font-size: var(--fz-3r5);
  font-family: var(--font-eng);
  writing-mode: vertical-rl;
  line-height: 1;
}
.top-mainvisual__scroll img {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.top-mainvisual__bg {
  width: 100%;
  position: relative;
}
.top-mainvisual__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.12);
}
.top-mainvisual__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.top-whatwedo {
  width: 100%;
  padding-top: var(--spacer-45);
}
.top-whatwedo__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 60rem;
  margin: 0 auto;
}
.top-whatwedo__title p {
  color: #fff;
  font-size: var(--fz-4r5);
  font-family: var(--font-eng);
  line-height: 1;
}
.top-whatwedo__title p .eng {
  font-family: var(--font-eng);
}
.top-whatwedo__title p .eng:first-child, .top-whatwedo__title p .eng:last-child {
  font-weight: 300;
}
.top-whatwedo__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
  width: 45rem;
}
.top-whatwedo__chart {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #fff;
}
.top-whatwedo__chart img {
  width: 100%;
  height: auto;
}
.top-whatwedo__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
}
.top-whatwedo__text p {
  color: #fff;
  font-size: var(--fz-4r5);
  font-family: var(--font-ja--regular);
  line-height: 2;
}

.top-features {
  width: 100%;
  position: relative;
}
.top-features__top-box--left {
  position: absolute;
  width: 24.375rem;
  height: auto;
  top: 20dvh;
  left: 0;
}
.top-features__top-box--left img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.top-features__top-box--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 1;
}
.top-features__top-box--right {
  position: absolute;
  width: 18.75rem;
  height: auto;
  top: 37.5dvh;
  right: var(--spacer-20);
}
.top-features__top-box--right img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.top-features__top-box--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 1;
}
.top-features__bottom-box--left {
  position: absolute;
  top: calc(100% - 2rem);
  left: var(--spacer-20);
  width: 16.875rem;
  height: auto;
  z-index: -1;
}
.top-features__bottom-box--left img {
  width: 100%;
  height: auto;
  position: relative;
}
.top-features__bottom-box--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 1;
}
.top-features__bottom-box--right {
  width: 24.375rem;
  height: auto;
  position: relative;
}
.top-features__bottom-box--right img {
  width: 100%;
  height: auto;
  position: relative;
}
.top-features__bottom-box--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 1;
}
.top-features__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-features__bg-inner {
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-features__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-7);
}
.top-features__title-text {
  font-size: var(--fz-25);
  font-family: var(--font-eng);
  text-align: center;
}
.top-features__title-caption {
  font-family: var(--font-ja--medium);
  font-size: var(--fz-6);
  color: #fff;
  text-align: center;
}
.top-features__inner {
  padding-top: 100dvh;
}
.top-features__card-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-2r5);
  width: 100%;
  padding: 0 var(--spacer-40);
  position: relative;
}
.top-features__card {
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--spacer-8) var(--spacer-8) var(--spacer-6r5) var(--spacer-8);
  border-radius: var(--spacer-2r5);
  flex: 1;
  position: relative;
  background: var(--grassmorphism-base);
  border: var(--grassmorphism-outline);
}
.top-features__card h3 {
  color: #fff;
  font-size: var(--fz-6);
  font-family: var(--font-ja--bold);
  line-height: 1;
  margin-bottom: var(--spacer-4r5);
  text-align: center;
  width: 100%;
}
.top-features__card p {
  color: #fff;
  font-size: var(--fz-4);
  font-family: var(--font-ja--regular);
  line-height: 1.75;
  text-align: center;
  width: 100%;
}
.top-features__bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 25dvh;
  padding-bottom: 20dvh;
}

.top-services {
  width: 100%;
}
.top-services__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-20);
  align-items: flex-start;
  justify-content: flex-start;
  width: 60rem;
  margin: 0 auto;
  position: relative;
  padding: var(--spacer-36) 0;
}
.top-services__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-black);
}
.top-services__title {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-7);
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: var(--spacer-20);
  width: 100%;
}
.top-services__title-text {
  color: var(--color-black);
  font-size: var(--fz-25);
  font-family: var(--font-eng);
  line-height: 1;
}
.top-services__title-caption {
  color: var(--color-black);
  font-size: var(--fz-6);
  font-family: var(--font-ja--medium);
  line-height: 1;
}
.top-services__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-10);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.top-services__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding-left: var(--spacer-20);
}
.top-services__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: var(--color-black);
  transform: translateY(-50%);
}
.top-services__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-black);
  border-radius: 100vw;
  transform: translateX(-50%) translateY(-50%);
}
.top-services__item-content {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-10);
  justify-content: center;
  padding: 0 var(--spacer-4) 0 var(--spacer-10);
  border-radius: 0.375rem;
  width: 100%;
  position: relative;
  border: 1px solid var(--color-black);
}
.top-services__item-content h3 {
  color: var(--color-black);
  font-size: var(--fz-9);
  font-family: var(--font-ja--bold);
  line-height: 1;
  text-align: left;
  flex: 1;
  transform: translateY(0.25rem);
}
.top-services__item-content .top-services__item-number {
  color: var(--color-black);
  font-size: var(--fz-4);
  font-family: var(--font-eng);
  line-height: 1;
  text-align: right;
}
.top-services__item-box {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-10);
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: var(--spacer-10) 0;
}
.top-services__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: var(--spacer-4);
  border-left: 1px solid var(--color-black);
}
.top-services__item-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
.top-services__item-arrow svg path:first-child {
  fill: var(--color-black);
}
.top-services__item-arrow svg path:last-child {
  stroke: var(--color-black);
}

.top-results {
  width: 100%;
  padding: var(--spacer-36) var(--spacer-40) 0;
}
.top-results__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-20);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.top-results__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.top-results__title-group {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-7);
  align-items: flex-end;
  justify-content: flex-start;
}
.top-results__title-text {
  color: #fff;
  font-size: var(--fz-25);
  font-family: var(--font-eng);
  line-height: 1;
}
.top-results__title-caption {
  color: #fff;
  font-size: var(--fz-6);
  font-family: var(--font-ja--medium);
  line-height: 1;
  padding-bottom: var(--spacer-1r5);
}
.top-results__tables {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-10);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.top-results__table {
  background-color: var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.top-results__table-header {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-0r5);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.top-results__table-row {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-0r5);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.top-results__table-title {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-4) 0;
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: var(--fz-4);
  font-family: var(--font-ja--medium);
  line-height: 1;
  text-align: center;
  border-radius: 0.25rem;
}
.top-results__table-title span {
  transform: translateY(0.125rem);
}
.top-results__table-cell {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-4) 0;
  color: #fff;
  font-size: var(--fz-4);
  font-family: var(--font-ja--regular);
  line-height: 1;
  text-align: center;
}
.top-results__table-cell span {
  transform: translateY(0.125rem);
}

.top-news {
  width: 100%;
  padding: var(--spacer-36) 0 0;
}
.top-news__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-20);
  align-items: flex-start;
  justify-content: flex-start;
  width: 60rem;
  margin: 0 auto;
}
.top-news__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.top-news__title-group {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-7);
  align-items: flex-end;
  justify-content: flex-start;
}
.top-news__title-text {
  color: #fff;
  font-size: var(--fz-25);
  font-family: var(--font-eng);
  line-height: 1;
}
.top-news__title-caption {
  color: #fff;
  font-size: var(--fz-6);
  font-family: var(--font-ja--medium);
  line-height: 1;
  padding-bottom: var(--spacer-1r5);
}

@media screen and (max-width: 1079px) {
  .top-mainvisual__inner {
    padding-top: var(--spacer-30);
    gap: var(--spacer-18);
  }
  .top-mainvisual__title-group {
    padding: 0 var(--spacer-7);
    gap: var(--spacer-7);
  }
  .top-mainvisual__title-img {
    height: auto;
    width: 19.25rem;
  }
  .top-mainvisual__title-img img {
    width: 100%;
    height: auto;
  }
  .top-mainvisual__catch {
    font-size: var(--fz-4r5);
    line-height: 1.75;
  }
  .top-mainvisual__scroll {
    width: auto;
    bottom: 0;
    right: var(--spacer-7);
  }
  .top-mainvisual__bg {
    aspect-ratio: 1/1;
  }
  .top-mainvisual__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top-whatwedo {
    padding-top: var(--spacer-25);
  }
  .top-whatwedo__inner {
    width: 100%;
    padding: 0 var(--spacer-7);
    flex-direction: column;
    gap: var(--spacer-16);
  }
  .top-whatwedo__title p {
    font-size: var(--fz-4);
  }
  .top-whatwedo__content {
    width: 100%;
    gap: var(--spacer-10);
  }
  .top-whatwedo__chart {
    border-bottom: none;
    width: 18.75rem;
  }
  .top-whatwedo__chart img {
    width: 100%;
    height: auto;
  }
  .top-whatwedo__text p {
    font-size: var(--fz-4);
  }
  .top-features__title {
    gap: var(--spacer-3r5);
  }
  .top-features__title-text {
    font-size: var(--fz-12);
  }
  .top-features__title-caption {
    font-size: var(--fz-4r5);
  }
  .top-features__top-box--left {
    width: 13.375rem;
    top: 11.848341dvh;
  }
  .top-features__top-box--right {
    width: 7.5rem;
    top: 18.957346dvh;
    right: var(--spacer-7);
  }
  .top-features__bottom-box--left {
    width: 7.5rem;
    left: var(--spacer-7);
    top: unset;
    bottom: 18.957346dvh;
  }
  .top-features__bottom-box--right {
    position: absolute;
    width: 13.375rem;
    right: 0;
    bottom: 11.848341dvh;
  }
  .top-features__card-group {
    padding: 0 var(--spacer-7) 30dvh;
    flex-direction: column;
  }
  .top-features__card {
    width: 100%;
    padding: var(--spacer-6) var(--spacer-6) var(--spacer-5);
    border-radius: 0.5rem;
  }
  .top-features__card h3 {
    font-size: var(--fz-5);
    margin-bottom: var(--spacer-4);
  }
  .top-features__card p {
    font-size: var(--fz-3r5);
  }
  .top-features__bottom {
    display: none;
  }
  .top-services__inner {
    padding: var(--spacer-25) var(--spacer-7);
    gap: var(--spacer-14);
    width: 100%;
  }
  .top-services__inner::before {
    left: var(--spacer-7);
  }
  .top-services__title {
    padding-left: var(--spacer-6);
    gap: var(--spacer-3r5);
  }
  .top-services__title-text {
    font-size: var(--fz-12);
  }
  .top-services__title-caption {
    font-size: var(--fz-5);
  }
  .top-services__list {
    gap: var(--spacer-4);
  }
  .top-services__item {
    padding-left: var(--spacer-6);
  }
  .top-services__item::before {
    width: 1.5rem;
  }
  .top-services__item-content {
    padding: 0 var(--spacer-3) 0 var(--spacer-6);
    gap: var(--spacer-6);
  }
  .top-services__item-box {
    padding: var(--spacer-6) 0;
    gap: var(--spacer-3);
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .top-services__item-box h3 {
    font-size: var(--fz-6);
  }
  .top-services__item-box .top-services__item-number {
    font-size: var(--fz-3r5);
  }
  .top-services__item-arrow {
    padding-left: var(--spacer-3);
  }
  .top-services__item-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .top-results {
    padding: var(--spacer-25) var(--spacer-7) 0;
  }
  .top-results__inner {
    gap: var(--spacer-14);
  }
  .top-results__header .pagelink {
    display: none;
  }
  .top-results__title-group {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacer-3r5);
  }
  .top-results__title-text {
    font-size: var(--fz-12);
  }
  .top-results__title-caption {
    font-size: var(--fz-5);
    padding-bottom: 0;
  }
  .top-results__tables {
    flex-direction: column;
    gap: 0;
  }
  .top-results__table {
    width: 100%;
  }
  .top-results__table:last-of-type .top-results__table-header {
    display: none;
  }
  .top-results__table-title {
    font-size: var(--fz-3r5);
    line-height: 1.5;
    padding: var(--spacer-3) 0;
  }
  .top-results__table-cell {
    font-size: var(--fz-3r5);
    line-height: 1.5;
    padding: var(--spacer-3) 0;
  }
  .top-news {
    padding: var(--spacer-25) 0 0;
  }
  .top-news__inner {
    width: 100%;
    padding: 0 var(--spacer-7);
    gap: var(--spacer-14);
  }
  .top-news__header .pagelink {
    display: none;
  }
  .top-news__title-group {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacer-3r5);
  }
  .top-news__title-text {
    font-size: var(--fz-12);
  }
  .top-news__title-caption {
    font-size: var(--fz-5);
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=top.css.map */
