.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

/* top */
.p-top-hero {
  background: var(--color-bg-secondary);
  padding-block: 143px 153px;
}

.p-top-hero__title {
  font-family: Outfit;
  font-size: clamp(70px, 6.2vw, 90px);
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: normal;
  margin: 0;
}

.p-top-hero__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  margin: 0;
  margin-top: 32px;
  color: var(--color-text);
}

.p-top-proof {
  position: relative;
  padding-block: 146px;
  background: url(../images/top/proof__bg.webp) no-repeat center center / cover;
}

.p-top-proof__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}

.p-top-proof__title {
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 110%; /* 70.4px */
  text-transform: none;
}

.p-top-proof__tags {
  margin-top: 32px;
  padding: 16px 50px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: var(--color-text);
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  margin-inline: auto;
  max-width: 521px;
}

.p-top-proof__tag {
  color: var(--color-accent);
  text-align: center;
  font-family: Outfit;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  border: none;
  padding: 0;
}

.p-top-proof__tag-icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.p-top-dx {
  padding-block: 101px 96px;
}

.p-top-dx__inner {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: center;
}

.p-top-dx__top {
  max-width: 541px;
  width: 100%;
}

.p-top-dx__title {
  color: #000;
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%; /* 83.2px */
  margin: 0;
}

.p-top-dx__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin: 0;
  margin-top: 28px;
}

.p-top-dx__action {
  margin-top: 28px;
}

.p-top-dx__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-top-dx__bottom {
}

.p-top-dx__img {
  max-width: 634px;
  width: 100%;
  height: auto;
}

.p-top-recruit {
  background: var(--color-text);
  padding-block: 96px 112px;
}

.p-top-recruit__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-top-recruit__head {
}

.p-top-recruit__title {
  color: #fff;
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%; /* 70.4px */
}

.p-top-recruit__text {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-top-recruit__action {
}

.p-top-recruit__btn {
  background-color: #fff;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-top-recruit__btn::after {
  background: url(../images/top/cta-arrow-block.svg) no-repeat center
    center/cover;
}

/* company */
.p-service-ai-mv {
  position: relative;
  padding-block: 96px 153px;
}
.p-service-ai-mv::after {
  content: none;
}

.p-service-ai-mv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-service-ai-mv__bg img {
  width: 100%;
}

.p-service-ai-mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.p-service-ai-mv__content {
  max-width: 732px;
  width: 100%;
}

.p-service-ai-mv__eyebrow {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-text);
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
}

.p-service-ai-mv__title {
  font-family: Outfit;
  font-size: 96px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.p-service-ai-mv__lead {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  color: var(--color-text);
  letter-spacing: normal;
}

.p-service-ai-mv__headline {
  margin: 32px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.p-service-ai-mv__headline span {
  font-size: 16px;
}

.p-service-ai-mv__text {
  max-width: 732px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin: 0;
  margin-top: 16px;
}

.p-service-ai-mv__visual {
  margin-top: 50px;
}

.p-service-ai-mv__visual img {
  width: 500px;
  height: auto;
}

.p-service-ai-mv__text span {
  font-weight: 700;
}

.p-service-products-ai .p-issues__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
}

.p-service-ax .p-issues__list {
  flex-wrap: wrap;
  justify-content: center;
}

.p-service-products-ai .p-issue-card {
  max-width: none;
}

.p-company-mv__headline {
}

.p-company-mv__text {
  margin: 0;
  margin-top: 16px;
}

.p-compnay-mv__visual {
  max-width: 376px;
  width: 100%;
  height: auto;
}

.p-message {
  padding-top: 92px;
  padding-bottom: 30px;
}

.p-message__title {
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.p-message__block {
  margin-top: 64px;
}

.p-message__lead {
  font-family: Outfit;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}

.p-message__lead::before {
  content: '';
  background: #000;
  width: 36px;
  height: 2px;
  margin-right: 8px;
}

.p-message__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

.p-value__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 33px;
}

.p-overview {
  padding-top: 7px;
}

.p-overview__title {
  margin-bottom: 0;
}

.p-overview__list {
  margin-top: 32px;
}

.p-overview__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-block: 28px;
  border-bottom: 1px solid var(--color-border);
}

.p-overview__list-item.--top {
  padding-top: 9px;
}

.p-overview__item-head {
  max-width: 144px;
  width: 100%;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%; /* 27px */
}

.p-overview__ite-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
}

.p-access {
  padding-block: 0;
}

