@charset "utf-8";

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

fv



















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

.fv {
  width: 94%;
  margin-top: 96px;
  container-type: inline-size;
}

@media (max-width: 1020px) {
  .fv {
    width: 100%;
    margin: 80px auto 0;
    padding: 0 6%;
  }
}

@media (max-width: 800px) {
  .fv {
    width: 88%;
    max-width: 480px;
    padding: 0;
  }
}

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

.fv__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .fv__ttl {
    line-height: 1.6;
  }
}

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

.fv__subttl {
  margin-top: 24px;
  margin-left: -8px;
  font-size: clamp(8.8rem, 8.8vw, 12.8rem);
  font-family:
    "Google Sans Flex", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.8;
  color: #0d1526;
}

@media (max-width: 800px) {
  .fv__subttl {
    font-size: clamp(6.8rem, 20vw, 8.8rem);
  }
}

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

.fv__lowbdy {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  margin-top: -20px;
}

@media (max-width: 800px) {
  .fv__lowbdy {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 100px;
  }
}

.fv__txt-wrap {
  flex: 0 0 45%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}

.fv__txt {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .fv__txt-wrap {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .fv__txt {
    line-height: 1.8;
  }
}

.fv__img-wrap {
  flex: 0 0 40%;
  max-width: 320px;
}

@media (max-width: 800px) {
  .fv__img-wrap {
    width: 68%;
    max-width: 240px;
  }
}

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

sec



















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

.sec {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
}

.sec.sec-thin {
  padding-top: 20px;
}

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

.sec__line {
  width: 100%;
  height: 1.5px;
  background: #0f172a;
}

@media (max-width: 1020px) {
  .sec__line {
    margin-left: 6%;
  }
}

@media (max-width: 800px) {
  .sec__line {
    width: 88%;
    max-width: 480px;
    margin: 0 auto;
  }
}

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

.sec__label-wrap {
  width: 94%;
  margin-top: 6px;
}

@media (max-width: 1020px) {
  .sec__label-wrap {
    width: 100%;
    margin: 6px auto 0;
    padding: 0 6%;
  }
}

@media (max-width: 800px) {
  .sec__label-wrap {
    width: 88%;
    max-width: 480px;
    padding: 0;
  }
}

.sec__label {
  font-family:
    "Google Sans Flex", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

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

.sec__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin-top: 60px;
}

.sec__ttl-wrap.sec__ttl-thinwrap {
  margin-top: 10px;
}

@media (max-width: 1020px) {
  .sec__ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 60px auto 0;
    padding: 0 6%;
  }
  .sec__ttl-wrap.sec__ttl-thinwrap {
    margin: 10px auto 0;
  }
}

@media (max-width: 800px) {
  .sec__ttl-wrap {
    width: 88%;
    max-width: 480px;
    padding: 0;
  }
}

.sec__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.sec__subttl {
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1020px) {
  .sec__subttl {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}

.sec__ttl span,
.sec__subttl span {
  display: inline-block;
  opacity: 0;
  transform: translateY(4px);
  filter: blur(2px);
  will-change: opacity, transform, filter;
}

.sec__ttl.is-active span,
.sec__subttl.is-active span {
  animation: typingFade 0.3s ease forwards;
}

@keyframes typingFade {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

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

.sec__container-bg {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.7s ease,
    transform 0.8s ease;
}

.sec__container-bg.is-active {
  opacity: 1;
  transform: translateY(0);
}

.sec__container-bg.bg-challenges {
  background-image: url("../img/home/bg-challenges.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18%;
}

@media (max-width: 1020px) {
  .sec__container-bg.bg-challenges {
    background-image: none;
  }
}

.sec__container {
  width: 94%;
}

@media (max-width: 1020px) {
  .sec__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
}

@media (max-width: 800px) {
  .sec__container {
    width: 88%;
    max-width: 480px;
    padding: 0;
  }
}

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



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

.reason {
  width: 84%;
}

@media (max-width: 1020px) {
  .reason {
    width: 100%;
  }
}

.reason__lead {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.reason__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0 40px;
  border-top: 1px solid #0f172a;
}

.reason__item:last-of-type {
  border-bottom: 1px solid #0f172a;
}

@media (max-width: 800px) {
  .reason__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 0 32px;
  }
}

.reason__ttl-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 45%;
}

@media (max-width: 800px) {
  .reason__ttl-wrap {
    flex: 0 0 100%;
  }
}

.reason__icon {
  width: 16px;
  height: 20px;
  margin-right: 40px;
}

@media (max-width: 800px) {
  .reason__icon {
    margin-right: 24px;
  }
}

.reason__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .reason__ttl {
    font-size: 2.4rem;
  }
}

