/* =========================================================
   HP-PP2-001 ページ共通
========================================================= */
.pp2-body{
  background:linear-gradient(180deg,#f8fafc 0%,#eef4ff 100%);
  color:#334155;
  letter-spacing:0.02em;
  user-select:none;                         /* 本文の不要な文字選択を抑止 */
  -webkit-user-select:none;                 /* Safari向け */
}

.selectable-company-info{
  user-select:text;                         /* 社名・住所・TEL/FAXのみ選択可能 */
  -webkit-user-select:text;                 /* Safari向け */
}

/* =========================================================
   HP-PP2-002 HERO
========================================================= */
.pp2-hero{
  background:linear-gradient(135deg,rgba(37,99,235,0.92),rgba(15,23,42,0.92));
  color:white;
  padding:110px 24px 90px;
  text-align:center;
  position:relative;
  overflow:hidden;
}

.pp2-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(255,255,255,0.15),transparent 40%);
}

.pp2-hero-content{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:60px auto 0;                      /* 上・左右・下 */
}

.pp2-hero-tag{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.2);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  margin-bottom:24px;
  font-size:0.9rem;
}

.pp2-hero h1{
  font-size:clamp(2.3rem,5vw,4rem);
  margin-bottom:18px;
  font-weight:700;
  letter-spacing:0.04em;
}

/* =========================================================
   HP-PP2-003 コンテンツ
========================================================= */
.pp2-container{
  background-color:transparent;
  max-width:1100px;
  margin:-50px auto 80px;
  padding:0 24px;
  position:relative;
  z-index:5;
}

.pp2-card{
  background:rgba(255,255,255,0.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:20px;
  box-shadow:0 12px 32px rgba(15,23,42,0.08);
  padding:48px;
  margin-bottom:32px;
  border:1px solid rgba(255,255,255,0.8);
  scroll-margin-top:150px;
}

.pp2-section-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px;
}

.pp2-section-number{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  flex-shrink:0;
}

.pp2-modern-table{
  width:100%;
  border-collapse:collapse;
  margin-top:24px;
}

.pp2-modern-table th{
  background:#2563eb;
  color:white;
}

.pp2-modern-table td{
  background:white;
}

.pp2-modern-table th,
.pp2-modern-table td{
  padding:18px 20px;
  border:1px solid #e2e8f0;
  text-align:left;
}

.pp2-steps{
  display:grid;
  gap:22px;
  margin-top:28px;
}

.pp2-step{
  display:flex;
  gap:20px;
  padding:26px;
  border-radius:18px;
  border:1px solid #e2e8f0;
  background:white;
  transition:0.25s ease;
}

.pp2-info-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:24px;
  margin-top:28px;
}

.pp2-info-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;                       /* 重複定義を20pxへ統一 */
  padding:28px;
}

.pp2-sub-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:28px;
  margin-top:24px;
}

/* =========================================================
   HP-PP2-101 SP表示（768px以下）
========================================================= */
@media(max-width:768px){
  .pp2-card{
    padding:32px 24px;
  }

  .pp2-hero{
    padding:90px 20px 70px;
  }

  .pp2-section-title{
    align-items:flex-start;
  }

  .pp2-modern-table{
    display:block;
    overflow-x:auto;
  }

  .pp2-step{
    flex-direction:column;
  }

  .subnav-wrap{
    display:none;                            /* モバイルでは非表示 */
  }
}
