@charset "UTF-8";

/* ============================================================
   hrdx-suite 変数
   ============================================================ */
:root {
  --hrdx-blue: #0074be;
  --hrdx-blue-accent: #385fc6;
  --hrdx-blue-light: #def0ff;
  --hrdx-blue-bg: #f1f8fe;
  --hrdx-blue-card-border: #96cbf2;
  --hrdx-orange: #ff931e;
  --hrdx-orange-border: #f96718;
  --hrdx-black: #000000;
}

/* ============================================================
   FV
   ============================================================ */
.p-hrdx-fv {
  position: relative;
  overflow: visible;
  background: #eeeeee;
}

/* 右側：青グラデーション＋写真（三角形・絶対配置） */
.p-hrdx-fv__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25rem);
  z-index: 1;
}

.p-hrdx-fv__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/hrdx-suite/bu-main-line01.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 53.2% auto;
}

.p-hrdx-fv__visual img {
  position: absolute;
  top: 0;
  right: 2%;
  width: 64%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

/* 左上：装飾ライン */
.p-hrdx-fv__deco-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 18.5%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  display: block;
}

/* パンくず */
.p-hrdx-fv__breadcrumb {
  position: relative;
  z-index: 2;
  padding-top: 2.2rem;
}

.p-hrdx-fv__breadcrumb .breadcrumbs {
  margin-bottom: 9rem;
}

/* 左側コンテンツ */
.p-hrdx-fv__inner {
  position: relative;
  z-index: 2;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 0 5rem 0;
  display: flex;
  align-items: center;
}

.p-hrdx-fv__content {
}

.p-hrdx-fv__logo {
  margin-bottom: 4rem;
  padding-left: 1.7rem;
}

.p-hrdx-fv__logo img {
  width: min(44rem, 100%);
  height: auto;
}

.p-hrdx-fv__main-title {
  margin-bottom: 5.4rem;
}

.p-hrdx-fv__main-title img {
  width: min(52rem, 100%);
  height: auto;
}

.p-hrdx-fv__subtext {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--hrdx-black);
  line-height: calc(30 / 26);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-fv__partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 6.5rem;
}

.p-hrdx-fv__partner-cross {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.p-hrdx-fv__partner-cross img {
  width: 3rem;
  height: auto;
  display: block;
}

.p-hrdx-fv__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  background-color: #fff;
  border: 4px solid var(--hrdx-orange-border);
  border-radius: 37px;
  padding: 1.6rem 4rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--hrdx-black);
  transition: background-color 0.3s ease;
}

.p-hrdx-fv__cta::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 100vmax;
  z-index: -1;
}

.p-hrdx-fv__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-hrdx-fv__cta--download {
  display: inline-flex;
  border-color: #13467e;
}

@media (any-hover: hover) {
  .p-hrdx-fv__cta:hover {
    background-color: #ffdecc;
  }

  .p-hrdx-fv__cta--download:hover {
    background-color: #c6e0f5;
  }
}

@media (width <=667px) {
  .p-hrdx-fv__cta {
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
  }
}

@media (min-width: 1601px) {
  .p-hrdx-fv__visual img {
    width: min(62vw, 1190px);
  }

  .p-hrdx-fv__visual::before {
    background-size: min(53.2vw, 880px) auto;
  }
}

@media (min-width: 2181px) {
  .p-hrdx-fv__visual img {
    right: clamp(3.8%, calc(-855px + 43vw), 8.8%);
  }
}

@media (max-width: 1280px) {
  .p-hrdx-fv__inner {
    padding-left: 4rem;
  }
}

/* SP用FV画像 */
.p-hrdx-fv__sp-img {
  display: none;
}

@media (max-width: 999px) {
  .p-hrdx-fv {
    min-height: auto;
  }

  .p-hrdx-fv__breadcrumb .breadcrumbs {
    margin-bottom: 1.5rem;
  }

  .p-hrdx-fv__sp-img {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .p-hrdx-fv__sp-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .p-hrdx-fv__visual {
    display: none;
  }

  .p-hrdx-fv__deco-lines {
    display: none;
  }

  .p-hrdx-fv__inner {
    min-height: auto;
    padding: 4.8px clamp(1rem, 3vw, 4rem) clamp(3rem, 4vw, 4rem) clamp(2rem, 6vw, 8rem);
  }

  .p-hrdx-fv__logo,
  .p-hrdx-fv__main-title,
  .p-hrdx-fv__subtext,
  .p-hrdx-fv__partners {
    display: none;
  }

  .p-hrdx-fv__content {
    width: 100%;
  }

  .p-hrdx-fv__cta-group {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(1rem, 2.5vw, 2rem);
    justify-content: flex-start;
  }

  .p-hrdx-fv__cta {
    display: inline-flex;
    width: fit-content;
    font-size: clamp(1.0rem, 2.4vw, 1.8rem);
    padding: 1.1em clamp(1.2em, 2vw, 2.4em);
    border-width: clamp(2px, 0.4vw, 4px);
    gap: 0.8em;
  }

  .p-hrdx-fv__cta img {
    width: 1.3em;
    height: 1.0em;
  }
}

/* ============================================================
   セクションヘッダー共通（Issues / Solution など）
   ============================================================ */
.p-hrdx-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-hrdx-section-header::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 2.6rem solid var(--hrdx-blue-accent);
}

.p-hrdx-section-header__en {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--hrdx-blue-accent);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-transform: uppercase;
  margin-bottom: 5.4rem;
}