.p-access__address {
  margin: 0 0 28px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.p-access__map iframe {
  display: block;
  margin-inline: auto;
  width: 100%;
  height: 363px;
  border: 0;
  background: var(--color-border);
}

/* on-aiページ */
.p-issues {
  background: var(--color-text);
  color: var(--color-surface);
  padding-block: 96px;
}

.p-issues .c-section-title {
  color: var(--color-surface);
}

.p-issues__lead {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-muted);
  max-width: none;
}
.p-issue-card {
  padding: 16px 29px 32px;
  border: 1px solid var(--color-border);
  max-width: 300px;
  width: 100%;
}

.p-issue-card__title {
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.p-issue__card-icon {
  max-width: 51px;
  width: 100%;
}

  .p-issue-card__text {
    color: var(--color-text-muted);
  }

.p-issues__list {
  display: flex;
  gap: 32px;
  border: none;
}

.p-cases {
  background: var(--color-bg-secondary);
  padding-block: 100px 96px;
}

.p-case-card {
  max-width: 626px;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  box-shadow: none;
  background-color: unset;
}

.p-case-card__thumb {
  width: 100%;
  aspect-ratio: 626/405;
  border-radius: 16px;
  background: #d9d9d9;
  margin: 0;
  height: auto;
}

.p-case-card__tag {
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  margin-block: 15px 21px;
}

.p-case-card__text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.p-cases__action {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

.p-cases__btn {
  padding: 16px 24px;
  max-width: 225px;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.p-flow {
  padding-block: 98px 96px;
}

.p-flow__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.p-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1034px;
  width: 100%;
}

.p-flow__item {
  display: flex;
  gap: 52px;
  padding: 40px 30px;
  border: 1px solid var(--color-border);
  width: 100%;
}

.p-flow__index {
  color: var(--color-border);
  font-size: 48px;
  font-family: Outfit;
  font-weight: 600;
  line-height: 1.1;
}

.p-flow__title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  font-family: Outfit;
}

.p-flow__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  margin-block: 8px 0;
  line-height: normal;
}

.p-faq {
  border-top: 1px solid var(--color-border);
  padding-top: 105px;
}

.p-faq__inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.p-faq__list {
  display: grid;
  gap: 20px;
  max-width: 1034px;
  width: 100%;
}

.p-faq__item {
  background: #f5f7f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  border: none;
  border-radius: 0;
  padding: 0;
}

.p-faq__q {
  list-style: none;
  padding: 16px 44px 16px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 35px;
  font-weight: 400;
}

.p-faq__q::after {
  content: '+';
  font-size: 38px;
  line-height: 0;
  color: var(--color-text);
}

.p-faq__item.js-open .p-faq__q::after {
  content: '-';
  font-size: 38px;
  line-height: 0;
  color: var(--text-color);
  margin-left: auto;
  transform: translateY(-4px);
}

.p-faq__item.-open .p-faq__answer{
  display: block;
}

.p-faq__question {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  width: 100%;
}

.p-faq__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-text);
}

.p-faq__label.--gold {
  color: var(--color-accent);
}

.p-faq__answer{
  display: none;
  padding: 0 30px 16px;
}

.p-faq__answer div {

  cursor: pointer;
  display: flex;
  gap: 35px;
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-top: -8px;

}

.p-offering {
  background: var(--color-text);
  padding-block: 20px 0;
}

.p-offering__title {
  margin-inline: auto;
  color: var(--color-surface);
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%; /* 70.4px */
  margin-block: 0;
}

.p-offering__title {
  color: var(--color-surface);
}

.p-offering__container {
  margin: 0;
  padding: 0;
  max-width: 1440px;
  margin-inline: auto;
}

.p-offering__list {
  border-top: 1px solid var(--color-border);
  margin-top: 32px;
}

.p-offering__item {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  gap: 0;
  padding: 0;
}

.p-offering__index {
  color: var(--color-accent);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  padding-inline: 142px 78px;
  margin-top: 64px;
  max-width: 261px;
  width: 100%;
}

.p-offering__body {
  border-left: 1px solid var(--color-border);
  padding: 64px 10px 65px 82px;
}

.p-offering__title-en {
  margin: 0 0 8px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  font-family: Outfit;
}
.p-offering__title-en.--small {
  font-size: 32px;
}
.p-offering__title-en.--small2 {
  font-size: 30px;
}

