@charset "utf-8";

/* =============================================================


fv


*  ============================================================= */

.fv {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 25%,
    #f8f8f8 40%,
    #f8f8f8 100%
  );
}

.fv__inner {
  display: grid;
  grid-template-columns: 480px 1fr;
  column-gap: 0;
  position: relative;
  width: 91.25%;
  max-width: 1280px;
  height: 680px;
  margin: 0 auto;
}

.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size:
    42px 42px,
    42px 42px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 12%,
    rgba(0, 0, 0, 0.12) 18%,
    rgba(0, 0, 0, 0.35) 22%,
    rgba(0, 0, 0, 0.7) 26%,
    #000 34%,
    #000 100%
  );
}

.fv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* ------------------------------------------
fv__copy
*  ------------------------------------------ */

.fv__copy {
  position: relative;
  z-index: 5;
  align-self: end;
  width: 560px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.fv__ttl {
  display: block;
  width: 480px;
  height: auto;
  margin-left: 20px;
}

.fv__line {
  width: 186px;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.fv__txt {
  position: relative;
  z-index: 6;
  width: 560px;
  max-width: none;
  margin-top: 40px;
  margin-left: 20px;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32em;
  color: #000;
}

/* ------------------------------------------
fv__visual / orb-ui
*  ------------------------------------------ */

.fv__visual {
  display: grid;
  place-items: center;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  width: 620px;
  min-width: 620px;
  height: 640px;
  padding-right: 0;
}

.fv .orb-ui {
  position: relative;
  flex-shrink: 0;
  width: 620px;
  min-width: 620px;
  aspect-ratio: 1;
  overflow: visible;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.08));
}

.fv .ring {
  position: absolute;
  inset: var(--inset);
  border: 1px solid rgba(0, 0, 0, var(--alpha));
  border-radius: 50%;
  animation: fv-rotate var(--duration) linear infinite;
}

.fv .ring::before,
.fv .ring::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.9);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.fv .ring::before {
  left: calc(var(--dot) * -0.5);
}

.fv .ring::after {
  right: calc(var(--dot) * -0.5);
  background: rgba(180, 180, 180, 0.9);
}

.fv .ring.r1 {
  --inset: -10%;
  --alpha: 0.06;
  border-color: transparent;
  transform: translate(120px, 40px);
  animation: none;
}

.fv .ring.r1::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(0, 0, 0, 0.06) 0deg 34deg,
    transparent 34deg 58deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 1px),
    #000 calc(100% - 1px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 1px),
    #000 calc(100% - 1px)
  );
  box-shadow: none;
  animation: fv-rotate 42s linear infinite;
}

.fv .ring.r2 {
  --inset: 12%;
  --alpha: 0.08;
  --dot: 5px;
  --duration: 44s;
  transform: translate(60px, 20px) rotate(0deg);
  animation: fv-rotateR2 var(--duration) linear infinite;
}

.fv .ring.r2::before {
  background: #00ac97;
}

.fv .ring.r2::after {
  background: #f8b500;
}

.fv .ring.r3 {
  --inset: 27%;
  --alpha: 0.08;
  --dot: 5px;
  --duration: 28s;
}

.fv .ring.r3::before {
  background: #e8380d;
}

.fv .ring.r3::after {
  background: #0068b7;
}

.fv .core-card {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 31%;
  border: 2px solid transparent;
  border-radius: 160px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(235, 235, 235, 0.68)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 26px 60px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(16px);
  letter-spacing: var(--letter-spacing-wide);
}

.fv .core-card__text {
  transform: translateY(6px);
  text-align: center;
}

.fv .core-card strong {
  display: block;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  color: #000;
}

.fv .core-card small {
  display: block;
  margin-top: 10px;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: var(--letter-spacing-wide);
  color: #bbb;
  text-align: left;
}

.fv .node {
  display: grid;
  place-items: center;
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 80px;
  font-family: var(--font-ja);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.24em;
  text-align: center;
  color: #000;
  background: rgba(225, 225, 225, 0.82);
  box-shadow: 0 20px 44px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(14px);
  transition:
    background 0.8s ease,
    color 0.8s ease,
    border-color 0.8s ease,
    opacity 0.8s ease;
}