/* セクションごとの EN テキスト下余白 modifier */
.p-hrdx-section-header--issues .p-hrdx-section-header__en   { margin-bottom: 3.7rem; }
.p-hrdx-section-header--solution .p-hrdx-section-header__en { margin-bottom: 2.9rem; }
.p-hrdx-section-header--benefit .p-hrdx-section-header__en  { margin-bottom: 2rem; }
.p-hrdx-section-header--faq .p-hrdx-section-header__en      { margin-bottom: 6.4rem; }
.p-hrdx-section-header--strength .p-hrdx-section-header__en { margin-bottom: 0; }
.p-hrdx-section-header--deploy .p-hrdx-section-header__en { margin-bottom: 5rem; }
.p-hrdx-section-header--why .p-hrdx-section-header__en { margin-bottom: 5rem; }

@media (max-width: 768px) {
  .p-hrdx-section-header::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top-width: 2rem;
  }

  .p-hrdx-section-header__en {
    font-size: 2.4rem;
  }

  .p-hrdx-section-header--issues .p-hrdx-section-header__en  { margin-bottom: 3.2rem; }
  .p-hrdx-section-header--support .p-hrdx-section-header__en { margin-bottom: 2.8rem; }
  .p-hrdx-section-header--faq .p-hrdx-section-header__en     { margin-bottom: 2.8rem; }
}

/* ============================================================
   共通ボタン
   ============================================================ */
.p-hrdx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border: 2px solid #385fc6;
  border-radius: 9999px;
  padding: 2.5rem 3.2rem 2.3rem 3.8rem;
  min-width: 34.1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #385fc6;
  background-color: #ffffff;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.p-hrdx-btn img {
  transition: filter 0.3s;
}

@media (any-hover: hover) {
  .p-hrdx-btn:hover {
    background-color: #385fc6;
    color: #ffffff;
    border-color: #0074be;
  }
  .p-hrdx-btn:hover img {
    filter: brightness(0) invert(1);
  }
}

.p-hrdx-btn--primary {
  justify-content: start;
  padding: 2.2rem 3.2rem 2.3rem 6rem;
  position: relative;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.p-hrdx-btn--primary img {
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
  transition: filter 0.3s;
}

@media (any-hover: hover) {
  .p-hrdx-btn--primary:hover {
    background-color: #385fc6;
    border-color: #0074be;
    color: #ffffff;
  }

  .p-hrdx-btn--primary:hover img {
    filter: brightness(0) invert(1);
  }
}

@media (any-hover: hover) {
  .p-hrdx-btn--fill:hover {
    border-color: #ffffff;
  }
}

.p-hrdx-btn--smart {
  padding: 1rem 3.2rem 1rem 6.5rem;
  min-width: 32rem;
}
@media (any-hover: hover) {
  .p-hrdx-btn--smart:hover {
    border-color: #ffffff;
  }
}

@media (max-width: 768px) {
  .p-hrdx-btn {
    min-width: 0;
    font-size: 1.8rem;
    padding: 1.6rem 2.4rem;
    gap: 2.4rem;
  }

  .p-hrdx-btn--primary {
    padding: 1.6rem 4.8rem 1.6rem 2.4rem;
  }
}

/* ============================================================
   Issues
   ============================================================ */
.p-hrdx-issues {
  position: relative;
  background: #ffffff;
  padding: 0 0 8.6rem;
  overflow: hidden;
}

.p-hrdx-issues::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45rem;
  height: 52rem;
  background-image: url("../img/hrdx-suite/bu-main-line03.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.p-hrdx-issues__inner {
  position: relative;
  z-index: 1;
  max-width: 144rem;
  margin-inline: auto;
  padding: 0 2rem;
}


.p-hrdx-issues__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(55 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.7rem;
}

.p-hrdx-issues__carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6px;
}

.p-hrdx-issues__track {
  display: flex;
  gap: 1.6rem;
  width: max-content;
  align-items: stretch;
  animation: issues-scroll 45s linear infinite;
}

.p-hrdx-issues__track > div[aria-hidden] {
  display: contents;
}

@media (any-hover: hover) {
  .p-hrdx-issues__track:hover {
    animation-play-state: paused;
  }
}

@keyframes issues-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.p-hrdx-issues__card {
  flex-shrink: 0;
  width: 28.6rem;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid var(--hrdx-blue-card-border);
  border-radius: 0.8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 1.9rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-hrdx-issues__card-label {
  display: inline-block;
  background: var(--hrdx-blue-accent);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 0.7rem;
  padding: 0.4rem 2rem;
  line-height: calc(25 / 18);
  letter-spacing: 0;
  margin-bottom: 1.8rem;
}

.p-hrdx-issues__card-role {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--hrdx-blue-accent);
  text-align: center;
  margin-bottom: 1.2rem;
  line-height: calc(25 / 18);
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}

.p-hrdx-issues__card-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--hrdx-black);
  line-height: calc(28 / 16);
  letter-spacing: 0;
}

@media (max-width: 768px) {

  .p-hrdx-issues__title {
    font-size: 2.8rem;
  }

  .p-hrdx-issues::before {
    display: none;
  }

  .p-hrdx-issues__card {
    width: 22rem;
    font-size: 1.4rem;
  }

  .p-hrdx-issues__card-label {
    font-size: 1.2rem;
  }

  .p-hrdx-issues__card-text {
    font-size: 1.4rem;
  }

  .p-hrdx-issues__track {
    gap: 1.2rem;
  }
}

/* ============================================================
   Solution
   ============================================================ */
.p-hrdx-solution {
  background: var(--hrdx-blue-bg);
  padding: 0 0 6.9rem;
}

.p-hrdx-solution__inner {
  max-width: 102rem;
  margin-inline: auto;
  padding: 0 2rem;
}


.p-hrdx-solution__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(55 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.4rem;
}

