/* reset */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --clr-base: #1c1d20;
  --clr-main: #26272a;
  --clr-accent: #f8f9fb;
  --clr-accent-base: #f0f1f3;
  --clr-text: #262729;
  --padding-overall: 24px;
}
@media screen and (min-width: 1024px) {
  :root {
    --padding-overall: 64px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  background-color: var(--clr-accent);
  color: var(--clr-text);
  font-family: 'Noto Sans JP', "Inter", sans-serif;
  font-size: calc(1.4rem*0.625);
  font-weight: 400;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.l-wrapper {
  position: relative;
}

.l-header {
  padding: 16px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.l-header__content {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
}

.l-header__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.l-header__logo {
  display: block;
  line-height: 0;
}

.l-header__logo svg {
  width: clamp(164px, calc(164*100vw/375), 220px);
  height: auto;
  transition: width .2s ease;
}

.l-header__description {
  color: #fff;
  align-self: stretch;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0.64;
}

@media screen and (min-width: 1024px) {
  .l-header {
    display: flex;
    align-items: center;
    padding: 24px var(--padding-overall);
  }

  .l-header__text {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__menu-btn__wrap {
  position: relative;
  width: 56px;
  height: 56px;
}

.l-header__menu-btn {
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: 100;
}

.l-header__menu-btn__icon {
  background-color: var(--clr-main);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.5, 1), opacity 0.4s cubic-bezier(0.65, 0, 0.5, 1);
}
.l-header__menu-btn__icon::before, .l-header__menu-btn__icon::after {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
.l-header__menu-btn__icon::before {
  transform: translate(-50%, -50%);
}
.l-header__menu-btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (hover: hover) {
  .l-header__menu-btn:hover .l-header__menu-btn__icon {
    background-color: #fff;
    opacity: 1;
    transform: rotate(90deg);
  }
  .l-header__menu-btn:hover .l-header__menu-btn__icon::before, .l-header__menu-btn:hover .l-header__menu-btn__icon::after {
    background-color: var(--clr-main);
  }
}
[data-spmenu="true"] .l-header__menu-btn .l-header__menu-btn__icon {
  transform: rotate(315deg);
}

.l-gnavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.l-gnavi::before {
  background-color: var(--clr-main);
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  border-radius: 100%;
  aspect-ratio: 1;
  min-width: 200%;
}

[data-spmenu="true"] {
  overflow: hidden;
}
[data-spmenu="true"] .l-gnavi {
  animation: open .2s ease forwards;
}
[data-spmenu="true"] .l-gnavi::before {
  transition: top 0.6s cubic-bezier(0.8, 0, 0.3, 1), border-radius 1s ease 0.25s;
  top: 0%;
  border-radius: 0;
}

[data-spmenu="false"] .l-gnavi {
  animation: close .3s ease forwards;
}
[data-spmenu="false"] .l-gnavi::before {
  transition: top 0s linear .3s, border-radius 0s linear .3s;
}

@keyframes open {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.l-gnavi__scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.l-gnavi__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 102px var(--padding-overall) 40px;
}

.l-gnavi__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.l-gnavi__item {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.l-gnavi__footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.l-gnavi__footer::before {
  background-color: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: .24;
}

.l-gnavi__footer::before {
  width: 0;
}

[data-spmenu="true"] .l-gnavi__footer::before {
  transition: width .2s ease .6s;
  width: 100%;
}

.l-gnavi__footer__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.l-gnavi__contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.l-gnavi__info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.l-gnavi__info-header {
  opacity: 0.64;
}

.l-gnavi__info-copyright {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.l-gnavi__split-text {
  overflow: hidden;
}

.l-gnavi__split-text__item {
  display: inline-block;
  transform: translateY(100%);
}

[data-spmenu="true"] .l-gnavi__split-text__item {
  transition: transform .4s ease;
  transform: translateY(0%);
}

[data-spmenu="false"] .l-gnavi__split-text__item {
  transition-delay: 0s !important;
}

@media screen and (min-width: 1024px) {
  .l-gnavi__scroll {
    display: flex;
  }
  .l-gnavi__scroll::before {
    background-image: url("../images/common/menu_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: calc(520*100%/1440);
    height: 100%;
  }

  .l-gnavi__content {
    gap: 80px;
    flex-grow: 1;
    padding-top: calc(104px + 80px);
    padding-bottom: 0;
  }

  .l-gnavi__list {
    gap: 40px;
  }

  .l-gnavi__item {
    font-size: 80px;
  }

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

  .l-gnavi__info-copyright {
    text-align: right;
  }
}
.l-mv {
  background-color: var(--clr-base);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.l-mv__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.l-mv__text {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 var(--padding-overall) var(--padding-overall);
  position: relative;
  flex: 0 0 auto;
}

.l-mv__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, calc(36*100vw/375), 64px);
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  width: fit-content;
  transition: font-size .2s ease;
}

.l-mv__description {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  width: fit-content;
}

.l-mv__scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 var(--padding-overall) 0 0;
  position: relative;
  flex: 0 0 auto;
  opacity: 0.64;
}

.l-mv__scroll-text {
  color: #fff;
  writing-mode: vertical-rl;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.l-mv__scroll-bar {
  background-color: #fff;
  position: relative;
  width: 1px;
  height: 120px;
  opacity: 0.64;
  animation: scroll-bar 4.8s 2s cubic-bezier(0.65, 0, 0.5, 1) infinite;
}

@keyframes scroll-bar {
  0% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  10% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  10.1% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  20% {
    transform-origin: top left;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1024px) {
  .l-mv__text {
    gap: 32px;
  }

  .l-mv__title {
    font-size: 104px;
    font-size: clamp(80px, calc(104*100vw/1440), 104px);
  }

  .l-mv__description {
    font-size: 16px;
  }
}
.l-mv__title-text {
  display: block;
}

.l-mv__title-text__line {
  grid-area: 1 / 1;
}
.l-mv__title-text__line > * {
  display: inline-block;
  transition: transform 0.48s cubic-bezier(0.6, 0, 0, 1);
}

.l-mv__title-text__copy {
  display: grid;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
  margin: -.1em 0;
}

.l-mv__title-text__line01 > *:nth-child(1) {
  transition-delay: 0.03s;
}
.l-mv__title-text__line01 > *:nth-child(2) {
  transition-delay: 0.06s;
}
.l-mv__title-text__line01 > *:nth-child(3) {
  transition-delay: 0.09s;
}
.l-mv__title-text__line01 > *:nth-child(4) {
  transition-delay: 0.12s;
}
.l-mv__title-text__line01 > *:nth-child(5) {
  transition-delay: 0.15s;
}
.l-mv__title-text__line01 > *:nth-child(6) {
  transition-delay: 0.18s;
}
.l-mv__title-text__line01 > *:nth-child(7) {
  transition-delay: 0.21s;
}
.l-mv__title-text__line01 > *:nth-child(8) {
  transition-delay: 0.24s;
}
.l-mv__title-text__line01 > *:nth-child(9) {
  transition-delay: 0.27s;
}
.l-mv__title-text__line01 > *:nth-child(10) {
  transition-delay: 0.3s;
}

.l-mv__title-text__line02 > *:nth-child(1) {
  transition-delay: 0.23s;
}
.l-mv__title-text__line02 > *:nth-child(2) {
  transition-delay: 0.26s;
}
.l-mv__title-text__line02 > *:nth-child(3) {
  transition-delay: 0.29s;
}
.l-mv__title-text__line02 > *:nth-child(4) {
  transition-delay: 0.32s;
}
.l-mv__title-text__line02 > *:nth-child(5) {
  transition-delay: 0.35s;
}
.l-mv__title-text__line02 > *:nth-child(6) {
  transition-delay: 0.38s;
}
.l-mv__title-text__line02 > *:nth-child(7) {
  transition-delay: 0.41s;
}
.l-mv__title-text__line02 > *:nth-child(8) {
  transition-delay: 0.44s;
}
.l-mv__title-text__line02 > *:nth-child(9) {
  transition-delay: 0.47s;
}
.l-mv__title-text__line02 > *:nth-child(10) {
  transition-delay: 0.5s;
}
.l-mv__title-text__line02 > *:nth-child(11) {
  transition-delay: 0.53s;
}
.l-mv__title-text__line02 > *:nth-child(12) {
  transition-delay: 0.56s;
}
.l-mv__title-text__line02 > *:nth-child(13) {
  transition-delay: 0.59s;
}
.l-mv__title-text__line02 > *:nth-child(14) {
  transition-delay: 0.62s;
}
.l-mv__title-text__line02 > *:nth-child(15) {
  transition-delay: 0.65s;
}
.l-mv__title-text__line02 > *:nth-child(16) {
  transition-delay: 0.68s;
}
.l-mv__title-text__line02 > *:nth-child(17) {
  transition-delay: 0.71s;
}
.l-mv__title-text__line02 > *:nth-child(18) {
  transition-delay: 0.74s;
}
.l-mv__title-text__line02 > *:nth-child(19) {
  transition-delay: 0.77s;
}
.l-mv__title-text__line02 > *:nth-child(20) {
  transition-delay: 0.8s;
}

html[data-loading="true"] .l-mv__title-text__line > span > * {
  transform: translateY(100%);
}
html[data-loading="true"] .is-text-current > * {
  transform: translateY(100%);
}

.is-text-current {
  opacity: 1;
}
.is-text-current > * {
  transform: translateY(0);
}

.is-text-prev > * {
  transform: translateY(-100%);
}

.is-text-hidden {
  opacity: 0;
}
.is-text-hidden > * {
  transform: translateY(100%);
}

.l-mv__canvas {
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

.l-main {
  overflow: hidden;
}

.l-section__inner {
  padding: clamp(80px, calc(80*100vw/375), 120px) var(--padding-overall);
  position: relative;
}

.l-footer {
  background-color: var(--clr-base);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px var(--padding-overall);
}

.l-footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.l-footer__item {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}

.l-footer__title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.64;
}

.l-footer__address {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.l-footer__copyright {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .l-footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
html[data-loading="true"] {
  overflow: hidden;
}

.c-loading {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}

.c-loading__bg {
  background-color: var(--clr-accent);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease;
}

html[data-loading="false"] .c-loading {
  animation: loading-animation .3s ease forwards;
}

@keyframes loading-animation {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.js-button-move {
  transition: transform 0.3s cubic-bezier(0.24, 0.45, 0.32, 1);
}

.js-button-effect {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.js-button-effect-bg {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: transform 0.44s cubic-bezier(0.65, 0, 0.5, 1);
  pointer-events: none;
  width: 250%;
  aspect-ratio: 1;
  z-index: -1;
}

@media (hover: hover) {
  .js-button-effect:hover .js-button-effect-bg {
    transform: translate(-50%, -50%) scale(1);
  }
}
.js-split-text {
  display: inline-block;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
  margin: -.1em 0;
}
.js-split-text > div > * {
  display: inline-block;
  transition: transform 0.48s cubic-bezier(0.6, 0, 0, 1);
}
.js-split-text > div > *:nth-child(1) {
  transition-delay: 0.03s;
}
.js-split-text > div > *:nth-child(2) {
  transition-delay: 0.06s;
}
.js-split-text > div > *:nth-child(3) {
  transition-delay: 0.09s;
}
.js-split-text > div > *:nth-child(4) {
  transition-delay: 0.12s;
}
.js-split-text > div > *:nth-child(5) {
  transition-delay: 0.15s;
}
.js-split-text > div > *:nth-child(6) {
  transition-delay: 0.18s;
}
.js-split-text > div > *:nth-child(7) {
  transition-delay: 0.21s;
}
.js-split-text > div > *:nth-child(8) {
  transition-delay: 0.24s;
}
.js-split-text > div > *:nth-child(9) {
  transition-delay: 0.27s;
}
.js-split-text > div > *:nth-child(10) {
  transition-delay: 0.3s;
}
.js-split-text > div > *:nth-child(11) {
  transition-delay: 0.33s;
}
.js-split-text > div > *:nth-child(12) {
  transition-delay: 0.36s;
}
.js-split-text > div > *:nth-child(13) {
  transition-delay: 0.39s;
}
.js-split-text > div > *:nth-child(14) {
  transition-delay: 0.42s;
}
.js-split-text > div > *:nth-child(15) {
  transition-delay: 0.45s;
}
.js-split-text > div > *:nth-child(16) {
  transition-delay: 0.48s;
}
.js-split-text > div > *:nth-child(17) {
  transition-delay: 0.51s;
}
.js-split-text > div > *:nth-child(18) {
  transition-delay: 0.54s;
}
.js-split-text > div > *:nth-child(19) {
  transition-delay: 0.57s;
}
.js-split-text > div > *:nth-child(20) {
  transition-delay: 0.6s;
}

[data-split-text="true"]:hover .js-split-text > div > * {
  transform: translateY(-100%);
}

.js-text-line {
  display: block;
  position: relative;
  width: 100%;
  height: .2rem;
}
.js-text-line::before, .js-text-line::after {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.44s cubic-bezier(0.6, 0, 0, 1);
}
.js-text-line::before {
  transform: scaleX(0);
  transform-origin: left top;
  transition-delay: .03s;
}
.js-text-line::after {
  transform-origin: right top;
  transition-delay: .33s;
}

@media (hover: hover) {
  [data-text-line="true"]:hover .js-text-line::before {
    transition-delay: .33s;
    transform: scaleX(1);
  }
  [data-text-line="true"]:hover .js-text-line::after {
    transition-delay: .03s;
    transform: scaleX(0);
  }
}
.c-link {
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.5, 1);
}

@media (hover: hover) {
  .c-link:hover {
    opacity: .5;
  }
}
.slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  opacity: .24;
  pointer-events: none;
}

.c-slider__img {
  display: none;
}

.c-concept {
  background-color: var(--clr-base);
  position: relative;
}

.c-concept__inner {
  overflow: hidden;
}

.c-concept__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-concept__title {
  font-size: clamp(32px, calc(32*100vw/375), 48px);
  font-weight: 700;
  line-height: 1.5;
  transition: font-size .2s ease;
}

.c-concept__description {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.c-concept__tagline {
  margin-top: 40px;
  position: relative;
  left: calc(var(--padding-overall) * -1);
  height: 80px;
  opacity: 0.12;
}

.c-concept__tagline-text {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.c-concept__tagline-text {
  animation: tagline 20s linear infinite;
}

@keyframes tagline {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .c-concept {
    display: flex;
    height: 100vh;
    min-height: 1024px;
  }

  .c-concept__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
  }

  .c-concept__text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }

  .c-concept__title {
    font-size: 64px;
    line-height: 1.3;
  }

  .c-concept__description {
    font-size: 16px;
  }

  .c-concept__tagline {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: calc(var(--padding-overall) * -1);
    height: 160px;
  }

  .c-concept__tagline-text {
    font-size: 160px;
  }
}
.c-services {
  background-color: var(--clr-accent);
  position: relative;
}

.c-services__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-services__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-services__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(40px, calc(40*100vw/375), 64px);
  font-weight: 700;
  line-height: 1;
  transition: font-size .2s ease;
}

.c-services__description {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.c-services__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-services__item {
  background-color: var(--clr-accent-base);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.c-services__item::before {
  background: var(--clr-text);
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.5, 1);
}

.c-services__item-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.c-services__item-title__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.c-services__item-description {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-services__item-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item-icon::before, .c-services__item-icon::after {
  background-color: var(--clr-text);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
}
.c-services__item-icon::before {
  transform: translate(-50%, -50%);
}
.c-services__item-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (hover: hover) {
  .c-services__item:hover .c-services__item-icon {
    transform: rotate(90deg);
  }
  .c-services__item:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-services__item-title {
  transition: all 0.3s cubic-bezier(0.65, 0, 0.5, 1);
}

.c-services__item-description {
  transform: translateY(100%) skewY(-10deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.5, 1);
}

.c-services__item-icon {
  transition: all 0.3s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item-icon::before, .c-services__item-icon::after {
  transition: all 0.3s cubic-bezier(0.65, 0, 0.5, 1);
}

.c-services__item[data-active="true"]::before {
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
.c-services__item[data-active="true"] .c-services__item-title {
  color: #fff;
  opacity: 0;
  transform: translateY(-100%) skewY(-10deg);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item[data-active="true"] .c-services__item-description {
  color: #fff;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item[data-active="true"] .c-services__item-icon {
  transform: rotate(360deg);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item[data-active="true"] .c-services__item-icon::before, .c-services__item[data-active="true"] .c-services__item-icon::after {
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.5, 1);
}
.c-services__item[data-active="true"] .c-services__item-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (min-width: 1024px) {
  .c-services__inner {
    gap: 64px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1248px;
  }

  .c-services__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
  }

  .c-services__title {
    font-size: 96px;
  }

  .c-services__description {
    max-width: 400px;
  }

  .c-services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-works {
  background-color: var(--clr-base);
  display: flex;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.c-works__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-works__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.c-works__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(40px, calc(40*100vw/375), 64px);
  font-weight: 700;
  line-height: 1;
  transition: font-size .2s ease;
}

.c-works__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.c-works-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .24;
  z-index: -1;
}

.c-works-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 40px;
  position: relative;
}

.c-works-list__item {
  position: relative;
}
.c-works-list__item:nth-child(2n) {
  top: 40px;
}

.c-works-list__img {
  border-radius: 4px;
  aspect-ratio: 45 / 32;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .c-works {
    height: 100vh;
    min-height: 1024px;
  }

  .c-works__title {
    font-size: 120px;
  }

  .c-works-list__list {
    gap: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .c-works-list__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 88px;
    position: relative;
  }

  .c-works-list__item {
    position: relative;
  }
  .c-works-list__item:nth-child(3n + 1) {
    top: 0;
  }
  .c-works-list__item:nth-child(3n + 2) {
    top: 40px;
  }
  .c-works-list__item:nth-child(3n) {
    top: 80px;
  }
}
.c-contact__btn {
  background-color: var(--clr-main);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(96px, calc(96*100vw/375), 128px) 0;
}

.c-contact__btn-text {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, calc(32*100vw/375), 48px);
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.44s cubic-bezier(0.65, 0, 0.5, 1);
}

@media (hover: hover) {
  .c-contact__btn[data-text-line="true"] .js-text-line::before, .c-contact__btn[data-text-line="true"] .js-text-line::after {
    transition: background-color 0.44s cubic-bezier(0.65, 0, 0.5, 1), transform 0.44s cubic-bezier(0.6, 0, 0, 1);
  }
  .c-contact__btn[data-text-line="true"] .js-text-line::before {
    transition-delay: 0s, .03s;
  }
  .c-contact__btn[data-text-line="true"] .js-text-line::after {
    transition-delay: 0s, .33s;
  }
  .c-contact__btn:hover .c-contact__btn-text {
    color: var(--clr-main);
  }
  .c-contact__btn:hover[data-text-line="true"] .js-text-line::before, .c-contact__btn:hover[data-text-line="true"] .js-text-line::after {
    background-color: var(--clr-main);
  }
  .c-contact__btn:hover[data-text-line="true"] .js-text-line::before {
    transition-delay: 0s, .33s;
  }
  .c-contact__btn:hover[data-text-line="true"] .js-text-line::after {
    transition-delay: 0s, .03s;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact__btn-text {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .u-display-pc-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-display-sp-only {
    display: none;
  }
}
