/* HiPro Biz 個人向けトップ — corp/service/biz スタイルの上に載せる追加分 */

/* トップヒーロー背景（個人向け: pro/service/biz/assets/img/top）4枚クロスフェード */
/* フェード幅を広げ、キーフレーム間に cubic-bezier で補間を滑らかに */
@keyframes p-pro-biz-hero-fade-1 {
  0% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  13% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  26% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  70% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  85% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes p-pro-biz-hero-fade-2 {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  17% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  30% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  44% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  57% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes p-pro-biz-hero-fade-3 {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  44% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  57% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  69% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  82% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes p-pro-biz-hero-fade-4 {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  69% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  82% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  91% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }

  100% {
    opacity: 0;
  }
}

.p-top-body .p-top-hero__slide--1 {
  background-image: url("/pro/service/biz/assets/img/top/mainvisual-01.webp");
  animation: p-pro-biz-hero-fade-1 20s linear infinite;
}

.p-top-body .p-top-hero__slide--2 {
  background-image: url("/pro/service/biz/assets/img/top/mainvisual-02.webp");
  animation: p-pro-biz-hero-fade-2 20s linear infinite;
}

.p-top-body .p-top-hero__slide--3 {
  background-image: url("/pro/service/biz/assets/img/top/mainvisual-03.webp");
  animation: p-pro-biz-hero-fade-3 20s linear infinite;
}

.p-top-body .p-top-hero__slide--4 {
  background-image: url("/pro/service/biz/assets/img/top/mainvisual-04.webp");
  animation: p-pro-biz-hero-fade-4 20s linear infinite;
}

/* KV: style.css の .p-top-hero::before と二重にならないよう無効化（オーバーレイは __overlay のみ） */
.p-top-body .p-top-hero::before {
  display: none;
}

/* KV PC（Figma: kv_pc_修正 14431:34579）— オーバーレイ・タイポ・ボタン */
.p-top-body .p-top-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(34, 34, 34, 0.23);
}

.p-top-body .p-top-hero {
  height: 619px;
}

.p-top-body .p-top-hero__inner {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 175px;
  box-sizing: border-box;
}

.p-top-body .p-top-hero__content {
  max-width: 581px;
}

/* 見出し＋リードを1ブロックにし、SP 時の gap:30px はボタン列との間だけ効かせる */
.p-top-body .p-top-hero__kv-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 581px;
}

.p-top-body .p-top-hero__title--pro-biz-kv {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}

.p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line {
  line-height: 1.4;
}

.p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-size-lg {
  font-size: 49px;
}

.p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-size-sm {
  font-size: 42px;
}

.p-top-body .p-top-hero__lead--pro-biz-kv {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 1.8px;
  color: #fff;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .p-top-body .p-top-hero__title--pro-biz-kv {
    letter-spacing: 4.9px;
    font-size: 49px;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.29));
  }

  /* 1行目「あなたの経験が」／2行目「経営課題の解決を導く」で改行 */
  .p-top-body .p-top-hero__title-line--kv-row1 {
    display: block;
  }

  .p-top-body .p-top-hero__title-line--kv-sub {
    display: block;
  }

  .p-top-body .p-top-hero__title-line--kv-sub .p-top-hero__kv-part-a,
  .p-top-body .p-top-hero__title-line--kv-sub .p-top-hero__kv-part-b {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .p-top-body .p-top-hero__lead--pro-biz-kv {
    letter-spacing: 1.8px;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.29));
  }

  .p-top-body .p-top-hero__btn-register {
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.29));
  }
}

.p-top-body .p-top-hero__btns--pro-biz-kv {
  margin-top: 40px;
  gap: 0;
}

.p-top-body .p-top-hero__btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 252px;
  min-height: 56px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-feature-settings: "pwid" 1;
  color: #fff;
  text-decoration: none;
  background-color: #0095d8;
  border: 1px solid #0095d8;
  box-shadow: none;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.p-top-body .p-top-hero__btn-register:hover {
  opacity: 0.92;
  background-color: #fff;
  color: #0095d8;
}

/* PC: SP 用 KV ボタンは非表示 */
.p-top-body .p-top-hero__btn-kv-sp {
  display: none;
}