.reason__txt-wrap {
  flex: 0 0 50%;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .reason__txt-wrap {
    flex: 0 0 100%;
    margin-top: 24px;
    padding-right: 0;
  }
}

.reason__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.reason__footer {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

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



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

.bridge {
  margin: 0 auto;
}

.bridge__lead p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.bridge__cards {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: -40px;
}

@media (max-width: 800px) {
  .bridge__cards {
    display: block;
    margin-top: 20px;
  }
}

.bridgeCard {
  position: relative;
  width: 33.333%;
}

@media (max-width: 800px) {
  .bridgeCard {
    width: 100%;
  }
}

.bridgeCard--field {
  padding-top: 140px;
}

@media (max-width: 800px) {
  .bridgeCard--field {
    padding-top: 20px;
  }
}

.bridgeCard--development {
  margin-left: -2px;
  padding-top: 70px;
}

@media (max-width: 800px) {
  .bridgeCard--development {
    margin-left: 0;
    padding-top: 20px;
  }
}

.bridgeCard--operation {
  margin-left: -2px;
}

@media (max-width: 800px) {
  .bridgeCard--operation {
    margin-left: 0;
    padding-top: 20px;
  }
}

.bridgeCard__inner {
  position: relative;
  min-height: 246px;
  padding: 24px 32px 0 24px;
  border-top: 1px solid #0f172a;
  background: transparent;
}

.bridgeCard__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 132px;
  background: #0f172a;
}

.bridgeCard--field .bridgeCard__inner::before {
  height: 272px;
}

.bridgeCard--operation .bridgeCard__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 360px;
  background: #0f172a;
}

@media (max-width: 1220px) {
  .bridgeCard__inner {
    padding: 24px 10px 0 24px;
  }
}

@media (max-width: 1080px) {
  .bridgeCard--field .bridgeCard__inner::before {
    height: 296px;
  }
}

@media (max-width: 1020px) {
  .bridgeCard--field .bridgeCard__inner::before {
    height: 280px;
  }
}

@media (max-width: 800px) {
  .bridgeCard__inner {
    min-height: auto;
    padding: 40px 0 20px;
  }
  .bridgeCard__inner::before {
    display: none;
  }
  .bridgeCard__inner::after {
    display: none;
  }
}

.bridgeCard__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.bridgeCard__label img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 16px;
}

.bridgeCard__label span {
  display: block;
  font-family:
    "Google Sans Flex", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.bridgeCard__ttl {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1140px) {
  .bridgeCard__ttl {
    font-size: 2.4rem;
  }
}

@media (max-width: 1025px) {
  .bridgeCard__ttl {
    font-size: 2.3rem;
  }
}

.bridgeCard__txt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.bridge__bottomTxt {
  margin-right: -16px;
  text-align: right;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1140px) {
  .bridge__bottomTxt {
    font-size: 2.4rem;
  }
}

@media (max-width: 1025px) {
  .bridge__bottomTxt {
    font-size: 2.3rem;
  }
}

@media (max-width: 800px) {
  .bridge__bottomTxt {
    margin-top: 24px;
    margin-right: 0;
    text-align: left;
  }
}

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



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

.case {
  width: 100%;
  margin-top: 80px;
  color: #111;
}

.case:first-of-type {
  margin-top: 0;
}

.case__header {
  width: 100%;
}

.case__num {
  font-size: 1.2rem;
  font-weight: 500;
  font-family:
    "Google Sans Flex", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
}

.case__line {
  display: block;
  width: 4px;
  height: 48px;
  background: #111;
  margin-top: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.case__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .case__inner {
    flex-direction: column;
  }
}

.case__left {
  width: 40%;
}

.case__right {
  width: 55%;
}

@media (max-width: 800px) {
  .case__left,
  .case__right {
    width: 100%;
  }
  .case__right {
    margin-top: 40px;
  }
}

.case__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .case__ttl {
    font-size: 2.4rem;
  }
}

