.bg_stage:nth-child(2n + 3) {
  margin-top: 20% !important;
}

.bg_stage:nth-child(2n) {
  margin-top: 20% !important;

  &:not(.is_last) {
    @media screen and (min-width: 1921px) {
      transform: scaleX(-1) translateX(50%) !important;
    }
  }

  @media screen and (max-width: 600px) {
    margin-top: 70% !important;
  }
}

.bg_stage:nth-child(2) {
  margin-top: 100% !important;
}



.bg_stage.is_company_top {
  position: absolute;
  top: -224px;
  right: -40px;
  left: auto;
  width: 1160px;
  pointer-events: none;
  z-index: 0;
  /* margin-top: 0 !important; */

  @media screen and (min-width: 1921px) {
    right: 9%;
    transform: translateX(0%) !important;
  }

  @media screen and (max-width: 1920px) {
    width: 60.41vw;
    top: -11.66vw;
    right: -2.08vw;
  }

  @media screen and (max-width: 1439px) {
    top: -10vw;
  }

  @media screen and (max-width: 1023px) {
    width: 80vw;
    top: 80vw;
    right: -5vw;
  }

  @media screen and (max-width: 767px) {
    width: 90vw;
    top: 12vw;
    right: -8vw;
  }

}
 .p_privacy_header {
  padding-top: 27.6rem;
  padding-bottom: 4rem;
  max-width: 1200px;
  width: calc(100% - 8rem);
  margin: 0 auto;

  @media screen and (max-width: 1439px) {
    padding-top: 18rem;
    width: calc(100% - 8rem);
  }

  @media screen and (max-width: 1023px) {
    padding-top: 16rem;
  }

  @media screen and (max-width: 767px) {
    padding-top: 12rem;
    padding-bottom: 0rem;
    width: calc(100% - 4rem);
  }
}

.p_privacy_page_ttl {
  font-size: clamp(3.2rem, 3.333vw, 6.4rem);
  font-weight: bold;
  color: #2B2D33;
  margin-bottom: 14rem;
  line-height: 1.5;

  @media screen and (max-width: 1439px) {
    margin-bottom: 10rem;
    width: calc(100% - 8rem);
    margin-right: auto;
    margin-left: auto;
  }

  @media screen and (max-width: 1023px) {
    margin-bottom: 8rem;
  }

  @media screen and (max-width: 767px) {
    font-size: 2.8rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}

.c_breadcrumb {
  padding-top: 0;
  padding-bottom: 0;

  @media screen and (max-width: 767px) {
    margin-bottom: 2rem;
  }
}

.p_privacy_box {
  background-color: #ffffff;
  border-radius: 10rem;
  padding: 12rem 4rem 14rem;
  max-width: 1600px;
  width: calc(100% - 16rem);
  margin: 0 auto 16rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 10;

  @media screen and (max-width: 1439px) {
    width: calc(100% - 8rem);
  }

  @media screen and (max-width: 1023px) {
    border-radius: 4.8rem;
    padding: 4.8rem 4rem;
    width: calc(100% - 4rem);
  }

  @media screen and (max-width: 767px) {
    padding: 4.8rem 2rem 4rem;
    margin-bottom: 8rem;
  }

}

.p_privacy_box:last-child {
  margin-bottom: 16rem;
}

.p_privacy_box_inner {
  max-width: 1200px;
  margin: 0 auto;
  /* @media screen and (max-width: 1439px) {
  }

  @media screen and (max-width: 1023px) {
  }

  @media screen and (max-width: 767px) {
  } */
}




.p_privacy_lead {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 8rem;
}

.p_privacy_sec {
  margin-bottom: 8rem;
}

.p_privacy_sec_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1E40AF;
  margin-bottom: 4rem;
  line-height: 1.4;
}

.p_privacy_sec p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  font-weight: 500;
}
.p_privacy_sec p:has(+ ul, + .p_privacy_indent){
  margin-bottom: 2.4rem;
}

.p_privacy_sec p:last-child {
  margin-bottom: 0;
}

p.p_privacy_text_bold {
  font-weight: bold;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.p_privacy_list_dash {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 5rem;
  margin-bottom: 4rem;
}

.p_privacy_list_dash li {
  position: relative;
  margin-bottom: 0.4rem;
}

.p_privacy_list_dash li::before {
  content: "- ";
  position: absolute;
  left: -1rem;
}

.p_privacy_indent {
  padding-left: 1.6rem;
}

.p_privacy_indent p {
  margin-bottom: 0.4rem;
}

#security p+p {
  margin-bottom: 2.4rem;
}

.p_privacy_sec a {
  color: #1E40AF;
  text-decoration: underline;
  word-break: break-all;
}

.p_privacy_sec a:hover {
  text-decoration: none;
}

.p_privacy_sign {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 8rem;
  font-weight: 500;
}

/* ==============================================
   レスポンシブ対応（タブレット・スマホ）
============================================== */
@media screen and (max-width: 767px) {
  /* スマホ用の文字サイズ・余白の微調整のみ */
  .p_privacy_box_ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }

  .p_privacy_lead {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }

  .p_privacy_sec {
    margin-bottom: 3.2rem;
  }

  .p_privacy_sec h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }

  .p_privacy_sec p {
    font-size: 1.4rem;
    
  }

  .p_privacy_sec ul {
    font-size: 1.4rem;
    padding-left: 1rem !important;
  }

  p.p_privacy_text_bold {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }
  

  .p_privacy_indent {
    padding-left: 2rem;
  }

  .p_privacy_list_dash {
    padding-left: 2rem ;
  }

  .p_privacy_list_dash li::before {
    margin-left: 0;
  }

  .p_privacy_sign {
    margin-top: 4.8rem;
    font-size: 1.4rem;
  }

  .p_privacy_contact {
    padding: 1.6rem;
  }
  .p_privacy_box:last-child {
    margin-bottom: 8rem;
  }
}