@charset "UTF-8";
/* CSS Document */
/* --------------------------------------
   TOP共通 
-------------------------------------- */

/* --------------------------------------
   KV
-------------------------------------- */
.p-hero {
  padding: 25px 0 0;
}

@media (min-width: 1478px) {
  .p-service-detail__hero--execution .p-service-detail__hero-main {
    grid-template-columns: minmax(420px, 500px) minmax(0, 1fr);
    gap: 40px;
  }

  .p-service-detail__hero--execution .p-service-detail__title {
    max-width: 10.4em;
  }
}

.p-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: auto;
}

.p-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  width: min(335px, 100%);
  margin: 0 auto;
}

.p-hero__headline,
.p-hero__subcopy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-hero__headline {
  margin-bottom: 0;
  font-size: var(--fs-h1);
  font-weight: 800;
  line-height: 1.21;
}

.p-hero__headline p,
.p-hero__subcopy p {
  margin: 0;
}

.p-hero__subcopy {
  margin-bottom: 0;
  width: 298px;
  font-size: var(--fs-h4);
  font-weight: 800;
  line-height: 1.2;
}

.p-hero__subcopy p {
  display: inline;
}

.p-hero__tagline {
  margin: 0;
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1.23;
}

.p-hero__visual {
  position: relative;
  margin-top: var(--space-3);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-hero__visual picture {
  display: block;
  width: 100%;
}

.p-hero__visual img {
  width: 100%;
  aspect-ratio: 375 / 353;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 26%);
}

#top.l-wraper {
  /* padding-bottom: calc(110px + env(safe-area-inset-bottom)); */
}

@media (min-width: 600px) {
  .p-hero {
    padding-top: 0;
  }

  .p-hero__grid {
    flex-direction: row;
    align-items: end;
    gap: 32px;
  }

  .p-hero__copy {
    flex: 1 1 0;
    width: auto;
    margin: 0 0 0 6%;
    align-self: center;
  }

  .p-hero__visual {
    flex: 1.3 1 0;
    align-self: end;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .p-hero__visual picture {
    height: 100%;
  }

  .p-hero__visual img {
    height: clamp(420px, 52vw, 730px);
    border-radius: 0;
    aspect-ratio: auto;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
  }
}

@media (min-width: 1024px) {
  .p-hero {
    padding-top: var(--header-height);
  }

  .p-hero__grid {
    align-items: center;
    gap: 0;
  }

  .p-hero__copy {
    display: block;
    flex: 1 1 810px;
    width: auto;
    max-width: 700px;
    position: relative;
    z-index: 2;
    align-self: center;
    margin: auto -400px auto 3%;
  }

  .p-hero__headline {
    margin-bottom: var(--space-5);
    font-size: clamp(42px, 4vw, 54px);
  }

  .p-hero__subcopy {
    width: auto;
    margin-bottom: var(--space-4);
    font-size: var(--fs-h3);
  }

  .p-hero__subcopy p {
    display: block;
  }

  .p-hero__tagline {
    margin: 0 0 var(--space-4);
    font-size: var(--fs-xl);
  }

  .p-hero__visual {
    flex: 1 1 auto;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .p-hero__visual img {
    width: 100%;
    min-width: 1370px;
    max-width: none;
    margin-left: auto;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  /* .p-hero__grid {
    gap: 0;
  }
  .p-hero__grid {
    grid-template-columns: 310px minmax(0, 1fr);
  }
  .p-hero__copy {
    position: relative;
    z-index: 2;
    margin-right: -174px;
  }

  .p-hero__visual {
    position: relative;
    z-index: 1;
  } */
}

/* --------------------------------------
   Top Issues
-------------------------------------- */
.p-home-issues {
  padding-top: var(--space-4);
  padding-bottom: var(--space-6);
  background: var(--color-gray01);
}

.p-home-issues__lead {
  margin: 0;
  text-align: center;
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.8;
}

.p-home-issues__grid {
  display: grid;
  gap: var(--page-group-gap);
  margin-top: var(--page-heading-gap);
}

.p-home-issues__message {
  margin-top: var(--page-heading-gap);
  padding: var(--space-5) 24px;
  background-color: var(--color-key);
  background-image: url("/assets/images/common/bg-logo-mark.png");
  background-repeat: no-repeat;
  background-position: right 14px bottom -22px;
  background-size: 140px auto;
  color: var(--color-white);
}

.p-home-issues__message-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--page-group-gap);
  text-align: center;
}

.p-home-issues__message-title,
.p-home-issues__message-copy p {
  margin: 0;
}

.p-home-issues__message-title {
  color: var(--color-white);
  font-size: var(--fs-body-lg);
  font-weight: 700;
  line-height: 1.8;
}

.p-home-issues__message-copy p {
  color: var(--color-white);
  font-size: var(--fs-body-md);
  font-weight: 700;
  line-height: 2;
}

@media (min-width: 600px) {
  .p-home-issues {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .p-home-issues__grid {
    grid-template-columns: 1fr;
  }

  .p-home-issues__message {
    padding: var(--space-6) 40px;
    background-position: right 20px bottom -36px;
    background-size: 200px auto;
  }
}

@media (min-width: 1024px) {
  .p-home-issues {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .p-home-issues__message {
    background-position: right 90px bottom -86px;
    background-size: 340px auto;
  }

  .p-home-issues__lead {
    font-size: var(--fs-h5);
  }

  .p-home-issues__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* --------------------------------------
   Value Creation
-------------------------------------- */
.p-value-creation {
  background: var(--color-white);
}

.p-value-creation__grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.p-value-creation__title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.4;
}

.p-value-creation__text {
  margin-top: var(--space-3);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.9;
}

.p-value-creation__text p {
  margin: 0;
}

.p-value-creation__text p + p {
  margin-top: var(--space-3);
}

.p-value-creation__diagram {
  display: flex;
  justify-content: center;
}

.p-value-creation__diagram img {
  width: min(72%, 550px);
  height: auto;
  display: block;
}
.p-fund-banner {
  padding-top: var(--space-3);
}

.p-fund-banner__link {
  display: block;
  width: min(80%, 380px);
  margin: 0 auto;
}

.p-fund-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  .p-value-creation__grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 36px;
  }

  .p-fund-banner {
    padding-top: var(--space-4);
  }
}

@media (min-width: 1024px) {
  .p-value-creation__grid {
    grid-template-columns: 550px minmax(0, 550px);
    justify-content: space-between;
    gap: 60px;
  }

  .p-value-creation__title {
    line-height: 1.5;
  }

  .p-value-creation__text {
    margin-top: var(--space-5);
    font-size: var(--fs-body-lg);
    line-height: 1.8;
  }

  .p-fund-banner {
    padding-top: var(--space-5);
  }
}
/* --------------------------------------
   Method
-------------------------------------- */
.p-method-banner {
  position: relative;
  min-height: 480px;
  color: #fff;
}

@media (min-width: 600px) {
  .p-method-banner {
    min-height: 500px;
  }
}

@media (min-width: 1024px) {
  .p-method-banner {
    min-height: 755px;
  }
}

.p-method-banner__media {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("/assets/images/top/top-method-bg-sp.png") no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 600px) {
  .p-method-banner__media {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
      url("/assets/images/top/top-method-bg-pc.png") no-repeat;
    background-position: bottom center;
  }
}

@media (min-width: 1024px) {
  .p-method-banner__media {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url("/assets/images/top/top-method-bg-pc.png") no-repeat;
    background-position: right center;
  }
}

.p-method-banner__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  min-height: 480px;
  padding: var(--space-6) 4%;
  gap: var(--page-block-gap);
}

@media (min-width: 600px) {
  .p-method-banner__content {
    align-items: end;
    min-height: 500px;
    padding: 240px 4% 88px 0;
  }

  .p-method-banner__content > * {
    width: min(420px, 100%);
  }
}

@media (min-width: 1024px) {
  .p-method-banner__content {
    align-items: end;
    min-height: 755px;
    padding: 0 3% 0 0;
  }
}

.p-method-banner__content > * {
  width: min(335px, 100%);
}

.l-wrap-m.p-method-banner__content {
  width: auto;
}

@media (min-width: 1024px) {
  .p-method-banner__content > * {
    width: min(388px, 100%);
  }
}

@media (min-width: 1024px) {
  .l-wrap-m.p-method-banner__content {
    width: min(89%, 1400px);
  }
}

.p-method-banner__text {
  margin: 0 0 var(--space-2);
}

@media (min-width: 1024px) {
  .p-method-banner__text {
    margin: 0 0 var(--space-5);
    font-size: var(--fs-body);
  }
}

/* --------------------------------------
   体制 System
-------------------------------------- */
.p-system__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  gap: 40px;
}

@media (min-width: 600px) {
  .p-system__grid {
    gap: 56px;
  }
}