.case__industry {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.case__meta {
  margin-top: 10px;
}

.case__meta p {
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.case__heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .case__heading {
    font-size: 2.4rem;
  }
}

.case__txt {
  margin-top: 10px;
}

.case__txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.case__txt p + p {
  padding-top: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.case__solution {
  margin-top: 40px;
}

.case__solutionheading {
  display: flex;
  align-items: baseline;
}

@media (max-width: 800px) {
  .case__solutionheading {
    flex-direction: column;
  }
}

.case__solutionttl {
  margin-right: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .case__solutionttl {
    font-size: 2.4rem;
  }
}

.case__solutiontxt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .case__solutiontxt {
    margin-top: 10px;
  }
}

.process {
  margin-top: 20px;
}

.process__bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 16px;
}

@media (max-width: 800px) {
  .process__bar {
    display: none;
  }
}

.process__bar::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: calc(78% - 10px);
  height: 1px;
  background: linear-gradient(to right, #0f172a 0%, #eaab33 100%);
  z-index: 0;
}

.process__bar-col {
  position: relative;
  min-height: 16px;
  z-index: 1;
}

.process__bar-col--left {
  width: 22%;
}

.process__bar-col--center {
  width: 46%;
}

.process__bar-col--right {
  width: 22%;
}

.process__dot,
.process__square {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
}

.process__dot {
  border-radius: 50%;
  background: #0f172a;
}

.process__square {
  background: #eaab33;
}

.process__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .process__contents {
    display: block;
  }
}

.process__col--left {
  width: 22%;
}

.process__col--center {
  width: 46%;
}

.process__col--right {
  width: 22%;
}

@media (max-width: 800px) {
  .process__col--left,
  .process__col--center,
  .process__col--right {
    position: relative;
    width: 100%;
    padding-left: 40px;
  }
  .process__col--center,
  .process__col--right {
    margin-top: 40px;
  }
  .process__col--left::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    bottom: -40px;
    width: 1px;
    background: linear-gradient(to bottom, #0f172a 0%, #0f172a 100%);
    z-index: 1;
  }
  .process__col--center::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    bottom: -40px;
    width: 1px;
    background: linear-gradient(to bottom, #0f172a 0%, #eaab33 100%);
    z-index: 1;
  }
}

.process__ttl {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .process__ttl {
    position: relative;
    margin: 0;
  }
  .process__ttl::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f1b3d;
    z-index: 2;
  }
  .process__col--right .process__ttl::before {
    border-radius: 0;
    background: #eaab33;
  }
}

.process__txt {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .process__txt {
    margin-top: 10px;
  }
}

.process__ol,
.process__ul {
  margin-top: 10px;
  list-style: none;
}

.process__ol {
  counter-reset: item;
}

@media (max-width: 800px) {
  .process__ol,
  .process__ul {
    margin-top: 10px;
  }
}

.process__ol-item,
.process__ul-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.35em;
  align-items: start;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.process__ol-item::before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: inherit;
}

.process__ul-item::before {
  content: "・";
}

.process__ul {
  margin-top: 4px;
}

.process__item-ttl {
  margin: 0;
  font-size: 1.6rem;
}

.process__ol--strong .process__item-ttl,
.process__ol--strong .process__ol-item::before {
  font-weight: 700;
  line-height: 1.5;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.effect {
  margin-top: 40px;
}

.effect__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #0f172a;
}

@media (max-width: 800px) {
  .effect__inner {
    flex-direction: column;
    align-items: stretch;
  }
}

.effect__left {
  flex: 1 1 auto;
  min-width: 0;
}

.effect__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.effect__table {
  width: 100%;
  margin-top: 10px;
}

.effect__table tr {
  border-top: 1px solid #0f172a;
}

@media (max-width: 800px) {
  .effect__table tr:last-of-type {
    border-bottom: 1px solid #0f172a;
  }
}

.effect__table th,
.effect__table td {
  padding: 8px 0;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.effect__table th {
  width: 24%;
  white-space: nowrap;
}

.effect__table td {
  width: auto;
}

.effect__right {
  flex: 0 0 36%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 40px;
}

@media (max-width: 800px) {
  .effect__right {
    flex: none;
    width: 100%;
    justify-content: space-between;
    gap: 80px;
  }
}

.effect__stats {
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .effect__stats {
    flex: 1 1 auto;
  }
}

.effect__stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 8px;
}

