@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500&family=Cinzel:wght@400&family=Roboto:wght@400;500&display=swap");
@import url("lib/ress.min.css");
:root {
  /* neutral */
  --white: #ffffff;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --gray: #5a5a5a; /* ナビオーバーレイ VOICE セクション背景 */
  --gray-dark: #363636; /* FEATURE / STEP UP FLOW セクション背景 */
  --gray-light: #e5e5e5; /* 地図エリア背景 */
  /* accent */
  --red: #eb1818; /* Google MAP ボタン */
  /* font */
  /* main sans-serif Japanese (Noto Sans JP) */
  --font-1: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  /* serif Japanese (Noto Serif JP) — 見出し・電話番号・本文 */
  --font-2: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  /* decorative Latin (Cinzel) — セクション英字見出し・コピーライト */
  --font-3: "Cinzel", serif;
  /* Latin sans-serif (Roboto) */
  --font-4: "Roboto", sans-serif;
  /* transition */
  --hover-transition: .2s ease;
}

.p-section {
  line-height: 175%;
  letter-spacing: 0;
  margin-bottom: 11.5rem;
  margin-top: 3.7rem;
  padding: 8.8rem 6.2rem 5.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-section {
    border-radius: 0;
    line-height: 200%;
    margin: 0 calc(50vw - 50%);
    padding: 4.2rem 2.4rem 4.8rem;
    width: 100dvw;
  }
}
.p-section .ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-section p + .ttl {
  padding-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .p-section p + .ttl {
    padding-top: 2em;
  }
}
.p-section-foot {
  padding: 5.3rem 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-section-foot {
    padding: 4.3rem 0 0;
  }
}
.p-section-foot a {
  color: black;
  text-decoration: underline;
}

/*# sourceMappingURL=privacy.css.map */
