@charset "UTF-8";
main {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.page-head {
  position: relative;
  height: calc(100svh - 160rem);
  overflow: hidden;
}
section.page-head picture.main-visual {
  overflow: hidden;
}
section.page-head picture.main-visual img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.page-head h1 {
  color: #fff;
  position: absolute;
  left: 50rem;
  bottom: 50rem;
}
section.page-head h1 span {
  display: block;
  line-height: 1;
}
section.page-head h1 span.en {
  font-size: 79rem;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
section.page-head h1 span.ja {
  margin-top: 20rem;
  font-size: 35rem;
}

section.privacy-block {
  width: 88%;
  padding-top: 100rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 60rem;
}
section.privacy-block h2 {
  font-size: 32rem;
  margin-bottom: 10rem;
}
section.privacy-block ol {
  counter-reset: num;
}
section.privacy-block ol li {
  padding-left: 2em;
  counter-increment: num;
  position: relative;
  font-size: 26rem;
}
section.privacy-block ol li::before {
  content: "(" counter(num) ") ";
  position: absolute;
  left: 0;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  section.page-head {
    padding-left: 0;
    height: auto;
  }
  section.page-head picture.main-visual img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 64.8rem;
  }
  section.page-head h1 {
    left: 6vw;
    bottom: 18rem;
  }
  section.page-head h1 span.en {
    font-size: 7.9rem;
  }
  section.page-head h1 span.ja {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 2.5rem;
  }
  section.privacy-block {
    width: 88%;
    padding-top: min(100px, 5.26vw);
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    gap: min(60px, 3.16vw);
  }
  section.privacy-block h2 {
    font-size: min(32px, 1.68vw);
    margin-bottom: min(10px, 0.53vw);
  }
  section.privacy-block ol {
    counter-reset: num;
  }
  section.privacy-block ol li {
    padding-left: 2em;
    counter-increment: num;
    position: relative;
    font-size: min(18px, 0.95vw);
  }
  section.privacy-block ol li::before {
    content: "(" counter(num) ") ";
    position: absolute;
    left: 0;
  }
}
/*# sourceMappingURL=privacy.css.map */