/* ========================================
   PRIVACY POLICY
======================================== */
.privacy-policy {
  padding: 100px 0;
}
.privacy-lead {
  font-size: 16px;
  line-height: 2.2;
}
.privacy-lead + .privacy-lead {
  margin-top: 24px;
}
.privacy-list {
  margin-top: 50px;
  padding-left: 20px;
}
.privacy-list li {
  font-size: 16px;
  line-height: 2.2;
}
.privacy-list li + li {
  margin-top: 28px;
}
.privacy-sign {
  margin-top: 60px;
  text-align: right;
}
.privacy-sign p {
  font-size: 15px;
  line-height: 2;
  color: #111;
}
/* ========================================
   SP
======================================== */
@media screen and (max-width: 768px) {
  .privacy-policy {
    padding: 60px 0;
  }
  .privacy-box {
    padding: 0;
  }
  .privacy-lead, .privacy-list li {
    font-size: 15px;
    line-height: 2;
  }
  .privacy-list {
    margin-top: 36px;
    padding-left: 18px;
  }
  .privacy-list li + li {
    margin-top: 20px;
  }
  .privacy-sign {
    margin-top: 40px;
  }
  .privacy-sign p {
    font-size: 13px;
    line-height: 1.9;
  }
}
/* ========================================
   SOLICITATION POLICY
======================================== */
.solicitation-policy {
  padding: 100px 0;
}
/* intro */
.policy-intro {
  margin-bottom: 60px;
}
.policy-intro p {
  font-size: 16px;
  line-height: 2.2;
}
/* section */
.policy-section + .policy-section {
  margin-top: 60px;
}
.policy-heading {
  position: relative;
  padding-left: 18px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #06379f;
}
.policy-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: calc(100% - 8px);
  background: #06379f;
  border-radius: 10px;
}
.policy-text p {
  font-size: 16px;
  line-height: 2.2;
}
.policy-text p + p {
  margin-top: 20px;
}
/* sign */
.policy-sign {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  text-align: right;
}
.policy-sign p {
  font-size: 15px;
  line-height: 2;
  color: #111;
}
.policy-date {
  margin-top: 24px;
}
/* ========================================
   SP
======================================== */
@media screen and (max-width: 768px) {
  .solicitation-policy {
    padding: 60px 0;
  }
  .policy-header {
    margin-bottom: 32px;
  }
  .policy-title {
    font-size: 30px;
    line-height: 1.5;
  }
  .policy-title span {
    margin-top: 6px;
    font-size: 12px;
  }
  .policy-intro {
    margin-bottom: 40px;
  }
  .policy-intro p, .policy-text p {
    font-size: 15px;
    line-height: 2;
  }
  .policy-section + .policy-section {
    margin-top: 30px;
  }
  .policy-heading {
    padding-left: 14px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.6;
  }
  .policy-heading::before {
    width: 4px;
  }
  .policy-text p + p {
    margin-top: 16px;
  }
  .policy-sign {
    margin-top: 50px;
    padding-top: 28px;
  }
  .policy-sign p {
    font-size: 13px;
    line-height: 1.9;
  }
  .policy-date {
    margin-top: 18px;
  }
}
/* ========================================
   FD宣言
======================================== */
.fd {
  padding: 100px 0;
}
.fd-main-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #111;
}
.fd-lead {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 60px;
}
/* =========================
   SP
========================= */
@media screen and (max-width: 768px) {
  .fd {
    padding: 70px 0;
  }
  .fd-main-title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
  .fd-lead {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
/* ========================================
   個人情報取扱に関する同意事項
======================================== */
.recruit-policy-heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #06379f;
}
.policy-sign a {
  color: #06379f;
  text-decoration: none;
  font-weight: 600;
}
.policy-sign a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .recruit-policy-heading {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.6;
  }
}
.group-policy {
  padding-top: 0;
}
.policy-main-heading {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #0637a0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy-main-heading {
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 1.4;
  }
}
.group-policy .policy-intro {
  margin-top: 80px;
}
.policy-note {
  text-align: center;
  font-weight: 700;
}
.policy-purpose-list {
  margin: 0;
  padding-left: 1.5em;
}
.policy-purpose-list li {
  margin-bottom: 0.6em;
  line-height: 1.9;
}
.policy-purpose-list li:last-child {
  margin-bottom: 0;
}
.policy-text a {
  color: #06379f;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .policy-purpose-list li {
    font-size: 15px;
  }
  .group-policy .policy-intro {
    margin-top: 50px;
  }
  .policy-purpose-list {
    padding-left: 1.2em;
  }
}