.fv {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  padding: 0;
  background: #0f0f0f;
  color: #fff;
}
.fv p,
.fv span,
.fv h1,
.fv h2,
.fv h3,
.fv h4,
.fv h5,
.fv h6,
.fv li,
.fv time,
.fv address {
  color: inherit;
}
.fv a:not(.btn):not(.about__btn) {
  color: inherit;
}
.fv {
  overflow: hidden;
}
.fv.is-scrolled .fv__title-line {
  -webkit-animation: none !important;
          animation: none !important;
}
.fv.is-scrolled .fv__title-line--1 {
  -webkit-transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * -88vw));
          transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * -88vw));
  opacity: calc(1 - var(--scroll-progress, 0) * 0.95);
}
.fv.is-scrolled .fv__title-line--2 {
  -webkit-transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * 88vw));
          transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * 88vw));
  opacity: calc(1 - var(--scroll-progress, 0) * 0.95);
}
.fv.is-scrolled .fv__title-line--3 {
  -webkit-transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * -88vw));
          transform: translateX(calc(var(--line-offset, 0%) + var(--scroll-progress, 0) * -88vw));
  opacity: calc(1 - var(--scroll-progress, 0) * 0.95);
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  will-change: transform;
}

.fv__blend {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0.12)), color-stop(38%, rgba(15, 15, 15, 0.28)), color-stop(62%, rgba(15, 15, 15, 0.58)), color-stop(78%, rgba(15, 15, 15, 0.82)), color-stop(88%, rgba(15, 15, 15, 0.94)), color-stop(96%, #0f0f0f), to(#0f0f0f));
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.12) 0%, rgba(15, 15, 15, 0.28) 38%, rgba(15, 15, 15, 0.58) 62%, rgba(15, 15, 15, 0.82) 78%, rgba(15, 15, 15, 0.94) 88%, #0f0f0f 96%, #0f0f0f 100%);
}
.fv__blend::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(36vh, 360px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), color-stop(78%, #0f0f0f), to(#0f0f0f));
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0f0f0f 78%, #0f0f0f 100%);
  pointer-events: none;
}

.fv__bg-img,
.fv__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fv__bg-video {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.fv__bg-video.is-active {
  opacity: 1;
}

.fv__bg-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.fv__bg-noise.is-active {
  opacity: 1;
}

.fv__bg-noise-canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  mix-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}

.fv__title,
.fv__lead {
  pointer-events: none;
}

.fv__stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
  overflow: visible;
}

.fv__title-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  width: min(96vw, 1400px);
  -webkit-transform: translate(-50%, calc(-50% + var(--title-parallax-y, 0px)));
          transform: translate(-50%, calc(-50% + var(--title-parallax-y, 0px)));
  text-align: center;
  pointer-events: none;
  --scroll-progress: 0;
  --title-parallax-y: 0px;
  will-change: transform;
}
.fv__title-stack > .fv__title {
  grid-area: 1/1;
  width: 100%;
  margin: 0;
}