.p-offering__title-ja {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.p-offering__text {
  margin: 0;
  margin-top: 31px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 954px;
}

/* recruit */
.p-recruit-hero {
  position: relative;
  padding-block: 96px 147px;
}

.p-recruit-hero__bg {
  position: absolute;
  max-width: 720px;
  width: 100%;
  top: 60px;
  right: 0;
  z-index: 01;
}

.p-recruit-hero__inner {
  position: relative;
  z-index: 1;
}

.p-recruit-hero__content {
  max-width: 741px;
  width: 100%;
}

.p-recruit-hero__title {
  margin: 0;
  text-shadow: 2px 2px 0 #fff;
  font-family: Outfit;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.p-recruit-hero__sub-title {
  margin-top: 32px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.p-recruit-hero__text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
}

.p-recruit-mission {
  padding-block: 0 calc(96px + 127px);
}

.p-recruit-mission__title {
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%; /* 70.4px */
  margin: 0;
}

.p-recruit-mission__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  margin: 0;
  margin-top: 32px;
}

.p-recruit-mission__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin: 0;
  margin-top: 32px;
  margin-inline: auto;
  color: var(--text-color);
}

.p-recruit-team {
  position: relative;
  padding-block: 40px 16px;
}

.p-recruit__bg-top {
  position: absolute;
  top: -127px;
  left: 0;
  width: 100%;
  height: 127px;
}

.p-recruit__bg-bottom {
  position: absolute;
  bottom: -127px;
  left: 0;
  width: 100%;
  height: 127px;
}

.p-recruit-team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0;
}

.p-recruit-team__list-item {
  list-style: none;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
}

.p-recruit-team__item-img {
  width: 50%;
  margin: 0 auto 20px;
}

.p-recruit-team__item-job {
  margin: 10px 0;
  text-align: center;
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 700;
}

.p-recruit-team__item-name {
  margin-top: 0;
  text-align: center;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 48px */
}

.p-recruit-team__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  color: var(--color-text-muted, #666);
}

.p-recruit-team__more {
  display: block;
  margin: 8px auto 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent, #c5a059);
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
}

.p-recruit-data {
  padding-block: calc(96px + 127px) 210px;
}

.p-recruit-data__list {
  display: flex;
  gap: 47px 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 0;
}

.p-recruit-data__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  list-style: none;
  aspect-ratio: 1/1;
}

.p-recruit-data__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.p-recruit-date__number {
  margin: 0 0 16px;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  filter: drop-shadow(4px 4px 0 rgba(181, 156, 84, 0.4));
}

.p-recruit-data__unit {
  margin: 0;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text);
}

.p-recruit-data__unit .--small {
  font-size: 32px;
}

.p-recruit-data__text {
  color: var(--color-text-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin: 0;
  margin-top: 16px;
}

.p-recruit-job {
  padding-block: 40px 96px;
  background: #f5f7f9;
  position: relative;
}

.p-recruit-job__bg-top svg {
  position: absolute;
  width: 100%;
  height: 127px;
  top: -127px;
  left: 0;
}

.p-recruit-jobs__title {
  margin: 0;
}

.p-recruit-job__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 864px;
  width: 100%;
  margin-inline: auto;
  margin-top: 57px;
}

.p-recruit-job__item {
  background-color: #fff;
  padding: 24px 57px 24px 32px;
  color: #151b1e;
  position: relative;
  border-radius: 8px;
  transition: opacity 0.5s ease;
}
.p-recruit-job__item:hover {
  opacity: 0.6;
}

.p-recruit-job__info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-recruit-job__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin: 0;
}

.p-recruit-job__tag {
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  padding: 5px 8px;
  border-radius: 4px;
  background: #f5f5f5;
}

.p-recruit-job__meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  margin: 0;
  margin-top: 10px;
}

.p-recruit-job__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}

.p-recruit-cta {
  background: #e6e6e6;
  padding-block: 96px;
  position: relative;
}

.p-recruit-cta__bg img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.p-recruit-cta .l-container {
  position: relative;
  z-index: 1;
}

.p-recruit-cta__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
}

.p-recruit-cta__text {
  margin: 0;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
}

.p-recruit-cta__btn {
  margin: 0;
  margin-top: 32px;
  padding-block: 28px;
  max-width: 397px;
  width: 100%;
  transition: background-color 0.5s ease;
  height: auto;
}

.p-recruit-cta__btn:hover {
  background-color: #0042cd;
}

.p-recruit-cta__btn:hover .p-recruit-cta__btn-text {
  color: var(--color-surface);
}
.p-recruit-cta__btn:hover .p-recruit-cta__btn-icon {
  fill: var(--color-surface);
}