@media (min-width: 1024px) {
  .p-system__grid {
    grid-template-columns: minmax(0, 993px) 510px;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-system__images {
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: start;
  gap: 20px;
  margin-top: var(--space-5);
}

@media (min-width: 600px) {
  .p-system__images {
    grid-template-columns: 260px 1fr;
    gap: 24px;
    margin-top: var(--space-6);
  }
}

@media (min-width: 1024px) {
  .p-system__images {
    grid-template-columns: 3fr 4fr;
    gap: 56px;
    margin-top: var(--space-6);
  }
}

.p-system__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

.p-system__image--small {
  margin-top: 0;
}

@media (min-width: 600px) {
  .p-system__image.p-system__image--large {
    margin-top: 20%;
  }
}

.p-system__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .p-system__content {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .p-system__content {
    gap: 56px;
    padding-bottom: var(--space-1);
  }
}

.p-system__lead,
.p-system__bio {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-system__lead {
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-key);
  font-size: var(--fs-body-lg);
  font-weight: 700;
}

@media (min-width: 1024px) {
  .p-system__lead {
    padding-bottom: var(--space-5);
  }
}

.p-system__role,
.p-system__name {
  margin: 0;
  font-weight: 700;
}

.p-system__role {
  font-size: var(--fs-body-lg);
  line-height: 1.8;
}

.p-system__name {
  margin-top: var(--space-1);
  font-size: var(--fs-3xl);
  line-height: 1.2;
}

.p-system__bio {
  margin-top: var(--space-4);
}

@media (min-width: 1024px) {
  .p-system__bio {
    width: min(100%, 400px);
  }
}

.p-system__btn .c-button {
  margin: auto;
}

@media (min-width: 1024px) {
  .p-system__btn .c-button {
    margin: 0 auto 0 0;
  }
}

/* --------------------------------------
   FAQ
-------------------------------------- */

.p-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 600px) {
  .p-faq__grid {
    gap: 56px;
  }
}

@media (min-width: 1024px) {
  .p-faq__grid {
    grid-template-columns: 1fr minmax(0, 1091px);
    gap: 120px;
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-faq-item {
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-gray01);
}

.p-faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 20px;
  background: var(--color-key);
  color: var(--color-white);
  cursor: pointer;
  list-style: none;
  font-size: var(--fs-body);
  font-weight: 700;
}

@media (min-width: 600px) {
  .p-faq-item summary {
    padding: 24px 24px;
  }
}

@media (min-width: 1024px) {
  .p-faq-item summary {
    padding: 28px 30px;
    gap: 1.5rem;
  }
}

.p-faq-item__label {
  flex: 0 0 auto;
  line-height: 1.25;
  font-size: var(--fs-xl);
}

@media (min-width: 600px) {
  .p-faq-item__label {
    margin-top: -1px;
  }
}

@media (min-width: 1024px) {
  .p-faq-item__label {
    line-height: 1;
    margin-top: -2px;
  }
}

.p-faq-item__question {
  flex: 1 1 auto;
  min-width: 0;
}

.p-faq-item[open] {
  border: 1px solid var(--color-key);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.p-faq-item summary::-webkit-details-marker {
  display: none;
}

.p-faq-item summary::after {
  content: "+";
  font-size: var(--fs-xl);
  line-height: 1;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-faq-item[open] summary::after {
  transform: rotate(135deg);
}

.p-faq-item__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: height 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height, opacity, transform;
}

.p-faq-item[open] .p-faq-item__content {
  opacity: 1;
  transform: translateY(0);
}

.p-faq-item p {
  margin: 0;
  padding: var(--space-3) 20px;
  background: var(--color-gray01);
  font-size: var(--fs-body);
  line-height: 1.8;
}

@media (min-width: 600px) {
  .p-faq-item p {
    padding: var(--space-3) 24px var(--space-4);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-faq-item summary::after,
  .p-faq-item__content {
    transition: none;
  }
}

@media (min-width: 1024px) {
  .p-faq-item p {
    padding: 40px;
  }

  #top.l-wraper {
    padding-bottom: 0;
  }
}

/* --------------------------------------
   Services
-------------------------------------- */
.p-section-intro__lead {
  margin: 0 0 var(--space-1);
  font-size: var(--fs-body-lg);
  font-weight: 700;
}

.p-services {
  position: relative;
  overflow: hidden;
}

/* .p-services::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: min(42vw, 280px);
  background: url("/assets/images/top/case-sutudy-bg.png") center bottom / cover
    no-repeat;
  pointer-events: none;
  z-index: 0;
} */

.p-services > * {
  position: relative;
  z-index: 1;
}

.p-services__intro {
  display: grid;
  gap: 18px;
}

.p-services__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.p-services__label,
.p-services__title,
.p-services__lead,
.p-service-card__label,
.p-service-card__title,
.p-service-card__description,
.p-service-card__detail-heading {
  margin: 0;
}

/* .p-services__label {
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.7;
} */

.p-services__title {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* .p-services__title::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--color-black);
  transform: rotate(-48deg);
  transform-origin: center;
} */

.p-services__lead {
  margin: 0 0 var(--space-1);
  font-size: var(--fs-body-lg);
  font-weight: 700;
}

.p-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 48px;
}

.p-service-card {
  --service-card-accent: var(--color-service-execution);
  --service-card-soft: var(--color-service-execution-soft);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-service-card--build {
  --service-card-accent: var(--color-service-build);
  --service-card-soft: var(--color-service-build-soft);
}

.p-service-card--boost {
  --service-card-accent: var(--color-service-boost);
  --service-card-soft: var(--color-service-boost-soft);
}

.p-service-card__main,
.p-service-card__detail {
  padding: 24px 20px 28px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.p-service-card__main {
  background: var(--color-white);
  text-align: center;
}

.p-service-card__detail {
  margin-top: 8px;
  background: var(--service-card-soft);
}

.p-service-card__icon {
  width: min(100%, 250px);
  height: auto;
  margin: -50px auto 16px;
  object-fit: contain;
}

.p-service-card__label {
  color: var(--service-card-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.p-service-card__title {
  margin-top: 10px;
  color: var(--service-card-accent);
  font-family: "Inter", var(--font-base);
  font-size: clamp(1.5rem, 1.33rem + 0.58vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
}

.p-service-card__description {
  margin-top: 14px;
  color: var(--color-black);
  font-size: clamp(1.125rem, 1.03rem + 0.35vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.p-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--color-black);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  transition: opacity 0.25s ease;
}

.p-service-card__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/images/common/arrow-right-gray-black.svg") center /
    contain no-repeat;
  transition: transform 0.25s ease;
}

.p-service-card__link:hover,
.p-service-card__link:focus-visible {
  opacity: 0.72;
}

.p-service-card__link:hover::after,
.p-service-card__link:focus-visible::after {
  transform: translateX(6px);
}

.p-service-card__detail-heading {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.14);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p-service-card__list {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.p-service-card__list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.p-service-card__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/assets/images/common/icon-check-mark.svg") center / contain
    no-repeat;
}

.p-services__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

@media (min-width: 600px) {
  .p-services__intro {
    gap: 20px;
  }

  .p-services__grid {
    gap: 40px;
  }

  .p-service-card__main,
  .p-service-card__detail {
    padding-right: 28px;
    padding-left: 28px;
  }

  .p-service-card__icon {
    width: min(100%, 220px);
    margin: 16px auto 16px;
  }
  .p-service-card__description br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .p-services__intro {
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 28px;
  }

  .p-services__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .p-services__label {
    padding-bottom: 10px;
  }
  .p-service-card__title {
    margin-top: 0px;
  }
  .p-service-card__description {
    line-height: 1.4;
  }
  .p-services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 8rem;
  }

  .p-service-card {
    align-items: stretch;
  }

  .p-service-card__main,
  .p-service-card__detail {
    padding: 34px 26px 32px;
  }

  .p-service-card__main {
    min-height: 350px;
  }

  .p-service-card__detail {
    min-height: 220px;
  }

  .p-service-card__icon {
    width: min(100%, 320px);
    margin-top: -100px;
  }

  .p-service-card__title {
    font-size: 25px;
  }

  .p-service-card__description {
    font-size: 20px;
  }
  .p-service-card__link {
    margin-top: 32px;
  }
  .p-service-card__list li {
    font-size: 16px;
  }

  .p-services__action {
    margin-top: 56px;
  }
}

/* --------------------------------------
   Case Study
-------------------------------------- */
.p-case-study {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--space-7);
  background: url("/assets/images/top/case-sutudy-bg.png") center bottom / 100%
    auto no-repeat;
}

.p-case-study > * {
  position: relative;
  z-index: 1;
}

.p-case-study__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--page-block-gap);
}

.p-case-study__text p {
  line-height: 1.2;
  font-weight: normal;
}
.p-case-study__summary {
  display: grid;
  gap: var(--page-group-gap);
}

.p-case-study__summary-card {
  display: grid;
  gap: var(--space-2);
  padding: 24px 20px 22px;
  border-radius: 24px;
  background: var(--color-white);
}

.p-case-study__summary-title,
.p-case-study__summary-note {
  margin: 0;
}