.fv__title {
  font-family: "Jost", sans-serif;
  font-size: clamp(52px, 9.2vw, 120px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0.04em;
}
.fv__title--sharp {
  color: transparent;
}
.fv__title--soft {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0.7;
  color: transparent;
  -webkit-mask-image: radial-gradient(ellipse 44% 40% at 50% 50%, #000 0%, transparent 74%);
  mask-image: radial-gradient(ellipse 44% 40% at 50% 50%, #000 0%, transparent 74%);
}

.fv__title-line {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.94;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8a2c8), color-stop(45%, #f0cce0), to(#dff7e6));
  background-image: linear-gradient(90deg, #e8a2c8 0%, #f0cce0 45%, #dff7e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  will-change: transform, opacity;
}
.fv__title-line--1 {
  --line-offset: -14%;
  -webkit-animation: fv-title-in-left 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
          animation: fv-title-in-left 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.fv__title-line--2 {
  --line-offset: 22%;
  margin-top: -0.03em;
  -webkit-animation: fv-title-in-right 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
          animation: fv-title-in-right 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.fv__title-line--3 {
  --line-offset: -8%;
  margin-top: -0.03em;
  -webkit-animation: fv-title-in-left 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
          animation: fv-title-in-left 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

@-webkit-keyframes fv-title-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(calc(-56px + var(--line-offset, 0%)));
            transform: translateX(calc(-56px + var(--line-offset, 0%)));
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--line-offset, 0%));
            transform: translateX(var(--line-offset, 0%));
  }
}

@keyframes fv-title-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(calc(-56px + var(--line-offset, 0%)));
            transform: translateX(calc(-56px + var(--line-offset, 0%)));
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--line-offset, 0%));
            transform: translateX(var(--line-offset, 0%));
  }
}
@-webkit-keyframes fv-title-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(calc(56px + var(--line-offset, 0%)));
            transform: translateX(calc(56px + var(--line-offset, 0%)));
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--line-offset, 0%));
            transform: translateX(var(--line-offset, 0%));
  }
}
@keyframes fv-title-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(calc(56px + var(--line-offset, 0%)));
            transform: translateX(calc(56px + var(--line-offset, 0%)));
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(var(--line-offset, 0%));
            transform: translateX(var(--line-offset, 0%));
  }
}
.fv__visual {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(72vw, 760px);
  height: min(72vh, 760px);
  -webkit-transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
          transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
  pointer-events: auto;
  --exit-progress: 0;
  --blob-linger: 0;
  --blob-parallax-y: 0px;
  --blob-blur: 0;
  --blob-softness: 0;
  opacity: 0.5;
  will-change: transform, opacity, filter;
  overflow: visible;
}
.fv__visual.is-pinned {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px))) scale(calc(1 - var(--blob-softness, 0) * 0.05));
          transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px))) scale(calc(1 - var(--blob-softness, 0) * 0.05));
  opacity: calc(max(0.14, 0.5 * (1 - var(--exit-progress, 0) * 0.35)) * (1 - var(--blob-linger, 0) * 0.62) * (1 - var(--blob-softness, 0) * 0.18));
  -webkit-filter: blur(calc((var(--blob-blur, 0) * 0.5 + var(--blob-linger, 0) * 0.5) * 22px)) saturate(calc(1 - var(--blob-softness, 0) * 0.35));
          filter: blur(calc((var(--blob-blur, 0) * 0.5 + var(--blob-linger, 0) * 0.5) * 22px)) saturate(calc(1 - var(--blob-softness, 0) * 0.35));
  -webkit-transition: opacity 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease;
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease;
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease, -webkit-filter 0.45s ease, -webkit-transform 0.45s ease;
}
.fv__visual.is-pinned.is-behind-content {
  pointer-events: none;
  cursor: default;
}
.fv__visual.is-pinned.is-lingering {
  pointer-events: none;
  cursor: default;
}

.fv__blob.blob-scene {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: transparent;
  cursor: -webkit-grab;
  cursor: grab;
  pointer-events: auto;
}
.fv__blob.blob-scene:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fv__blob.blob-scene .blob-scene__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.fv-floating {
  position: relative;
  z-index: 40;
  pointer-events: none;
}
.fv-floating__lead {
  position: fixed;
  left: 70px;
}
@media screen and (max-width: 1024px) {
  .fv-floating__lead {
    left: 24px;
  }
}
.fv-floating__lead {
  bottom: 50px;
  z-index: 40;
  max-width: min(520px, calc(100vw - 600px));
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
  pointer-events: none;
  will-change: transform, opacity;
}

