@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*	 メインビジュアル
* --------------------------------------------------------------------------------------------------*/
.p-mv {
  background: linear-gradient(170deg, #f4f7ff, #e8eeff);
}

.p-mv__ttl-box {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 12.5rem 1.25rem 6.25rem;
}

.p-mv__ttl-en {
  font-size: 4.1875rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-mv__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

@media screen and (max-width: 767px) {
  .p-mv__ttl-box {
    max-width: initial;
    padding: 26.7vw 4vw 10.7vw;
  }
  .p-mv__ttl-en {
    font-size: 8vw;
  }
  .p-mv__ttl-ja {
    font-size: 4.3vw;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 プライバシーポリシー
* --------------------------------------------------------------------------------------------------*/
.p-privacy {
  padding: 6.25rem 0 7.5rem;
  background-color: #f4f7ff;
}

.p-privacy__contents {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  color: #333;
}
.p-privacy__contents p {
  margin: 0 0 1.25rem;
}
.p-privacy__contents h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 2.5rem 0;
  color: #2f3659;
}
.p-privacy__contents h3 {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 3.125rem 0 1.25rem;
  color: #2f3659;
}
.p-privacy__contents h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 1.875rem 0 1.25rem;
  color: #053451;
}
.p-privacy__contents > :first-child {
  margin-top: 0;
}
.p-privacy__contents > :last-child {
  margin-bottom: 0;
}
.p-privacy__contents strong {
  font-weight: 700;
}
.p-privacy__contents a {
  color: #097cf2;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-privacy__contents a:hover {
    text-decoration: none;
  }
}
.p-privacy__contents ul {
  margin: 0 0 1.25rem;
}
.p-privacy__contents ul.sub-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-privacy__contents ul li {
  padding-left: 1.7em;
  text-indent: -1.7em;
  margin: 0 0 0.625rem;
}
.p-privacy__contents ul li:last-of-type {
  margin: 0;
}
.p-privacy__contents table {
  margin: 0 0 1.25rem;
  border-collapse: collapse;
}
.p-privacy__contents table th,
.p-privacy__contents table td {
  padding: 0.625rem 0.938rem;
  vertical-align: middle;
  border: 0.063rem solid #d9d9d9;
}
.p-privacy__contents table th {
  width: 30%;
  text-align: left;
  background-color: #2f3659;
  color: #fff;
  font-weight: 700;
}
.p-privacy__contents table td {
  width: 70%;
  font-weight: 500;
  background-color: #fff;
}
.p-privacy__contents .tac {
  text-align: center;
}
.p-privacy__contents .tar {
  text-align: right;
}
.p-privacy__contents .text-indent {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 16vw 0 26.7vw;
  }
  .p-privacy__contents {
    font-size: 3.7vw;
  }
  .p-privacy__contents p {
    margin: 0 0 5.3vw;
  }
  .p-privacy__contents h2 {
    font-size: 6.4vw;
    margin: 10.7vw 0;
  }
  .p-privacy__contents h3 {
    font-size: 4.3vw;
    margin: 10.7vw 0 5.3vw;
  }
  .p-privacy__contents h4 {
    font-size: 1rem;
    margin: 8vw 0 5.3vw;
  }
  .p-privacy__contents ul {
    margin: 0 0 5.3vw;
  }
  .p-privacy__contents ul li {
    margin: 0 0 2.7vw;
  }
  .p-privacy__contents table {
    margin: 0 0 5.3vw;
  }
  .p-privacy__contents table th,
  .p-privacy__contents table td {
    padding: 2.7vw 4vw;
  }
  .p-privacy__contents table th {
    width: 35%;
  }
  .p-privacy__contents table td {
    width: 65%;
  }
}