.p-hrdx-solution__title-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-hrdx-solution__logo {
  width: min(52.2rem, 100%);
  height: auto;
  aspect-ratio: 522 / 82;
  margin-right: 0.4rem;
}

.p-hrdx-solution__card {
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.p-hrdx-solution__card--blue {
  margin-bottom: 3.2rem;
}

.p-hrdx-solution__card--teal {
  margin-bottom: 10rem;
}

.p-hrdx-solution__card-header {
  padding: 2rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
  text-align: center;
}

.p-hrdx-solution__card-header--blue {
  background: var(--hrdx-blue);
}

.p-hrdx-solution__card-header--teal {
  background: #309dd1;
  padding: 1.4rem 0;
}

.p-hrdx-solution__card-header p {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-solution__card-header--teal p {
  font-size: 2.8rem;
}

.p-hrdx-solution__card-body {
  padding: 2.3rem 6.5rem 6.8rem;
}

.p-hrdx-solution__card-subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--hrdx-black);
  text-align: center;
  margin-bottom: 5.5rem;
}

.p-hrdx-solution__diagram {
  text-align: center;
}

.p-hrdx-solution__diagram img {
  max-width: 100%;
  height: auto;
}

.p-hrdx-solution__connector {
  text-align: center;
  margin-bottom: 3.2rem;
}

.p-hrdx-solution__plus {
  display: block;
  width: 5.3rem;
  height: 4.7rem;
  margin: 0 auto;
  position: relative;
}

.p-hrdx-solution__plus::before,
.p-hrdx-solution__plus::after {
  content: "";
  position: absolute;
  background: #385fc6;
}

.p-hrdx-solution__plus::before {
  width: 100%;
  height: 1.1rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-hrdx-solution__plus::after {
  width: 1rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-hrdx-solution__connector-text {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--hrdx-black);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.4rem;
  margin-top: -1rem;
}

.p-hrdx-solution__connector-text--blue {
  color: var(--hrdx-blue-accent);
  font-size: 5rem;
  line-height: calc(55 / 50);
}

.p-hrdx-solution__products {
  padding: 4.5rem 5.8rem 6.4rem 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}

.p-hrdx-solution__product {
  display: flex;
  align-items: stretch;
  min-height: 10rem;
}

.p-hrdx-solution__product-logo {
  width: 29.9rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.4rem;
}

.p-hrdx-solution__product-logo img {
  width: 100%;
  height: auto;
}

.p-hrdx-solution__product-divider--teal {
  border-right: 0.5rem solid #309dd1;
}

.p-hrdx-solution__product-divider--navy {
  border-right: 0.5rem solid #1a4588;
}

.p-hrdx-solution__product-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--hrdx-black);
  display: flex;
  align-items: center;
  flex: 1;
  line-height: calc(30 / 18);
  padding: 0 0 0 3.2rem;
}

.p-hrdx-solution__note {
  position: relative;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  padding: 3.7rem 6.5rem 3.6rem;
  margin-bottom: 7.2rem;
}

.p-hrdx-solution__note-text {
  font-size: 2rem;
  font-weight: 700;
  color: #ff931e;
  line-height: calc(36 / 20);
  letter-spacing: 0;
  max-width: 61rem;
}

.p-hrdx-solution__note-text span {
  color: #385fc6;
}

.p-hrdx-solution__note-img {
  position: absolute;
  right: -10rem;
  bottom: -1rem;
  width: 36.8rem;
}

.p-hrdx-solution__note-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-hrdx-solution__btn-wrap {
  text-align: center;
}

