.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: #000000;
  color: #000000;
}

.ipadStage {
  position: relative;
  background: transparent;
}

.ipadStage_viz {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 50;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadStage_viz {
    display: none;
  }
}

.ipadCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ipadFallback {
  display: none;
}

.no-webgl .ipadFallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.no-webgl .ipadFallback_device {
  width: min(46vw, 520px);
  aspect-ratio: 4/3;
  padding: 10px;
  background: #1c1c1e;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}
.no-webgl .ipadFallback_device video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.ipadStage_content {
  position: relative;
  margin-top: -100svh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadStage_content {
    margin-top: 0;
  }
}

.ipadSection {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 240px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection {
    display: block;
    min-height: auto;
    margin-top: 0;
    padding: 64px 20px;
  }
}

.kvSpStage {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvSpStage {
    display: block;
    position: static;
    height: auto;
    overflow: hidden;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvSpDevice {
    width: 100%;
    height: 60svh;
    padding: 0;
    background: #1c1c1e;
    border-radius: 0;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvSpDevice_screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    background: #000;
  }
  .kvSpDevice_screen video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.fv {
  position: relative;
  z-index: 60;
  min-height: 50svh;
  height: auto;
  background: #fff;
  color: #000000;
  overflow: visible;
  display: block;
  padding-bottom: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .fv {
    min-height: auto;
    padding-bottom: 20px;
  }
}

.ipadSection-kv {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 170svh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection-kv {
    min-height: auto;
    display: block;
    padding: 0;
    height: auto;
  }
}

.kvHead {
  margin: 20px 0 0 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead {
    margin: 16px 16px 0;
    align-items: flex-start;
  }
}

.kvHead_brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead_brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

.kvHead_logo {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead_logo {
    font-size: 25px;
  }
}

.kvHead_divider {
  width: 1px;
  height: 30px;
  background: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead_divider {
    display: none;
  }
}

.kvHead_tag {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #000000;
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead_tag {
    display: block;
  }
}

.kvHead_cta {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  display: block;
  line-height: 50px;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-right: 20px;
  text-align: center;
  justify-content: center;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.kvHead_cta:hover {
  opacity: 0.82;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHead_cta {
    display: none;
  }
}

.kvNav {
  position: absolute;
  bottom: 32px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvNav {
    display: none;
  }
}

.kvNav_link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000000;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.kvNav_link:hover {
  opacity: 0.55;
}

.kvHero {
  position: relative;
  margin-top: clamp(24px, 6vh, 80px);
  margin-left: 20px;
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHero {
    margin-top: 40px;
    margin-left: 4px;
  }
}

.kvHero_catch {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: #000000;
  font-size: clamp(38px, 12vw, 200px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHero_catch {
    margin-left: 8px;
  }
}

.kvHero_sub {
  margin-top: 120px;
  margin-bottom: 4px;
  margin-left: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: clamp(14px, 2vw, 16px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHero_sub {
    margin-top: 48px;
    margin-left: 8px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 300;
  }
}

.kvHero_sub-2 {
  margin-bottom: 16px;
  margin-left: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: clamp(18px, 3vw, 30px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .kvHero_sub-2 {
    margin-left: 12px;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteHeader {
    display: none;
  }
}

.ipadSection_copy {
  width: 56%;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection_copy {
    width: 62%;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection_copy {
    width: 100%;
  }
}
.ipadSection_copy--left {
  margin-right: auto;
}
.ipadSection_copy--right {
  margin-left: auto;
  text-align: right;
}

.ipadSection_heading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.45;
  font-size: clamp(26px, 5.4vw, 78px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection_heading {
    font-size: 35px;
  }
}

.leadLogo {
  margin-top: 160px;
  width: calc(100vw - 40px);
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .leadLogo {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}

.leadLogo_en {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #000000;
  font-size: clamp(34px, 5.4vw, 84px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .leadLogo_en {
    font-size: clamp(38px, 12.3vw, 60px);
  }
}

.anim-ready .leadLogo_en[data-anim=chars] .anim-ln {
  display: inline-block;
}
.anim-ready .leadLogo_en[data-anim=chars] .anim-ln:not(:last-child) {
  margin-right: 0.28em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .anim-ready .leadLogo_en[data-anim=chars] .anim-ln:not(:last-child) {
    margin-right: 0;
  }
}

.leadLogo_jp {
  margin-top: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000000;
  font-size: clamp(12px, 1.3vw, 18px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .leadLogo_jp {
    font-size: 12px;
  }
}

.ipadOutro {
  position: relative;
  z-index: 1;
  min-height: 200svh;
  background: #f2f2f2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadOutro {
    display: none;
  }
}

.ipadSection-about {
  display: block;
  position: relative;
  padding: 0 40px;
  background: #f2f2f2;
  overflow: hidden;
  padding-bottom: 240px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .ipadSection-about {
    padding: 72px 20px 80px;
  }
}

.about_inner {
  width: 50vw;
  margin-left: calc(50vw - 40px);
  padding-top: 240px;
  text-align: left;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .about_inner {
    width: auto;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.about_title {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
  font-size: clamp(40px, 6.25vw, 80px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .about_title {
    font-size: 35px;
    text-align: center;
  }
}

.about_sub {
  margin-top: clamp(16px, 2vw, 24px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.25vw, 16px);
  letter-spacing: 0.02em;
  color: #000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .about_sub {
    font-size: 12px;
    text-align: center;
  }
}

.aboutIpad {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .aboutIpad {
    display: block;
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0px auto 20px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .aboutIpad_frame {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    pointer-events: none;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .aboutIpad_screen {
    position: absolute;
    left: 4.63%;
    top: 6.05%;
    width: 91.34%;
    height: 87.26%;
    z-index: 2;
    overflow: hidden;
    border-radius: 3.5%;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .aboutIpad_track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .aboutIpad_slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c, #333);
    color: #fff;
    font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 64px;
  }
  .aboutIpad_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    display: block;
  }
}

.featCarousel {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCarousel {
    width: 100%;
    min-height: auto;
    display: block;
    margin-top: 0;
  }
}

.featCarousel_viewport {
  clip-path: inset(-50vh -50vw -50vh 0);
}

.featCarousel_track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCarousel_track {
    gap: 40px;
    padding-inline: 20px;
  }
}

.featCard {
  flex: 0 0 auto;
  width: min(432px, 34vw);
  min-height: 308px;
  background: #fff;
  border-radius: 8px;
  padding: 32px 34px 36px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCard {
    width: calc(100vw - 80px);
    min-height: 240px;
    padding: 20px;
  }
}

.featCard_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCard_top {
    margin-bottom: 40px;
  }
}

.featCard_eyebrow {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000000;
  padding-top: 8px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCard_eyebrow {
    font-size: 10px;
  }
}

.featCard_num {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCard_num {
    font-size: 32px;
  }
}

.featCard_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: #000000;
  margin-bottom: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCard_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.featCard_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.85;
  color: #4a4a4a;
}

.featCarousel_nav {
  position: absolute;
  top: calc(50% + 190px);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCarousel_nav {
    position: static;
    top: auto;
    margin-top: 20px;
    justify-content: center;
  }
}

.featCarousel_dots {
  display: flex;
  gap: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCarousel_dots {
    width: 100%;
    justify-content: center;
  }
}

.feat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.feat-dot.is-active {
  background: #000000;
  transform: scale(1.15);
}

.featCarousel_arrows {
  display: flex;
  gap: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featCarousel_arrows {
    position: absolute;
    top: 140px;
    left: -20px;
    right: -20px;
    transform: translateY(-50%);
    justify-content: space-between;
    gap: 0;
    padding: 0 10px;
    pointer-events: none;
    z-index: 5;
  }
}

.featArrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.featArrow:hover {
  transform: scale(1.06);
}
.featArrow:disabled {
  opacity: 0.28;
  cursor: default;
  transform: none;
}
.featArrow svg {
  width: 18px;
  height: 18px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .featArrow {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  }
}

.func {
  position: relative;
  z-index: 55;
  background: transparent;
  padding: 0 40px 50vh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .func {
    padding: 0px 20px;
    background: transparent;
  }
}

.funcSpBg {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcSpBg {
    display: block;
    position: sticky;
    top: 0;
    height: 100svh;
    margin: 0 -20px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .funcSpBg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.funcHead {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcHead {
    margin-top: calc(-100svh + 80px);
    position: relative;
    z-index: 1;
  }
}

.funcHead_title {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: clamp(40px, 12vw, 160px);
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcHead_title {
    font-size: 35px;
  }
}

.funcHead_sub {
  margin-top: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcHead_sub {
    font-size: 12px;
  }
}

.funcList {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 25vh;
  margin-top: 50vh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcList {
    margin-top: 0;
    gap: 24px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
  }
}

.funcCard {
  display: flex;
  align-items: stretch;
  gap: 40px;
  background: #434343;
  border-radius: 10px;
  padding: 40px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(28px) saturate(1.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  width: calc(100% - 80px);
  margin: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcCard {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    margin: 0;
    width: 100%;
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }
}

.funcCard_body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcCard_body {
    gap: 24px;
  }
}

.funcCard_numWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.funcCard_num {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: #000000;
}

.funcCard_enTitle {
  color: #000000;
  font-size: 12px;
}

.funcCard_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcCard_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.funcCard_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcCard_text {
    line-height: 1.7;
    font-size: 14px;
  }
}

.funcCard_shot {
  flex: 0 0 48%;
  align-self: center;
}
.funcCard_shot img {
  width: 100%;
  display: block;
  border-radius: 10px;
  aspect-ratio: 1200/735;
  object-fit: contain;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .funcCard_shot {
    flex: none;
    width: 100%;
  }
}

.method {
  position: relative;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  padding: 0 0 0;
  overflow-x: clip;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .method {
    padding: 0;
    min-height: auto;
  }
}

.method_marquee {
  display: flex;
  width: max-content;
  animation: method-marquee 24s linear infinite;
}

.method_word {
  flex: 0 0 auto;
  padding-right: 0.25em;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(72px, 15.6vw, 200px);
  white-space: nowrap;
}

.method_sub {
  margin-top: 56px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.25vw, 16px);
  color: #ffffff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .method_sub {
    font-size: 12px;
  }
}

.method_name {
  margin-top: 12px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 3vw, 35px);
  color: #ffffff;
}
.method_name span {
  display: block;
  font-size: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .method_name {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.5;
  }
  .method_name span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
  }
}

@keyframes method-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .method_marquee {
    animation: none;
  }
}
.pgArch {
  --arch-start: 42vh;
  position: relative;
  z-index: 1;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-bottom: 50vh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch {
    padding-bottom: 120px;
    --arch-start: 60vh;
  }
}

.pgArch_track {
  position: relative;
  height: 1000vh;
}

.pgArch_sticky {
  --R: clamp(132px, 23vh, 224px);
  --zoom-max: 2.8;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_sticky {
    --R: clamp(96px, 20vh, 150px);
    --zoom-max: 2.2;
  }
}

.pgArch_stage {
  --sc: 1;
  --tx: 0px;
  --ty: 0px;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(var(--sc));
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_stage {
    top: 32%;
  }
}

.pgArch_disc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(var(--R) * 1.23);
  height: calc(var(--R) * 1.23);
  border-radius: 50%;
  background: #fff;
  opacity: 0.1;
  transform: translate(-50%, -50%) scale(var(--dsc, 0));
}

.pgArch_ringsWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--R) * 2.56 * var(--zoom-max));
  height: calc(var(--R) * 2.56 * var(--zoom-max));
  transform: translate(-50%, -50%) scale(calc(1 / var(--zoom-max)));
  will-change: transform;
}

.pgArch_rings {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pgArch_svgring {
  transform: rotate(-90deg);
  transform-box: fill-box;
  transform-origin: center;
}

.pgArch_cripples {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.pgArch_cripples i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  animation: pg-cripple 3.6s linear infinite;
}

@keyframes pg-cripple {
  0% {
    width: calc(var(--R) * 0.247);
    height: calc(var(--R) * 0.247);
    opacity: 0.8;
  }
  100% {
    width: 170vmax;
    height: 170vmax;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pgArch_cripples i {
    animation: none;
  }
}
.pgArch_core {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: calc(var(--R) * 0.247);
  height: calc(var(--R) * 0.247);
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%) scale(var(--csc, 0));
}

.pgArch_dotLabel {
  position: absolute;
  z-index: 4;
  top: calc(var(--R) * 0.16);
  left: 0;
  transform: translateX(-50%);
  opacity: 0;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.pgArch_dotLabel b {
  display: block;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #fff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_dotLabel b {
    font-size: 10px;
  }
}
.pgArch_dotLabel i {
  display: block;
  margin-top: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_dotLabel i {
    font-size: 8px;
  }
}

.pgArch_coreLabel {
  position: absolute;
  z-index: 4;
  top: calc(var(--R) * -0.56);
  left: 0;
  transform: translateX(-50%);
  opacity: 0;
  text-align: center;
  white-space: nowrap;
}
.pgArch_coreLabel b {
  display: block;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_coreLabel b {
    font-size: 12px;
  }
}
.pgArch_coreLabel i {
  display: block;
  margin-top: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.pgArch_nodes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(var(--rot, 0deg));
}

.pgArch_node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--ang)) translateY(calc(var(--R) * -1 * var(--rad, 1)));
}

.pgArch_ndot {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(20px * var(--zoom-max));
  height: calc(20px * var(--zoom-max));
  margin: calc(-10px * var(--zoom-max)) 0 0 calc(-10px * var(--zoom-max));
  border-radius: 50%;
  background: var(--col);
  transform: scale(calc(var(--dotsc, 1) / var(--zoom-max)));
}

.pgArch_node.is-active .pgArch_ndot {
  transform: scale(calc(1.4 / var(--zoom-max)));
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.pgArch_ripple {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0.3571428571px var(--col);
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_ripple {
    box-shadow: 0 0 0 0.4545454545px var(--col);
  }
}

.pgArch_node.is-active .pgArch_ripple {
  animation: pg-ripple 3.2s ease-out infinite;
}

@keyframes pg-ripple {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0.7;
  }
  100% {
    width: 64vmax;
    height: 64vmax;
    opacity: 0;
  }
}
.pgArch_nlabel {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  text-align: center;
  white-space: nowrap;
  opacity: var(--lop, 1);
}
.pgArch_nlabel b {
  display: block;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #fff;
}
.pgArch_nlabel i {
  display: block;
  margin-top: 3px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_nlabel {
    display: none;
  }
}

.pgArch_node[data-pos=top] .pgArch_nlabel {
  transform: rotate(calc(-1 * (var(--ang) + var(--rot, 0deg)))) translate(-50%, calc(-100% - 24px));
}

.pgArch_node[data-pos=bottom] .pgArch_nlabel {
  transform: rotate(calc(-1 * (var(--ang) + var(--rot, 0deg)))) translate(-50%, 24px);
}

.pgArch_node[data-pos=left] .pgArch_nlabel {
  transform: rotate(calc(-1 * (var(--ang) + var(--rot, 0deg)))) translate(calc(-100% - 26px), -50%);
}

.pgArch_node[data-pos=right] .pgArch_nlabel {
  transform: rotate(calc(-1 * (var(--ang) + var(--rot, 0deg)))) translate(26px, -50%);
}

.pgArch_panels {
  position: absolute;
  left: clamp(24px, 6.25vw, 80px);
  top: 50%;
  transform: translateY(-50%);
  width: min(46vw, 560px);
  z-index: 4;
  pointer-events: none;
  display: grid;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_panels {
    left: 20px;
    right: 20px;
    width: auto;
    top: auto;
    bottom: clamp(52px, 11vh, 104px);
    transform: none;
    align-items: end;
  }
}

.pgArch_panel {
  grid-area: 1/1;
  opacity: 0;
}

.pgArch_vis {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: min(720px, 88vw);
  text-align: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_vis {
    left: 20px;
    right: 20px;
    width: auto;
    top: auto;
    bottom: clamp(52px, 11vh, 104px);
    transform: none;
    text-align: left;
  }
}

.pgArch_idx {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 6px;
}
.pgArch_idx span {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
}

.pgArch_en {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: clamp(38px, 5vw, 68px);
  color: #fff;
  margin: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_en {
    font-size: 30px;
  }
}

.pgArch_en-vis {
  font-size: clamp(30px, 4vw, 52px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_en-vis {
    font-size: 30px;
  }
}

.pgArch_tag {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_tag {
    font-size: 12px;
  }
}

.pgArch_jp {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_jp {
    margin-top: 4px;
    font-size: 12px;
  }
}

.pgArch_desc {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 50vw;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_desc {
    max-width: none;
    font-size: 13px;
    text-align: left;
  }
}

.pgArch_vis .pgArch_desc {
  margin: 8px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_vis .pgArch_desc {
    margin: 8px 0 0;
  }
}

.pgArch_vis .pgArch_jp,
.pgArch_vis .pgArch_tag {
  display: inline-block;
  vertical-align: baseline;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_vis .pgArch_jp,
  .pgArch_vis .pgArch_tag {
    display: block;
  }
}

.pgArch_vis .pgArch_tag {
  margin: 0 0 0 12px;
  font-size: 14px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_vis .pgArch_tag {
    margin: 12px 0 0;
    font-size: 12px;
  }
}

.pgArch_final {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(100vh);
  width: min(880px, 90vw);
  text-align: center;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.pgArch_final p {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 3vw, 40px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .pgArch_final p {
    text-align: left;
    font-size: 20px;
    line-height: 2;
  }
  .pgArch_final p br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pgArch_node.is-active .pgArch_ripple {
    animation: none;
  }
}
.who {
  position: relative;
  background: #f7f7f7;
}

.whoSpVideo {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoSpVideo {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    margin-top: 28px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoSpVideo_inner {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 12px;
  }
  .whoSpVideo_inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .whoSpVideo_inner.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    border-radius: 0;
    will-change: left, top, width, height;
  }
}

.who_video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.who_video.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  will-change: left, top, width, height;
}

.who_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.who_content {
  position: relative;
  z-index: 1;
}

.who_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  padding-top: 240px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .who_intro {
    min-height: auto;
    padding: 80px 20px;
  }
}

.who_title {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: #000000;
  white-space: nowrap;
  font-size: clamp(72px, 20vw, 250px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .who_title {
    white-space: normal;
    font-size: 23vw;
    line-height: 0.9;
  }
}

.who_slot {
  display: inline-block;
  position: relative;
  width: clamp(150px, 27vw, 380px);
  height: clamp(84px, 15vw, 210px);
  vertical-align: middle;
  margin: -0.1em -0.1em 0 0;
  z-index: -1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .who_slot {
    display: none;
  }
}

.who_sub {
  margin-top: clamp(24px, 5vh, 60px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 16px);
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .who_sub {
    font-size: 12px;
    margin-top: 8px;
  }
}

.whoPanel {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel {
    min-height: auto;
    padding: 64px 20px;
  }
}

.whoPanel_card {
  position: relative;
  width: calc(100vw - 240px);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(28px) saturate(1.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  padding: 56px 40px;
  margin-top: 100vh;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .whoPanel_card {
    display: grid;
    grid-template-columns: 35vw 1fr;
    column-gap: 0px;
    align-items: center;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel_card {
    width: 100%;
    margin-top: 100vh;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(28px) saturate(1.3);
    -webkit-backdrop-filter: blur(28px) saturate(1.3);
    flex-flow: column;
  }
}

.whoPanel_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(48px, 9vh, 110px);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .whoPanel_head {
    grid-column: 1;
    grid-row: 1/span 3;
    margin-bottom: 0;
    width: 30vw;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel_head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 16px;
  }
}

.whoPanel_logo {
  display: flex;
  flex-direction: column;
  width: 30vw;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel_logo {
    margin: auto;
    width: 300px;
  }
  .whoPanel_logo img {
    width: 100%;
    height: auto;
  }
}

.whoPanel_more {
  position: absolute;
  top: 40px;
  right: 40px;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #000000;
  white-space: nowrap;
  width: 180px;
  height: 50px;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .whoPanel_more {
    position: static;
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    margin-top: 20px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel_more {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}

.whoPanel_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(20px, 3vw, 30px);
  color: #000000;
  margin-bottom: 20px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .whoPanel_title {
    grid-column: 2;
    grid-row: 1;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoPanel_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.whoPanel_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .whoPanel_text {
    grid-column: 2;
    grid-row: 2;
  }
}

.whoRecord {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px 0;
  overflow: hidden;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoRecord {
    min-height: auto;
    padding: 0px 20px 40px;
    background: transparent;
  }
}

.whoRecord_marquee {
  display: flex;
  width: max-content;
  animation: who-marquee 26s linear infinite;
}

.whoRecord > .anim-rise-mask {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.whoRecord_word {
  flex: 0 0 auto;
  padding-right: 0.22em;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(64px, 14vw, 190px);
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoRecord_word {
    font-size: 100px;
  }
}

.whoRecord_title {
  margin-top: clamp(20px, 4vh, 48px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(20px, 2.4vw, 34px);
  color: #fff;
  text-align: center;
}

.whoRecord_stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
  margin-top: clamp(40px, 8vh, 100px);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoRecord_stats {
    grid-template-columns: 1fr;
  }
}

.whoStat {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  padding: 20px;
  border-radius: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoStat {
    background: rgba(255, 255, 255, 0.08);
  }
}

.whoStat_num {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  font-size: clamp(22px, 10vw, 80px);
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .whoStat_num {
    font-size: 65px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoStat_num {
    font-size: 70px;
    color: #000000;
  }
}

.whoStat_num span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-left: 8px;
}

.whoStat_desc {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoStat_desc {
    color: #000000;
    border-top-color: rgb(0, 0, 0);
  }
}

.whoClose {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px 120px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .whoClose {
    min-height: auto;
    padding: 64px 20px 80px;
    background: transparent;
  }
}

.whoClose_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  font-size: clamp(20px, 5vw, 35px);
}

.whoClose_sub {
  margin-top: clamp(20px, 3vh, 36px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 16px);
  color: #fff;
}

.whoClose_more {
  margin-top: clamp(20px, 3vh, 32px);
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #000000;
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  background: #fff;
}

@keyframes who-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.ctaGroup {
  position: relative;
  z-index: 2;
}

.cta {
  width: 1000px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  margin: 0 auto 0;
  margin-bottom: 240px;
  background: linear-gradient(180deg, #eef0f1 0%, #f7f7f7 45%, #f7f7f7 100%);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta {
    width: 300px;
    margin: 0 auto 72px;
    padding-top: 80px;
    border-radius: 12px;
    background: #fff;
  }
}

.cta_inner {
  margin: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_inner {
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
}

.cta_heading {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  font-size: 16px;
  margin: 120px auto 10px;
  width: 1000px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_heading {
    width: auto;
    margin: 24px 20px 100px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
}

.cta_logo {
  display: block;
  width: 400px;
  height: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_logo {
    width: 240px;
    margin: auto;
  }
}

.cta_device {
  flex: 0 0 auto;
  width: 420px;
  position: absolute;
  right: 80px;
  top: -110px;
}
.cta_device img {
  width: 100%;
  height: auto;
  display: block;
}
.cta_device .cta_deviceFrame {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_device {
    position: absolute;
    right: auto;
    top: auto;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    margin: 0 auto;
  }
}

.cta_screen {
  position: absolute;
  left: 4.526%;
  top: 6.25%;
  width: 91.263%;
  height: 87.348%;
  z-index: 2;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.cta_screenTrack {
  height: 100%;
}

.cta_screenSlide {
  flex: 0 0 100%;
  height: 100%;
}
.cta_screenSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  display: block;
}

.cta_actions {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_actions {
    margin-top: 24px;
    flex-direction: column;
  }
}

.cta_links {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_links {
    flex: none;
    flex-direction: row;
  }
}

.cta_link {
  flex: 1;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.cta_link:hover {
  opacity: 0.8;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_link {
    flex: 1;
  }
}

.cta_contact {
  flex: 1 1 auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.04em;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 0 0 10px 0px;
}
.cta_contact:hover {
  opacity: 0.85;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .cta_contact {
    min-height: 80px;
    border-radius: 0 0 12px 12px;
  }
}

.anim-ready [data-anim=chars] .anim-ln,
.anim-ready [data-anim=lines] .anim-ln {
  display: block;
  overflow: hidden;
}
.anim-ready [data-anim=chars] .anim-ln {
  white-space: nowrap;
}
.anim-ready [data-anim=chars].is-done .anim-ln,
.anim-ready [data-anim=lines].is-done .anim-ln {
  overflow: visible;
}
.anim-ready [data-anim=chars] .anim-ch,
.anim-ready [data-anim=lines] .anim-ln__in {
  display: inline-block;
  transform: translateY(115%);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 30ms);
  will-change: transform;
}
.anim-ready [data-anim=lines] .anim-ln__in {
  transition-duration: 0.8s;
  transition-delay: calc(var(--i, 0) * 90ms);
}
.anim-ready [data-anim=chars].is-in .anim-ch,
.anim-ready [data-anim=lines].is-in .anim-ln__in {
  transform: translateY(0);
}
.anim-ready [data-anim=chars-op] .anim-ch {
  display: inline;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  transition-delay: calc(var(--i, 0) * 22ms);
}
.anim-ready [data-anim=chars-op].is-in .anim-ch {
  opacity: 1;
}
.anim-ready [data-anim=chars-scrub] .anim-ch {
  display: inline;
  opacity: 0.2;
}
.anim-ready .anim-rise-mask {
  display: block;
  overflow: hidden;
}
.anim-ready .anim-rise {
  display: block;
  transform: translateY(110%);
  will-change: transform;
}
.anim-ready .anim-rise.is-in {
  animation: anim-rise-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.anim-ready [data-anim=fade] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 60ms);
  will-change: opacity, transform;
}
.anim-ready [data-anim=fade].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .anim-ready [data-anim],
  .anim-ready [data-anim] .anim-ch,
  .anim-ready [data-anim] .anim-ln__in {
    opacity: 1 !important;
    transform: none !important;
  }
  .anim-ready [data-anim] .anim-ln {
    overflow: visible !important;
  }
}
.hov__wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hov__a,
.hov__b {
  display: block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.hov__b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
}

.hov:hover .hov__a,
.hov:focus-visible .hov__a {
  transform: translateY(-100%);
}

.hov:hover .hov__b,
.hov:focus-visible .hov__b {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hov__a,
  .hov__b {
    transition: none;
  }
  .hov:hover .hov__a {
    transform: none;
  }
  .hov:hover .hov__b {
    transform: translateY(100%);
  }
}
@keyframes anim-rise-up {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
[data-cover] {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  [data-cover] {
    transform: none !important;
  }
}
.layout-mode .method_marquee,
.layout-mode .whoRecord_marquee {
  animation: none;
}
.layout-mode .ipadCanvas {
  display: none;
}
.layout-mode .whoRecord_word {
  color: rgba(0, 0, 0, 0.1);
}
.layout-mode .whoRecord_title {
  color: #000000;
}

.cta_link-company {
  background: #dcdfe1;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .cta_link-company {
    border-radius: 0 0 0 10px;
  }
}