@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #1C1C1C;
}

.blue {
  color: #0069B5;
}

.l-blue {
  color: #0069B5;
}

.gray {
  color: #F8F8F8;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "halt";
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1C1C1C;
  letter-spacing: 0.06em;
  font-feature-settings: "halt";
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/* Noto Serif JP
--------------------------------------------------*/
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans JP
--------------------------------------------------*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans
--------------------------------------------------*/
.sans_en {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* Sorts Mill Goudy
--------------------------------------------------*/
.mill {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* プライバシーポリシーページ
--------------------------------------------------*/
#privacy__kv .page_kv_ttlwrap {
  bottom: 54px;
}
@media screen and (min-width: 769px) {
  #privacy__kv .page_kv_ttlwrap {
    bottom: 67px;
  }
}
#privacy__kv .page_ttl {
  font-size: clamp(2.59rem, 7.692vw, 3rem);
  word-break: keep-all;
}
@media screen and (min-width: 390px) {
  #privacy__kv .page_ttl {
    font-size: clamp(3.16rem, 6.51vw, 5rem);
  }
}
@media screen and (min-width: 769px) {
  #privacy__kv .page_ttl {
    font-size: clamp(6rem, 4.571vw, 6.4rem);
  }
}

#privacy__policy {
  margin: 60px 0 100px;
}
@media screen and (min-width: 769px) {
  #privacy__policy {
    margin: 80px 0 120px;
  }
}

.poricy_intro {
  font-weight: 500;
  line-height: 180%;
}

.poricy {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .poricy {
    margin-top: 50px;
  }
}

.policy_ttl {
  width: 100%;
  color: #0069B5;
  font-size: 2.2rem;
  line-height: 160%;
  background-color: #F2F7FB;
  padding: 7px 15px;
  margin-bottom: 20px;
  text-indent: -1.4em;
  padding-left: calc(15px + 1.4em);
}
@media screen and (min-width: 769px) {
  .policy_ttl {
    font-size: 2.4rem;
    padding: 10px 20px;
    padding-left: calc(20px + 1.4em);
  }
}

.policy_txt {
  margin: 0 5.128vw;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .policy_txt {
    margin: 0 1.428vw;
  }
}
@media screen and (min-width: 1400px) {
  .policy_txt {
    margin: 0 20px;
  }
}

.policy_note_wrap {
  margin-top: 10px;
}

.policy_note {
  position: relative;
  font-weight: 500;
  line-height: 180%;
  margin-left: 5.128vw;
  margin-right: 5.128vw;
  padding-left: 24px;
}
@media screen and (min-width: 769px) {
  .policy_note {
    margin-left: 2.142vw;
    margin-right: 1.428vw;
  }
}
@media screen and (min-width: 1400px) {
  .policy_note {
    margin-left: 30px;
    margin-right: 20px;
  }
}
.policy_note::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  background-color: #1C1C1C;
}

.policy_address {
  margin-top: 10px;
}

.window_link {
  color: #0069B5;
  -webkit-text-decoration-color: #0069B5;
          text-decoration-color: #0069B5;
}
.window_link::before {
  display: none;
}
.window_link::after {
  display: none;
}
.window_link:hover {
  opacity: 0.7;
}

.policy_right {
  text-align: right;
  margin-top: 30px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .policy_right {
    margin-top: 40px;
  }
}

.policy_right_day {
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
  line-height: 180%;
}
/*# sourceMappingURL=privacypolicy.css.map */