.p-case-study__summary-title {
  color: var(--color-black);
  font-size: var(--fs-h6);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-case-study__summary-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-case-study__summary-note {
  color: rgba(38, 38, 38, 0.72);
  font-size: var(--fs-body-xs);
  line-height: 1.6;
  text-align: right;
}

@media (min-width: 600px) {
  .p-case-study__summary {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
  }

  .p-case-study__summary-card {
    gap: var(--space-3);
    padding: 28px 24px 24px;
  }

  .p-case-study__summary-card--wide {
    grid-column: span 3;
  }

  .p-case-study__summary-card:not(.p-case-study__summary-card--wide) {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .p-case-study__summary {
    gap: 24px;
  }

  .p-case-study__summary-card {
    gap: var(--space-3);
    padding: 32px 28px 28px;
    border-radius: 28px;
  }

  .p-case-study__summary-card--wide {
    padding: 32px 17% 28px;
  }
}

/* --------------------------------------
   Services サービス内容
-------------------------------------- */

.p-subpage {
  background: var(--color-gray01);
}

.p-subpage-placeholder {
  display: grid;
  gap: var(--page-group-gap);
  justify-items: center;
  padding: 40px 24px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-white);
  text-align: center;
}

.p-subpage-placeholder__title,
.p-subpage-placeholder__text {
  margin: 0;
}

.p-subpage-placeholder__title {
  font-size: var(--fs-h4);
  font-weight: 700;
}

.p-subpage-placeholder__text {
  max-width: 46em;
  font-size: var(--fs-body);
  font-weight: 700;
}

body.p-assessment-page .l-subpage-main {
  padding-bottom: 0;
}
.p-assessment-page__form {
  padding: var(--space-6) 0;
}
.p-assessment-page__form-title {
  padding-bottom: var(--space-4);
}

.p-assessment-page__lead {
  text-align: center;
}

.p-assessment-page__lead-title,
.p-assessment-page__form-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-assessment-page__overview,
.p-assessment-page__process {
  display: grid;
}

.p-assessment-page__two-column,
.p-assessment-page__process-grid {
  display: grid;
}

.p-assessment-page__summary {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-assessment-page__block-text {
  display: grid;
  padding-bottom: var(--space-4);
}

.p-assessment-page__block-text p {
  margin: 0;
  font-size: var(--fs-body);
}

.p-assessment-page__list-card .c-lined-icon-list {
  --lined-icon-list-item-padding-y: 14px;
  --lined-icon-list-padding-left: 32px;
  --lined-icon-list-icon-top: 18px;
  --lined-icon-list-border-color: rgba(26, 26, 26, 0.18);
}

.p-assessment-page__list-card .c-lined-icon-list li {
  font-weight: 700;
}

.p-assessment-page__stance-note {
  margin: var(--space-3) 0;
  font-size: var(--fs-body-lg);
  font-weight: 700;
}

.p-assessment-page__process-visual {
  overflow: hidden;
  border-radius: 20px;
}

.p-assessment-page__process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-assessment-page__consent {
  display: grid;
  justify-items: center;
  gap: var(--page-group-gap);
}

.p-assessment-page__consent-text {
  margin: 0;
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.p-assessment-page__consent-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.8;
}

.p-assessment-page__consent-check input {
  width: 20px;
  height: 20px;
  margin: 0;
}

#mailformpro .p-assessment-page__consent-check.mfp_checked,
#mailformpro .p-assessment-page__consent-check.mfp_not_checked {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.p-assessment-page__submit {
  display: grid;
  justify-items: center;
  gap: var(--page-block-gap);
}

#mailformpro .c-form-table__control textarea,
#mailformpro .c-form-table__control textarea.mfp_element_textarea {
  min-height: 220px;
  line-height: 1.8;
}

#mailformpro .p-assessment-page__submit .c-button {
  width: min(100%, 400px);
  min-height: 60px;
  justify-content: center;
  border: 1px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

#mailformpro .p-assessment-page__submit .c-button.mfp_element_submit,
#mailformpro .p-assessment-page__submit .c-button.mfp_element_submit:hover,
#mailformpro
  .p-assessment-page__submit
  .c-button.mfp_element_submit:focus-visible,
#mailformpro .p-assessment-page__submit .c-button:hover {
  border-color: var(--color-black);
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: none;
  text-shadow: none;
  transform: none;
}

@media (min-width: 600px) {
  #mailformpro .c-form-table__control textarea,
  #mailformpro .c-form-table__control textarea.mfp_element_textarea {
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .p-assessment-page__lead-title,
  .p-assessment-page__form-title {
    line-height: 1.5;
  }

  .p-assessment-page__overview,
  .p-assessment-page__process {
    gap: 60px;
  }

  .p-assessment-page__summary,
  .p-assessment-page__block-text p,
  .p-assessment-page__consent-text,
  .p-assessment-page__consent-check {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-assessment-page__process-grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .p-assessment-page__process-visual {
    min-height: 554px;
  }

  #mailformpro .p-assessment-page__submit .c-button {
    min-height: 64px;
    font-size: var(--fs-body);
  }
}

#mfp_button_send.mfp_element_button,
#mfp_button_cancel.mfp_element_button {
  min-width: 180px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  box-shadow: none;
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

#mfp_button_send.mfp_element_button {
  background: var(--color-black);
  color: var(--color-white);
}

#mfp_button_cancel.mfp_element_button {
  background: var(--color-white);
  color: var(--color-black);
}

.p-company-page__lead {
  text-align: center;
}