/* KV SP（Figma: KV_sp 14254:16754）375×587 — コピー＋CTA を 1 カラム（gap 30px）でシャドウ */
@media screen and (max-width: 767px) {
  .p-top-body .p-top-hero {
    height: 587px;
  }

  .p-top-body .p-top-hero__overlay {
    background: rgba(0, 0, 0, 0.24);
  }

  /* 横長KVは人物が右寄りのため、corp KV_sp と同様に拡大＋スライド別の位置調整 */
  .p-top-body .p-top-hero__slide {
    background-size: 360%;
    background-position: 78% center;
  }

  .p-top-body .p-top-hero__slide--1 {
    background-position: 70% center !important;
  }

  .p-top-body .p-top-hero__slide--2 {
    background-position: 70% center !important;
  }

  .p-top-body .p-top-hero__slide--3 {
    background-position: 74% 32% !important;
  }

  .p-top-body .p-top-hero__slide--4 {
    background-position: 70% center !important;
  }

  .p-top-body .p-top-hero__inner {
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-top: 298px;
    padding-bottom: 0;
  }

  /* Figma txt: shadow をコピー＋ボタン列の外周に（子要素へ filter を持たせない） */
  .p-top-body .p-top-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    max-width: min(335px, 100%);
    margin: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }

  .p-top-body .p-top-hero__kv-copy {
    width: 100%;
    max-width: none;
    filter: none;
  }

  /* 見出し3行: 行1ブロック → 行2・行3は縦積み */
  .p-top-body .p-top-hero__title--pro-biz-kv {
    width: 100%;
    letter-spacing: 3.6px;
    filter: none;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line--kv-row1 {
    display: block;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line--kv-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line--kv-sub .p-top-hero__kv-part-a,
  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line--kv-sub .p-top-hero__kv-part-b {
    display: block;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 3.6px;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-line {
    line-height: 1.3;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-size-lg {
    font-size: 36px;
  }

  .p-top-body .p-top-hero__title--pro-biz-kv .p-top-hero__title-size-sm {
    font-size: 29px;
  }

  /* Figma: 見出しブロック下端からリード上端まで ≒ 16px（mt-[156px] グリッド相当） */
  .p-top-body .p-top-hero__lead--pro-biz-kv {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 1.6px;
    filter: none;
  }

  .p-top-body .p-top-hero__btns--pro-biz-kv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
    margin-top: 0;
    width: 100%;
    max-width: none;
  }

  .p-top-body .p-top-hero__btn-register--kv-pc {
    display: none;
  }

  .p-top-body .p-top-hero__btn-kv-sp {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    height: 56px;
    min-height: 56px;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: "pwid" 1;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.25s ease;
  }

  .p-top-body .p-top-hero__btn-kv-sp:hover {
    opacity: 0.9;
  }

  .p-top-body .p-top-hero__btn-kv-sp--inquiry {
    background-color: #07507b;
  }

  .p-top-body .p-top-hero__btn-kv-sp--doc {
    flex-direction: column;
    gap: 0;
    line-height: normal;
    background-color: #0095d8;
  }

  .p-top-body .p-top-hero__btn-kv-sp-doc-line {
    display: block;
    line-height: normal;
  }
}

/* 個人向けヘッダー（Figma: HeaderPc personal / 13908:8837） */
.l-header--pro-biz-personal .l-header__inner {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: auto;
  min-height: 107px;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 5px;
}

.l-header--pro-biz-personal .l-header__corp-switch {
  align-self: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

.l-header--pro-biz-personal .l-header__corp-switch:hover {
  opacity: 0.7;
}

.l-header--pro-biz-personal .l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.l-header--pro-biz-personal .l-header__brand {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.l-header--pro-biz-personal .l-header__logo {
  padding-top: 0;
  flex-shrink: 0;
}

.l-header--pro-biz-personal .l-header__logo img {
  display: block;
  width: 221px;
  max-width: min(221px, 46vw);
  height: auto;
}

.l-header--pro-biz-personal .l-header__tagline {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.44px;
  color: #222;
}

@media screen and (min-width: 768px) {
  .l-header--pro-biz-personal .l-header__tagline {
    white-space: nowrap;
  }
}

.l-header--pro-biz-personal .l-header__nav--desktop {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.l-header--pro-biz-personal .l-header__nav-list {
  padding-top: 0;
}

.l-header--pro-biz-personal .l-header__ctas--pro-biz {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 0;
}

.l-header--pro-biz-personal .l-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 152px;
  min-height: 44px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.l-header--pro-biz-personal .l-header__btn--register {
  background: #0095d8;
  border-color: #0095d8;
}

.l-header--pro-biz-personal .l-header__btn--register:hover {
  background: #fff;
  color: #0095d8;
}

.l-header--pro-biz-personal .l-header__btn--login {
  background: #07507b;
  border-color: #07507b;
}

.l-header--pro-biz-personal .l-header__btn--login:hover {
  background: #fff;
  color: #07507b;
}

@media screen and (max-width: 1279px) {
  .l-header--pro-biz-personal .l-header__inner {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    min-height: 80px;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-header--pro-biz-personal .l-header__corp-switch {
    display: none;
  }

  .l-header--pro-biz-personal .l-header__nav--desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .l-header--pro-biz-personal .l-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header--pro-biz-personal .l-header__logo img {
    width: 170px;
  }

  .l-header--pro-biz-personal .l-header__brand {
    gap: 10px;
  }
}

/* SP ドロワー展開（Figma: メニュー展開時 14215:45584 / HeaderSpNavi） */
@media screen and (max-width: 1279px) {
  .l-header--pro-biz-personal .l-drawer--pro-biz-personal {
    background-color: #97999b;
  }

  .l-header--pro-biz-personal .l-drawer--pro-biz-personal .l-drawer__inner {
    padding-top: 72px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 24px;
  }

  .l-header--pro-biz-personal .l-drawer__nav--pro-biz-personal,
  .l-header--pro-biz-personal .l-drawer__btns--pro-biz-personal {
    width: 100%;
    /* max-width: 299px; */
  }

  .l-header--pro-biz-personal .l-drawer__nav--pro-biz-personal {
    margin-bottom: 75px;
  }

  .l-header--pro-biz-personal .l-drawer__nav--pro-biz-personal .l-drawer__nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-feature-settings: "pwid" 1;
    color: #fff;
    text-decoration: none;
  }

  .l-header--pro-biz-personal .l-drawer__nav-label {
    flex: 1 1 0;
    min-width: 0;
  }

  .l-header--pro-biz-personal .l-drawer__nav-chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .l-header--pro-biz-personal .l-drawer__btns--pro-biz-personal {
    margin-top: 0;
    margin-bottom: 0;
    gap: 20px;
  }

  .l-header--pro-biz-personal .l-drawer__btns--pro-biz-personal .c-btn-drawer--dark {
    border: 1px solid #07507b;
  }

  .l-header--pro-biz-personal .l-drawer__footer--pro-biz-personal {
    margin-top: auto;
    width: 100%;
    max-width: none;
    padding-bottom: 8px;
    text-align: center;
  }

  .l-header--pro-biz-personal .l-drawer__footer--pro-biz-personal a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.56px;
    font-feature-settings: "pwid" 1;
  }

  /* 閉じる＝白の横線1本（Figma 12445:2899） */
  .l-header--pro-biz-personal .l-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
  }

  .l-header--pro-biz-personal .l-header__hamburger.is-active span:nth-child(2) {
    display: none;
  }
}

.l-footer-links__catch-text {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
  opacity: 0.95;
}

.l-footer-links__nav--pro .nav-col {
  width: auto;
  flex: 1;
  min-width: 200px;
}

/* HiPro Bizとは（個人）— Figma sec_01 13746:14349 */
.p-top-about.p-top-about--pro-biz {
  margin-bottom: 0;
  padding: 100px 0;
  background-color: #e5f4fb;
}

@media screen and (max-width: 767px) {
  .p-top-about.p-top-about--pro-biz {
    padding: 80px 0;
  }
}

.p-top-about--pro-biz .p-top-about__inner {
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}

.p-top-about--pro-biz .p-top-about__content {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  padding-right: 0;
}

.p-top-about--pro-biz .p-top-about__header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.p-top-about--pro-biz .p-top-about--pro-biz__heading-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}

.p-top-about--pro-biz .p-top-about--pro-biz__title {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
}

.p-top-about--pro-biz .p-top-about--pro-biz__en {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #7a8a93;
}

.p-top-about--pro-biz .p-top-about--pro-biz__accent {
  display: flex;
  flex-direction: row;
  width: 60px;
  height: 3px;
}

.p-top-about--pro-biz .p-top-about--pro-biz__accent-bar {
  display: block;
  width: 30px;
  height: 3px;
  flex-shrink: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__accent-bar--primary {
  background-color: #07507b;
}

.p-top-about--pro-biz .p-top-about--pro-biz__accent-bar--cyan {
  background-color: #0095d8;
}

.p-top-about--pro-biz .p-top-about--pro-biz__desc {
  margin-bottom: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.64px;
  color: #1a1a1a;
  opacity: 0.9;
  font-feature-settings: "pwid" 1;
}

.p-top-about--pro-biz .p-top-about__visual--stats {
  flex-shrink: 0;
  width: 323px;
  max-width: 100%;
  justify-content: center;
}

.p-top-about--pro-biz .p-top-about__achievements.p-top-about--pro-biz__kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 323px;
  margin-top: 0;
  gap: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 293px;
  text-align: center;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-block:first-child {
  gap: 0;
  min-height: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-block:first-child .p-top-about--pro-biz__kpi-note {
  margin-top: 5px;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-label {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.0;
  color: #07507b;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-label-text {
  display: inline;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-label-asterisk {
  font-size: 15.48px;
  line-height: 1.6;
  vertical-align: baseline;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-value-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  color: #07507b;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  flex-shrink: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-number {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -4px;
  flex-shrink: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-note {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #222;
  text-align: center;
  font-feature-settings: "palt" 1;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-divider {
  width: 100%;
  max-width: 323px;
  margin: 20px 0;
  line-height: 0;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-divider img {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 323px;
  margin: 0 auto;
}

.p-top-about--pro-biz .p-top-about--pro-biz__kpi-block:last-child {
  /* gap: 10px; */
  min-height: 0;
}

@media screen and (max-width: 767px) {
  .p-top-about--pro-biz .p-top-about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }

  .p-top-about--pro-biz .p-top-about__content {
    width: 100%;
  }

  .p-top-about--pro-biz .p-top-about__header {
    gap: 20px;
  }

  .p-top-about--pro-biz .p-top-about__visual--stats {
    width: 100%;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__title {
    font-size: 36px;
    line-height: 1.5;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__en {
    text-transform: none;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__desc {
    line-height: 2;
    margin-bottom: 20px;
    opacity: 1;
  }

  .p-top-about--pro-biz .p-top-about__achievements.p-top-about--pro-biz__kpi {
    max-width: 293px;
    margin: 0 auto;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__kpi-block {
    max-width: 293px;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__kpi-label {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__kpi-number {
    font-size: 64px;
    line-height: 1.0;
    letter-spacing: -3.2px;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__kpi-unit {
    font-size: 20px;
    line-height: 1.6;
  }

  .p-top-about--pro-biz .p-top-about--pro-biz__kpi-label-asterisk {
    font-size: 10px;
  }
}

/* 活動する個人の皆さま（Figma 14415:2574） */
.p-pro-biz-voices {
  padding: 100px 0;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-voices {
    overflow: hidden;
    padding: 80px 0;
  }
}

.p-pro-biz-voices .l-inner {
  overflow: visible;
}

/* Figma 14415:2574 ルート: 見出しブロックと次セクションの間は gap 60px */
.p-pro-biz-voices__heading {
  margin-bottom: 60px;
}

.p-pro-biz-voices__heading-txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-pro-biz-voices__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-voices__title {
    font-size: 36px;
  }
}

.p-pro-biz-voices__en {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8a93;
}

.p-pro-biz-voices__accent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 60px;
  height: 3px;
}

.p-pro-biz-voices__accent-bar {
  display: block;
  width: 30px;
  height: 3px;
  flex-shrink: 0;
}

.p-pro-biz-voices__accent-bar--primary {
  background: #07507b;
}

.p-pro-biz-voices__accent-bar--cyan {
  background: #0095d8;
}

.p-pro-biz-voices__lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin: 0 0 40px;
}

.p-pro-biz-voices__category-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.p-pro-biz-voices__category {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.p-pro-biz-voices .c-carousel {
  position: relative;
  margin-bottom: 40px;
}

/* 矢印の縦位置（Figma はカード列のセンター）— next の rotate を壊さないよう分離 */
.p-pro-biz-voices .c-carousel__nav--prev {
  top: 50%;
  transform: translateY(-50%);
}

.p-pro-biz-voices .c-carousel__nav--next {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.p-pro-biz-voices .c-carousel__nav--next:hover {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 1280px) {
  .p-pro-biz-voices .c-carousel__nav--prev {
    left: -91px;
  }

  .p-pro-biz-voices .c-carousel__nav--next {
    right: -91px;
  }
}

.p-pro-biz-voices .c-card-carousel {
  background: transparent;
}

/* Figma person: 画像下 gap 25px、本文内 name / career / theme は gap 20px */
.p-pro-biz-voices .c-card-carousel__img {
  aspect-ratio: 646 / 430;
  margin-bottom: 25px;
}

.p-pro-biz-voices .c-card-carousel__img img:hover {
  transform: none;
}

.p-pro-biz-voices .c-card-carousel__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.p-pro-biz-voices .c-card-carousel__body .name {
  margin-bottom: 0;
}

.p-pro-biz-voices .c-card-carousel__body .career {
  color: #222;
  min-height: 0;
  margin-bottom: 0;
}

.p-pro-biz-voices__theme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #5a656b;
}

.p-pro-biz-voices__theme-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

.p-pro-biz-voices__theme-dot {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 9px;
}

.p-pro-biz-voices__theme-label {
  white-space: nowrap;
}

.p-pro-biz-voices .p-top-news__btn-area {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-pro-biz-voices .p-top-news__btn-area .c-btn--outline {
  margin-top: 0;
}

.p-pro-biz-voices .p-top-news__note {
  letter-spacing: 0.72px;
  line-height: 1.2;
  color: #979899;
}

/* 求める人材 */
.p-pro-biz-talent {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.p-pro-biz-talent__title {
  margin: 0 0 40px;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #07507b;
  text-align: left;
}

.p-pro-biz-talent__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px 60px;
}

@media screen and (max-width: 1100px) {
  .p-pro-biz-talent__grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.p-pro-biz-talent__card {
  box-sizing: border-box;
  width: 100%;
  max-width: 322px;
  margin: 0;
  padding: 20px 15px;
  background: #fff;
  text-align: center;
}

.p-pro-biz-talent__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.p-pro-biz-talent__figure--01 {
  width: 211px;
  height: 100px;
}

.p-pro-biz-talent__figure--01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-pro-biz-talent__figure--02 {
  width: 248px;
  height: 100px;
}

.p-pro-biz-talent__figure--02 img {
  width: 213px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.p-pro-biz-talent__figure--composite {
  position: relative;
  width: 175px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.p-pro-biz-talent__layer {
  position: absolute;
  z-index: var(--z, 1);
  top: var(--t);
  right: var(--r);
  bottom: var(--b);
  left: var(--l);
  pointer-events: none;
}

.p-pro-biz-talent__layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-pro-biz-talent__layer--masked {
  -webkit-mask-image: url("/pro/service/biz/assets/img/advisers-talent/talent-03-layers/mask.svg");
  mask-image: url("/pro/service/biz/assets/img/advisers-talent/talent-03-layers/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.p-pro-biz-talent__text {
  margin: 0;
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.7;
  min-height: calc(1.7em * 3);
  letter-spacing: 0.64px;
  color: #222;
  text-align: left;
}

/* お知らせ（個人 HiPro Biz / Figma 14536:40293） */
.p-top-news--hipro-biz-pro .p-top-news__heading-block {
  margin-bottom: 60px;
}

.p-top-news--hipro-biz-pro .p-top-news__heading-txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-top-news--hipro-biz-pro .p-top-news__title {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-top-news--hipro-biz-pro .p-top-news__title {
    font-size: 28px;
  }
}

.p-top-news--hipro-biz-pro .p-top-news__en {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8a93;
}

.p-top-news--hipro-biz-pro .p-top-news__accent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 60px;
  height: 3px;
}

.p-top-news--hipro-biz-pro .p-top-news__accent-bar {
  display: block;
  width: 30px;
  height: 3px;
  flex-shrink: 0;
}

.p-top-news--hipro-biz-pro .p-top-news__accent-bar--primary {
  background: #07507b;
}

.p-top-news--hipro-biz-pro .p-top-news__accent-bar--cyan {
  background: #0095d8;
}

.p-top-news--hipro-biz-pro .p-top-news__date {
  letter-spacing: 0.56px;
}

.p-top-news--hipro-biz-pro .p-top-news__line {
  background-color: #ddd;
}

.p-top-news--hipro-biz-pro .p-top-news__text a {
  color: inherit;
  text-decoration: none;
}

.p-top-news--hipro-biz-pro .p-top-news__text a:hover {
  text-decoration: underline;
}

.p-top-news--hipro-biz-pro .p-top-news__note {
  letter-spacing: 0.72px;
  line-height: 1.2;
  color: #979899;
}

@media screen and (max-width: 767px) {
  .p-top-news.p-top-news--hipro-biz-pro {
    padding: 80px 0;
    background: #f5f5f5;
  }

  .p-top-news--hipro-biz-pro .l-inner {
    width: min(100%, 335px);
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    padding: 0;
  }

  .p-top-news--hipro-biz-pro .p-top-news__heading-block {
    margin-bottom: 40px;
  }

  .p-top-news--hipro-biz-pro .p-top-news__title {
    font-size: 36px;
    line-height: 1.5;
  }

  .p-top-news--hipro-biz-pro .p-top-news__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .p-top-news--hipro-biz-pro .p-top-news__item {
    display: block;
    border: 0;
    padding: 0;
  }

  .p-top-news--hipro-biz-pro .p-top-news__date {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.56px;
    color: #7a8a93;
  }

  .p-top-news--hipro-biz-pro .p-top-news__line {
    display: none;
  }

  .p-top-news--hipro-biz-pro .p-top-news__text {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.64px;
    color: #222;
  }

  .p-top-news--hipro-biz-pro .p-top-news__btn-area,
  .p-pro-biz-voices .p-top-news__btn-area {
    margin-top: 60px;
    gap: 10px;
    align-items: center;
  }

  .p-top-news--hipro-biz-pro .p-top-news__btn-area .c-btn--outline,
  .p-pro-biz-voices .p-top-news__btn-area .c-btn--outline {
    width: 100%;
    max-width: 335px;
    height: 48px;
    margin-top: 0;
    border: 1px solid #07507b;
    font-size: 15px;
    font-weight: 500;
    color: #07507b;
    line-height: 1;
    letter-spacing: 0.6px;
  }

  .p-top-news--hipro-biz-pro .p-top-news__note,
  .p-pro-biz-voices .p-top-news__note {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #979899;
    text-align: center;
  }
}

/* 活動の前提条件 */
.p-pro-biz-premise {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-premise {
    padding: 80px 0;
  }
}

.p-pro-biz-premise__heading {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #07507b;
  font-feature-settings: "pwid" 1;
}

.p-pro-biz-premise__intro {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
  color: #000;
  font-feature-settings: "pwid" 1;
}

.p-pro-biz-premise__contract {
  margin-top: 40px;
  padding: 40px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-pro-biz-premise__contract-content {
  flex: 1 1 0;
  min-width: 0;
}

.p-pro-biz-premise__contract-title {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #222;
  font-feature-settings: "pwid" 1;
}

.p-pro-biz-premise__contract-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.64px;
  color: #1a1a1a;
  opacity: 0.9;
  font-feature-settings: "pwid" 1;
}

.p-pro-biz-premise__contract-figure {
  width: 323px;
  flex-shrink: 0;
}

.p-pro-biz-premise__contract-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-pro-biz-premise__structure {
  margin-top: 40px;
  padding: 40px 30px;
  background: #fff;
}

.p-pro-biz-premise__structure-diagram {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-pro-biz-premise__structure-figure {
  width: 100%;
}

.p-pro-biz-premise__structure-figure img {
  display: block;
  width: 100%;
  max-width: 1028px;
  height: auto;
}

/* img セレクタ（.p-pro-biz-premise__flow-figure img 等）より特異度を上げて PC で SP 図を確実に非表示 */
.p-pro-biz-premise__structure-figure .p-pro-biz-premise__figure-image--sp,
.p-pro-biz-premise__flow-figure .p-pro-biz-premise__figure-image--sp {
  display: none;
}

.p-pro-biz-premise__flow {
  margin-top: 40px;
  padding: 40px 30px;
  background: #fff;
}

.p-pro-biz-premise__flow-figure {
  width: 100%;
}

.p-pro-biz-premise__flow-figure img {
  display: block;
  width: 100%;
  max-width: 1028px;
  height: auto;
}

.p-pro-biz-premise__flow-sp {
  display: none;
}

.p-pro-biz-premise__flow-note {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #222;
}

.p-pro-biz-premise__flow-note-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0095d8;
  flex-shrink: 0;
}

.p-pro-biz-premise__structure-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  column-gap: 20px;
}

.p-pro-biz-premise__structure-label {
  margin: 0;
  color: #7a8a93;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: right;
}

.p-pro-biz-premise__structure-label--biz {
  color: #07507b;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 36px;
  line-height: 1.7;
  letter-spacing: 0.72px;
}

.p-pro-biz-premise__structure-area {
  background: #f5f5f5;
  padding: 20px;
  display: grid;
  gap: 20px;
}

.p-pro-biz-premise__structure-row--top .p-pro-biz-premise__structure-area {
  grid-template-columns: 1fr 1fr;
}

.p-pro-biz-premise__structure-cell {
  margin: 0;
  background: #d7dcdf;
  color: #69767d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  padding: 5px;
}

.p-pro-biz-premise__structure-row--middle {
  grid-template-columns: 96px 1fr;
}

.p-pro-biz-premise__structure-row--middle::before {
  content: "";
}

.p-pro-biz-premise__structure-row--middle::after {
  content: "";
}

.p-pro-biz-premise__structure-row--middle .p-pro-biz-premise__structure-note,
.p-pro-biz-premise__structure-row--middle .p-pro-biz-premise__structure-badge {
  position: relative;
}

.p-pro-biz-premise__structure-row--middle > * {
  grid-column: 2;
}

.p-pro-biz-premise__structure-row--middle {
  display: grid;
  grid-template-columns: 96px 1fr 1fr;
  align-items: center;
}

.p-pro-biz-premise__structure-note {
  justify-self: start;
  margin-left: calc(25% - 10px);
  color: #7a8a93;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.56px;
}

.p-pro-biz-premise__structure-note::before,
.p-pro-biz-premise__structure-note::after {
  content: "";
  position: absolute;
  left: -16px;
  width: 2px;
  background: #7a8a93;
}

.p-pro-biz-premise__structure-note::before {
  top: -16px;
  height: 16px;
}

.p-pro-biz-premise__structure-note::after {
  bottom: -16px;
  height: 16px;
}

.p-pro-biz-premise__structure-badge {
  justify-self: end;
  margin-right: calc(25% - 50px);
  background: #07507b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.56px;
  padding: 5px 12px;
}

.p-pro-biz-premise__structure-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 4px);
  width: 2px;
  height: 20px;
  background: #07507b;
}

.p-pro-biz-premise__structure-area--biz {
  position: relative;
  background: #e6edf2;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
}

.p-pro-biz-premise__structure-area--biz::before,
.p-pro-biz-premise__structure-area--biz::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #07507b;
  transform: translateY(-50%);
}

.p-pro-biz-premise__structure-area--biz::before {
  left: calc(50% - 84px);
}

.p-pro-biz-premise__structure-area--biz::after {
  right: calc(50% - 84px);
}

.p-pro-biz-premise__structure-cell--dark {
  background: #07507b;
  color: #fff;
  line-height: 1.3;
}

.p-pro-biz-premise__structure-cell--biz {
  background: #b5cad7;
  color: #07507b;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-premise__heading {
    font-size: 22px;
    letter-spacing: 0.06em;
  }

  .p-pro-biz-premise__contract {
    margin-top: 30px;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .p-pro-biz-premise__contract-title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .p-pro-biz-premise__contract-text {
    font-size: 14px;
  }

  .p-pro-biz-premise__contract-figure {
    width: 100%;
    max-width: 323px;
    align-self: center;
  }

  .p-pro-biz-premise__structure {
    margin-top: 30px;
    padding: 24px 20px;
  }

  .p-pro-biz-premise__flow {
    margin-top: 30px;
    padding: 24px 20px;
  }

  .p-pro-biz-premise__flow-figure {
    display: block;
  }

  .p-pro-biz-premise__structure-figure .p-pro-biz-premise__figure-image--pc,
  .p-pro-biz-premise__flow-figure .p-pro-biz-premise__figure-image--pc {
    display: none !important;
  }

  .p-pro-biz-premise__structure-figure .p-pro-biz-premise__figure-image--sp,
  .p-pro-biz-premise__flow-figure .p-pro-biz-premise__figure-image--sp {
    display: block !important;
  }

  .p-pro-biz-premise__flow-sp {
    display: none;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 20px 15px;
    background: #e6edf2;
    position: relative;
  }

  .p-pro-biz-premise__flow-sp::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: #07507b;
  }

  .p-pro-biz-premise__flow-sp-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    z-index: 1;
  }

  .p-pro-biz-premise__flow-sp-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #07507b;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .p-pro-biz-premise__flow-sp-num--active {
    background: #0095d8;
    color: #fff;
  }

  .p-pro-biz-premise__flow-sp-label {
    padding-top: 7px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #1a1a1a;
  }

  .p-pro-biz-premise__structure-row {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .p-pro-biz-premise__structure-label {
    font-size: 16px;
    text-align: left;
  }

  .p-pro-biz-premise__structure-label--biz {
    font-size: 24px;
  }

  .p-pro-biz-premise__structure-row--top .p-pro-biz-premise__structure-area {
    grid-template-columns: 1fr;
  }

  .p-pro-biz-premise__structure-row--middle {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .p-pro-biz-premise__structure-row--middle > * {
    grid-column: auto;
  }

  .p-pro-biz-premise__structure-note,
  .p-pro-biz-premise__structure-badge {
    margin: 0;
    justify-self: start;
  }

  .p-pro-biz-premise__structure-note::before,
  .p-pro-biz-premise__structure-note::after,
  .p-pro-biz-premise__structure-badge::after,
  .p-pro-biz-premise__structure-area--biz::before,
  .p-pro-biz-premise__structure-area--biz::after {
    display: none;
  }

  .p-pro-biz-premise__structure-area--biz {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* サービス利用の流れ — about の p-about-flow 構造 + Figma 13769:28575 */
.p-about-flow.p-about-flow--pro-biz-personal {
  padding: 100px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-about-flow.p-about-flow--pro-biz-personal {
    padding: 80px 0;
  }
}

.p-about-flow--pro-biz-personal__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.p-about-flow--pro-biz-personal__heading {
  margin: 0;
}

/* 見出しブロックを c-section-header 相当の構成に統一 */
.p-top-news--hipro-biz-pro .p-top-news__heading-block,
.p-about-flow--pro-biz-personal__heading,
.p-pro-biz-voices__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-news--hipro-biz-pro .p-top-news__heading-block,
  .p-about-flow--pro-biz-personal__heading,
  .p-pro-biz-voices__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
  }

  .p-pro-biz-voices__heading {
    margin-bottom: 40px;
  }

  .p-top-news--hipro-biz-pro .p-top-news__heading-block {
    margin-bottom: 40px;
  }
}

.p-about-flow--pro-biz-personal__title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: #222;
}

.p-about-flow--pro-biz-personal__title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-about-flow--pro-biz-personal__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-about-flow--pro-biz-personal__title-main {
    font-size: 26px;
    display: block;
  }

  .p-about-flow--pro-biz-personal__title-sub {
    font-size: 18px;
    display: block;
    margin-top: 4px;
  }
}

.p-about-flow--pro-biz-personal__en {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8a93;
}

.p-about-flow--pro-biz-personal__accent {
  display: flex;
  flex-direction: row;
  width: 60px;
  height: 3px;
}

.p-about-flow--pro-biz-personal__accent-bar {
  display: block;
  width: 30px;
  height: 3px;
  flex-shrink: 0;
}

.p-about-flow--pro-biz-personal__accent-bar--primary {
  background-color: #07507b;
}

.p-about-flow--pro-biz-personal__accent-bar--cyan {
  background-color: #0095d8;
}

.p-about-flow--pro-biz-personal__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
  color: #1a1a1a;
}

/* Figma: ボックス #e6edf2、縦線 #07507b、行 gap 30 / アイコンと文 gap 25 */
.p-about-flow.p-about-flow--pro-biz-personal .p-about-flow__list {
  background-color: #e6edf2;
}

.p-about-flow.p-about-flow--pro-biz-personal .p-about-flow__list::before {
  background-color: #07507b;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item {
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item:last-child {
  margin-bottom: 0;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item__icon {
  width: 135px;
  height: 135px;
  flex-shrink: 0;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item__content {
  flex: 1;
  min-width: 0;
  padding-left: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-label {
  margin-bottom: 0;
  padding: 8px;
  line-height: 1;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-title {
  margin-bottom: 0;
}

.p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-desc {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-about-flow.p-about-flow--pro-biz-personal .p-about-flow__list {
    position: relative;
    padding: 40px 15px;
    gap: 30px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .p-about-flow__list::before {
    left: 60px;
    transform: none;
    top: 85px;
    bottom: 85px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    margin-bottom: 30px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item:last-child {
    margin-bottom: 0;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item__icon {
    width: 90px;
    height: 90px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item__content {
    align-items: flex-start;
    gap: 10px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-label {
    padding: 8px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.56px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.64px;
  }

  .p-about-flow.p-about-flow--pro-biz-personal .flow-item .step-desc {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }

  .p-about-flow--pro-biz-personal__intro {
    gap: 40px;
    margin-bottom: 40px;
  }

  .p-about-flow--pro-biz-personal__title-main {
    font-size: 40px;
    line-height: 1.5;
  }

  .p-about-flow--pro-biz-personal__title-sub {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* FAQ ブロック */
.p-pro-biz-faq {
  padding: 100px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-faq {
    padding: 80px 0;
    background: #fff;
  }

  .p-pro-biz-faq .l-inner {
    width: min(100%, 335px);
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    padding: 0;
  }

  .p-pro-biz-faq .c-section-header {
    gap: 20px;
    align-items: flex-start;
  }

  .p-pro-biz-faq .c-section-header__jp {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .p-pro-biz-faq .c-section-header__en {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #7a8a93;
    text-transform: uppercase;
    text-align: left;
  }

  .p-pro-biz-faq__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.64px;
  }

  .p-pro-biz-faq__btn-wrap {
    margin-top: 60px;
    width: 100%;
  }

  .p-pro-biz-faq__btn-wrap .c-btn--outline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 335px;
    height: 48px;
    margin-top: 0;
    padding: 0 52px;
    border: 1px solid #07507b;
    color: #07507b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
  }

  .p-pro-biz-faq__btn-wrap .c-btn--outline::before,
  .p-pro-biz-faq__btn-wrap .c-btn--outline::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #07507b;
  }

  .p-pro-biz-faq__btn-wrap .c-btn--outline::before {
    left: 12px;
    transform: translateY(-50%);
  }

  .p-pro-biz-faq__btn-wrap .c-btn--outline::after {
    right: 12px;
    transform: translateY(-50%);
  }
}

.p-pro-biz-faq__lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

.p-pro-biz-faq__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
}

.p-pro-biz-faq__btn-wrap .c-btn--outline {
  margin-top: 0;
}

/* 最終CTA（Figma cv_法人_pc 12856:2701 — 個人向けコピー） */
.p-pro-biz-final-cta.c-cta-box {
  padding: 60px 304px;
  background: linear-gradient(117.97deg, #71b2e6 0%, #90d6f5 100%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-pro-biz-final-cta.c-cta-box {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-pro-biz-final-cta.c-cta-box {
    padding: 60px 20px;
  }
}

.p-pro-biz-final-cta__shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 832px;
  margin: 0 auto;
}

.p-pro-biz-final-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  width: 100%;
  text-align: center;
  color: #fff;
}

.p-pro-biz-final-cta__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-final-cta__title {
    font-size: 20px;
    text-align: left;
  }
}

.p-pro-biz-final-cta__lead {
  margin: 0;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-final-cta__lead {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }
}

.p-pro-biz-final-cta__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 401px;
  box-shadow: 0 0 20px rgba(7, 80, 123, 0.1);
}

.p-pro-biz-final-cta__btn.c-cta-box__btn.c-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 401px;
  height: 70px;
  margin: 0;
  padding: 0 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #fff !important;
  background: #0095d8 !important;
  border: 1px solid #0095d8 !important;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(7, 80, 123, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-pro-biz-final-cta__btn.c-cta-box__btn.c-btn--primary:hover {
  color: #0095d8 !important;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-final-cta__btn.c-cta-box__btn.c-btn--primary {
    max-width: 320px;
    height: 60px;
    font-size: 16px;
  }
}

.c-section-header--left .c-section-header__jp,
.c-section-header--left .c-section-header__en {
  text-align: left;
}

.c-section-header--left {
  text-align: left;
}

/* 主要な支援分野（Figma node 12856:2641 / service_introduction_pc） */
.p-pro-biz-support-areas {
  padding: 100px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-support-areas {
    padding: 80px 0;
  }
}

.p-pro-biz-support-areas__heading-block {
  margin-bottom: 0;
}

.p-pro-biz-support-areas__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  margin: 0 0 5px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-support-areas__title {
    font-size: 26px;
  }
}

.p-pro-biz-support-areas__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #7a8a93;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.p-pro-biz-support-areas__accent {
  display: flex;
  flex-direction: row;
  height: 3px;
}

.p-pro-biz-support-areas__accent-bar {
  display: block;
  width: 30px;
  height: 3px;
  flex-shrink: 0;
}

.p-pro-biz-support-areas__accent-bar--primary {
  background-color: #07507b;
}

.p-pro-biz-support-areas__accent-bar--cyan {
  background-color: #0095d8;
}

.p-pro-biz-support-areas__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
  color: #000;
  margin: 20px 0 40px;
}

.p-pro-biz-support-areas__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-support-areas__grid {
    grid-template-columns: 1fr;
  }
}

.p-pro-biz-support-areas__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0;
}

.p-pro-biz-support-areas__thumb {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #e0e0e0;
}

.p-pro-biz-support-areas__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-pro-biz-support-areas__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-pro-biz-support-areas__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.64px;
  color: #222;
  margin: 0;
}

.p-pro-biz-support-areas__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-pro-biz-support-areas__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #222;
}

.p-pro-biz-support-areas__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0095d8;
  flex-shrink: 0;
  margin-top: 6px;
}

.p-pro-biz-support-areas__note {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-pro-biz-support-areas .l-inner {
    /* width: min(100%, 335px); */
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .p-pro-biz-support-areas__card {
    align-items: flex-start;
    text-align: left;
    padding: 20px 15px;
  }

  .p-pro-biz-support-areas__title {
    font-size: 36px;
    line-height: 1.5;
  }

  .p-pro-biz-support-areas__lead {
    margin: 20px 0 40px;
  }

  .p-pro-biz-support-areas__thumb {
    width: 90px;
    height: 90px;
  }

  .p-pro-biz-support-areas__body {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .p-pro-biz-support-areas__list {
    width: 100%;
    max-width: 100%;
    gap: 5px;
  }

  .p-pro-biz-support-areas__list li {
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.p-pro-biz-project__desc {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #5a656b;
  letter-spacing: 0.04em;
}
