.privacy-page {
  background: white;
  min-height: 100vh;
}

.page-title-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.page-title {
  font-family: "Inter", sans-serif;
  font-size: 89px;
  font-weight: 700;
  color: #2b39d5;
  line-height: 1.3;
  margin: 0;
}

.page-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4a4459;
  line-height: 26px;
  letter-spacing: 1.44px;
  margin: 0;
  padding-bottom: 20px;
}

.content-section {
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 0 20px;
}

.policy-content {
  max-width: 1200px;
}

.intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  margin: 0 0 60px;
}

.policy-section {
  margin-bottom: 40px;
}

.section-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4a4459;
  line-height: 30px;
  margin: 0 0 16px;
}

.section-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  margin: 0;
}

.section-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  margin: 0;
  padding-left: 24px;
}

.section-list li {
  margin-bottom: 8px;
}

.section-list li:last-child {
  margin-bottom: 0;
}

.company-info {
  margin-top: 80px;
  text-align: right;
}

.company-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  margin: 0 0 8px;
}

.company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #4a4459;
  line-height: 28px;
  margin: 0;
}

.privacy-page .footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  .page-title-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-left: 16px;
    padding: 20px 0;
  }

  .page-title {
    font-size: 30px;
  }

  .page-subtitle {
    font-size: 18px;
    padding-bottom: 0;
  }

  .content-section {
    padding: 0 16px;
    margin-bottom: 80px;
  }

  .intro-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .policy-section {
    margin-bottom: 32px;
  }

  .section-number {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .section-text {
    font-size: 14px;
    line-height: 22px;
  }

  .section-list {
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
  }

  .company-info {
    margin-top: 60px;
    text-align: left;
  }

  .company-date,
  .company-name {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 414px) {
  .page-title-section {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 0;
  }

  .page-title {
    font-size: 24px;
  }

  .page-subtitle {
    font-size: 16px;
  }

  .section-number {
    font-size: 15px;
  }

  .section-text,
  .section-list {
    font-size: 13px;
    line-height: 20px;
  }
}