.p-company-page__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-company-page__table-wrap {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.p-company-page__value {
  padding: 72px 0 48px;
}

@media (min-width: 1024px) {
  .p-company-page__title {
    line-height: 1.5;
  }
}

/* .p-company-page__fund {
  padding: 0 0 56px;
} */

/* --------------------------------------
   体制ページ system.html
-------------------------------------- */
.p-system-page__lead {
  text-align: center;
}

.p-system-page__lead-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-system-page__profile {
  overflow: hidden;
  display: grid;
  border-radius: 20px;
  background: var(--color-white);
}

.p-system-page__profile-visual {
  min-height: 320px;
}

.p-system-page__profile-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-system-page__profile-body {
  display: grid;
  align-content: center;
  padding: 32px 24px;
}

.p-system-page__profile-heading {
  display: grid;
}

.p-system-page__role,
.p-system-page__name {
  margin: 0;
  font-weight: 700;
}

.p-system-page__role {
  color: var(--color-key);
  font-size: var(--fs-body-lg);
  line-height: 1.8;
}

.p-system-page__name {
  font-size: clamp(2rem, 1.7rem + 1vw, 2.5rem);
  line-height: 1.4;
}

.p-system-page__profile-text,
.p-system-page__card-text,
.p-system-page__sections,
.p-system-page__cards {
  display: grid;
}

.p-system-page__profile-text p,
.p-system-page__card-text p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-system-page__member-group {
  display: grid;
}

.p-system-page__member-heading {
  text-align: center;
}

.p-system-page__member-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-system-page__section {
  display: grid;
}

.p-system-page__card {
  padding: 32px 24px;
  display: grid;
}

.p-system-page__card-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-system-page .c-lined-icon-list {
  --lined-icon-list-item-padding-y: 18px;
  --lined-icon-list-padding-left: 36px;
  --lined-icon-list-icon-top: 22px;
  --lined-icon-list-font-weight: 700;
  --lined-icon-list-border-color: rgba(26, 26, 26, 0.18);
}

@media (min-width: 600px) and (max-width: 1023px) {
  .p-system-page__profile {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: stretch;
  }

  .p-system-page__profile-body {
    padding: 32px 28px;
  }
}

@media (min-width: 1024px) {
  .p-system-page__profile-section .p-system-page__profile {
    margin-right: auto;
    margin-left: unset;
  }

  .p-system-page__lead-title {
    line-height: 1.5;
  }

  .p-system-page__profile {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 693px;
  }

  .p-system-page__profile-body {
    padding: 80px;
  }

  .p-system-page__profile-text p,
  .p-system-page__card-text p,
  .p-system-page .c-lined-icon-list li {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-system-page__card {
    padding: 40px;
  }

  .p-system-page .c-lined-icon-list {
    --lined-icon-list-icon-top: 20px;
  }
}

.p-sitemap-page__lead {
  text-align: center;
}

.p-sitemap-page__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-sitemap-page__sections {
  display: grid;
}

.p-sitemap-page__section {
  display: grid;
}

.p-sitemap-page__card {
  padding: 32px 24px;
}

.p-sitemap-page__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap-page__list li {
  margin: 0;
}

.p-sitemap-page__list a {
  display: inline-flex;
  align-items: center;
  color: var(--color-black);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.p-sitemap-page__list a::after {
  content: "";
  padding-left: 24px;
  width: 8px;
  height: 14px;
  background: url("/assets/images/common/icon-arrow.svg") center / contain
    no-repeat;
}

@media (min-width: 1024px) {
  .p-sitemap-page__title {
    line-height: 1.5;
  }

  .p-sitemap-page__card {
    padding: 40px;
  }

  .p-sitemap-page__list a {
    font-size: var(--fs-body);
    line-height: 1.8;
  }
}

.p-privacy-page__lead {
  text-align: center;
}

.p-privacy-page__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-privacy-page__intro {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-privacy-page__sections {
  display: grid;
}

.p-privacy-page__section {
  display: grid;
}

.p-privacy-page__text {
  display: grid;
}

.p-privacy-page__text p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-privacy-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.p-privacy-page__list li {
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-privacy-page__action {
  display: grid;
  justify-items: start;
}

.p-privacy-page__contact {
  display: grid;
  gap: calc(var(--page-group-gap) * 0.35);
}

@media (min-width: 1024px) {
  .p-privacy-page__intro,
  .p-privacy-page__text p,
  .p-privacy-page__list li {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-privacy-page__action .c-button {
    padding: var(--space-2) 20px var(--space-2) 24px;
  }
}

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

　　HSE METHOD 
　　なぜ SILVAは成果が出るのか
-------------------------------------- */
.p-method-page__intro,
.p-method-page__issue,
.p-method-page__flow,
.p-method-page__dont,
.p-method-page__usecase {
  display: grid;
}

.p-method-page__intro-title,
.p-method-page__section-title,
.p-method-overview__title {
  margin: 0;
}

.p-method-page__intro-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.p-method-overview {
  display: grid;
  gap: var(--page-block-gap);
  padding: 32px 24px;
  border-radius: 20px;
  background: var(--color-white);
}

.p-method-overview__logo {
  display: flex;
  justify-content: center;
}

.p-method-overview__logo img {
  width: min(100%, 220px);
  height: auto;
}

.p-method-overview__body {
  display: grid;
}

.p-method-overview__title {
  font-weight: 700;
  line-height: 1.5;
}

.p-method-overview__text {
  display: grid;
}

.p-method-overview__text p,
.p-method-page__lead,
.p-method-issue__lead,
.p-method-issue__conclusion {
  margin: 0;
}

.p-method-overview__text p,
.p-method-page__lead,
.p-method-issue__lead {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.8;
}

.p-method-page__section-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-black);
}

.p-method-page__section-title {
  font-weight: 700;
  line-height: 1.5;
}

.p-method-issue {
  display: grid;
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-white);
}

.p-method-issue__visual {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.p-method-issue__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-method-issue__body {
  display: grid;
  padding: 32px 24px;
}

.p-method-issue .c-lined-icon-list,
.p-method-usecase .c-lined-icon-list {
  --lined-icon-list-item-padding-y: 12px;
  --lined-icon-list-padding-left: 28px;
  --lined-icon-list-icon-top: 16px;
  --lined-icon-list-font-weight: 700;
  --lined-icon-list-border-color: rgba(26, 26, 26, 0.18);
}

.p-method-dont-card p {
  position: relative;
  padding-left: 28px;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-method-dont-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.p-method-issue__conclusion {
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-method-flow {
  display: grid;
}

.p-method-flow__item {
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--color-white);
}

.p-method-flow__step,
.p-method-flow__label {
  margin: 0;
}

.p-method-flow__step {
  font-family: var(--font-eng);
  font-size: var(--fs-xs);
  font-weight: 600;
  line-height: 1.4;
}

.p-method-flow__label {
  margin-top: 10px;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.6;
}

.p-method-flow__arrow {
  display: none;
}

.p-method-dont-grid {
  display: grid;
}

.p-method-dont-card {
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--color-white);
}

.p-method-dont-card p {
  margin: 0;
}

.p-method-dont-card p::before {
  background-image: url("/assets/images/common/icon-batsu.svg");
}

.p-method-usecase__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

/* .p-method-usecase__visual::before {
  background: rgba(0, 0, 0, 0.42);
} */

@media (min-width: 600px) {
  .p-method-overview {
    padding: 40px 32px;
  }

  .p-method-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .p-method-page__intro-title {
    line-height: 1.5;
  }

  .p-method-overview {
    grid-template-columns: 282px minmax(0, 590px);
    align-items: center;
    justify-content: center;
    gap: var(--page-block-gap);
    min-height: 342px;
    padding: 48px 80px;
  }

  .p-method-overview__logo img {
    width: 282px;
  }

  .p-method-overview__text p,
  .p-method-page__lead,
  .p-method-issue__lead {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-method-page__section-heading {
    padding-bottom: 15px;
  }

  .p-method-issue {
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
  }

  .p-method-issue__visual {
    min-height: 336px;
  }

  .p-method-issue__body {
    align-content: center;
    padding: 60px;
  }

  .p-method-issue__lead {
    width: 601px;
  }

  .p-method-issue .c-lined-icon-list li,
  .p-method-usecase .c-lined-icon-list li,
  .p-method-dont-card p {
    font-size: var(--fs-body-lg);
    line-height: 1.8;
  }

  .p-method-issue__conclusion {
    font-size: var(--fs-body-lg);
    line-height: 1.8;
  }

  .p-method-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr) 24px) minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
  }

  .p-method-flow__item {
    min-height: 124px;
    padding: 40px 26px;
  }

  .p-method-flow__step {
    font-size: var(--fs-body-sm);
  }

  .p-method-flow__label {
    margin-top: 20px;
    font-size: var(--fs-body-lg);
    line-height: 1.8;
  }

  .p-method-flow__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-method-flow__arrow img {
    width: 8px;
    height: 15px;
  }

  .p-method-dont-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .p-method-dont-card {
    min-height: 100px;
    padding: 34px 32px;
  }
  .p-method-dont-card p::before {
    top: 11px;
  }
  .p-method-usecase__visual-copy {
    justify-content: center;
    padding: 60px;
  }

  .p-method-usecase__title {
    text-align: center;
    line-height: 1.5;
  }

  .p-method-usecase__body .c-button {
    min-width: 286px;
  }

  .p-method-issue .c-lined-icon-list,
  .p-method-usecase .c-lined-icon-list {
    --lined-icon-list-icon-top: 23px;
  }
}

.p-service-page__intro {
  display: grid;
  gap: 0;
  justify-items: center;
  text-align: center;
}

.p-service-page__intro-title,
.p-service-page__section-title,
.p-service-statement__title {
  margin: 0;
}

.p-service-page__intro-title {
  font-weight: 700;
  line-height: 1.5;
}

.p-service-page__message {
  display: grid;
  justify-items: center;
  text-align: center;
}

.p-service-page__intro-lead {
  margin: 0;
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.6;
}

.p-service-page__intro-text {
  display: grid;
  gap: 8px;
}

.p-service-page__intro-text p {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-page__section-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-black);
}

.p-service-page__section-title {
  font-weight: 700;
  line-height: 1.5;
}

.p-service-page__acceptance,
.p-service-page__support {
  display: grid;
}

.p-service-page__services {
  display: grid;
}

.p-service-page__services-grid {
  display: grid;
}

.p-service-offer {
  display: grid;
  gap: var(--page-block-gap);
  border-radius: 20px;
  background: var(--color-white);
  padding: 32px 24px;
}

.p-service-offer__main,
.p-service-offer__detail {
  padding: 0;
  background: transparent;
}

.p-service-offer__main {
  display: grid;
  gap: var(--page-block-gap);
}

.p-service-offer__icon-row {
  display: flex;
  align-items: center;
  gap: var(--page-group-gap);
}

.p-service-offer__icon {
  width: 72px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.p-service-offer__header {
  display: grid;
  gap: var(--space-half);
}

.p-service-offer__label,
.p-service-offer__title,
.p-service-offer__lead,
.p-service-offer__detail-title {
  margin: 0;
}

.p-service-offer__label {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.7;
  order: 2;
}

.p-service-offer__title {
  font-weight: 700;
  line-height: 1.4;
  order: 1;
}

.p-service-offer__lead {
  margin-bottom: var(--page-group-gap);
  font-size: var(--fs-body-lg);
  font-weight: 700;
  line-height: 1.7;
}

.p-service-offer__text {
  display: grid;
  gap: calc(var(--page-group-gap) / 3);
}

.p-service-offer__text p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-service-offer__detail {
  display: grid;
  gap: var(--page-group-gap);
  align-content: start;
  padding: 24px 20px;
  border: 1px solid rgba(128, 128, 128, 0.8);
  border-radius: 8px;
  background: var(--color-white);
  margin-top: var(--space-2);
}

.p-service-offer__detail-title {
  font-weight: 700;
  line-height: 1.5;
}

.p-service-offer__detail-list {
  display: grid;
  gap: calc(var(--page-group-gap) / 3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-service-offer__detail-list li {
  position: relative;
  padding-left: 1em;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.p-service-offer__detail-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.p-service-page__acceptance-grid,
.p-service-support-grid {
  display: grid;
  gap: var(--page-group-gap);
}

.p-service-accept-card,
.p-service-support-card {
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-white);
}

.p-service-accept-card__image-wrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.p-service-accept-card__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.p-service-accept-card__body,
.p-service-support-card {
  padding: 28px 24px;
}

.p-service-accept-card__eyebrow,
.p-service-support-card__eyebrow {
  margin: 0;
  color: rgba(38, 38, 38, 0.2);
  font-family: var(--font-eng);
  font-size: clamp(1.5rem, 1.32rem + 0.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
}

.p-service-accept-card__title,
.p-service-support-card__title {
  margin: 10px 0 0;
  font-weight: 700;
  line-height: 1.6;
}

.p-service-accept-card .c-lined-icon-list,
.p-service-support-card .c-lined-icon-list {
  margin: 24px 0 0;
  --lined-icon-list-item-padding-y: 14px;
  --lined-icon-list-padding-left: 28px;
  --lined-icon-list-icon-top: 19px;
  --lined-icon-list-font-weight: 400;
  --lined-icon-list-border-color: rgba(26, 26, 26, 0.18);
}

.p-service-accept-card .c-lined-icon-list li,
.p-service-support-card .c-lined-icon-list li {
  font-size: var(--fs-body-sm);
  line-height: 1.7;
}

.p-service-page__statement {
  position: relative;
}

.p-service-statement {
  margin-top: 0;
  padding: var(--space-5) 24px;
  background-color: var(--color-key);
  background-image: url(/assets/images/common/bg-logo-mark.png);
  background-repeat: no-repeat;
  background-position: right 14px bottom -30px;
  background-size: 100px auto;
  color: var(--color-white);
}

.p-service-statement__copy {
  position: relative;
  z-index: 1;
  display: grid;
}

.p-service-statement__title {
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.5;
}

.p-service-statement__text {
  display: grid;
}

.p-service-statement__text p {
  margin: 0;
  color: var(--color-white);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-page__reason {
  padding-bottom: var(--space-2);
}

.p-service-directory-hero {
  padding: 32px 0 0;
}

.p-service-directory-hero__inner {
  position: relative;
}

.p-service-directory-hero__visual {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.p-service-directory-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.48),
    rgba(0, 0, 0, 0.1) 55%,
    rgba(0, 0, 0, 0)
  );
}

.p-service-directory-hero__visual img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.p-service-directory-hero__copy {
  position: absolute;
  left: 32px;
  bottom: 28px;
  z-index: 1;
  color: var(--color-white);
}

.p-service-directory-hero__label,
.p-service-directory-hero__title {
  margin: 0;
}

.p-service-directory-hero__label {
  font-size: var(--fs-body-sm);
  letter-spacing: 0.08em;
}

.p-service-directory-hero__title {
  margin-top: 8px;
  font-family: var(--font-eng);
  font-size: clamp(2.25rem, 1.67rem + 2.5vw, 3.625rem);
  font-weight: 700;
  line-height: 1;
}

.p-service-directory__intro {
  justify-items: center;
  text-align: center;
}

.p-service-directory__intro-title {
  margin: 0;
  font-size: clamp(1.5rem, 1.14rem + 1.54vw, 2.25rem);
  font-weight: 700;
  line-height: 1.7;
}

.p-service-directory__card-list {
  display: grid;
  gap: 16px;
}

.p-service-directory-card {
  --service-card-accent: var(--color-service-execution);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 24px 20px;
}

.p-service-directory-card--execution {
  --service-card-accent: var(--color-service-execution);
}

.p-service-directory-card--execution .p-service-directory-card__copy,
.p-service-directory-card--build .p-service-directory-card__copy,
.p-service-directory-card--boost .p-service-directory-card__copy {
  padding-block: 10px;
}

.p-service-directory-card--execution .p-service-directory-card__visual,
.p-service-directory-card--build .p-service-directory-card__visual,
.p-service-directory-card--boost .p-service-directory-card__visual {
  padding-top: 0;
}

.p-service-directory-card--execution .p-service-directory-card__visual img,
.p-service-directory-card--build .p-service-directory-card__visual img,
.p-service-directory-card--boost .p-service-directory-card__visual img {
  width: min(100%, 360px);
}

.p-service-directory-card--execution,
.p-service-directory-card--build,
.p-service-directory-card--boost {
  padding: 28px clamp(24px, 5vw, 40px);
}

.p-service-directory-card--build {
  --service-card-accent: var(--color-service-build);
}

.p-service-directory-card--boost {
  --service-card-accent: var(--color-service-boost);
}

.p-service-directory-card__main {
  display: grid;
  gap: 20px;
}

.p-service-directory-card__copy {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100%;
  order: 2;
}

.p-service-directory-card__heading {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.p-service-directory-card__title,
.p-service-directory-card__label,
.p-service-directory-card__lead,
.p-service-directory-card__body,
.p-service-directory-card__detail-title,
.p-service-directory-card__detail-text {
  margin: 0;
}

.p-service-directory-card__title {
  color: var(--service-card-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-2xl);
  font-weight: 700;
  line-height: 1.2;
}

.p-service-directory-card__label {
  color: var(--service-card-accent);
  font-size: var(--fs-body-xs);
  font-weight: 700;
  line-height: 1.7;
}

.p-service-directory-card__text {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.p-service-directory-card__lead {
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-directory-card__body {
  font-size: var(--fs-body-xs);
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
}

.p-service-directory-card__detail {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 20px 24px;
  background: var(--color-surface-muted);
}

.p-service-directory-card__detail-title {
  font-size: var(--fs-body-xs);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-service-directory-card__detail-text {
  font-size: var(--fs-2xs);
  line-height: 1.6;
}

.c-button--service-directory {
  width: min(100%, 220px);
  /* padding: 16px 18px 16px 24px; */
  justify-self: start;
  border-radius: 4px;
  background: var(--service-card-accent);
  border-color: var(--service-card-accent);
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.c-button--service-directory::after {
  width: 16px;
  height: 16px;
}

.c-button--service-directory:hover {
  opacity: 0.84;
}

.c-button--service-directory:hover::after,
.c-button--service-directory:focus-visible::after {
  transform: translateX(6px);
}

.c-button--service-directory:active::after {
  transform: translateX(3px);
}

.p-service-directory-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  order: 1;
  padding: 4px 0 0;
}

.p-service-directory-card__visual img {
  width: min(100%, 320px);
  height: auto;
}

.p-service-detail-page {
  --service-accent: var(--color-service-execution);
  --service-accent-rgb: var(--color-service-execution-rgb);
  --service-soft: var(--color-service-execution-soft);
  --service-pale: var(--color-service-execution-pale);
  --service-dark: #202124;
  --service-ink: var(--color-service-execution-ink);
  --service-flow-step-active-bg: #e0e8f0;
  --service-flow-step-active-border: #1c528a;
}

.p-service-detail-page--green {
  --service-accent: var(--color-service-build);
  --service-accent-rgb: var(--color-service-build-rgb);
  --service-soft: var(--color-service-build-soft);
  --service-pale: var(--color-service-build-pale);
  --service-ink: var(--color-service-build-ink);
  --service-flow-step-active-bg: #e4eff0;
  --service-flow-step-active-border: #268269;
}

.p-service-detail-page--red {
  --service-accent: var(--color-service-boost);
  --service-accent-rgb: var(--color-service-boost-rgb);
  --service-soft: var(--color-service-boost-soft);
  --service-pale: var(--color-service-boost-pale);
  --service-ink: var(--color-service-boost-ink);
  --service-flow-step-active-bg: #f7e9e9;
  --service-flow-step-active-border: #ba3b34;
}

.p-service-detail__hero {
  display: grid;
  gap: 24px;
}

.p-service-detail__hero-shell {
  gap: 0;
  padding-top: 20px;
  padding-bottom: 28px;
}

.p-service-detail__content {
  padding-top: 0;
}

.p-service-detail__hero-stage {
  position: relative;
}

.p-service-detail__hero-stage--execution {
  isolation: isolate;
}

.p-service-detail__hero-stage--execution::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--color-white);
  z-index: -1;
}

.p-service-detail__hero-main {
  display: grid;
  gap: 24px;
}

.p-service-detail__hero-copy {
  display: grid;
  gap: 16px;
  order: 1;
  z-index: 1;
  margin-top: -40px;
}

.p-service-detail__hero-message {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  border-left: 2px solid var(--service-accent);
}

.p-service-detail__section-wrap--wide {
  width: min(92%, 1280px);
}

.p-service-detail__hero-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.p-service-detail__hero-meta-copy {
  display: grid;
  gap: 10px;
  align-content: center;
}

.p-service-detail__hero-icon {
  display: none;
  width: 59px;
  height: auto;
}

.p-service-detail__badge,
.p-service-detail__target,
.p-service-detail__lead {
  margin: 0;
}

.p-service-detail__badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid var(--service-accent);
  background: var(--service-accent);
  color: var(--color-white);
  font-size: var(--fs-body-xs);
  font-weight: 700;
  line-height: 1.6;
}

.p-service-detail__badge .c-font-eng,
.p-service-detail__related-card p .c-font-eng {
  font-weight: inherit;
}

.p-service-detail__target {
  color: var(--service-accent);
  font-size: var(--fs-body-xs);
  line-height: 1.8;
}

.p-service-detail__title {
  margin: 0;
  color: var(--service-ink);
  font-size: var(--fs-subpage-kv-title);
  font-weight: 700;
  line-height: 1.4;
}

.p-service-detail__title-line {
  display: inline-block;
  white-space: nowrap;
}

.p-service-detail__lead {
  max-width: 52rem;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-detail__hero-actions {
  display: grid;
  gap: 12px;
}
@media (max-width: 599px) {
  .p-service-detail__hero-actions {
    width: 88%;
  }
}

.p-service-detail__hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.p-service-detail__hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  height: auto;
}

.p-service-detail__hero-panels {
  display: grid;
  gap: 16px;
}

.p-service-detail__stats-card,
.p-service-detail__cta-panel,
.p-service-detail__flow-note-card {
  border-radius: 20px;
}

.p-service-detail__stats-card {
  margin: 0;
  padding: 0;
  border: 2px solid var(--service-accent);
  background: var(--color-white);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.p-service-detail__stats-card--image {
  display: grid;
  gap: 0;
  align-content: start;
}

.p-service-detail__stats-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
}

.p-service-detail__stats-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-service-detail__stats-caption {
  margin: 0;
  padding: 0 18px 14px;
  color: rgba(0, 0, 0, 0.58);
  font-size: var(--fs-body-xs);
  line-height: 1.6;
}

.p-service-detail__stats-caption.c-note {
  padding-left: calc(18px + 0.6em);
}

.p-service-detail__stats-caption.c-note::before {
  left: 18px;
}

.p-service-detail__stats-title,
.p-service-detail__stat-label,
.p-service-detail__stat-value,
.p-service-detail__stats-copy p,
.p-service-detail__cta-title,
.p-service-detail__cta-note,
.p-service-detail__problem-case,
.p-service-detail__problem-title,
.p-service-detail__problem-list,
.p-service-detail__change-lead,
.p-service-detail__change-foot,
.p-service-detail__change-point-label,
.p-service-detail__change-point-value,
.p-service-detail__change-point-text,
.p-service-detail__flow-lead,
.p-service-detail__flow-step p,
.p-service-detail__flow-step h3,
.p-service-detail__flow-note-card h3,
.p-service-detail__flow-note-card ul,
.p-service-detail__flow-note-card p,
.p-service-detail__related-note {
  margin: 0;
}

.p-service-detail__stats-title {
  padding: 14px 18px;
  border-bottom: 2px solid var(--service-accent);
  background: var(--service-soft);
  color: var(--service-ink);
  font-size: var(--fs-body-sm);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-service-detail__stats-title--center {
  text-align: center;
}

.p-service-detail__stats-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.p-service-detail__stats-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-service-detail__stat {
  display: grid;
  gap: 8px;
}

.p-service-detail__stat-label {
  color: rgba(0, 0, 0, 0.68);
  font-size: var(--fs-body-xs);
  line-height: 1.6;
}

.p-service-detail__stat-value {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: clamp(1.5rem, 1.28rem + 0.94vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

.p-service-detail__stat-value span {
  font-size: 0.52em;
}

.p-service-detail__stats-copy {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.p-service-detail__stats-copy p {
  font-size: var(--fs-body-sm);
  line-height: 1.8;
}

.p-service-detail__stats-copy-strong {
  color: var(--service-accent);
  font-weight: 700;
}

.p-service-detail__cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 18px;
  background: var(--service-accent);
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.12);
}

.p-service-detail__cta-panel--gold {
  background: var(--color-gold);
  color: var(--color-black);
}

.p-service-detail__cta-title {
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.5;
}

.p-service-detail__cta-note {
  margin-top: 12px;
  font-size: var(--fs-body-xs);
}

.p-service-detail__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-white);
}

.p-service-detail__cta-arrow img {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(34%) saturate(1470%)
    hue-rotate(176deg) brightness(93%) contrast(93%);
}

.p-service-detail__cta-panel--gold .p-service-detail__cta-arrow img {
  filter: brightness(0) saturate(100%);
}

.p-service-detail__hero--execution {
  position: relative;
}

.p-service-detail__hero--execution .p-service-detail__title {
  padding-left: 0;
  border-left: 0;
}

.p-service-detail__hero--execution .p-service-detail__lead {
  padding-left: 0;
}

.p-service-detail__problems {
  --service-problems-fade-start: 65%;
  --service-problems-fade-middle: 74%;
  --service-problems-fade-middle-alpha: 0.72;
  margin-top: 0;
  overflow: visible;
  padding: 5rem 0;
  background-color: #232323;
  background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0)
    ),
    url("/assets/images/service/service-detail-problems-bg.jpg");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100%;
}

@media (max-width: 1023px) {
  .p-service-detail__problems {
    background-image: linear-gradient(
        180deg,
        rgba(35, 35, 35, 0) var(--service-problems-fade-start),
        rgba(35, 35, 35, var(--service-problems-fade-middle-alpha))
          var(--service-problems-fade-middle),
        #232323 100%
      ),
      linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
      url("/assets/images/service/service-detail-problems-bg.jpg");
    background-position: center top, center top, center top;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100% 100%, auto, 120%;
  }
}

@media (max-width: 599px) {
  .p-service-detail__problems {
    --service-problems-fade-start: 27%;
    --service-problems-fade-middle: 32%;
    --service-problems-fade-middle-alpha: 0.9;
    background-size: 120%;
  }
}

.p-service-detail__section-heading {
  margin: 0;
  text-align: center;
  color: var(--color-white);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.5;
}

.p-service-detail__section-heading--dark {
  color: var(--color-black);
}

.p-service-detail__problem-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

.p-service-detail__problem-card {
  padding: 24px 24px 28px;
  border-radius: 20px;
  background: var(--color-white);
}

.p-service-detail__problem-case {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-body-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-service-detail__problem-title {
  margin-top: 10px;
  font-size: var(--fs-lg);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-detail__problem-list {
  margin-top: 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(26, 26, 26, 0.14);
}

.p-service-detail__problem-list li {
  position: relative;
  padding-left: 28px;
  font-size: var(--fs-md);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-detail__problem-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.p-service-detail__problem-list li + li {
  border-top: 1px solid rgba(26, 26, 26, 0.14);
}

.p-service-detail__change {
  display: grid;
  gap: 24px;
}

.p-service-detail__change-lead,
.p-service-detail__change-foot,
.p-service-detail__flow-lead,
.p-service-detail__related-note {
  text-align: center;
  font-size: var(--fs-md);
  line-height: 1.9;
}
.p-service-detail__change-lead,
.p-service-detail__flow-lead {
  margin-bottom: 1rem;
}

.p-service-detail__change-list {
  display: grid;
  gap: 24px;
}

.p-service-detail__change-card {
  display: grid;
  gap: 0;
}

.p-service-detail__change-before {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 14px 14px 0 0;
  background: #222;
  color: var(--color-white);
}

.p-service-detail__change-before span {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-eng);
  font-size: var(--fs-body-xs);
  font-weight: 700;
}

.p-service-detail__change-before p {
  margin: 0;
  font-size: var(--fs-md);
  line-height: 1.8;
}

.p-service-detail__change-after {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  border-radius: 0 0 14px 14px;
  background: var(--color-white);
}

.p-service-detail__change-copy {
  display: grid;
  gap: 14px;
}

.p-service-detail__change-label {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-body-xs);
  font-weight: 700;
}

.p-service-detail__change-copy h3 {
  margin: 0;
  color: var(--service-accent);
  /* font-size: var(--fs-h4); */
  font-size: var(--fs-md);
  font-weight: 700;
  line-height: 1.7;
}

.p-service-detail__change-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.p-service-detail__change-copy li {
  position: relative;
  padding: 17px 0 17px 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: var(--fs-md);
  line-height: 1.8;
}

.p-service-detail__change-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 14px;
  height: 14px;
  background: url("/assets/images/common/icon-ni-maru.svg") center / contain
    no-repeat;
}

.p-service-detail__change-point {
  display: grid;
  align-content: center;
  justify-items: center;
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--service-soft);
  text-align: center;
}

.p-service-detail__change-point-image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .p-service-detail__hero--execution .p-service-detail__title {
    max-width: 100%;
  }

  .p-service-detail__hero--execution .p-service-detail__title-line {
    display: inline;
    white-space: normal;
  }

  .p-service-detail__change-after--point-aside {
    padding-top: 22px;
  }

  .p-service-detail__change-after--point-aside .p-service-detail__change-copy {
    gap: 12px;
  }

  .p-service-detail__change-after--point-aside .p-service-detail__change-label,
  .p-service-detail__change-after--point-aside
    .p-service-detail__change-copy
    h3 {
    padding-right: 110px;
  }

  .p-service-detail__change-after--point-aside .p-service-detail__change-point {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 92px;
    max-width: 180px;
    margin: 0;
  }

  .p-service-detail__change-after--with-point-image
    .p-service-detail__change-point {
    aspect-ratio: auto;
    border-radius: 0;
    background: transparent;
  }
}

@media screen and (max-width: 599px) {
  .p-service-detail__change-after--point-aside .p-service-detail__change-copy {
    gap: 4px;
  }

  .p-service-detail__change-after--point-aside
    .p-service-detail__change-copy
    ul {
    margin-top: 10px;
  }
  .p-service-detail__change-label {
    margin-bottom: 0;
  }

  .p-service-detail__change-after--point-aside .p-service-detail__change-point {
  }
}

@media (min-width: 600px) {
  .p-service-detail__change-after--point-aside .p-service-detail__change-point {
    width: 100%;
    max-width: 190px;
  }
  .p-service-detail__change-copy li {
    margin-right: 14rem;
  }
  .p-service-detail__change-label {
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .p-service-detail__problems {
    background-position: center center;
    background-size: 110%;
  }
  .p-service-detail__change-copy li {
    margin-right: 0;
  }
  .p-service-detail__change-copy li::before {
    top: 22px;
    width: 20px;
    height: 20px;
  }
  .p-service-detail__change-after--point-aside .p-service-detail__change-point {
    max-width: 266px;
  }
}

.p-service-detail__change-point-label {
  font-size: var(--fs-body-xs);
  line-height: 1.6;
}

.p-service-detail__change-point-value {
  margin-top: 10px;
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-3xl);
  font-weight: 800;
  line-height: 1;
}

.p-service-detail__change-point-value span {
  font-size: 0.42em;
}

.p-service-detail__change-point-text {
  margin-top: 10px;
  color: var(--service-accent);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.6;
}

.p-service-detail__highlight {
  display: block;
  margin-top: 24px;
  border: none;
  background: transparent;
}

.p-service-detail__highlight-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 720px);
  margin-inline: auto;
  text-align: center;
  color: var(--color-white);
}