.fv-banner {
  position: fixed;
  right: 70px;
}
@media screen and (max-width: 1024px) {
  .fv-banner {
    right: 24px;
  }
}
.fv-banner {
  bottom: 50px;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: min(460px, calc(100vw - 140px));
  height: 120px;
  min-height: 120px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  pointer-events: auto;
  will-change: transform, opacity;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.fv-banner:hover {
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
}
.fv-banner__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 186px;
          flex: 0 0 186px;
  width: 186px;
  min-height: 120px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a4f8a 0%, #2f7fd3 100%);
}
.fv-banner__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background: #fff;
}
.fv-banner__text {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.about {
  position: relative;
  z-index: 6;
  padding: 0;
  background: transparent;
  color: #fff;
}
.about p,
.about span,
.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6,
.about li,
.about time,
.about address {
  color: inherit;
}
.about a:not(.btn):not(.about__btn) {
  color: inherit;
}
.about__content {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #fff;
}
.about__content p,
.about__content span,
.about__content h1,
.about__content h2,
.about__content h3,
.about__content h4,
.about__content h5,
.about__content h6,
.about__content li,
.about__content time,
.about__content address {
  color: inherit;
}
.about__content a:not(.btn):not(.about__btn) {
  color: inherit;
}
.about__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), color-stop(14%, rgba(15, 15, 15, 0.72)), color-stop(26%, rgba(15, 15, 15, 0.94)), color-stop(38%, #0f0f0f), color-stop(62%, #0f0f0f), color-stop(74%, rgba(15, 15, 15, 0.94)), color-stop(86%, rgba(15, 15, 15, 0.72)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.72) 14%, rgba(15, 15, 15, 0.94) 26%, #0f0f0f 38%, #0f0f0f 62%, rgba(15, 15, 15, 0.94) 74%, rgba(15, 15, 15, 0.72) 86%, rgba(15, 15, 15, 0) 100%);
  pointer-events: none;
}
.about__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), color-stop(14%, rgba(15, 15, 15, 0.45)), color-stop(42%, rgba(15, 15, 15, 0.62)), color-stop(58%, rgba(15, 15, 15, 0.62)), color-stop(86%, rgba(15, 15, 15, 0.45)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.45) 14%, rgba(15, 15, 15, 0.62) 42%, rgba(15, 15, 15, 0.62) 58%, rgba(15, 15, 15, 0.45) 86%, rgba(15, 15, 15, 0) 100%);
  pointer-events: none;
}
.about__slider {
  position: absolute;
  inset: 0;
  z-index: 2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.6vw, 16px);
  padding: clamp(48px, 8vw, 96px) 0;
  pointer-events: none;
}
.about__slider::before, .about__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(72px, 18vw, 220px);
  pointer-events: none;
}
.about__slider::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0f0f0f), color-stop(20%, rgba(15, 15, 15, 0.9)), color-stop(52%, rgba(15, 15, 15, 0.5)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(to right, #0f0f0f 0%, rgba(15, 15, 15, 0.9) 20%, rgba(15, 15, 15, 0.5) 52%, rgba(15, 15, 15, 0) 100%);
}
.about__slider::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#0f0f0f), color-stop(20%, rgba(15, 15, 15, 0.9)), color-stop(52%, rgba(15, 15, 15, 0.5)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(to left, #0f0f0f 0%, rgba(15, 15, 15, 0.9) 20%, rgba(15, 15, 15, 0.5) 52%, rgba(15, 15, 15, 0) 100%);
}
.about__slider-row {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.about__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: clamp(10px, 1.4vw, 15px);
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about__slider-row--right .about__slider-track {
  -webkit-transform: translate3d(-35%, 0, 0);
          transform: translate3d(-35%, 0, 0);
}
.about__slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(168px, 20vw, 280px);
  height: clamp(94px, 11vw, 155px);
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}
@media (min-width: 1600px) {
  .about__slider-item {
    width: clamp(200px, 14vw, 320px);
    height: clamp(112px, 7.8vw, 178px);
  }
}
@media (min-width: 2200px) {
  .about__slider-item {
    width: clamp(220px, 11vw, 360px);
    height: clamp(123px, 6.2vw, 200px);
  }
}
.about__slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__body {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(100px, 12vw, 160px) 70px clamp(48px, 6vw, 72px);
  text-align: center;
  color: #fff;
  isolation: isolate;
}
.about__body::before {
  content: "";
  position: absolute;
  inset: clamp(72px, 9vw, 120px) clamp(-12px, -1vw, 0) clamp(96px, 11vw, 132px);
  z-index: -1;
  border-radius: 12px;
  background: rgba(15, 15, 15, 0.42);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
}
.about__catch, .about__copy, .about__copy-before, .about__copy-after, .about__copy-stack, .about__copy-stack span, .about__text-line {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.92), 0 0 36px rgba(0, 0, 0, 0.72), 0 2px 4px rgba(0, 0, 0, 0.95), 0 4px 12px rgba(0, 0, 0, 0.82);
}
.about__catch {
  margin: 0 0 clamp(40px, 5vw, 64px);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.96), 0 0 48px rgba(0, 0, 0, 0.78), 0 2px 6px rgb(0, 0, 0), 0 6px 18px rgba(0, 0, 0, 0.88);
}
.about__copy {
  margin: 0 0 clamp(32px, 4vw, 48px);
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}
.about__copy-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__copy-before, .about__copy-after {
  color: #fff;
}
.about__copy-stack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 0.05em;
  font-size: 0.72em;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #fff;
}
.about__copy-stack span {
  color: #fff;
}
.about__text {
  margin: 0 0 clamp(40px, 5vw, 56px);
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.about__text-line {
  margin: 0;
  color: #fff;
}
.about__text-line-part {
  display: inline;
}
.about__br-sp {
  display: none;
}
.about__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 32px;
  border: 1px solid #787878;
  border-radius: 100px;
  background: #192125;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.about__btn:hover {
  opacity: 1;
  background: #fff;
  border-color: #fff;
  color: #0f0f0f;
}
.about__btn-icon {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.top > section:not(.fv):not(.about) {
  position: relative;
  z-index: 7;
}

.partners {
  position: relative;
  z-index: 7;
  padding-top: 500px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .partners {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.partners {
  background: transparent;
}
.partners__inner {
  max-width: 1400px;
  margin-inline: auto;
}
.partners__title {
  margin: 0 0 60px;
  font-family: "Jost", sans-serif;
  font-size: clamp(48px, 6.2vw, 76px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  color: #0f0f0f;
  line-height: 1;
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.partners__item {
  display: grid;
  place-items: center;
  min-height: 115px;
  padding: 0;
  border-radius: 4px;
  background: #fff;
}
.partners__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}

.approach {
  position: relative;
  isolation: isolate;
  padding: 120px 0 0;
  background: transparent;
}
.approach::before {
  content: "";
  position: absolute;
  top: clamp(-160px, -18vh, -100px);
  left: 0;
  right: 0;
  height: clamp(340px, 48vh, 520px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 246, 244, 0)), color-stop(24%, rgba(247, 246, 244, 0.18)), color-stop(50%, rgba(247, 246, 244, 0.52)), color-stop(76%, rgba(247, 246, 244, 0.88)), to(#f7f6f4));
  background: linear-gradient(180deg, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.18) 24%, rgba(247, 246, 244, 0.52) 50%, rgba(247, 246, 244, 0.88) 76%, #f7f6f4 100%);
  pointer-events: none;
  z-index: 0;
}
.approach::after {
  content: "";
  position: absolute;
  top: clamp(180px, 24vh, 280px);
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f6f4;
  z-index: -1;
}
.approach__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .approach__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.approach__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.approach__content {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(40px, 5vw, 80px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 80px;
}
.approach__aside {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  min-width: 0;
  max-width: 100%;
}
.approach__main {
  min-width: 0;
}
.approach__head .section-en {
  margin: 0 0 12px;
  font-size: clamp(32px, 3.8vw, 76px);
  line-height: 1;
  max-width: 100%;
}
.approach__head .section-ja {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #7e7e7e;
}
.approach__cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 240px;
}
.approach__heading {
  margin: 0 0 32px;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.45;
}
.approach__text {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.9;
  color: #0f0f0f;
}
.approach__services {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 0;
}
.approach__service {
  list-style: none;
}
.approach__service-link {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: clamp(180px, 22vw, 220px);
  color: #fff;
  text-decoration: none;
  -webkit-transition: min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.approach__service-link:hover, .approach__service-link:focus-visible, .approach__service-link.is-open {
  min-height: clamp(320px, 42vw, 450px);
}
.approach__service-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.approach__service-bg {
  position: absolute;
  inset: 0;
}
.approach__service-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.approach__service-link:hover .approach__service-bg img, .approach__service-link:focus-visible .approach__service-bg img, .approach__service-link.is-open .approach__service-bg img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.approach__service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  -webkit-transition: background 0.45s ease;
  transition: background 0.45s ease;
}
.approach__service-link:hover .approach__service-overlay, .approach__service-link:focus-visible .approach__service-overlay, .approach__service-link.is-open .approach__service-overlay {
  background: rgba(0, 0, 0, 0.58);
}
.approach__service-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.approach__service-noise.is-active {
  opacity: 1;
}
.approach__service-noise-canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  mix-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
.approach__service-link:hover .approach__service-noise, .approach__service-link:focus-visible .approach__service-noise, .approach__service-link.is-open .approach__service-noise {
  opacity: 1;
}
.approach__service-body {
  position: relative;
  z-index: 2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: inherit;
  color: #fff;
  max-width: 1400px;
  margin-inline: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .approach__service-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.approach__service-body {
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 56px);
  -webkit-transition: padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.approach__service-link:hover .approach__service-body, .approach__service-link:focus-visible .approach__service-body, .approach__service-link.is-open .approach__service-body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: clamp(28px, 3.5vw, 44px);
}
.approach__service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.approach__service-en {
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
.approach__service-ja {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.approach__service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
}
.approach__service-link:hover .approach__service-detail, .approach__service-link:focus-visible .approach__service-detail, .approach__service-link.is-open .approach__service-detail {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.approach__service-desc {
  max-width: min(720px, 100%);
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 1.85;
  color: #fff;
}
.approach__service-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 28px;
  margin-left: auto;
  border-radius: 100px;
  background: dodgerblue;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.cases {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
}
.cases p,
.cases span,
.cases h1,
.cases h2,
.cases h3,
.cases h4,
.cases h5,
.cases h6,
.cases li,
.cases time,
.cases address {
  color: inherit;
}
.cases a:not(.btn):not(.about__btn) {
  color: inherit;
}
.cases {
  background: #192125;
}
.cases__inner {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .cases__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cases__inner {
  max-width: 1400px;
  margin-inline: auto;
}
.cases__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 64px;
}
.cases__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1017px;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.cases__more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
}
.cases__slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.cases__slider-nav {
  pointer-events: none;
}
.cases__slider-btn {
  position: absolute;
  top: clamp(80px, 12vw, 130px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #0f0f0f;
  color: #f7f6f4;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cases__slider-btn:hover {
  opacity: 0.82;
}
.cases__slider-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.cases__slider-btn svg {
  display: block;
  width: 16px;
  height: auto;
}
.cases__slider-btn--prev {
  left: clamp(32px, 9vw, 135px);
}
.cases__slider-btn--next {
  right: clamp(32px, 9vw, 135px);
}
.cases__slider-btn--next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cases__slider-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.cases__slider-row {
  position: relative;
}
.cases__slider-row--offset .cases__slider-viewport {
  padding-left: calc(clamp(340px, 42.4vw, 630px) / 2);
}
.cases__slider-viewport {
  overflow: hidden;
}
.cases__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -16px 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.cases__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(340px, 42.4vw, 630px);
}
.cases__card {
  display: block;
  padding: clamp(16px, 1.35vw, 20px);
  color: #fff;
  text-decoration: none;
}
.cases__card-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
  aspect-ratio: 100/52.3;
}
.cases__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cases__card-overlay {
  position: absolute;
  inset: 0;
  background: #0f0f0f;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.cases__card-action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 100px;
  background: dodgerblue;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.cases__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}
.cases__card-company {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
}
.cases__card-title {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cases__card:hover .cases__card-media img, .cases__card:focus-visible .cases__card-media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cases__card:hover .cases__card-overlay, .cases__card:focus-visible .cases__card-overlay {
  opacity: 0.7;
}
.cases__card:hover .cases__card-action, .cases__card:focus-visible .cases__card-action {
  opacity: 1;
}

.knowledge {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .knowledge {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.knowledge {
  color: #fff;
}
.knowledge p,
.knowledge span,
.knowledge h1,
.knowledge h2,
.knowledge h3,
.knowledge h4,
.knowledge h5,
.knowledge h6,
.knowledge li,
.knowledge time,
.knowledge address {
  color: inherit;
}
.knowledge a:not(.btn):not(.about__btn) {
  color: inherit;
}
.knowledge {
  background: #192125;
}
.knowledge .section-en--light {
  color: #fff;
}
.knowledge__inner {
  max-width: 1400px;
  margin-inline: auto;
}
.knowledge__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 48px;
}
.knowledge__tag {
  padding: 5px 22px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.knowledge__tag:hover {
  background: rgba(255, 255, 255, 0.12);
}
.knowledge__tag:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.knowledge__tag.is-active {
  background: #fff;
  border-color: #fff;
  color: #192125;
}
.knowledge__slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.knowledge__slider[hidden] {
  display: none;
}
.knowledge__slider-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 clamp(32px, 9vw, 135px) 25px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
}
.knowledge__slider-head[hidden] {
  display: none;
}
.knowledge__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  letter-spacing: 0.02em;
}
.knowledge__pager-line {
  opacity: 0.72;
}
.knowledge__slider-row {
  position: relative;
}
.knowledge__slider-nav {
  pointer-events: none;
}
.knowledge__slider-btn {
  position: absolute;
  top: clamp(72px, 10vw, 110px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #0f0f0f;
  color: #f7f6f4;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.knowledge__slider-btn:hover:not(:disabled) {
  opacity: 0.82;
}
.knowledge__slider-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.knowledge__slider-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.knowledge__slider-btn svg {
  display: block;
  width: 16px;
  height: auto;
}
.knowledge__slider-btn--prev {
  left: clamp(32px, 9vw, 135px);
}
.knowledge__slider-btn--next {
  right: clamp(32px, 9vw, 135px);
}
.knowledge__slider-btn--next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.knowledge__slider-viewport {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.knowledge__slider-viewport:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.knowledge__slider-viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.knowledge__slider-viewport.is-dragging .knowledge__card-link {
  pointer-events: none;
}
.knowledge__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.knowledge__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((min(100vw - 140px, 1400px) - 84px) / 3);
}
.knowledge__slide[hidden] {
  display: none;
}
.knowledge__card {
  height: 100%;
}
.knowledge__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.knowledge__empty {
  margin: 0 0 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
.knowledge__empty[hidden] {
  display: none;
}
.knowledge__card-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 4px;
  aspect-ratio: 375/196;
}
.knowledge__card-thumb {
  width: 100%;
  height: 100%;
  background: #d1d1d1;
}
.knowledge__card-overlay {
  position: absolute;
  inset: 0;
  background: #0f0f0f;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.knowledge__card-action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 100px;
  background: dodgerblue;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.knowledge__card-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.knowledge__card-excerpt {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.knowledge__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.knowledge__card-tags span {
  padding: 5px 22px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.knowledge__card-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.knowledge__card-link:hover .knowledge__card-overlay, .knowledge__card-link:focus-visible .knowledge__card-overlay {
  opacity: 0.7;
}
.knowledge__card-link:hover .knowledge__card-action, .knowledge__card-link:focus-visible .knowledge__card-action {
  opacity: 1;
}
.knowledge__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 48px;
}
.knowledge__more .btn {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.knowledge__more .btn--outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.knowledge__more .btn--outline:hover {
  background: #fff;
  border-color: #fff;
  color: #0f0f0f;
}

.other-service {
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .other-service {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.other-service {
  color: #fff;
}
.other-service p,
.other-service span,
.other-service h1,
.other-service h2,
.other-service h3,
.other-service h4,
.other-service h5,
.other-service h6,
.other-service li,
.other-service time,
.other-service address {
  color: inherit;
}
.other-service a:not(.btn):not(.about__btn) {
  color: inherit;
}
.other-service {
  background: #192125;
}
.other-service .section-en--light {
  color: #fff;
}
.other-service__inner {
  max-width: 1400px;
  margin-inline: auto;
}
.other-service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.other-service__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.other-service__card-link:hover .other-service__card-overlay, .other-service__card-link:focus-visible .other-service__card-overlay {
  opacity: 0.7;
}
.other-service__card-link:hover .other-service__card-action, .other-service__card-link:focus-visible .other-service__card-action {
  opacity: 1;
}
.other-service__card-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
  border-radius: 4px;
}
.other-service__card-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 580/142;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #0f0f0f;
  overflow: hidden;
}
.other-service__card-logo {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  max-width: min(260px, 40%);
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.other-service__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.other-service__card-action {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.other-service__card-action img {
  display: block;
  width: 40px;
  height: 40px;
}
.other-service__card-text {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.news {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.news {
  background: #e4e4e4;
  color: #0f0f0f;
  border-radius: 30px 30px 0 0;
}
.news .section-en--dark {
  color: #0f0f0f;
}
.news__inner {
  display: grid;
  grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
  -webkit-column-gap: clamp(48px, 8vw, 104px);
     -moz-column-gap: clamp(48px, 8vw, 104px);
          column-gap: clamp(48px, 8vw, 104px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1400px;
  margin-inline: auto;
}
.news__head {
  min-width: 0;
}
.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  min-width: 0;
}
.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news__item {
  display: block;
}
.news__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(15, 15, 15, 0.45);
}
.news__item:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  background-color: rgba(15, 15, 15, 0.45);
}
.news__item-link {
  display: block;
  padding: 32px 0;
  color: #0f0f0f;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news__item-link:hover {
  opacity: 0.72;
}
.news__item-title {
  margin: 0 0 16px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 27px;
  color: #0f0f0f;
}
.news__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #707070;
}
.news__item-sep {
  color: #707070;
}
.news__item-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 15px;
  color: #0f0f0f;
}
.news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__more .btn--primary {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.bg-grad {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: #0f0f0f;
}
.bg-grad.is-active {
  opacity: 1;
  visibility: visible;
}
.bg-grad__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bg-grad__canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .bg-grad {
    display: none;
  }
}
[data-reveal] {
  --reveal-delay: 0s;
  --reveal-distance: 56px;
  opacity: 0;
  -webkit-transform: translate3d(0, var(--reveal-distance), 0);
          transform: translate3d(0, var(--reveal-distance), 0);
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-reveal=left] {
  -webkit-transform: translate3d(calc(var(--reveal-distance) * -0.75), 0, 0);
          transform: translate3d(calc(var(--reveal-distance) * -0.75), 0, 0);
}
[data-reveal=left].is-revealed {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-reveal=right] {
  -webkit-transform: translate3d(calc(var(--reveal-distance) * 0.75), 0, 0);
          transform: translate3d(calc(var(--reveal-distance) * 0.75), 0, 0);
}
[data-reveal=right].is-revealed {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 100svh;
    padding: 0;
  }
  .fv__stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: 0;
  }
  .fv__title-stack {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, calc(-50% + var(--title-parallax-y, 0px)));
            transform: translate(-50%, calc(-50% + var(--title-parallax-y, 0px)));
  }
  .fv__title {
    font-size: clamp(40px, 12vw, 72px);
  }
  .fv__title--soft {
    -webkit-mask-image: radial-gradient(ellipse 58% 48% at 50% 50%, #000 0%, transparent 76%);
    mask-image: radial-gradient(ellipse 58% 48% at 50% 50%, #000 0%, transparent 76%);
  }
  .fv__visual {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 520px);
    height: min(62vw, 420px);
    -webkit-transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
            transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
  }
  .fv__visual.is-pinned {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(88vw, 520px);
    height: min(62vw, 420px);
    -webkit-transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
            transform: translate(-50%, calc(-50% + var(--blob-parallax-y, 0px)));
  }
  .fv-floating__lead {
    bottom: 148px;
    max-width: calc(100vw - 48px);
  }
  .fv-banner {
    bottom: 24px;
    width: min(460px, calc(100vw - 48px));
  }
  .fv-banner__thumb {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    width: 140px;
  }
  .fv-banner__text {
    font-size: 13px;
  }
  .about__body {
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .about__body::before {
    inset: 40px 0;
    border-radius: 8px;
  }
  .about__br-sp {
    display: block;
  }
  .about__catch {
    max-width: 326px;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;
    font-size: 40px;
    line-height: 45px;
    white-space: normal;
  }
  .about__copy {
    max-width: 326px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.5;
  }
  .about__copy-line {
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .about__copy-stack {
    font-size: 1em;
    line-height: 1.1;
  }
  .about__catch,
  .about__copy,
  .about__copy-before,
  .about__copy-after,
  .about__copy-stack,
  .about__copy-stack span,
  .about__text-line {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.3;
    padding: 2px;
  }
  .about__text {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 56px;
    margin-left: auto;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }
  .about__text-line {
    margin-bottom: 7px;
  }
  .about__text-line:last-child {
    margin-bottom: 0;
  }
  .about__text-line--split .about__text-line-part {
    display: block;
  }
  .about__btn {
    min-width: 227px;
    min-height: 60px;
    padding: 0 27px;
    border-color: #fff;
    background: #fff;
    color: #192125;
    font-size: 16px;
  }
  .about__btn:hover {
    background: #fff;
    border-color: #fff;
    color: #192125;
    opacity: 0.88;
  }
  .about__slider-item {
    width: clamp(140px, 42vw, 200px);
    height: clamp(78px, 24vw, 112px);
  }
  .partners,
  .approach__inner,
  .cases__inner,
  .knowledge,
  .other-service,
  .news {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cases__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
  }
  .cases__more {
    margin-top: 0;
  }
  .cases__slider-btn {
    top: clamp(96px, 22vw, 160px);
  }
  .cases__slider-btn--prev {
    left: clamp(24px, 8vw, 80px);
  }
  .cases__slider-btn--next {
    right: clamp(24px, 8vw, 80px);
  }
  .partners__list,
  .approach__content,
  .other-service__grid {
    grid-template-columns: 1fr;
  }
  .knowledge__slide {
    width: min(100%, 100vw - 96px);
  }
  .knowledge__slider-head {
    padding: 0 clamp(24px, 8vw, 80px) 40px;
    font-size: 20px;
  }
  .knowledge__slider-btn {
    top: clamp(80px, 22vw, 140px);
  }
  .knowledge__slider-btn--prev {
    left: clamp(24px, 8vw, 80px);
  }
  .knowledge__slider-btn--next {
    right: clamp(24px, 8vw, 80px);
  }
  .approach__aside {
    display: contents;
  }
  .approach__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .approach__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .approach__cta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 320px;
  }
  .approach__service-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
  .approach__service-action {
    margin-left: 0;
  }
  .news__inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .approach__service-link,
  .approach__service-body,
  .approach__service-bg img,
  .approach__service-overlay,
  .approach__service-noise,
  .approach__service-detail {
    -webkit-transition: none;
    transition: none;
  }
  .fv__title-line--1,
  .fv__title-line--2,
  .fv__title-line--3 {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .fv.is-scrolled .fv__title-line--1,
  .fv.is-scrolled .fv__title-line--2,
  .fv.is-scrolled .fv__title-line--3 {
    -webkit-transform: none;
            transform: none;
    opacity: calc(1 - var(--scroll-progress, 0));
  }
}
@media screen and (max-width: 640px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top {
  overflow: hidden;
  background: #0f0f0f;
}/*# sourceMappingURL=top.css.map */