@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ------- TOP ------- */
/* 見出し */
/* リード文 */
/* 本文 */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* 本文 */
.privacypolicy {
  background-color: #F0F1F2;
}

.privacypolicy-mv {
  width: 100%;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-mv {
    height: 250px;
  }
}

.privacypolicy-mv-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}

.privacypolicy-mv-heading {
  position: absolute;
  top: 44%;
  left: 0%;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-mv-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.privacypolicy-mv-heading__main {
  color: #013686;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .privacypolicy-mv-heading__main {
    font-size: 64px;
  }
}

.privacypolicy-mv-heading__sub {
  color: #013686;
  font-size: 24px;
  font-weight: 700;
  padding-top: 7px;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .privacypolicy-mv-heading__sub {
    font-size: 18px;
    padding-top: 10px;
  }
}

.privacypolicy-mv-heading__main, .privacypolicy-mv-heading__sub {
  text-shadow: none;
}

.privacypolicy .breadcrumbs-inner {
  color: #929598;
}

.privacypolicy .breadcrumbs-inner > span a {
  color: #929598;
}

.privacypolicy .breadcrumbs-inner > span:last-of-type {
  color: #333;
}

.privacypolicy-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 290px;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .privacypolicy-inner {
    padding-bottom: 130px;
  }
}

.privacypolicy-heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  padding-bottom: 64px;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-heading {
    font-size: 26px;
  }
}

.privacypolicy-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75em;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #A1A7B4;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-title {
    font-size: 20px;
    padding-bottom: 5px;
    text-indent: -41px;
    padding-left: 41px;
  }
}

.privacypolicy-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

.privacypolicy-box {
  margin-bottom: 60px;
}

@media only screen and (max-width: 850px) {
  .privacypolicy-box {
    margin-bottom: 40px;
  }
}

.privacypolicy-box:last-of-type {
  margin-bottom: 0;
}

.privacypolicy-list, .privacypolicy-list--02 {
  padding-top: 15px;
}

.privacypolicy-list-item {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-indent: -18px;
  padding-left: 18px;
}

.privacypolicy-list--02 .privacypolicy-list-item {
  text-indent: -52px;
  padding-left: 52px;
}

.footer-body {
  margin-top: -100px;
}

@media only screen and (max-width: 850px) {
  .footer-body {
    margin-top: -40px;
  }
}
/*# sourceMappingURL=privacypolicy.css.map */