.p-service-detail__highlight-title,
.p-service-detail__highlight-note {
  margin: 0;
}

.p-service-detail__highlight-title {
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.5;
}

.p-service-detail__highlight-note {
  font-size: var(--fs-body-xs);
}

.p-service-detail__highlight-text {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.p-service-detail__highlight .c-media-callout__visual {
  min-height: 280px;
}

.p-service-detail__highlight .c-media-callout__visual-copy {
  padding: 28px 24px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .p-service-detail__highlight .c-media-callout__visual-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-service-detail__why {
  display: grid;
  gap: 24px;
}

.p-service-detail__why--execution {
  position: relative;
  isolation: isolate;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-service-detail__highlight + .p-service-detail__why--execution {
  margin-top: calc(-1 * var(--subpage-main-gap));
}

.p-service-detail__why--execution::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--service-pale);
  z-index: -1;
}

.p-service-detail__why--execution .p-service-detail__why-grid {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.p-service-detail__why-grid {
  display: grid;
  gap: 1rem;
  padding: 24px 20px;
  background: var(--service-pale);
  border-radius: 24px;
}

.p-service-detail__why-copy {
  display: block;
}

.p-service-detail__why-copy h3,
.p-service-detail__why-copy p,
.p-service-detail__why-stat-label,
.p-service-detail__why-stat-value,
.p-service-detail__mini-stat p,
.p-service-detail__mini-stat strong {
  margin: 0;
}

.p-service-detail__why-copy h3 {
  color: var(--service-accent);
  font-size: var(--fs-h5);
  font-weight: 700;
  line-height: 1.8;
}

.p-service-detail__why-copy h3 + p {
  margin-top: var(--space-3);
}

.p-service-detail__why-copy p + p {
  margin-top: 1em;
}

.p-service-detail__why-copy p {
  font-size: var(--fs-md);
  line-height: 1.9;
}

.p-service-detail__mini-stat {
  border: 1px solid rgba(var(--service-accent-rgb), 0.12);
  background: var(--color-white);
}

.p-service-detail__why-stat-card {
  /* display: grid;
  gap: 16px;
  width: min(284px, 100%);
  padding: 24px 28px; */
}

.p-service-detail__why-stat-image {
  display: block;
  width: 70%;
  /* min-width: 180px; */
  height: auto;
  margin: 0 auto;
}

.p-service-detail__why-stat-label {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--service-accent-rgb), 0.12);
  font-size: var(--fs-body-xs);
  line-height: 1.6;
}

