/* CSS Document */
/**********************************/
body:before {
  content: "";
  position: absolute;
  inset: -40px;
  background: url("../images/common/bg.svg") center top no-repeat;
  background-size: 100% auto;
  transform: translate3d(var(--bg-x), var(--bg-y), 0);
  z-index: 0;
  pointer-events: none;
  aspect-ratio: 2055/707;
  width: 105%;
  max-width: 2055px;
  left: -2%;
  top: -0.5%;
  height: auto;
  z-index: -1; }

@media (min-width: 1980px) {
  body:before {
    background-size: 2055px auto;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0; } }
@media (max-width: 1280px) {
  body:before {
    left: 0; } }
@media (max-width: 768px) {
  body:before {
    background: url("../images/common/bg_sp.svg") center top no-repeat;
    background-size: 100% auto;
    aspect-ratio: 885/379;
    left: 0;
    top: 50px; } }
/*max-width:768px*/
/*max-width:480px*/
/**********************************/
.privacy_box {
  max-width: 1280px;
  width: calc(100% - 100px);
  margin: 0 auto;
  font: 1.6rem/2.2em "Noto Sans JP", sans-serif;
  font-weight: 400; }
  .privacy_box h2 {
    background-color: #F2EFFB;
    color: #5A4398;
    border-radius: 50px;
    padding: 10px 20px 10px 40px;
    font: 2.2rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 40px; }
  .privacy_box p {
    margin-bottom: 80px;
    text-align: justify;
    text-justify: inter-ideograph; }
    .privacy_box p:last-of-type {
      margin: 0; }
  .privacy_box dl {
    counter-reset: privacy;
    margin-bottom: 80px; }
    .privacy_box dl dt {
      font: 1.8rem/2em "Noto Sans JP", sans-serif;
      font-weight: 700;
      position: relative;
      padding: 0 0 0 20px; }
      .privacy_box dl dt:before {
        position: absolute;
        left: 0;
        counter-increment: privacy;
        content: counter(privacy) "."; }
    .privacy_box dl dd {
      margin-bottom: 40px;
      text-align: justify;
      text-justify: inter-ideograph; }
      .privacy_box dl dd:last-of-type {
        margin: 0; }

@media (max-width: 1024px) {
  .privacy_box {
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .privacy_box {
    width: calc(100% - 60px); }
    .privacy_box h2 {
      padding: 10px 30px 10px 30px;
      font: 2rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700;
      margin-bottom: 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .privacy_box {
    width: calc(100% - 40px);
    max-width: 330px;
    font: 1.5rem/2.2em "Noto Sans JP", sans-serif;
    font-weight: 400; }
    .privacy_box p {
      margin-bottom: 60px; }
    .privacy_box dl {
      margin-bottom: 60px; }
      .privacy_box dl dt {
        font: 1.7rem/2em "Noto Sans JP", sans-serif;
        font-weight: 700;
        position: relative;
        padding: 0 0 0 20px; }
      .privacy_box dl dd {
        margin-bottom: 30px; }
    .privacy_box h2 {
      border-radius: 15px;
      padding: 10px 20px 10px 20px;
      font: 1.8rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700;
      margin-bottom: 25px; } }
/*max-width:480px*/
