@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  privacy - プライバシーポリシー
============================================================================*/
.privacy {
  /* ==================================================
    top
  ================================================== */
}
.privacy.top {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    content
  ------------------------------- */
  /* -------------------------------
    contact
  ------------------------------- */
}
.privacy.top .kv-lower {
  background-image: url(../img/privacy/top/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .privacy.top .kv-lower {
    background-image: url(../img/privacy/top/kv-bg_sp.png);
  }
}
.privacy.top .content__inner {
  padding: 0 100px;
}
@media screen and (max-width: 1099px) {
  .privacy.top .content__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .privacy.top .content__inner {
    padding: 0 15px;
  }
}
.privacy.top .content__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .privacy.top .content__title {
    font-size: 2rem;
  }
}
.privacy.top .content__desc {
  font-weight: 300;
  line-height: 1.75;
}
.privacy.top .content__ol {
  padding-left: 1em;
}
.privacy.top .content__li {
  margin-bottom: 0.5em;
  list-style: decimal;
  line-height: 1.75;
}
.privacy.top .content__li:last-of-type {
  margin-bottom: 0;
}
.privacy.top .contact {
  padding: 0 100px;
}
@media screen and (max-width: 1099px) {
  .privacy.top .contact {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .privacy.top .contact {
    padding: 0 15px;
  }
}
.privacy.top .contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 599px) {
  .privacy.top .contact__inner {
    padding: 10px;
  }
}
.privacy.top .contact__title {
  margin-bottom: 0.25em;
}
.privacy.top .contact__group {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .privacy.top .contact__group {
    font-size: 1.6rem;
    text-align: center;
  }
}
.privacy.top .contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .privacy.top .contact__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy.top .contact__telno {
  pointer-events: none;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .privacy.top .contact__telno {
    pointer-events: auto;
    font-size: 2.6rem;
  }
}
.privacy.top .contact__fax {
  margin-left: 1.5em;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .privacy.top .contact__fax {
    margin-left: 0;
    font-size: 2.6rem;
  }
}