@media (max-width: 1279px) {
  .p-hrdx-solution__note-text {
    max-width: 100%;
  }

  .p-hrdx-solution__note-img {
    position: static;
    width: 35%;
    margin: 2rem auto 0;
    display: block;
  }

  .p-hrdx-solution__connector-text {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .p-hrdx-solution__title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }

  .p-hrdx-solution__logo {
    width: min(31.8rem, 100%);
    height: auto;
  }

  .p-hrdx-solution__card--teal {
    margin-bottom: 6rem;
  }

  .p-hrdx-solution__card-header p {
    font-size: 1.6rem;
  }

  .p-hrdx-solution__card-header--teal p {
    font-size: 1.8rem;
  }

  .p-hrdx-solution__card-body {
    padding: 2rem;
  }

  .p-hrdx-solution__card-subtitle {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .p-hrdx-solution__connector-text {
    font-size: 2rem;
  }

  .p-hrdx-solution__products {
    padding: 2.4rem 2rem 3.2rem;
    gap: 3.2rem;
  }

  .p-hrdx-solution__product-text {
    font-size: 1.5rem;
    padding-inline: 1.2rem;
  }

  .p-hrdx-solution__note {
    padding: 2.4rem 2rem 2.4rem;
    min-height: auto;
    margin-bottom: 4rem;
  }

  .p-hrdx-solution__note-text {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    max-width: 100%;
  }

  .p-hrdx-solution__note-img {
    position: static;
    width: 50%;
    margin: 1.6rem auto 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .p-hrdx-solution__product {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: auto;
    gap: 1.6rem;
  }

  .p-hrdx-solution__product-logo {
    width: 100%;
    padding-right: 0;
  }

  .p-hrdx-solution__product-divider--teal {
    border-right: none;
    border-bottom: 0.5rem solid #309dd1;
  }

  .p-hrdx-solution__product-divider--navy {
    border-right: none;
    border-bottom: 0.5rem solid #1a4588;
  }
}

/* ============================================================
   Introduction
   ============================================================ */
.p-hrdx-intro {
  position: relative;
  background: #ffffff;
  padding: 6rem 0 6.4rem;
  overflow: hidden;
}

.p-hrdx-intro::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hrdx-suite/bu-main-line04.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.p-hrdx-intro__inner {
  position: relative;
  z-index: 1;
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-intro__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: calc(55 / 40);
  letter-spacing: 0;
  margin-bottom: 5.4rem;
}

.p-hrdx-intro__diagram-wrap {
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}

.p-hrdx-intro__banner {
  background: var(--hrdx-blue);
  padding: 2rem 0;
  text-align: center;
}

.p-hrdx-intro__banner p {
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-intro__diagram {
}

.p-hrdx-intro__diagram-btn {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  cursor: zoom-in;
}

.p-hrdx-intro__diagram img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-hrdx-intro__note {
  text-align: center;
  font-size: 1.6rem;
  color: #13467e;
  margin-top: 0.8rem;
}

/* Lightbox */
.p-hrdx-intro__lightbox {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
}

.p-hrdx-intro__lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.p-hrdx-intro__lightbox img {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  height: auto;
  width: auto;
}

.p-hrdx-intro__lightbox-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-hrdx-intro__title {
    font-size: 2.8rem;
  }

  .p-hrdx-intro__banner p {
    font-size: 1.6rem;
  }

  .p-hrdx-intro__diagram {
    padding: 2rem;
  }

  .p-hrdx-intro__note {
    font-size: 1.2rem;
  }
}

/* ============================================================
   Future
   ============================================================ */
.p-hrdx-future {
  background: var(--hrdx-blue-bg);
  padding: 5rem 0 6.9rem;
}

.p-hrdx-future__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-future__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: calc(55 / 40);
  letter-spacing: 0;
  margin-bottom: 5.8rem;
}

.p-hrdx-future__tags {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 8rem;
  gap: 1.6rem;
  list-style: none;
}

.p-hrdx-future__tag {
  background: linear-gradient(to bottom right, #ffffff, #ccebff);
  border: 2px solid #96cbf2;
  border-radius: 0.8rem;
  text-align: center;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0074be;
  line-height: calc(23 / 16);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hrdx-future__tag--note {
  position: relative;
}

.p-hrdx-future__tag--note::after {
  content: "※奉行Edge勤怠管理クラウドの連携が必要です";
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}

.p-hrdx-future__btn-wrap {
  text-align: center;
  margin-top: 7rem;
}

@media (max-width: 1024px) {
  .p-hrdx-future__tags {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .p-hrdx-future__title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }

  .p-hrdx-future__tags {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 7rem;
    gap: 1rem;
  }

  .p-hrdx-future__tag {
    font-size: 1.4rem;
    padding: 0 0.4rem;
  }

  .p-hrdx-future__tag--note::after {
    font-size: 1rem;
    white-space: normal;
    left: auto;
    right: 0;
  }
}

/* ============================================================
   Benefit
   ============================================================ */
.p-hrdx-benefit {
  background: #ffffff;
  padding: 0 0 6.9rem;
}

.p-hrdx-benefit__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}


.p-hrdx-benefit__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--hrdx-black);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: calc(55 / 40);
  margin-bottom: 5.4rem;
}

.p-hrdx-benefit__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}

.p-hrdx-benefit__card {
  background: #ffffff;
  border: 1px solid #96cbf2;
  border-radius: 0.8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.4rem 1.6rem 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-hrdx-benefit__card-icon {
  width: 12.1rem;
  height: 12.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-hrdx-benefit__card-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-hrdx-benefit__card-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
  line-height: calc(25 / 18);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-hrdx-benefit__btn-wrap {
  text-align: center;
  margin-top: 7.5rem;
}

@media (max-width: 1024px) {
  .p-hrdx-benefit__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .p-hrdx-benefit__title {
    font-size: 2.8rem;
  }

  .p-hrdx-benefit__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }

  .p-hrdx-benefit__card {
    padding: 2rem 0.8rem 2.4rem;
  }

  .p-hrdx-benefit__card-text {
    font-size: 1.6rem;
  }
}

/* ============================================================
   Effect
   ============================================================ */
.p-hrdx-effect {
  background: var(--hrdx-blue-bg);
  padding: 4.8rem 0 9rem;
}

.p-hrdx-effect__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-effect__title {
  font-size: 4rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
  line-height: calc(55 / 40);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 7rem;
}

.p-hrdx-effect__items {
  display: flex;
  justify-content: center;
  gap: 4.2rem;
}

.p-hrdx-effect__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hrdx-effect__item img {
  width: 100%;
  max-width: 31.5rem;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .p-hrdx-effect__title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 600px) {
  .p-hrdx-effect {
    padding-bottom: 5rem;
  }

  .p-hrdx-effect__items {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .p-hrdx-effect__item img {
    max-width: 22rem;
  }
}

/* ============================================================
   Improvement
   ============================================================ */
.p-hrdx-improvement {
  background: #ffffff;
  padding: 4.8rem 0 7rem;
}

.p-hrdx-improvement__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-improvement__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(55 / 40);
  margin-bottom: 7rem;
}

.p-hrdx-improvement__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 2.5rem;
  row-gap: 0;
}

.p-hrdx-improvement__card {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  border-radius: 3rem 3rem 0 0;
  border: 1px solid #385fc6;
  overflow: hidden;
}