.p-recruit-cta__btn::after {
  content: none;
}

.p-recruit-cta__btn-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%; /* 34px */
  color: #0042cd;
  transition: color 0.5s ease;
}

.p-recruit-cta__btn-icon {
  fill: #0042cd;
  transition: fill 0.5s ease;
}

/* company-sp */
@media (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .p-company .p-message {
    padding-block: 60px;
    background-color: #fff;
  }
  .p-company .p-message__block {
    margin-top: 40px;
  }

  .p-company .p-message__title {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-text);
  }

  .p-company .p-message__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--color-text);
  }
  .p-company .p-message__lead {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    gap: 12px;
    color: var(--color-text);
  }
  .p-company .p-message__lead::before {
    width: 20px;
    background-color: var(--color-text);
  }

  .p-message__text {
    margin-top: 16px;
  }

  .p-company .p-value__list {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 16px;
    color: var(--color-text);
  }

  .p-company .p-member {
    padding-top: 0;
    background-color: #fff;
  }
  .p-company .p-member__title {
    color: var(--color-text);
  }

  .p-company .p-overview {
    padding-top: 6px;
    background-color: #fff;
    color: var(--color-text);
  }

  .p-company .p-overview__title {
    color: var(--color-text);
  }

  .p-overview__list {
  }

  .p-overview__list-item {
    padding-block: 20px;
    gap: 12px;
  }

  .p-overview__list-item.--top {
    padding-top: 0;
  }

  .p-overview__item-head {
    max-width: 100px;
    margin-left: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 180%; /* 27px */
  }

  .p-overview__ite-body {
  }

  .p-company .p-access {
    padding: 0;
    padding-top: 6px;
    background-color: #fff;
  }

  .p-company .p-access__title {
    margin: 0;
    color: var(--color-text);
  }

  .p-company .p-access__address {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
    margin-top: 20px;
    color: var(--color-text);
  }
  .p-access__map {
    margin-top: 32px;
  }

  .p-company .p-access__map iframe {
    height: 377px;
    border-radius: 0;
  }

  /* service-ai */
  .p-service-ai-mv {
    padding-block: 60px;
  }
  .p-service-ai-mv__bg img {
  }

  .p-service-ai-mv__inner {
    flex-direction: column;
    gap: 28px;
  }

  .p-service-ai-mv__content {
  }

  .p-service-ai-mv__eyebrow {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }

  .p-service-ai-mv__title {
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
  }

  .p-service-ai-mv__lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }

  .p-service-ai-mv__headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 180%; /* 36px */
    margin: 0;
    margin-top: 32px;
  }

  .p-service-ai-mv__headline span {
    font-size: 14px;
  }

  .p-service-ai-mv__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
  }

  .p-service-ai-mv__visual {
    max-width: 254px;
    margin: 0;
  }

  .p-issues {
    padding-block: 60px;
  }

  .p-issues__title {
    margin: 0;
  }

  .p-issues__lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 16px;
    margin: 0;
    margin-top: 16px;
  }
  .p-issues__list {
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
  }
  .p-service-products-ai .p-issues__list {
    display: flex;
  }
  .p-issue-card {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding: 20px 20px 20px 16px;
    max-width: 100%;
    min-height: auto;
  }
  .p-issue-card__title {
    width: 76%;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
  }
  .p-issue-card__text {
    width: 100%;
  }

  .p-offering {
    padding-top: 0;
  }
  .p-offering__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }
  .p-offering__index {
    padding-inline: 21px 24px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    max-width: 68px;
    margin-top: 38px;
  }
  .p-offering__body {
    padding: 40px 21px 40px 24px;
  }
  .p-offering__title-en {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
  }
  .p-offering__title-en.--small {
    font-size: 24px;
  }
  .p-offering__title-en.--small2 {
    font-size: 24px;
  }

  .p-offering__title-ja {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-top: 9px;
  }
  .p-offering__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 24px;
  }
  .p-cases {
    padding-block: 60px;
  }
  .p-cases__list {
    gap: 32px;
  }
  .p-case-card {
    max-width: 100%;
  }
  .p-case-card__tag {
    margin-block: 15px 12px;
  }
  .p-case-card__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
  }
  .p-cases__action {
    margin-top: 33px;
  }
  .p-flow {
    padding-block: 60px;
  }
  .p-flow__inner {
    flex-direction: column;
    gap: 32px;
  }
  .p-flow__section-title {
    margin: 0;
  }
  .p-flow__list {
    gap: 13px;
  }
  .p-flow__index {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
  }
  .p-flow__item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
  }
  .p-flow__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }
  .p-flow__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
  }
  .p-faq {
    padding-block: 60px;
  }
  .p-faq__inner {
    flex-direction: column;
    gap: 32px;
  }
  .p-faq__title {
    margin-bottom: 0;
  }
  .p-faq__list {
    gap: 10px;
  }

  .p-faq__q {
    gap: 13px;
    padding: 16px 30px;
  }
  .p-faq__question {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
  }
  .p-faq__answer div {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    gap: 13px;
    margin-top: -8px;
  }
  /* recruit */

  .p-recruit-mv {
    padding-top: 50px;
  }

  .p-recruit-mv__title {
    margin: 0;
  }
  .p-recruit-mv__sub {
    margin: 0;
  }

  .p-recruit-hero {
    padding-block: 85px 60px;
  }

  .p-recruit-hero__bg {
    right: 0;
    top: 60px;
    max-width: 236px;
  }

  .p-recruit-hero__inner {
  }

  .p-recruit-hero__content {
    margin-top: 0;
  }

  .p-recruit-hero__title {
    text-shadow: 2px 2px 0 #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    white-space: wrap;
  }

  .p-recruit-hero__sub-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: 45px;
  }

  .p-recruit-hero__text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }

  .p-recruit-mission {
    padding-bottom: calc(60px + 33px);
  }

  .p-recruit-mission__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }

  .p-recruit-mission__lead {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%; /* 36px */
  }

  .p-recruit-mission__text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .p-recruit-team {
    padding-block: 60px 42px;
  }

  .p-recruit__bg-top {
    position: absolute;
    top: -33px;
    left: 0;
    height: 33px;
  }

  .p-recruit__bg-bottom {
    position: absolute;
    bottom: -33px;
    left: 0;
    height: 33px;
  }

  .p-recruit-team__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }

  .p-recruit-team__list-item {
    flex-direction: column;
    gap: 10px;
  }

  .p-recruit-team__iteam-item-img {
  }

  .p-recruit-team__body {
    width: 100%;
  }

  .p-recruit-team__item-job {
    font-size: 16px;
    margin: 10px 0;
  }

  .p-recruit-team__item-name {
    margin-top: 11px;
    font-size: 26px;
    line-height: 150%; /* 39px */
  }

  .p-recruit-team__item-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .p-recruit-data {
    padding-block: calc(60px + 33px) 76px;
  }
  .p-recruit-data .l-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 10px;
  }

  .p-recruit-data .c-section-title {
    width: 100%;
  }

  .p-recruit-data__list {
    display: contents;
    margin: 20px 0 0;
  }

  .p-recruit-data__item {
    width: 48%;
    max-width: 170px;
  }

  .p-recruit-data__title {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
  }

  .p-recruit-date__number {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }

  .p-recruit-data__unit {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .p-recruit-data__unit .--small {
    font-size: 12px;
  }

  .p-recruit-data__text {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 170%; /* 22.1px */
  }
  .p-recruit-job {
    padding: 0;
    padding-block: 60px;
    position: relative;
  }

  .p-recruit-job__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }

  .p-recruit-job__list {
    margin-top: 32px;
    gap: 16px;
  }

  .p-recruit-job__item {
    padding: 24px 27px 24px 32px;
  }

  .p-recruit-job__info {
  }
  .p-recruit-job__info.--flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .p-recruit-job__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
  }

  .p-recruit-job__tag {
  }

  .p-recruit-job__meta {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%; /* 27px */
    max-width: 246px;
  }

  .p-recruit-job__arrow {
    right: 8%;
    width: 14px;
    aspect-ratio: 1/1;
    border: none;
  }
  .p-recruit-cta {
    padding-block: 60px;
  }

  .p-recruit-cta__bg {
  }

  .p-recruit-cta__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; /* 42px */
  }

  .p-recruit-cta__text {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }

  .p-recruit-cta__btn {
    margin-top: 32px;
    max-width: 280px;
    padding-block: 19px;
  }

  .p-recruit-cta__btn-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }

  .p-recruit-cta__btn-icon {
  }

  /* top-sp */
  .p-top-hero {
    padding-block: 86px;
  }

  .p-top-hero__title {
    font-size: 47px;
    line-height: normal;
    white-space: wrap;
  }

  .p-top-hero__lead {
    color: var(--color-text);
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .p-top-proof {
    padding-block: 86px;
  }

  .p-top-proof__bg {
  }

  .p-top-proof__title {
    font-size: 40px;
    line-height: 110%; /* 44px */
    letter-spacing: normal;
  }

  .p-top-proof__tags {
    margin-top: 24px;
    flex-direction: column;
    gap: 15px;
    max-width: 269px;
    padding: 17px 50px;
  }

  .p-top-proof__tag {
    font-size: 24px;
    line-height: 110%; /* 26.4px */
    white-space: nowrap;
  }

  .p-top-proof__tag-icon {
    width: 13px;
    height: 13px;
    margin-top: -10px;
  }
  .p-top-dx {
    padding-block: 60px;
  }

  .p-top-dx__inner {
    flex-direction: column;
    gap: 32px;
    padding-inline: 19px 16px;
  }

  .p-top-dx__top {
  }

  .p-top-dx__title {
    color: #000;
    font-size: 40px;
    line-height: 130%; /* 52px */
  }

  .p-top-dx__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 170%; /* 27.2px */
  }

  .p-top-dx__action {
    margin-top: 22px;
  }

  .p-top-dx__btn {
  }

  .p-top-dx__bottom {
  }

  .p-top-dx__img {
  }
  .p-top-recruit {
    padding-block: 60px;
  }

  .p-top-recruit__inner {
    gap: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .p-top-recruit__head {
  }

  .p-top-recruit__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }

  .p-top-recruit__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 170%; /* 27.2px */
  }

  .p-top-recruit__action {
    margin-top: 32px;
    margin-left: auto;
  }

  .p-top-recruit__btn {
  }


  .p-issues {
    padding: 56px 0;
  }

  .p-issues__list {
    grid-template-columns: 1fr;
    border: none;
    gap: 12px;
  }

  .p-issue-card {
    border: 1px solid var(--color-border);
    border-radius: 8px;
  }

  .p-offering {
    padding: 56px 0;
  }

  .p-offering__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .p-cases {
    background: var(--color-bg-primary);
  }
}