.p-service-detail__why-stat-value {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-3xl);
  font-weight: 800;
  line-height: 1;
}

.p-service-detail__why-stat-value span {
  margin-left: 6px;
  font-size: 0.42em;
}

.p-service-detail__why-visual img {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
}

.p-service-detail__why-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.p-service-detail__mini-stat {
  display: grid;
  gap: 10px;
  padding: 18px 16px;
}

.p-service-detail__mini-stat p {
  font-size: var(--fs-body-xs);
  line-height: 1.6;
}

.p-service-detail__mini-stat strong {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-h2);
  font-weight: 800;
  line-height: 1;
}

.p-service-detail__flow {
  display: grid;
  gap: 1rem;
}

.p-service-detail__flow-grid {
  display: grid;
  gap: 12px;
}

.p-service-detail__flow-step {
  display: grid;
  gap: 12px;
  padding: 22px 18px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.12);
  border-radius: 16px;
  background: var(--color-white);
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.25s ease;
}

.p-service-detail__flow-step p:first-child {
  color: var(--service-accent);
  font-family: var(--font-eng);
  font-size: var(--fs-body-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-service-detail__flow-step h3 {
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.6;
}

.p-service-detail__flow-step p:last-child {
  font-size: var(--fs-body-xs);
  line-height: 1.8;
}

.p-service-detail__flow-step:hover,
.p-service-detail__flow-step:focus-visible {
  border-color: rgba(var(--service-accent-rgb), 0.32);
  box-shadow: 0 10px 24px rgba(var(--service-accent-rgb), 0.12);
  transform: translateY(-2px);
}

.p-service-detail__flow-step:focus-visible {
  outline: 2px solid rgba(var(--service-accent-rgb), 0.32);
  outline-offset: 2px;
}

.p-service-detail__flow-step.is-active {
  border-color: var(--service-flow-step-active-border);
  background: var(--service-flow-step-active-bg);
  box-shadow: 0 14px 32px rgba(var(--service-accent-rgb), 0.12);
}

.p-service-detail__flow-notes {
  display: grid;
  gap: 16px;
}

.p-service-detail__flow-note-card {
  display: grid;
  gap: 16px;
  padding: 24px 20px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.12);
  background: var(--color-white);
}

.p-service-detail__flow-note-card h3 {
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.6;
}

.p-service-detail__flow-note-card ul {
  padding: 0;
  list-style: none;
  display: grid;
}

.p-service-detail__flow-note-card li {
  position: relative;
  padding: 17px 0 17px 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: var(--fs-body-xs);
  line-height: 1.8;
}

.p-service-detail__flow-note-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/assets/images/common/icon-ni-maru.svg") center / contain
    no-repeat;
}