.p-hrdx-improvement__card-header {
  background: #385fc6;
  padding: 2rem 1.5rem 2.4rem;
  border-radius: 3rem 3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hrdx-improvement__card-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-improvement__card-body {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
}

.p-hrdx-improvement__before {
  background: #ffffff;
  padding: 2.8rem 1.8rem 2rem;
  text-align: center;
}

.p-hrdx-improvement__after {
  position: relative;
  background: #f1f8fe;
  padding: 3.8rem 1.9rem 3.6rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-hrdx-improvement__after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.4rem solid transparent;
  border-right: 5.4rem solid transparent;
  border-top: 2.8rem solid #ffffff;
}

.p-hrdx-improvement__badge {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  letter-spacing: 0;
  border-radius: 9999px;
  padding: 0 2.2rem;
  margin-bottom: 2rem;
  min-width: 9.1rem;
}

.p-hrdx-improvement__badge--before {
  background: #eaeaea;
  color: var(--hrdx-black);
}

.p-hrdx-improvement__badge--after {
  background: #385fc6;
  border: 1px solid #385fc6;
  color: #ffffff;
  width: fit-content;
  margin-inline: auto;
}

.p-hrdx-improvement__text {
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}

.p-hrdx-improvement__text--before {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  color: #7e7e7e;
}

.p-hrdx-improvement__text--after {
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  color: #385fc6;
  margin-bottom: 1.8rem;
}

.p-hrdx-improvement__card-img {
  margin-top: auto;
  text-align: center;
}

.p-hrdx-improvement__card-img img {
  width: 72%;
  height: auto;
}

.p-hrdx-improvement__btn-wrap {
  text-align: center;
  margin-top: 6.8rem;
}

@media (max-width: 1023px) {
  .p-hrdx-improvement__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .p-hrdx-improvement__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 1fr auto auto 1fr;
    gap: 2.4rem;
  }
}

@media (max-width: 600px) {
  .p-hrdx-improvement__title {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }

  .p-hrdx-improvement__cards {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 3.2rem;
  }

  .p-hrdx-improvement__card {
    grid-row: auto;
    display: flex;
    flex-direction: column;
  }

  .p-hrdx-improvement__card-header {
    padding: 1.2rem 2rem;
  }

  .p-hrdx-improvement__card-title {
    font-size: 2rem;
  }

  .p-hrdx-improvement__card-body {
    display: flex;
    flex-direction: column;
  }

  .p-hrdx-improvement__before {
    padding: 1.6rem 2rem;
  }

  .p-hrdx-improvement__after {
    padding: 3.4rem 2rem 2rem;
  }

  .p-hrdx-improvement__badge {
    margin-bottom: 1.2rem;
  }
}

/* ============================================================
   Support
   ============================================================ */
.p-hrdx-support {
  background: var(--hrdx-blue-bg);
  padding: 0 0 6.9rem;
}

.p-hrdx-support__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}


.p-hrdx-support__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 8.2rem;
}

/* ロゴ共通: アスペクト比保持（SVG→PNG切り替え対応） */
.p-hrdx-intro__logo,
.p-hrdx-future__logo,
.p-hrdx-benefit__logo,
.p-hrdx-support__logo {
  width: min(52.2rem, 100%);
  height: auto;
  aspect-ratio: 522 / 82;
}

.p-hrdx-support__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.5rem;
  row-gap: 2.7rem; /* サブグリッドのタイトル〜テキスト間に引き継がれる値 */
}

.p-hrdx-support__card {
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem 3.6rem 3rem;
  border-left: 1.2rem solid #385fc6;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-hrdx-support__card-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #385fc6;
  line-height: calc(28 / 18);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-support__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--hrdx-black);
  line-height: calc(30 / 16);
  letter-spacing: 0;
}

.p-hrdx-support__btn {
  text-align: center;
  margin-top: 7.2rem;
}

@media (max-width: 1024px) {
  .p-hrdx-support__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .p-hrdx-support__title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }

  .p-hrdx-support__cards {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Partner
   ============================================================ */
.p-hrdx-partner {
  background: #ffffff;
  padding: 7rem 0 9rem;
}

.p-hrdx-partner__inner {
  max-width: 120rem;
  margin-inline: auto;
  padding: 0 2rem;
  text-align: center;
}

.p-hrdx-partner__title {
  font-size: 4rem;
  font-weight: 900;
  color: #000000;
  line-height: calc(55 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4.3rem;
}

.p-hrdx-partner__logo-wrap {
  margin-bottom: 5.6rem;
}

.p-hrdx-partner__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(34 / 20);
  letter-spacing: 0;
  color: var(--hrdx-black);
}

@media (max-width: 768px) {
  .p-hrdx-partner__title {
    font-size: 2.8rem;
  }

  .p-hrdx-partner__text {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* ============================================================
   Case Studies
   ============================================================ */
.p-hrdx-cases {
  background-image: url("../img/hrdx-suite/top-case-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 5rem 0 7rem;
}

.p-hrdx-cases__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-cases__title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 6.8rem;
}

.p-hrdx-cases__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 6.8rem;
}

.p-hrdx-cases__card {
  background: #ffffff;
  border-radius: 0.8rem;
  border: 1px solid #707070;
  padding: 2.1rem 4.3rem 4rem;
}

.p-hrdx-cases__card-header {
  display: flex;
  align-items: baseline;
  gap: 3.2rem;
  padding-left: 1.2rem;
  padding-bottom: 1.8rem;
}

.p-hrdx-cases__card-industry {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #385fc6;
}

.p-hrdx-cases__card-scale {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(34 / 18);
  letter-spacing: 0;
  color: var(--hrdx-black);
}

.p-hrdx-cases__card-detail-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid #cdd6de;
}

.p-hrdx-cases__card-detail-row:last-child {
  border-bottom: none;
}

.p-hrdx-cases__card-detail dt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(34 / 15);
  letter-spacing: 0;
  color: var(--hrdx-black);
  white-space: nowrap;
}