.fv .node.n1 {
  top: 13%;
  left: 17%;
}

.fv .node.n2 {
  top: 18%;
  right: 10%;
}

.fv .node.n3 {
  right: 9%;
  bottom: 19%;
}

.fv .node.n4 {
  bottom: 13%;
  left: 12%;
}

.fv .node.is-transform {
  will-change: transform;
}

.fv .node.is-contact {
  transform-origin: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 0 24px rgba(255, 255, 255, 0.42);
}

.fv .core-card.is-react {
  animation: fv-corePulse 1.4s ease;
}

.fv .core-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  opacity: 0;
  background: linear-gradient(45deg, #0068b7, #00ac97, #f8b500, #e8380d);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 1.8s ease;
}

.fv .core-card.has-rainbow::after {
  opacity: 1;
}

.fv .node.is-complete {
  color: #555;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7),
    0 0 38px rgba(255, 255, 255, 0.95),
    0 18px 44px rgba(255, 255, 255, 0.32);
}

@keyframes fv-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fv-rotateR2 {
  from {
    transform: translate(60px, 20px) rotate(0deg);
  }
  to {
    transform: translate(60px, 20px) rotate(360deg);
  }
}

@keyframes fv-corePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .fv__ttl {
    width: 434px;
    margin-left: 0;
  }
  .fv__txt {
    margin-left: 0;
  }
  .fv__visual {
    right: -80px;
  }
}

@media (max-width: 960px) {
  .fv {
    height: 96svh;
  }
  .fv__inner {
    display: block;
    max-width: 560px;
    height: 96svh;
    box-sizing: border-box;
  }
  .fv__copy {
    align-self: start;
    width: 100%;
    padding: 160px 0 24px;
    overflow-x: clip;
  }
  .fv__ttl {
    width: 92%;
    padding-top: 0;
    object-fit: contain;
    box-sizing: border-box;
  }
  .fv__txt {
    width: 100%;
    margin-right: -0.32em;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .fv__visual {
    top: 40svh;
    right: -240px;
    height: 620px;
    min-height: 0;
    padding: 0;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv *,
  .fv *::before,
  .fv *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =============================================================


section-layout


*  ============================================================= */

.section-layout {
  width: 100%;
}

.section-layout__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 91.25%;
  max-width: 1280px;
  margin: 0 auto;
}

.section-layout__ttl {
  flex-shrink: 0;
  width: 16%;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing-en);
}

.section-layout__content {
  width: 82%;
}

@media (max-width: 1024px) {
  .section-layout__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .section-layout__ttl,
  .section-layout__content {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .section-layout__inner {
    max-width: 560px;
  }
}

/* =============================================================


achievements-layout


*  ============================================================= */

.achievements-layout {
  margin-top: 40px;
}

.achievements {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.achievements__ttl {
  margin-top: 40px;
}

.achievements__item {
  width: 200px;
}
@media (max-width: 1024px) {
  .achievements-layout .section-layout__inner {
    gap: 28px;
  }
  .achievements__ttl {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .achievements {
    flex-wrap: wrap;
  }
  .achievements__item {
    width: calc((100% - 10px) / 2);
  }
}

/* =============================================================


company-layout


*  ============================================================= */

.company-layout {
  margin-top: 40px;
}

.company-layout .section-layout__inner {
  align-items: flex-start;
}

.company-logos__ttl {
  margin-top: 10px;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.32em;
}

.company-layout .section-layout__content {
  position: relative;
  width: calc(82% + ((100vw - min(91.25vw, 1280px)) / 2));
  margin-right: calc((100vw - min(91.25vw, 1280px)) / -2);
  overflow: hidden;
}

.company-layout .section-layout__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 160px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.company-logos__slider {
  height: 160px;
  overflow: hidden;
}

.company-logos__track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: company-logo-slide 135s linear infinite;
}

.company-logos__item {
  flex-shrink: 0;
  width: 1663px;
}

@keyframes company-logo-slide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1024px) {
  .company-layout .section-layout__inner {
    gap: 20px;
  }
  .company-layout .section-layout__content {
    width: 100vw;
    margin-right: calc((100vw - 91.25vw) / -2);
    margin-left: calc((100vw - 91.25vw) / -2);
  }
  .company-layout .section-layout__content::before {
    content: none;
  }
}

@media (max-width: 960px) {
  .company-layout .section-layout__content {
    margin-right: calc((100vw - min(91.25vw, 560px)) / -2);
    margin-left: calc((100vw - min(91.25vw, 560px)) / -2);
  }
}

/* =============================================================


news-layout


*  ============================================================= */

.news-layout {
  margin-top: 40px;
}

.news-layout .section-layout__inner {
  align-items: flex-start;
}

/* タイトルが2行になっても高さが揃うよう、2行分の高さを確保する */
.news-layout .news-link {
  min-height: 54px;
}

/* 見出しを1件目のニュースの中央に合わせる */
.news-layout .section-layout__ttl {
  display: flex;
  align-items: center;
  min-height: 54px;
}

.news-layout .section-layout__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgb(244, 247, 250) 0%,
    rgb(249, 252, 251) 33%,
    rgb(252, 250, 245) 66%,
    rgb(255, 250, 248) 100%
  );
  color: #000;
}