/* =====================================================
   Job Item Button Reset
===================================================== */
button.p-recruit-job__item {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

/* =====================================================
   Job Modal
===================================================== */
.c-job-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.c-job-modal.is-open {
  display: flex;
}

.c-job-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c-job-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 32px));
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.c-job-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--color-border, #e5e7eb);
  flex-shrink: 0;
}

.c-job-modal__tag {
  display: inline-block;
  margin: 0 0 6px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent, #c5a059);
  border: 1px solid var(--color-accent, #c5a059);
  border-radius: 4px;
}

.c-job-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text, #0f0f0f);
}

.c-job-modal__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: 1px solid var(--color-border, #e5e7eb);
  border-radius: 50%;
  cursor: pointer;
  color: var(--color-text, #0f0f0f);
  transition: background 0.2s;
}

.c-job-modal__close:hover {
  background: var(--color-text, #0f0f0f);
  color: #fff;
}

.c-job-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
}

.c-job-modal__lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-muted, #666);
}

.c-job-modal__heading {
  margin: 20px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text, #0f0f0f);
}

.c-job-modal__heading:first-child {
  margin-top: 0;
}

.c-job-modal__list {
  margin: 0 0 4px;
  padding: 0 0 0 1.2em;
  list-style: disc;
}

.c-job-modal__list li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text, #0f0f0f);
}

.c-job-modal__req-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-job-modal__req-list li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text, #0f0f0f);
}

.c-job-modal__stack {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text, #0f0f0f);
}

.c-job-modal__footer {
  flex-shrink: 0;
  padding: 20px 32px 24px;
  border-top: 1px solid var(--color-border, #e5e7eb);
  display: flex;
  justify-content: center;
}

.c-job-modal__entry {
  min-width: 200px;
}

@media (max-width: 750px) {
  .c-job-modal__header {
    padding: 20px 20px 16px;
  }

  .c-job-modal__title {
    font-size: 20px;
  }

  .c-job-modal__body {
    padding: 16px 20px;
  }

  .c-job-modal__footer {
    padding: 16px 20px;
  }
}

/* Team modal variants */
.c-job-modal__team-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-job-modal__team-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.c-job-modal__team-job {
  margin: 0 0 2px;
  font-size: 12px;
  color: var(--color-text-muted, #666);
}

.c-job-modal__team-bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text, #0f0f0f);
}