.p-hrdx-cases__card-detail dt::after {
  content: "：";
}

.p-hrdx-cases__card-detail dd {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(34 / 15);
  letter-spacing: 0;
  color: var(--hrdx-black);
  margin: 0;
}

.p-hrdx-cases__btns {
  display: flex;
  justify-content: center;
  gap: 4.4rem;
}

@media (max-width: 768px) {
  .p-hrdx-cases {
    padding: 5rem 0 6rem;
  }

  .p-hrdx-cases__title {
    font-size: 2.8rem;
  }

  .p-hrdx-cases__cards {
    grid-template-columns: 1fr;
  }

  .p-hrdx-cases__card {
    padding: 2.4rem;
  }

  .p-hrdx-cases__card-detail dt {
    line-height: calc(28 / 15);
  }

  .p-hrdx-cases__card-detail dd {
    line-height: calc(28 / 15);
  }

  .p-hrdx-cases__btns {
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
  }
}

/* ============================================================
   FAQ
   ============================================================ */
.p-hrdx-faq {
  background: #eeeeee;
  padding: 0 0 9rem;
}

.p-hrdx-faq__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}


.p-hrdx-faq__title {
  font-size: 4rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
  line-height: 1.375;
  margin-bottom: 5.8rem;
}

.p-hrdx-faq__list {
  display: grid;
  gap: 2rem;
}

.p-hrdx-faq__item {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
}

.p-hrdx-faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.2s;
  transition-behavior: allow-discrete;
}

.p-hrdx-faq__item[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}

.p-hrdx-faq__question {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

.p-hrdx-faq__question::-webkit-details-marker {
  display: none;
}

.p-hrdx-faq__badge {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-bottom: 0.3rem; /* フォントの視覚的中心を補正 */
}

.p-hrdx-faq__badge--q {
  background: #0074be;
}

.p-hrdx-faq__badge--a {
  background: #ff931e;
}

.p-hrdx-faq__question-text {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hrdx-black);
  line-height: 1.7;
  letter-spacing: 0;
  flex: 1;
}

.p-hrdx-faq__toggle {
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.p-hrdx-faq__toggle img {
  display: block;
}

details[open] .p-hrdx-faq__toggle {
  transform: rotate(0deg);
}

.p-hrdx-faq__answer {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #0074be;
  cursor: pointer;
}

.p-hrdx-faq__answer-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--hrdx-black);
  line-height: 1.875;
  letter-spacing: 0;
  flex: 1;
}

.p-hrdx-faq__answer-link {
  color: #0074be;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.p-hrdx-faq__link {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-hrdx-faq__answer-link:hover {
    color: #2a4fa8;
  }
}

@media (max-width: 768px) {
  .p-hrdx-faq__item {
    padding: 2rem 2rem;
  }


  .p-hrdx-faq__title {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }

  .p-hrdx-faq__badge {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }

  .p-hrdx-faq__badge--q {
    padding-bottom: 0.1rem;
  }

  .p-hrdx-faq__badge--a {
    padding-bottom: 0.1rem;
  }

  .p-hrdx-faq__question-text {
    font-size: 1.6rem;
  }

  .p-hrdx-faq__answer-text {
    font-size: 1.5rem;
  }
}

/* ============================================================
   Related Pages
   ============================================================ */
.p-hrdx-related {
  background: var(--hrdx-blue-bg);
  padding: 0 0 8rem;
}

.p-hrdx-related__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-related__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6.8rem;
}

.p-hrdx-related__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.p-hrdx-related__card {
  background: #ffffff;
  border-radius: 0.8rem;
  border-top: 1.2rem solid #385fc6;
  padding: 3.6rem 2rem 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-hrdx-related__card-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #385fc6;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-related__card-text {
  font-size: 1.6rem;
  color: var(--hrdx-black);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.4rem;
}

@media (max-width: 1024px) {
  .p-hrdx-related__card-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .p-hrdx-related__title {
    font-size: 2.8rem;
  }

  .p-hrdx-related__cards {
    grid-template-columns: 1fr;
  }

  .p-hrdx-related__card {
    padding: 2.4rem;
  }
  .p-hrdx-related__card-text {
    text-align: center;
  }
}

/* ============================================================
   CTA
   ============================================================ */
.p-hrdx-cta {
  background: #385fc6;
  padding: 10rem 0;
}

.p-hrdx-cta__inner {
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.p-hrdx-cta__card {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 5rem 0 4rem;
  border: 1px solid #707070;
  text-align: center;
  margin-inline: auto;
}

.p-hrdx-cta__title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.p-hrdx-cta__text {
  font-size: 2rem;
  color: var(--hrdx-black);
  letter-spacing: 0;
  margin-bottom: 6.8rem;
}

.p-hrdx-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  border: 4px solid var(--hrdx-orange-border);
  border-radius: 3.7rem;
  padding: 1.4rem 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--hrdx-black);
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  transition: background 0.3s;
}

