@charset "UTF-8";
/*-----------------------------------------

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

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

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

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

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

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #2953ED;
}

.orange {
  color: #D56300;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

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

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

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

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

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

span.word {
  display: inline-block;
}

/* 404
--------------------------------------------------*/
/* KVは共通（module/_parts.scss の .kv-hero）を利用 */
.privacy {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 60px 0;
  }
}
.privacy .container {
  width: calc(100% - 28.57vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .privacy .container {
    width: 90%;
  }
}
.privacy .intro {
  color: #041C2B;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.privacy .section {
  margin-top: 42px;
}
.privacy .section-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .privacy .section-title {
    font-size: 20px;
  }
}
.privacy .section-hr {
  height: 1px;
  background: #2953ED;
  margin: 10px 0 20px;
}
.privacy .tx {
  color: #041C2B;
  font-weight: 500;
  margin-bottom: 20px;
}
.privacy ul {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .privacy ul {
    padding-left: 30px;
  }
}
.privacy ul li {
  font-weight: 500;
}
.privacy ul li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.privacy a {
  margin-top: 5px;
  text-decoration: underline;
  display: block;
}
.privacy a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=privacy.css.map */