@media (max-width: 800px) {
  .effect__stat {
    flex-wrap: wrap;
  }
}

.effect__label {
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.effect__value {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.effect__recovery {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .effect__recovery {
    flex-wrap: wrap;
  }
}

.effect__recoveryValue {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.effect__lines {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 136px;
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .effect__lines {
    margin-top: 32px;
  }
}

.effect__line {
  display: block;
  width: 4px;
  background: #0f172a;
}

.effect__line--01 {
  height: 136px;
}

.effect__line--02 {
  height: 64px;
}

.effect__line--03 {
  height: 20px;
  background: #eaab33;
}

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



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

.roi {
  width: 100%;
}

.roi__inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 40px;
}

@media (max-width: 800px) {
  .roi__inner {
    flex-direction: column;
  }
}

.roi__left {
  width: 48%;
}

@media (max-width: 800px) {
  .roi__left {
    width: 100%;
  }
}

.roi__graphttl {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  border-bottom: 1px solid #0f172a;
}

.roi__graph {
  margin-top: 20px;
}

.roi__right {
  width: 52%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .roi__right {
    width: 100%;
  }
}

.roi__block {
  width: 100%;
}

.roi__block:last-of-type {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .roi__block {
    margin-top: 20px;
  }
  .roi__block:last-of-type {
    margin-top: 40px;
  }
}

.roi__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.roi__ttl span {
  font-size: 1.6rem;
}

.roi__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.roi__table th,
.roi__table td {
  text-align: left;
  padding: 8px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1020px) {
  .roi__table th,
  .roi__table td {
    font-size: 1.4rem;
  }
}

.roi__table .is-dark {
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.dot {
  width: 32px;
}

@media (max-width: 800px) {
  .dot {
    width: 16px;
  }
}

.dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot--orange::before {
  background: #eaab33;
}

.dot--blue::before {
  background: #1d4ed8;
}

.dot--black::before {
  background: #0f172a;
}

.roi__conditions {
  margin-top: 20px;
}

.roi__conditions p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #111;
}

@media (max-width: 1020px) {
  .roi__conditions p {
    font-size: 1.4rem;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.graph-anim-section {
  width: 100%;
}

.graph-anim__inner {
  width: 100%;
}

.graph-anim__svg {
  display: block;
  width: 100%;
  height: auto;
}

.graph-anim__svg .cls-1 {
  clip-path: url(#clip-graph);
}

.graph-anim__svg .cls-2,
.graph-anim__svg .cls-5,
.graph-anim__svg .cls-6 {
  fill: #0f172a;
}

.graph-anim__svg .cls-2 {
  font-size: 15px;
}

.graph-anim__svg .cls-2,
.graph-anim__svg .cls-6 {
  font-weight: 500;
}

.graph-anim__svg .cls-3 {
  fill: #ddd;
}

.graph-anim__svg .cls-4 {
  fill: #1d4ed8;
}

.graph-anim__svg .cls-6 {
  font-size: 13px;
}

.graph-anim__svg .cls-7,
.graph-anim__svg .cls-8,
.graph-anim__svg .cls-9 {
  fill: none;
}

.graph-anim__svg .cls-7 {
  stroke: #0f172a;
}

.graph-anim__svg .cls-8 {
  stroke: #1d4ed8;
}

.graph-anim__svg .cls-9 {
  stroke: #eaab33;
}

.graph-anim__svg .cls-10 {
  fill: #eaab33;
}

.graph-anim__svg #パス_1352,
.graph-anim__svg #パス_1359,
.graph-anim__svg #パス_1350,
.graph-anim__svg #パス_1351 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  will-change: stroke-dashoffset;
}

.graph-anim__svg .js-graph-dot {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.graph-anim__svg .js-graph-dot.is-show {
  opacity: 1;
}

.graph-anim__svg text {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.metrics {
  width: 100%;
  margin-top: 80px;
}

.metrics__inner {
  display: flex;
  gap: 3.2%;
  width: 100%;
}

@media (max-width: 800px) {
  .metrics__inner {
    flex-direction: column;
  }
}

.metrics__item {
  position: relative;
  flex: 1 1 0;
  padding: 20px 0 20px 20px;
  border-left: 4px solid #0f172a;
}

@media (max-width: 800px) {
  .metrics__item {
    margin-top: 20px;
  }
  .metrics__item:first-of-type {
    margin-top: 0;
  }
}

.metrics__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background: #0f172a;
}

.metrics__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.metrics__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.metrics__eyebrow {
  color: #111;
  font-family:
    "Google Sans Flex", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.metrics__value {
  margin-bottom: 20px;
  color: #111;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.metrics__label {
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

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



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

.implement {
  width: 100%;
  margin-top: -60px;
}

.implement__inner {
  width: 100%;
}

.implement__timeline {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 800px) {
  .implement__timeline {
    display: block;
  }
}

.implement__col {
  position: relative;
  flex: 1 1 0;
  padding: 20px 40px 10px 20px;
}

@media (max-width: 1190px) {
  .implement__col {
    padding: 20px 20px 10px;
  }
}

@media (max-width: 800px) {
  .implement__col + .implement__col {
    margin-top: 20px;
  }
}

.implement__col--01::before,
.implement__col--02::before,
.implement__col--03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background: #0f172a;
}

.implement__col--01::before {
  height: 520px;
}

.implement__col--02::before {
  height: 400px;
}

.implement__col--03::before {
  height: 320px;
}

@media (max-width: 800px) {
  .implement__col--01::before,
  .implement__col--02::before,
  .implement__col--03::before {
    top: 0;
    height: 100%;
  }
}

.implement__icon {
  width: 32px;
  height: 38px;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .implement__icon img {
    transform: rotate(90deg);
  }
}

.implement__ttl {
  margin-bottom: 28px;
  color: #111;
  font-size: 3.4rem;
  font-weight: 700;
}

.implement__ttl span {
  font-size: 2rem;
}

.implement__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.implement__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.implement__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #111;
  line-height: 1.8;
}

.implement__copy {
  width: 100%;
  margin-top: -88px;
  padding: 56px 0 16px;
  background: linear-gradient(to left, #e6e1d8 0%, transparent 100%);
}

@media (max-width: 1020px) {
  .implement__copy {
    margin-left: 6%;
  }
}

@media (max-width: 800px) {
  .implement__copy {
    width: 88%;
    max-width: 480px;
    margin: 40px auto 0;
    padding: 40px 20px 16px 20px;
    background: linear-gradient(to left, transparent 0%, #e6e1d8 100%);
  }
}

.implement__copy-inner {
  width: 94%;
  text-align: right;
}

@media (max-width: 1020px) {
  .implement__copy-inner {
    width: 88%;
  }
}

@media (max-width: 800px) {
  .implement__copy-inner {
    width: 100%;
    text-align: left;
  }
}

.implement__lead {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 4px;
  color: #111;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .implement__lead {
    justify-content: flex-start;
    gap: 0;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.implement__lead-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #0f172a;
  flex: 0 0 auto;
}

@media (max-width: 800px) {
  .implement__lead-line {
    display: none;
  }
}

.implement__message {
  color: #111;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .implement__message {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.implement__action {
  width: 100%;
  padding: 20px 0;
  background: #0f172a;
}

@media (max-width: 1020px) {
  .implement__action {
    margin-left: 6%;
  }
}

@media (max-width: 800px) {
  .implement__action {
    width: 88%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px;
  }
}

.implement__action-inner {
  display: flex;
  justify-content: flex-end;
  width: 94%;
}

@media (max-width: 1020px) {
  .implement__action-inner {
    width: 88%;
  }
}

@media (max-width: 800px) {
  .implement__action-inner {
    justify-content: flex-start;
    width: 100%;
  }
}

.implement__nav {
  display: flex;
  gap: 10px;
}

@media (max-width: 800px) {
  .implement__nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.implement__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 160px;
  height: 40px;
  padding: 0 12px;
  color: #111;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 800px) {
  .implement__btn {
    width: 100%;
    max-width: 200px;
  }
}

.implement__btn:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 8px rgba(184, 134, 11, 0.1);
}

.implement__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eaab33;
  border-radius: 50%;
}

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



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

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-table__col-1 {
  width: 10%;
}
.compare-table__col-2 {
  width: 26%;
}
.compare-table__col-3 {
  width: 24%;
}
.compare-table__col-4 {
  width: 40%;
}

@media (max-width: 1210px) {
  .compare-table__col-1 {
    width: 10%;
  }
  .compare-table__col-2 {
    width: 32%;
  }
  .compare-table__col-3 {
    width: 28%;
  }
  .compare-table__col-4 {
    width: 30%;
  }
}

.compare-table th,
.compare-table td {
  padding: 16px 8px;
  text-align: left;
  vertical-align: middle;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #d9d9d9;
}

.compare-table th.th-fde {
  padding: 16px 8px 16px 24px;
}

.compare-table thead {
  background: linear-gradient(
    to right,
    #e6e1d8 0%,
    rgba(230, 225, 216, 0) 100%
  );
}

.compare-table thead th {
  background: transparent;
}

.compare-table tbody tr:nth-child(2),
.compare-table tbody tr:nth-child(4) {
  background: linear-gradient(
    to right,
    #edecea 0%,
    rgba(237, 236, 234, 0) 100%
  );
}

@media (max-width: 800px) {
  .compare-table tbody tr:nth-child(2),
  .compare-table tbody tr:nth-child(4) {
    background: none;
  }
}

.compare-table tbody th {
  white-space: nowrap;
}

.compare-table__highlight {
  display: block;
  width: 100%;
  padding: 12px 0 12px 16px;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 2px;
}

@media (max-width: 800px) {
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table tbody tr {
    border-bottom: 1px solid #d9d9d9;
  }

  .compare-table tbody th {
    background: linear-gradient(
      to right,
      #e6e1d8 0%,
      rgba(230, 225, 216, 0) 100%
    );
  }

  .compare-table tbody th,
  .compare-table tbody td {
    padding: 14px 16px;
    border-bottom: none;
  }

  .compare-table tbody td:last-of-type {
    padding: 14px 16px 48px 16px;
  }

  .compare-table tbody td::before {
    display: block;
    margin-bottom: 4px;
    font-size: 1.3rem;
    opacity: 0.7;
  }

  .compare-table tbody td:nth-child(2)::before {
    content: "FDE";
  }

  .compare-table tbody td:nth-child(3)::before {
    content: "大手コンサルティング";
  }

  .compare-table tbody td:nth-child(4)::before {
    content: "SES（エンジニア派遣）";
  }
}

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



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

.articles {
  width: 100%;
}

@media (max-width: 1020px) {
  .articles {
    margin-left: 6%;
  }
}

@media (max-width: 800px) {
  .articles {
    width: 88%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.articles__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 88%;
  margin: 32px auto;
}

@media (max-width: 1020px) {
  .articles__head {
    width: 76%;
  }
}

.articles__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 800px) {
  .articles__nav {
    display: none;
  }
}

.articles__btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}

.articles__btn:hover {
  opacity: 0.8;
}

.articles__btnIcon {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.articles__sliderWrap {
  width: 100%;
  overflow: hidden;
}

.articles__slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.articles__card {
  flex: 0 0 320px;
  width: 320px;
  text-decoration: none;
  color: inherit;
}

.articles__card:last-of-type {
  margin-right: 20px;
}

@media (max-width: 1020px) {
  .articles__card:last-of-type {
    margin-right: 12%;
  }
}

@media (max-width: 800px) {
  .articles__card {
    flex: 0 0 240px;
    width: 240px;
  }
}

.articles__image {
  display: block;
  width: 320px;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .articles__image {
    width: 240px;
    height: 135px;
  }
}

.articles__text {
  margin-top: 12px;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

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



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

.faq {
  margin-top: 60px;
}

.faq__item {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.faq__item + .faq__item {
  margin-top: 24px;
}

.faq__heading {
  margin: 0;
}

.faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 20px 16px;
  width: 100%;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
}

.faq__qText {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 800px) {
  .faq__qText {
    font-size: 1.8rem;
  }
}

.faq__icon {
  flex: 0 0 16px;
  height: 16px;
  position: relative;
  width: 16px;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  background: #0f172a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}

.faq__icon::before {
  height: 2px;
  width: 16px;
}

.faq__icon::after {
  height: 16px;
  width: 2px;
}

.faq__item.is-open .faq__icon::after {
  opacity: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.faq__a {
  overflow: hidden;
  transition: height 0.3s ease;
}

.faq__aInner {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 32% 20px 16px;
}

@media (max-width: 800px) {
  .faq__aInner {
    padding: 0 16px 20px 16px;
    font-size: 1.6rem;
  }
}