.p-service-detail__flow-note-card p {
  font-size: var(--fs-body-xs);
  line-height: 1.8;
}

.p-service-detail__related {
  padding: 88px 0;
  background: #faf8f4;
}

.p-service-detail__related-block {
  position: relative;
  padding-top: 4rem;
  padding-bottom: calc(var(--subpage-main-pb) - 4rem);
  margin-bottom: calc(-1 * var(--subpage-main-pb));
}

.p-service-detail__related-block::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--color-white);
  z-index: -1;
}

.p-service-detail__related-block > .l-container {
  padding-bottom: 32px;
}

.p-service-detail__related-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.p-service-detail__related-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 4px;
  color: var(--color-white);
  text-decoration: none;
}

.p-service-detail__related-card p,
.p-service-detail__related-card span {
  margin: 0;
}

.p-service-detail__related-card p {
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.7;
}

.p-service-detail__related-card span {
  font-size: var(--fs-body-xs);
  line-height: 1.7;
  opacity: 0.92;
}

.p-service-detail__related-card--blue {
  background: var(--color-service-execution);
}

.p-service-detail__related-card--green {
  background: var(--color-service-build);
}

.p-service-detail__related-card--red {
  background: var(--color-service-boost);
}

.p-service-detail__related-note {
  margin-top: 16px;
}