.p-hrdx-cta__btn img {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (any-hover: hover) {
  .p-hrdx-cta__btn:hover {
    background-color: #ffdecc;
  }
}

@media (max-width: 768px) {
  .p-hrdx-cta {
    padding: 6rem 0;
  }

  .p-hrdx-cta__card {
    padding: 4rem 2rem;
  }

  .p-hrdx-cta__title {
    font-size: 2.8rem;
  }

  .p-hrdx-cta__text {
    font-size: 1.6rem;
  }
}

/* ============================================================
   p-hrdx-float-cta（固定CTAボタン）
   ============================================================ */
.p-hrdx-float-cta {
  position: fixed;
  right: 0;
  bottom: 16rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  transform: translateX(110%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-hrdx-float-cta.is-visible {
  transform: translateX(0);
}

.p-hrdx-float-cta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 8.3rem;
  padding-inline: 1.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  border-radius: 0.8rem 0 0 0.8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: background-color 0.3s;
}

.p-hrdx-float-cta__link--inquiry {
  background-color: #f96718;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}

.p-hrdx-float-cta__link--inquiry .p-hrdx-float-cta__icon {
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("../img/hrdx-suite/mail-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-hrdx-float-cta__link--download {
  background-color: #13467e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-hrdx-float-cta__link--download .p-hrdx-float-cta__icon {
  display: block;
  width: 20px;
  height: 24px;
  background-image: url("../img/hrdx-suite/file-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (any-hover: hover) {
  .p-hrdx-float-cta__link--inquiry:hover {
    background-color: #fc7e00;
  }

  .p-hrdx-float-cta__link--download:hover {
    background-color: #005ec5;
  }
}

@media (max-width: 768px) {
  .p-hrdx-float-cta {
    display: none;
  }
}

/* style.cssの≤1200px表示を上書き：hrdx-suiteページはSP（≤768px）以外でフッターSP CTAを非表示 */
@media (min-width: 769px) {
  .footer__sp-cta {
    display: none;
  }
}

/* 奉行ページSP: フッターCTAの資料ダウンロードを非表示、お問い合わせを全幅表示 */
/* Safari の底部着色を防ぐため、コンテナ底にネイビーを配置 */
body.is-hrdx-page .footer__sp-cta {
  background-color: #ffffff;
  padding-bottom: 4px;
}

body.is-hrdx-page .footer__sp-ctaitem02 {
  display: none;
}

body.is-hrdx-page .footer__sp-ctaitem01 {
  width: 100%;
}

/* ============================================================
   Advantage — FV
   ============================================================ */
.p-hrdx-adv-fv__blue {
  background: var(--hrdx-blue);
  padding: 2.2rem 0 5rem;
}

/* advantage FV 内の breadcrumbs 下余白をリセット */
.p-hrdx-adv-fv__blue .p-hrdx-fv__breadcrumb {
  padding-top: 0;
}
.p-hrdx-adv-fv__blue .p-hrdx-fv__breadcrumb .breadcrumbs {
  margin-bottom: 0;
}

.p-hrdx-adv-fv__deco {
  display: block;
  width: 5.1rem;
  height: 6.1rem;
  margin-inline: auto;
}

.p-hrdx-adv-fv__badge-en {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(55 / 20);
  color: #96CBF2;
  letter-spacing: 0.3em;
  text-align: center;
}

.p-hrdx-adv-fv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  line-height: calc(60 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2.4rem;
}

.p-hrdx-adv-fv__title-sub {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: calc(60 / 27);
  letter-spacing: 0;
}

.p-hrdx-adv-fv__lead-wrap {
  background: #ffffff;
  padding: 7rem 0;
  text-align: center;
}

.p-hrdx-adv-fv__lead {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  line-height: calc(40 / 24);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .p-hrdx-adv-fv__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 667px) {
  .p-hrdx-adv-fv__blue {
    padding: 2.4rem 0 5rem;
  }

  .p-hrdx-adv-fv__title {
    font-size: 2.4rem;
  }

  .p-hrdx-adv-fv__title-sub {
    font-size: 1.5rem;
  }

  .p-hrdx-adv-fv__lead-wrap {
    padding: 3.2rem 0;
  }

  .p-hrdx-adv-fv__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* ============================================================
   Advantage — PRODUCT STRENGTH
   ============================================================ */
.p-hrdx-adv-strength {
  background: #F1F8FE;
  padding: 0 0 9rem;
}

.p-hrdx-adv-strength__inner {
  padding-top: 0;
}


.p-hrdx-adv-strength__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(60 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5rem;
}

.p-hrdx-adv-strength__title-em {
  font-style: normal;
  color: var(--hrdx-orange-border);
}

.p-hrdx-adv-strength__lead {
  font-size: 2rem;
  font-weight: 500;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(34 / 20);
  letter-spacing: 0;
  margin-top: 4.7rem;
}

.p-hrdx-adv-strength__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 8rem;
  margin-top: 6rem;
}

.p-hrdx-adv-strength__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
}

.p-hrdx-adv-strength__item-figure {
  width: 15rem;
  height: 15rem;
  margin-inline: auto;
}

.p-hrdx-adv-strength__item-figure img {
  display: block;
  width: 15rem;
  height: 15rem;
}

.p-hrdx-adv-strength__item-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #385FC6;
  line-height: calc(28 / 18);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.6rem;
  padding-bottom: 1.9rem;
  border-bottom: 2px solid #385FC6;
  align-self: end;
}

.p-hrdx-adv-strength__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--hrdx-black);
  line-height: calc(28 / 16);
  letter-spacing: 0;
  text-align: left;
  margin-top: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-hrdx-adv-strength__list {
    column-gap: 3rem;
  }

  .p-hrdx-adv-strength__item-figure,
  .p-hrdx-adv-strength__item-figure img {
    width: 10rem;
    height: 10rem;
  }
}

@media (max-width: 767px) {
  .p-hrdx-adv-strength {
    padding: 0 0 6rem;
  }

  .p-hrdx-adv-strength__inner {
    padding-top: 0;
  }

  .p-hrdx-adv-strength__title {
    font-size: 2.4rem;
  }

  .p-hrdx-adv-strength__lead {
    font-size: 1.5rem;
    margin-top: 2.8rem;
  }

  .p-hrdx-adv-strength__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.4rem;
    max-width: 50rem;
    margin-inline: auto;
  }

  .p-hrdx-adv-strength__item {
    grid-row: span 1;
    grid-template-rows: auto auto auto;
    padding: 0 0 2.4rem;
  }

  .p-hrdx-adv-strength__item:last-child {
    padding-bottom: 0;
  }

  .p-hrdx-adv-strength__item-figure,
  .p-hrdx-adv-strength__item-figure img {
    width: 10rem;
    height: 10rem;
  }

  .p-hrdx-adv-strength__item-title {
    align-self: auto;
  }

}

