:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes square-animation {
  0% {
    box-shadow: 0 0 0 9999px #fff;
  }
  100% {
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 0 9999px #fff;
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.privacy-content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: max(97px, 6.7361111111vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .privacy-content {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: max(60px, 16vw);
    padding-bottom: max(140px, 37.3333333333vw);
  }
}
.privacy-content--ttl {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.8;
  margin-top: 60px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .privacy-content--ttl {
    margin-top: 45px;
  }
}
.privacy-content--wrap {
  margin-top: 16px;
}
.privacy-content--desc {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.8;
}
.privacy-content--list {
  counter-reset: listnum;
}
.privacy-content--item {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.8;
  padding-top: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.privacy-content--item:before {
  counter-increment: listnum;
  content: counter(listnum) ". ";
}

.error-contents {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: max(97px, 6.7361111111vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .error-contents {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: max(60px, 16vw);
    padding-bottom: max(140px, 37.3333333333vw);
  }
}
.error-contents h2 {
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  text-align: center;
  margin-bottom: 40px;
}
.error-contents .note {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
.error-contents .display_sp {
  display: none;
}
@media (max-width: 768px) {
  .error-contents .display_sp {
    display: block;
  }
}
.error-contents .top_back_btn {
  text-decoration: none;
  color: #333;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .error-contents .top_back_btn {
    margin-top: 60px;
  }
}
.error-contents .top_back_btn::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.error-contents .top_back_btn .top-back--link_txt {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.error-contents .top_back_btn .top-back-link_deco {
  display: block;
  width: 12px;
  aspect-ratio: 12/12;
  position: relative;
  overflow: hidden;
}
.error-contents .top_back_btn .top-back-link_deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/icon/icon-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.error-contents .top_back_btn .top-back-link_deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/icon/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: -100%;
}
.error-contents .top_back_btn:hover {
  color: #fff;
}
.error-contents .top_back_btn:hover::before {
  height: 100%;
}
.error-contents .top_back_btn:hover .top-back-link_deco::before {
  left: 100%;
}
.error-contents .top_back_btn:hover .top-back-link_deco::after {
  left: 0;
}/*# sourceMappingURL=privacy.css.map */