/**
 * 採用特設サイト プライバシーポリシーページ
 * Recruitment_Privacy_Policy.html
 */

/* パンくずとページタイトルの間は少しあける */
.form-section .form-section__breadcrumb {
  margin-bottom: 32px;
}

.privacy-policy__page-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D0001;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(230, 0, 18, 0.2);
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .form-section .form-section__breadcrumb {
    margin-bottom: 24px;
  }
  .privacy-policy__page-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}

.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 32px 0;
}

.privacy-policy__intro {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0D0001;
  margin-bottom: 40px;
  padding: 24px;
  background: rgba(230, 0, 18, 0.04);
  border-left: 4px solid #E60012;
  border-radius: 0 8px 8px 0;
}

.privacy-policy__intro a {
  color: #E60012;
  text-decoration: underline;
}

.privacy-policy__intro a:hover {
  text-decoration: none;
}

.privacy-policy__heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0D0001;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(230, 0, 18, 0.2);
}

.privacy-policy__heading:first-of-type {
  margin-top: 0;
}

.privacy-policy__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0D0001;
  margin-bottom: 16px;
}

.privacy-policy__text a {
  color: #E60012;
  text-decoration: underline;
}

.privacy-policy__text a:hover {
  text-decoration: none;
}

.privacy-policy__list {
  margin: 0 0 24px 24px;
  padding: 0;
  list-style: disc;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0D0001;
}

.privacy-policy__list li {
  margin-bottom: 8px;
}

.privacy-policy__contact {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0D0001;
  margin: 16px 0 24px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}

.privacy-policy__contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D0001;
  margin: 24px 0 8px;
}

.privacy-policy__contact-block .privacy-policy__contact {
  margin-top: 0;
}

.privacy-policy__contact a {
  color: #E60012;
  text-decoration: underline;
}

.privacy-policy__updated {
  font-size: 1.3rem;
  color: #666;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.privacy-policy__back {
  margin-top: 48px;
  text-align: center;
}

.privacy-policy__back-link {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #E60012 0%, rgba(230, 0, 18, 0.9) 100%);
  border-radius: 28px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.privacy-policy__back-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(230, 0, 18, 0.35);
}

@media screen and (max-width: 599px) {
  .privacy-policy {
    padding: 24px 0 20px;
  }
  .privacy-policy__intro {
    font-size: 1.4rem;
    padding: 16px;
    margin-bottom: 32px;
  }
  .privacy-policy__heading {
    font-size: 1.6rem;
    margin: 28px 0 12px;
  }
  .privacy-policy__text,
  .privacy-policy__list {
    font-size: 1.4rem;
  }
  .privacy-policy__contact {
    font-size: 1.4rem;
    padding: 16px;
  }
  .privacy-policy__back-link {
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 16px;
  }
}