.news-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(220, 230, 240) 0%,
    rgb(222, 245, 245) 33%,
    rgb(252, 250, 245) 66%,
    rgb(255, 250, 248) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news-link:hover::before {
  opacity: 1;
}

.news-link__txt,
.news-link__arrow {
  position: relative;
  z-index: 1;
}

.news-link__txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.news-link__arrow {
  width: 20px;
  transition: transform 0.8s ease;
}

.news-link:hover .news-link__arrow {
  transform: translateX(10px);
}

@media (max-width: 1024px) {
  .news-layout .section-layout__inner {
    gap: 20px;
  }
}

/* =============================================================


about-layout


*  ============================================================= */

.about-layout {
  margin-top: 160px;
}

.about-layout .section-layout__inner {
  display: grid;
  grid-template-columns: 16% 82%;
  grid-template-rows: auto 1px auto;
  justify-content: space-between;
  align-items: start;
}

.about-layout .section-layout__ttl {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing-en);
}

.about-layout__heading {
  grid-column: 2;
  grid-row: 1;
  padding-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.about-layout__ttl-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.about-layout__heading-line {
  display: block;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.about-layout__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-column: 2;
  grid-row: 3;
  margin-top: 80px;
}

.about-layout__txt {
  font-size: clamp(1.5rem, 1.33vw, 1.7rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.28em;
}

.about-layout__strong {
  font-weight: 700;
  letter-spacing: 0;
}

.about-layout__images {
  display: flex;
  gap: 10px;
  width: 440px;
}

.about-layout__image {
  width: 140px;
}

.about-layout__fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1.2s ease-out,
    transform 1.2s ease-out;
  will-change: opacity, transform;
}

.about-layout.is-visible .about-layout__fade-item {
  opacity: 1;
  transform: translateY(0);
}

.about-layout.is-visible .about-layout__fade-item:nth-child(2) {
  transition-delay: 0.2s;
}

.about-layout.is-visible .about-layout__fade-item:nth-child(3) {
  transition-delay: 0.4s;
}

@media (max-width: 1024px) {
  .about-layout .section-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .about-layout .section-layout__ttl {
    align-self: auto;
    margin-bottom: 0;
  }

  .about-layout__ttl-line {
    display: none;
  }

  .about-layout__heading {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-layout__heading-line {
    width: 100%;
    margin-top: 20px;
  }

  .about-layout__body {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .about-layout__heading {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
  }

  .about-layout__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
  }

  .about-layout__txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.28em;
  }

  .about-layout__images {
    width: 100%;
    gap: 16px;
  }

  .about-layout__image {
    width: calc((100% - 32px) / 3);
  }
}

/* =============================================================


why-layout


*  ============================================================= */

.why-layout {
  margin-top: 160px;
}

.why-layout .section-layout__inner {
  display: grid;
  grid-template-columns: 16% 82%;
  grid-template-rows: auto 1px auto;
  justify-content: space-between;
  align-items: start;
}

.why-layout .section-layout__ttl {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing-en);
}