/* ============================================================
   Advantage — HOW TO DEPLOY
   ============================================================ */
.p-hrdx-adv-deploy {
  background: #EEEEEE;
  padding: 0 0 10rem;
}

.p-hrdx-adv-deploy__inner {
  padding-top: 0;
}

.p-hrdx-adv-deploy__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(60 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-adv-deploy__title-em {
  font-style: normal;
  color: var(--hrdx-orange-border);
}

.p-hrdx-adv-deploy__lead {
  font-size: 2rem;
  font-weight: 500;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(34 / 20);
  margin-top: 5rem;
}

.p-hrdx-adv-deploy__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem 3.5rem;
  margin-top: 7.2rem;
}

.p-hrdx-adv-deploy__item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  padding: 1.8rem 3.1rem 3.4rem;
}

.p-hrdx-adv-deploy__item-figure {
  width: 18rem;
  height: 18rem;
  margin-inline: auto;
}

.p-hrdx-adv-deploy__item-figure img {
  display: block;
  width: 18rem;
  height: 18rem;
  object-fit: cover;
}

.p-hrdx-adv-deploy__item-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--hrdx-blue);
  line-height: calc(28 / 18);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2.3rem;
}

.p-hrdx-adv-deploy__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--hrdx-black);
  line-height: calc(30 / 16);
  text-align: justify;
  margin-top: 2.3rem;
}

.p-hrdx-adv-deploy__footnote {
  font-size: 2rem;
  font-weight: 500;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(36 / 20);
  margin-top: 6.5rem;
}

@media (max-width: 1024px) {
  .p-hrdx-adv-deploy__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
    max-width: 68rem;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .p-hrdx-adv-deploy__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 667px) {
  .p-hrdx-adv-deploy {
    padding: 0 0 6rem;
  }

  .p-hrdx-adv-deploy__inner {
    padding-top: 0;
  }

  .p-hrdx-adv-deploy__title {
    font-size: 2.4rem;
  }

  .p-hrdx-adv-deploy__lead {
    font-size: 1.5rem;
    margin-top: 3rem;
  }

  .p-hrdx-adv-deploy__list {
    margin-top: 4.4rem;
  }

  .p-hrdx-adv-deploy__footnote {
    font-size: 1.5rem;
    margin-top: 4rem;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .p-hrdx-adv-deploy__list {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
}

/* ============================================================
   Advantage — WHY NSP
   ============================================================ */
.p-hrdx-adv-why {
  background: #ffffff;
  overflow-x: hidden;
  padding: 0 0 10rem;
}

.p-hrdx-adv-why__inner {
  padding-top: 0;
}

.p-hrdx-adv-why__title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--hrdx-black);
  text-align: center;
  line-height: calc(60 / 40);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-adv-why__title-em {
  font-style: normal;
  color: var(--hrdx-orange-border);
}

.p-hrdx-adv-why__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 10rem;
}

.p-hrdx-adv-why__item {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}

.p-hrdx-adv-why__item--rev {
  flex-direction: row-reverse;
}

.p-hrdx-adv-why__item-body {
  flex: 1;
}

.p-hrdx-adv-why__num {
  display: block;
  font-size: 10rem;
  font-weight: 500;
  color: var(--hrdx-blue-card-border);
  line-height: 1;
  letter-spacing: 0;
}

.p-hrdx-adv-why__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--hrdx-black);
  line-height: calc(36 / 24);
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.p-hrdx-adv-why__item-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--hrdx-black);
  line-height: calc(34 / 18);
  margin-top: 3.4rem;
}

.p-hrdx-adv-why__item-figure {
  flex-shrink: 0;
  width: 55%;
  max-width: 65rem;
  position: relative;
}

.p-hrdx-adv-why__item-figure::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background: url('../img/hrdx-suite/bg-line.webp') left center / 800px 168px no-repeat;
}

.p-hrdx-adv-why__item--rev .p-hrdx-adv-why__item-figure::after {
  left: auto;
  right: 100%;
  background-position: right center;
}

.p-hrdx-adv-why__item-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-hrdx-adv-why__list {
    gap: 5rem;
  }

  .p-hrdx-adv-why__item {
    gap: 3.6rem;
  }

  .p-hrdx-adv-why__item-figure {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .p-hrdx-adv-why {
    padding: 0 0 7rem;
  }

  .p-hrdx-adv-why__inner {
    padding-top: 0;
  }

  .p-hrdx-adv-why__title {
    font-size: 2.4rem;
  }

  .p-hrdx-adv-why__list {
    gap: 5rem;
    margin-top: 5rem;
  }

  .p-hrdx-adv-why__item,
  .p-hrdx-adv-why__item--rev {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }

  .p-hrdx-adv-why__item-figure {
    flex-shrink: 1;
    width: 100%;
    max-width: none;
  }

  .p-hrdx-adv-why__item-figure::after {
    display: none;
  }

  .p-hrdx-adv-why__num {
    font-size: 4.5rem;
  }

  .p-hrdx-adv-why__item-title {
    font-size: 2rem;
  }

  .p-hrdx-adv-why__item-text {
    font-size: 1.6rem;
  }
}