@media (min-width: 600px) {
  .p-service-statement {
    background-position: right 20px bottom -36px;
    background-size: 180px auto;
  }

  .p-service-statement__text {
    gap: calc(var(--page-group-gap) * 0.5);
  }

  .p-service-page__acceptance-grid,
  .p-service-support-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .p-service-accept-card__image {
    height: 230px;
  }

  .p-service-accept-card__body,
  .p-service-support-card {
    padding: 36px 32px;
  }

  .p-service-statement {
    padding: 72px 40px;
  }

  .p-service-directory-card {
    padding: 26px 24px;
  }

  .p-service-detail__hero-panels,
  .p-service-detail__problem-grid,
  .p-service-detail__flow-notes,
  .p-service-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-service-detail__flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-service-detail__stats-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .p-service-detail__hero--execution .p-service-detail__hero-main {
    grid-template-columns: minmax(0, 1.75fr) minmax(220px, 0.75fr);
    gap: clamp(24px, 4vw, 20px);
    align-items: end;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-copy {
    gap: 18px;
    margin-top: 0;
    padding-top: 0;
    order: 1;
    position: relative;
    z-index: 2;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-visual {
    min-height: 0;
    justify-content: flex-end;
    order: 2;
    align-self: flex-start;
    /* padding-top: 28px; */
    overflow: visible;
    position: relative;
    z-index: 1;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-visual img {
    width: min(82vw, 760px);
    max-width: none;
    transform: translateX(45%);
    transform-origin: center right;
  }

  .p-service-detail-page--blue
    .p-service-detail__hero--execution
    .p-service-detail__hero-visual
    img {
    width: min(60vw, 760px);
    transform: translateX(45%);
  }

  .p-service-detail__hero--execution .p-service-detail__title {
    font-size: 34px;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-actions .c-button {
    width: 100%;
    min-width: 0;
  }

  .p-service-detail__hero-panels,
  .p-service-detail__problem-grid,
  .p-service-detail__flow-notes,
  .p-service-detail__flow-grid {
    grid-template-columns: 1fr;
  }

  .p-service-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-directory-card__main {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
  }

  .p-service-directory-card__copy {
    order: 1;
  }

  .p-service-directory-card__visual {
    order: 2;
    justify-content: flex-end;
    padding-top: 0;
  }

  .p-service-directory-card__visual img {
    width: clamp(300px, 34vw, 420px);
    max-width: 100%;
  }

  .p-service-directory-card--execution,
  .p-service-directory-card--build,
  .p-service-directory-card--boost {
    padding: 30px clamp(28px, 4vw, 44px);
  }

  .p-service-directory-card--execution .p-service-directory-card__copy,
  .p-service-directory-card--build .p-service-directory-card__copy,
  .p-service-directory-card--boost .p-service-directory-card__copy {
    padding-block: clamp(12px, 1.8vw, 22px);
  }
}

@media (min-width: 1024px) {
  .p-service-directory-card__copy {
    order: 1;
  }

  .p-service-directory-card__visual {
    order: 2;
  }

  .p-service-page__intro {
    gap: var(--page-block-gap);
  }

  .p-service-page__intro-title {
    line-height: 1.5;
  }

  .p-service-page__intro-lead {
    font-size: var(--fs-xl);
  }

  .p-service-page__intro-text p {
    font-size: var(--fs-h6);
    line-height: 1.8;
  }

  .p-service-page__section-heading {
    padding-bottom: 15px;
  }

  .p-service-offer {
    gap: var(--page-block-gap);
    padding: 80px;
  }

  .p-service-offer__main {
    gap: var(--page-block-gap);
  }

  .p-service-offer__icon-row {
    gap: var(--page-group-gap);
  }

  .p-service-offer__icon {
    width: 98px;
  }

  .p-service-offer__header {
    gap: var(--space-half);
  }

  .p-service-offer__title {
    font-size: var(--fs-display-sm);
    line-height: 1.1;
  }

  .p-service-offer__label {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-service-offer__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--page-block-gap);
  }

  .p-service-offer__copy {
    width: 830px;
  }

  .p-service-offer__lead {
    font-size: var(--fs-h6);
    line-height: 1.5;
  }

  .p-service-offer__text {
    gap: calc(var(--page-group-gap) / 3);
  }

  .p-service-offer__detail {
    gap: var(--page-group-gap);
    flex: 1 1 0;
    min-width: 0;
    padding: 40px 40px 30px;
    margin-top: var(--space-0);
  }

  .p-service-offer__detail-list {
    gap: calc(var(--page-group-gap) / 3 * 0.8);
  }

  .p-service-offer__detail-list li {
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-service-accept-card__image {
    height: 250px;
  }

  .p-service-accept-card__body,
  .p-service-support-card {
    padding: 50px;
  }

  .p-service-accept-card__eyebrow,
  .p-service-support-card__eyebrow {
    font-size: var(--fs-xl);
  }

  .p-service-accept-card__title,
  .p-service-support-card__title {
    margin-top: 20px;
    line-height: 1.8;
  }

  .p-service-accept-card .c-lined-icon-list,
  .p-service-support-card .c-lined-icon-list {
    margin-top: 30px;
    --lined-icon-list-item-padding-y: 18px;
    --lined-icon-list-padding-left: 32px;
    --lined-icon-list-icon-top: 21px;
  }

  .p-service-statement {
    padding: 70px 40px;
    background-position: right 90px bottom -86px;
    background-size: 340px auto;
  }

  .p-service-statement__copy {
    width: min(859px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .p-service-statement__text p {
    font-size: var(--fs-body-lg);
    line-height: 1.8;
  }

  .p-service-directory-hero {
    padding-top: 48px;
  }

  .p-service-directory-hero__visual img {
    height: 420px;
  }

  .p-service-directory-hero__copy {
    left: 80px;
    bottom: 54px;
  }

  .p-service-directory__card-list {
    gap: 20px;
  }

  .p-service-directory-card {
    padding: 26px 28px;
  }

  .p-service-directory-card__main {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 31vw, 400px);
    gap: clamp(28px, 3vw, 48px);
    align-items: center;
    justify-content: space-between;
  }

  .p-service-directory-card--execution .p-service-directory-card__main,
  .p-service-directory-card--build .p-service-directory-card__main,
  .p-service-directory-card--boost .p-service-directory-card__main {
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1fr);
    gap: clamp(32px, 4vw, 72px);
  }

  .p-service-directory-card--execution,
  .p-service-directory-card--build,
  .p-service-directory-card--boost {
    padding: 32px clamp(34px, 4.8vw, 72px);
  }

  .p-service-directory-card__visual {
    justify-content: flex-end;
    padding-top: 0;
  }

  .p-service-directory-card__visual img {
    width: min(100%, 400px);
  }

  .p-service-directory-card__copy {
    gap: 20px;
    width: min(100%, 760px);
    max-width: 760px;
  }

  .p-service-directory-card--execution .p-service-directory-card__copy,
  .p-service-directory-card--build .p-service-directory-card__copy,
  .p-service-directory-card--boost .p-service-directory-card__copy {
    padding-block: clamp(18px, 2.4vw, 34px);
  }

  .p-service-directory-card__title {
    font-size: var(--fs-display-sm);
    line-height: 1.1;
  }

  .p-service-directory-card__label {
    font-size: var(--fs-body-xs);
    line-height: 1.7;
  }

  .p-service-directory-card__lead {
    font-size: var(--fs-body-lg);
    line-height: 1.5;
  }

  .p-service-directory-card__body {
    width: min(100%, 760px);
    max-width: 760px;
    font-size: var(--fs-body-sm);
    line-height: 1.8;
  }

  .p-service-directory-card__detail {
    gap: 8px;
    width: min(100%, 760px);
    max-width: 760px;
    padding: 28px 32px;
  }

  .p-service-directory-card--execution .p-service-directory-card__visual,
  .p-service-directory-card--build .p-service-directory-card__visual,
  .p-service-directory-card--boost .p-service-directory-card__visual {
    align-self: stretch;
  }

  .p-service-directory-card--execution .p-service-directory-card__visual img,
  .p-service-directory-card--build .p-service-directory-card__visual img,
  .p-service-directory-card--boost .p-service-directory-card__visual img {
    width: clamp(460px, 38vw, 620px);
    max-width: 100%;
  }

  .p-service-directory-card__detail-text {
    font-size: var(--fs-body-xs);
    line-height: 1.6;
  }

  .c-button--service-directory {
    width: 240px;
    max-width: 100%;
    padding: 24px 28px 24px 36px;
    font-size: var(--fs-body-sm);
  }

  .c-button--service-directory::after {
    width: 20px;
    height: 20px;
  }

  .p-service-detail__hero {
    gap: 32px;
  }

  .p-service-detail__hero-shell {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .p-service-detail__content {
    padding-top: 0;
  }

  .p-service-detail__hero-main {
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 56px;
    align-items: center;
  }

  .p-service-detail__hero-visual {
    min-height: 360px;
    padding: 40px;
    justify-content: flex-end;
  }

  .p-service-detail__hero-message {
    gap: 16px;
    padding-left: 28px;
  }

  .p-service-detail__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .p-service-detail__hero-actions .c-button {
    width: 232px;
    min-width: 260px;
  }

  .p-service-detail__hero-panels {
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 18px;
  }

  .p-service-detail__cta-panel {
    padding: 32px 36px;
  }

  .p-service-detail__problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
  }

  .p-service-detail__problem-card {
    padding: 34px 26px 32px;
  }

  .p-service-detail__problem-card {
    display: block;
  }

  .p-service-detail__problem-case {
    display: block;
  }

  .p-service-detail__problem-title {
    margin-top: 4px;
  }

  .p-service-detail__problem-list {
    margin-top: 16px;
  }

  .p-service-detail__problem-list li {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: var(--fs-md);
  }

  .p-service-detail__problem-list li::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .p-service-detail__change {
    gap: 32px;
  }

  .p-service-detail__change-list {
    gap: 3rem;
  }

  .p-service-detail__change-before {
    padding: 32px 48px;
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 0;
    align-items: center;
  }

  .p-service-detail__change-copy {
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 18px;
    align-items: start;
  }

  .p-service-detail__change-before p,
  .p-service-detail__change-copy h3 {
    margin: 0;
  }

  .p-service-detail__change-before span,
  .p-service-detail__change-label {
    line-height: 1.4;
  }

  .p-service-detail__change-before p {
    grid-column: 2;
    font-size: var(--fs-body);
    line-height: 1.8;
  }

  .p-service-detail__change-copy h3 {
    font-size: var(--fs-h3);
    line-height: 1.6;
  }

  .p-service-detail__change-copy ul {
    grid-column: 2;
  }

  .p-service-detail__change-after {
    grid-template-columns: minmax(0, 1fr) 266px;
    gap: 58px;
    align-items: start;
    padding: 40px 48px;
  }

  .p-service-detail__change-point {
    width: 266px;
  }

  .p-service-detail__highlight .c-media-callout__visual {
    min-height: 400px;
  }

  .p-service-detail__highlight .c-media-callout__image {
    object-position: center 20%;
  }

  .p-service-detail__highlight .c-media-callout__visual-copy {
    padding: 40px 48px;
    gap: 0;
  }

  .p-service-detail__highlight-title {
    font-size: var(--fs-h3);
  }

  .p-service-detail__highlight .c-button {
    justify-self: center;
  }

  .p-service-detail__why-grid {
    grid-template-columns: minmax(0, 1fr) 580px;
    gap: 56px;
    padding: 54px 50px 48px;
  }

  .p-service-detail__why-visual img {
    height: 100%;
    min-height: 420px;
  }

  .p-service-detail__flow-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .p-service-detail__flow-step {
    min-height: 184px;
    padding: 40px;
  }
  .p-service-detail__flow-step h3,
  .p-service-detail__flow-step p:last-child,
  .p-service-detail__flow-note-card h3,
  .p-service-detail__flow-note-card p,
  .p-service-detail__flow-note-card li {
    font-size: var(--fs-md);
  }
  .p-service-detail__flow-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 2rem;
  }

  .p-service-detail__flow-note-card {
    padding: 40px 50px;
  }

  .p-service-detail__flow-note-card li::before {
    top: 32px;
    width: 20px;
    height: 20px;
  }

  .p-service-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 4rem;
  }

  .p-service-detail__related-card {
    padding: 28px 32px;
  }

  .p-service-detail__hero--execution {
    /* padding-top: 8px; */
    /* padding-bottom: 48px; */
    margin-bottom: 0;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-main {
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.88fr);
    gap: clamp(44px, 4.8vw, 88px);
    align-items: center;
    width: 96%;
    margin: auto;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-copy {
    gap: 28px;
    padding-top: 0;
    order: 1;
    align-self: center;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-icon {
    width: 66px;
  }

  .p-service-detail__hero--execution .p-service-detail__badge {
    padding: 8px 14px;
  }

  .p-service-detail__hero--execution .p-service-detail__target {
    font-size: var(--fs-body-sm);
  }

  .p-service-detail__hero-stage--execution .l-breadcrumb {
    padding-top: 18px;
  }

  .p-service-detail__hero-stage--execution {
    padding-top: var(--header-height);
  }

  .p-service-detail__hero--execution .p-service-detail__title {
    max-width: 10em;
    font-size: calc(var(--fs-subpage-kv-title-lg) + 0.8vw);
    line-height: 1.45;
    letter-spacing: 4px;
  }

  .p-service-detail__hero--execution .p-service-detail__lead {
    font-size: var(--fs-body);
    line-height: 1.75;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-visual img {
    width: min(100%, clamp(620px, 44vw, 860px));
    max-width: 860px;
  }

  .p-service-detail__hero--execution .p-service-detail__hero-visual {
    min-height: 0;
    padding: 0;
    justify-content: flex-end;
    align-self: center;
    order: 2;
    z-index: 0;
  }

  .p-service-detail__why--execution {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .p-service-detail__why--execution .p-service-detail__why-grid {
    padding: 0;
  }
  .p-service-detail__problems,
  .p-service-detail__why--execution,
  .p-service-detail__related-block {
    padding: 6rem 0 7rem;
  }
  .p-service-detail__related-block > .l-container {
    padding-bottom: 0;
  }

  .p-service-detail__highlight-note,
  .p-service-detail__related-card p,
  .p-service-detail__related-card span {
    font-size: var(--fs-md);
  }
}