.why-layout__heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.why-layout__ttl-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.why-layout__heading-line {
  display: block;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.why-layout__body {
  grid-column: 2;
  grid-row: 3;
  margin-top: 80px;
}

.why-layout__txt {
  font-size: clamp(1.5rem, 1.33vw, 1.7rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.28em;
}

@media (max-width: 1024px) {
  .why-layout .section-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .why-layout .section-layout__ttl {
    align-self: auto;
    margin-bottom: 0;
  }
  .why-layout__ttl-line {
    display: none;
  }
  .why-layout__heading {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .why-layout__heading-line {
    width: 100%;
    margin-top: 10px;
  }
  .why-layout__body {
    width: 100%;
    margin-top: 64px;
  }
  .why-layout__txt {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
  }
}

@media (max-width: 960px) {
  .why-layout__heading {
    font-size: 2.6rem;
  }
}

/* ------------------------------------------
why-layout__cards
*  ------------------------------------------ */

.why-layout__cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
}

@media (max-width: 960px) {
  .why-layout__cards {
    flex-direction: column;
    gap: 32px;
  }
}

/* ------------------------------------------
why-layout__problem
*  ------------------------------------------ */

.why-layout__problem {
  width: 34%;
  padding: 40px 28px 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow:
    inset 0 0 24px rgba(0, 0, 0, 0.12),
    inset 0 8px 20px rgba(0, 0, 0, 0.04);
}

.why-layout__problem-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.why-layout__problem-flow {
  position: relative;
  margin-top: 36px;
}

.why-layout__problem-flow::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #d9d9d9;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.8s ease;
}

.why-layout__problem-list {
  display: grid;
  gap: 18px;
}

.why-layout__problem-item {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.why-layout__problem-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
  transform: translateY(-50%);
}

.why-layout__loss {
  position: relative;
  margin-top: 36px;
  padding-left: 132px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.why-layout__loss::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 112px;
  height: 1px;
  background-color: #d9d9d9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}

.why-layout__loss::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 112px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #d9d9d9;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.4s ease;
}

.why-layout__loss-txt {
  display: inline-block;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.why-layout.is-visible .why-layout__problem-flow::before {
  transform: scaleY(1);
}

.why-layout.is-visible .why-layout__problem-item {
  opacity: 1;
  transform: translateY(0);
}

.why-layout.is-visible .why-layout__problem-item:nth-child(1) {
  transition-delay: 0.1s;
}

.why-layout.is-visible .why-layout__problem-item:nth-child(2) {
  transition-delay: 0.45s;
}

.why-layout.is-visible .why-layout__problem-item:nth-child(3) {
  transition-delay: 0.8s;
}

.why-layout.is-visible .why-layout__problem-item:nth-child(4) {
  transition-delay: 1.15s;
}

.why-layout.is-visible .why-layout__loss::before {
  transform: scaleX(1);
  transition-delay: 1.85s;
}

.why-layout.is-visible .why-layout__loss::after {
  opacity: 1;
  transition-delay: 2.35s;
}

.why-layout.is-visible .why-layout__loss-txt {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.55s;
}

@media (max-width: 960px) {
  .why-layout__problem {
    width: 100%;
  }
  .why-layout.is-animation-disabled .why-layout__problem-item,
  .why-layout.is-animation-disabled .why-layout__loss-txt {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s;
  }
  .why-layout.is-animation-disabled .why-layout__problem-flow::before {
    transform: scaleY(1);
    transition: none;
    transition-delay: 0s;
  }
  .why-layout.is-animation-disabled .why-layout__loss::before {
    opacity: 1;
    transform: scaleX(1);
    transition: none;
    transition-delay: 0s;
  }
  .why-layout.is-animation-disabled .why-layout__loss::after {
    opacity: 1;
    transform: translateY(-50%);
    transition: none;
    transition-delay: 0s;
  }
}

/* ------------------------------------------
why-layout__solution
*  ------------------------------------------ */

.why-layout__solution {
  width: 62%;
  padding: 40px 28px 32px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(16px);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.why-layout__solution-top {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 20px;
}

.why-layout__solution-side {
  display: contents;
}

.why-layout__solution-ttl {
  display: flex;
  align-items: baseline;
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0;
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.why-layout__solution-ttl span {
  margin-left: 2px;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.why-layout__solution-side--ai .why-layout__solution-ttl {
  justify-content: flex-end;
  grid-column: 1;
  grid-row: 1;
  transform: translateX(-10px) translateY(10px);
}

.why-layout__solution-side--human .why-layout__solution-ttl {
  justify-content: flex-start;
  grid-column: 3;
  grid-row: 1;
  transform: translateX(10px) translateY(10px);
}

.why-layout__solution-list {
  display: grid;
  gap: 18px;
  width: 100%;
}

.why-layout__solution-side--ai .why-layout__solution-list {
  grid-column: 1;
  grid-row: 2;
  transform: translateX(-10px);
}

.why-layout__solution-side--human .why-layout__solution-list {
  grid-column: 3;
  grid-row: 2;
  transform: translateX(10px);
}

.why-layout__solution-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.why-layout__solution-side--ai .why-layout__solution-item {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.why-layout__solution-side--human .why-layout__solution-item {
  justify-content: flex-start;
}

.why-layout__solution-item::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.why-layout__solution-item:nth-child(1)::before {
  background-color: #00ac97;
}

.why-layout__solution-item:nth-child(2)::before {
  background-color: #e8380d;
}

.why-layout__solution-item:nth-child(3)::before {
  background-color: #f8b500;
}

.why-layout__solution-item:nth-child(4)::before {
  background-color: #0068b7;
}

.why-layout__solution-center {
  position: relative;
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  width: 140px;
}

.why-layout__solution-circle {
  width: 140px;
  opacity: 0;
  transform: translateY(0);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.why-layout__solution-arrow {
  position: absolute;
  width: 14px;
  opacity: 0;
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.why-layout__solution-arrow--left {
  top: 50%;
  left: -24px;
  transform: translateY(-50%) rotate(-90deg);
}

.why-layout__solution-arrow--right {
  top: 50%;
  right: -24px;
  transform: translateY(-50%) rotate(90deg);
}

.why-layout__solution-arrow--bottom {
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
}

.why-layout__solution-copy {
  margin-top: 34px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.why-layout.is-solution-visible .why-layout__solution {
  opacity: 1;
  transform: translateY(0);
}

.why-layout.is-solution-visible
  .why-layout__solution-side--ai
  .why-layout__solution-ttl {
  opacity: 1;
  transform: translateX(-10px) translateY(0);
  transition-delay: 0.3s;
}

.why-layout.is-solution-visible
  .why-layout__solution-side--human
  .why-layout__solution-ttl {
  opacity: 1;
  transform: translateX(10px) translateY(0);
  transition-delay: 0.3s;
}

.why-layout.is-solution-visible .why-layout__solution-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}

.why-layout.is-solution-visible .why-layout__solution-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.7s;
}

.why-layout.is-solution-visible .why-layout__solution-item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.3s;
}

.why-layout.is-solution-visible .why-layout__solution-item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.9s;
}

.why-layout.is-solution-visible .why-layout__solution-circle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.8s;
}

.why-layout.is-solution-visible .why-layout__solution-arrow--left {
  opacity: 1;
  transform: translateY(-50%) rotate(-90deg);
  transition-delay: 3.8s;
}

.why-layout.is-solution-visible .why-layout__solution-arrow--right {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
  transition-delay: 3.8s;
}

.why-layout.is-solution-visible .why-layout__solution-arrow--bottom {
  opacity: 1;
  transform: translateX(-50%);
  transition-delay: 4.5s;
}

.why-layout.is-solution-visible .why-layout__solution-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 5.2s;
}

@media (max-width: 1024px) {
  .why-layout__solution-item {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  .why-layout__solution {
    width: 100%;
    padding: 40px 24px 32px;
  }
  .why-layout__solution-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    align-items: start;
    column-gap: 16px;
    row-gap: 20px;
  }
  .why-layout__solution-side {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .why-layout__solution-side--ai {
    grid-column: 1;
    grid-row: 1;
  }
  .why-layout__solution-side--human {
    grid-column: 3;
    grid-row: 1;
  }
  .why-layout__solution-center {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    width: 140px;
  }
  .why-layout__solution-ttl span {
    font-size: 1.2rem;
  }
  .why-layout__solution-side--ai .why-layout__solution-ttl {
    justify-content: flex-end;
    margin-right: -6px;
    transform: none;
  }
  .why-layout__solution-side--human .why-layout__solution-ttl {
    justify-content: flex-start;
    margin-left: -12px;
    transform: none;
  }
  .why-layout__solution-side--ai .why-layout__solution-list,
  .why-layout__solution-side--human .why-layout__solution-list {
    width: 100%;
    margin-top: 24px;
    transform: none;
  }
  .why-layout__solution-item {
    display: block;
    position: relative;
    white-space: nowrap;
  }
  .why-layout__solution-side--ai .why-layout__solution-item {
    text-align: right;
  }
  .why-layout__solution-side--human .why-layout__solution-item {
    text-align: left;
  }
  .why-layout__solution-side--ai .why-layout__solution-item::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    transform: translateY(-50%);
  }
  .why-layout__solution-side--human .why-layout__solution-item::before {
    content: none;
  }
  .why-layout__solution-arrow--left,
  .why-layout__solution-arrow--right {
    display: none;
  }
  .why-layout.is-animation-disabled .why-layout__solution,
  .why-layout.is-animation-disabled .why-layout__solution-ttl,
  .why-layout.is-animation-disabled .why-layout__solution-item,
  .why-layout.is-animation-disabled .why-layout__solution-circle,
  .why-layout.is-animation-disabled .why-layout__solution-arrow,
  .why-layout.is-animation-disabled .why-layout__solution-copy {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s;
  }
  .why-layout.is-animation-disabled .why-layout__solution-arrow--bottom {
    transform: translateX(-50%);
  }
}

/* =============================================================


case


*  ============================================================= */

.case {
  width: 100%;
  margin-top: 160px;
  padding: 56px 0;
  overflow: hidden;
  background-image: url("../img/home/case-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case__viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.case__viewport::-webkit-scrollbar {
  display: none;
}

.case__viewport.is-dragging {
  cursor: grabbing;
}

.case__viewport.is-dragging a,
.case__viewport.is-dragging img {
  pointer-events: none;
}

.case__track {
  display: flex;
  gap: 40px;
  width: max-content;
  padding: 0 56px;
}

.case-card {
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  width: 480px;
  height: 480px;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}

.case-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-card__number {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.case-card__more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #a2a2a2;
}

.case-card__more-arrow {
  display: block;
  width: 20px;
  height: 8px;
  background-image: url("../img/home/arrow-gry.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.case-card__image {
  width: 240px;
  height: 160px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 5px;
}

.case-card__image img {
  height: 100%;
  object-fit: cover;
}

.case-card__title {
  margin-top: 32px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.case-card__result {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  gap: 24px;
  margin-top: auto;
  padding: 12px 0;
}

.case-card__result::before,
.case-card__result::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.case-card__result::before {
  top: 0;
}

.case-card__result::after {
  bottom: 0;
}

.case-card__result-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.case-card__result-arrow {
  display: block;
  width: 13px;
  height: 8px;
  background-image: url("../img/home/result-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  .case {
    margin-top: 96px;
    padding: 32px 0;
  }
  .case__track {
    gap: 24px;
    padding: 0 24px;
  }
  .case-card {
    flex-basis: min(480px, calc(100vw - 88px));
    width: min(480px, calc(100vw - 88px));
    height: auto;
    min-height: 480px;
    padding: 32px;
  }
  .case-card__image {
    margin-top: 36px;
  }
  .case-card__title {
    margin-top: 32px;
  }
  .case-card__result {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
    margin-top: 20px;
  }
  .case-card__result-arrow {
    transform: rotate(90deg);
  }
}

/* =============================================================


services-layout


*  ============================================================= */

.services-layout {
  margin-top: 160px;
}

.services-layout .section-layout__inner {
  display: grid;
  grid-template-columns: 16% 82%;
  grid-template-rows: auto 1px auto;
  justify-content: space-between;
  align-items: start;
}

.services-layout .section-layout__ttl {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing-en);
}

.services-layout__heading {
  grid-column: 2;
  grid-row: 1;
  padding-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.services-layout__ttl-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.services-layout__heading-line {
  display: block;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.services-layout__body {
  grid-column: 2;
  grid-row: 3;
  margin-top: 80px;
}

.services-group + .services-group {
  margin-top: 72px;
}

.services-group__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.services-group__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 24px;
  padding: 0 8px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  transform: skewX(-10deg);
}

.services-group__title span {
  display: inline-block;
  transform: skewX(10deg);
}

.services-group__en {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--letter-spacing-en);
}

.services-accordion {
  border-top: 1px solid #e5e5e5;
}

.services-accordion__item {
  border-bottom: 1px solid #e5e5e5;
}

.services-accordion__row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 420px) 72px 40px;
  align-items: center;
  gap: 24px;
  min-height: 64px;
  padding: 12px 0;
}

.services-accordion__name {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.services-accordion__ring {
  flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
  border: 4.8px solid var(--ring-color);
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
}

.services-accordion__ring--blue {
  --ring-color: #0068b7;
}

.services-accordion__ring--purple {
  --ring-color: #5d3ebc;
}

.services-accordion__ring--red {
  --ring-color: #e8380d;
}

.services-accordion__ring--green {
  --ring-color: #00ac97;
}

.services-accordion__ring--yellow {
  --ring-color: #f8b500;
}

.services-accordion__ring--orange {
  --ring-color: #c96a28;
}

.services-accordion__ring--pink {
  --ring-color: #ff2d8e;
}

.services-accordion__brand {
  font-family: var(--font-en);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-spacing-en);
}

.services-accordion__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.services-accordion__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.services-accordion__tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.services-accordion__tags li.services-accordion__tag--wide {
  width: auto;
  min-width: 64px;
  padding: 0 12px;
  white-space: nowrap;
}

.services-accordion__details {
  display: block;
  width: 72px;
}

.services-accordion__details img {
  width: 100%;
  height: auto;
}

.services-accordion__toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.services-accordion__toggle::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s ease;
}

.services-accordion__toggle[aria-expanded="true"]::before {
  transform: translateY(2px) rotate(225deg);
}

@media (max-width: 1180px) {
  .services-layout .section-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .services-layout .section-layout__ttl {
    align-self: auto;
    margin-bottom: 0;
  }

  .services-layout__ttl-line {
    display: none;
  }

  .services-layout__heading {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .services-layout__heading-line {
    width: 100%;
    margin-top: 20px;
  }

  .services-layout__body {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .services-layout {
    margin-top: 96px;
  }

  .services-layout__heading {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
  }

  .services-layout__body {
    margin-top: 40px;
  }

  .services-group + .services-group {
    margin-top: 56px;
  }

  .services-accordion__row {
    grid-template-columns: 1fr 40px;
    gap: 16px;
    min-height: auto;
    padding: 20px 0;
  }

  .services-accordion__name {
    gap: 14px;
  }

  .services-accordion__details {
    grid-column: 1 / 2;
    width: 72px;
    margin-left: 32px;
  }

  .services-accordion__toggle {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .services-accordion__tags {
    padding-left: 32px;
  }
}

/* ------------------------------------------
services-accordion__panel
*  ------------------------------------------ */

.services-accordion__panel {
  overflow: hidden;
  padding: 0 0 24px 0;
  transition:
    height 0.45s ease,
    opacity 0.3s ease;
}

.services-detail {
  padding: 40px 40px 32px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.services-detail__content {
  display: grid;
  grid-template-columns: minmax(240px, 36%) 1fr;
  align-items: stretch;
  gap: 48px;
}

.services-detail__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.services-detail__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.services-detail__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
}

.services-detail__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  min-width: 200px;
  height: 32px;
  margin-top: auto;
  padding: 0 12px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.services-detail__link span {
  white-space: nowrap;
}

.services-detail__link img {
  width: 72px;
  height: auto;
  margin-left: auto;
}

.services-detail__compare {
  justify-self: end;
  min-width: 0;
  overflow-x: auto;
}

.services-detail__compare-title {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.services-detail__compare-body {
  display: inline-grid;
  grid-template-columns: minmax(220px, max-content) 16px minmax(
      220px,
      max-content
    );
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
}

.services-detail-card {
  min-width: 220px;
  min-height: 200px;
  padding: 20px 20px 18px;
  background-color: #fff;
}

.services-detail-card--before {
  background-color: #e5e5e5;
  border-radius: 5px;
}

.services-detail-card--after {
  position: relative;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #0068b7 0%, #00ac97 33%, #f8b500 66%, #e8380d 100%)
      border-box;
  border: 2px solid transparent;
  border-radius: 5px;
}

.services-detail-card__label {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--letter-spacing-en);
}

.services-detail-card__number {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 1;
}

.services-detail-card__number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.services-detail-card--after .services-detail-card__number::after {
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.services-detail-card__number span {
  font-size: 6.4rem;
  letter-spacing: 0;
}

.services-detail-card__number small {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.services-detail-card__number--text {
  text-align: right;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.services-detail-card__list {
  margin-top: 14px;
}

.services-detail-card__list li {
  position: relative;
  padding-left: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.services-detail-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.services-detail-card--after .services-detail-card__list li::before {
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #e8380d 0%, #f8b500 100%);
}

.services-detail__arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}

@media (max-width: 960px) {
  .services-detail {
    padding: 24px;
  }

  .services-detail__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .services-detail__title {
    font-size: 2rem;
  }

  .services-detail__link {
    margin-top: 20px;
  }

  .services-detail__compare {
    justify-self: stretch;
    width: 100%;
    overflow-x: visible;
  }

  .services-detail__compare-body {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 16px;
  }

  .services-detail-card {
    width: 100%;
    min-width: 0;
  }

  .services-detail-card__list li {
    white-space: normal;
  }

  .services-detail__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .services-detail-card__number span {
    font-size: 6.4rem;
  }
}

/* =============================================================


beyond-tools-layout


*  ============================================================= */

.beyond-tools-layout {
  margin-top: 160px;
}

.beyond-tools-layout .section-layout__inner {
  display: grid;
  grid-template-columns: 16% 82%;
  grid-template-rows: auto 1px auto;
  justify-content: space-between;
  align-items: start;
}

.beyond-tools-layout .section-layout__ttl {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing-en);
  white-space: nowrap;
}

.beyond-tools-layout__heading {
  grid-column: 2;
  grid-row: 1;
  padding-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.beyond-tools-layout__ttl-line {
  display: block;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #00ac97 0%,
    #0068b7 33%,
    #f8b500 66%,
    #e8380d 100%
  );
}

.beyond-tools-layout__heading-line {
  display: block;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.beyond-tools-layout__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-column: 2;
  grid-row: 3;
  margin-top: 80px;
}

.beyond-tools-layout__txt {
  font-size: clamp(1.5rem, 1.33vw, 1.7rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.28em;
}

.beyond-tools-layout__image {
  width: 278px;
}

.beyond-tools-layout__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .beyond-tools-layout .section-layout__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .beyond-tools-layout .section-layout__ttl {
    align-self: auto;
    margin-bottom: 0;
  }

  .beyond-tools-layout__ttl-line {
    display: none;
  }

  .beyond-tools-layout__heading {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .beyond-tools-layout__heading-line {
    width: 100%;
    margin-top: 20px;
  }

  .beyond-tools-layout__body {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .beyond-tools-layout__heading {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
  }

  .beyond-tools-layout__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
  }

  .beyond-tools-layout__txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.28em;
  }

  .beyond-tools-layout__image {
    width: 278px;
    max-width: 100%;
    margin-left: auto;
  }
}
