/* ===========================
   Privacy Policy Page Styles
   =========================== */

.pp-main {
  padding-top: 0;
  background: #fff;
}

/* ページヘッダー */
.pp-page-header {
  background: linear-gradient(135deg, #1a4830 0%, #2a6644 50%, #52a96e 100%);
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.pp-page-header::before {
  content: 'PRIVACY';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120px;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.pp-page-header__inner {
  max-width: 800px;
  padding: 60px 60px;
  position: relative;
  z-index: 2;
}

.pp-page-header__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}

.pp-page-header__breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.pp-page-header__breadcrumb a:hover {
  text-decoration: underline;
}

.pp-page-header__en {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  margin: 0 0 10px;
}

.pp-page-header__title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

/* 本文エリア */
.pp-body {
  padding: 80px 0;
  background: #fff;
}

.pp-body__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

.pp-lead {
  font-size: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e4e0;
}

.pp-section {
  margin-bottom: 48px;
}

.pp-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a4830;
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 4px solid #2a6644;
  line-height: 1.5;
}

.pp-section__text {
  font-size: 14px;
  line-height: 2;
  color: #444;
  margin: 0 0 12px;
}

.pp-list {
  margin: 12px 0 12px 20px;
  padding: 0;
  list-style: disc;
}

.pp-list li {
  font-size: 14px;
  line-height: 2;
  color: #444;
  margin-bottom: 4px;
}

.pp-contact-box {
  background: #eaefea;
  border-left: 4px solid #2a6644;
  border-radius: 0 4px 4px 0;
  padding: 24px 28px;
  margin-top: 16px;
}

.pp-contact-box__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a4830;
  margin: 0 0 12px;
}

.pp-contact-box__row {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 4px;
}

.pp-contact-box__row a {
  color: #2a6644;
  text-decoration: none;
}

.pp-contact-box__row a:hover {
  text-decoration: underline;
}

.pp-date {
  font-size: 13px;
  color: #888;
  text-align: right;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e0e4e0;
}

/* レスポンシブ */
@media (max-width: 640px) {
  .pp-page-header__inner {
    padding: 40px 20px;
  }

  .pp-body__inner {
    padding: 0 20px;
  }

  .pp-body {
    padding: 56px 0;
  }
}
