@charset "UTF-8";
/* Noto */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* JOST（Futura代用） */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #F2F3F4;
}

/*
* fv
*/
.fv {
  padding-top: 100px;
}
.fv-wrap {
  position: relative;
  margin-left: 40px;
  padding-bottom: 180px;
}
.fv-wrap--title {
  margin-top: 80px;
  color: #000000;
  font-size: 28px;
}
.fv-wrap--title span {
  color: #0686CF;
}
.fv-wrap--subtitle {
  margin-top: 30px;
  font-size: 60px;
  line-height: 0;
}
.fv-wrap--img {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1200px) / 2);
  width: 470px;
  height: auto;
  z-index: -999;
}

/*
* PRIVACY
*/
.privacy {
  width: 100%;
}
.privacy-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.privacy-wrap--en {
  color: #0686CF;
  font-size: 12px;
}
.privacy-wrap--ttl {
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
}
.privacy-wrap--sub-ttl {
  margin-top: 30px;
  font-size: 28px;
  color: #000000;
}
.privacy-wrap--txt {
  margin-top: 20px;
  color: #000000;
}

.line {
  margin: 80px 0;
  border-bottom: 1px solid #E8E7E7;
}

/*
* COOKIE
*/
.cookie {
  width: 100%;
  padding-bottom: 140px;
}
.cookie-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cookie-wrap--en {
  color: #0686CF;
  font-size: 12px;
}
.cookie-wrap--ttl {
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
}
.cookie-wrap--sub-ttl {
  margin-top: 30px;
  font-size: 28px;
  color: #000000;
}
.cookie-wrap--txt {
  margin-top: 20px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .fv-wrap {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .fv-wrap--img {
    right: 0;
  }
  .fv-wrap--subtitle img {
    min-width: 290px;
    width: 80%;
  }
  .privacy-wrap {
    width: calc(100% - 20px);
  }
  .cookie-wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .fv-wrap {
    padding-bottom: 40px;
  }
  .fv-wrap--img {
    display: none;
  }
  .fv-wrap--title {
    font-size: 20px;
  }
  .fv-wrap--subtitle {
    margin-top: 10px;
  }
  .fv-wrap__links {
    gap: 10px;
  }
  .fv-wrap__links--item span {
    font-size: 14px;
  }
  .privacy-wrap--sub-ttl {
    font-size: 20px;
  }
  .cookie-wrap--sub-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .fv-wrap--title {
    font-size: 14px;
  }
}/*# sourceMappingURL=privacy-policy.css.map */