@charset "utf-8";

/* =========================
   プライバシーポリシーページ
========================= */

.privacy-policy-page {
  background: #fff;
  margin-top: -32px;
}

/* =========================
   Hero
========================= */
.bp-hero {
  position: relative;
  overflow: hidden;
}

a {
  color: var(--text);
}

/* 背景画像（全体に敷く） */
.bp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/page-mv-bg.webp") no-repeat;
  background-position: left bottom;
  background-size: cover;
  pointer-events: none;
}


/* 上部：タイトルエリア */
.bp-hero-top {
  position: relative;
  z-index: 1;
  padding: calc(var(--header-h) + 40px) 0 0;
}

.privacy-policy-page .bp-hero-title {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: clamp(40px, calc(40px + (100vw - 540px) * 40 / 1380), 80px);
  /* 80px at max */
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 0 15px #007DCC;
  margin: 0;
}

/* 下部：キャッチコピーエリア */
.privacy-policy-page .bp-hero-bottom {
  position: relative;
  z-index: 1;
  padding: clamp(100px, calc(100px + (100vw - 768px) * 200 / 832), 300px) 0 0;
  text-align: center;
}

.privacy-policy-page .bp-hero-catch {
  position: relative;
  font-family: "Shippori Antique", serif;
  font-size: clamp(32px, calc(32px + (100vw - 540px) * 63 / 1380), 95px);
  /* 110px at max */
  font-weight: 400;
  color: #007DCC;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  line-height: 1;
  z-index: 1;
}

.bp-hero-catch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 30px;
  background: url("../img/common/line-1.png") no-repeat center / 100% auto;
  pointer-events: none;
  z-index: -1;
}

.privacy-policy-page .bp-hero-lead {
  font-family: "Shippori Antique", serif;
  font-size: clamp(12px,
      calc(12px + (100vw - 540px) * 0.0202898551),
      40px);
  /* 40px at max */
  font-weight: 400;
  color: #007DCC;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 2;
}

/* =========================
   Section Common
========================= */
.page-privacy-container {
  margin-top: 100px;
  margin-bottom: 140px;
}

ol.privacy-dot>li {
  position: relative;
  padding-left: 1.2em;
  /* 「・」分の余白 */
  margin: 0.35em 0;
}

ol.privacy-dot>li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-policy .page-content {
  max-width: 70rem;
  margin: auto;
}

.page-content .fast-page-content {
  margin-bottom: 50px;
}

.privacy-policy dl {
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 0.6em 1em;
  margin: 1.2em 0;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}

.privacy-policy dt {
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
  /* 「代表取締役」などを折り返さない */
}

.privacy-policy dd {
  margin: 0;
  word-break: break-word;
}

@media(max-width:768px) {
  .privacy-policy-page {
    margin-top: -46px;
  }

  .bp-hero-top {
    padding: calc(var(--header-h) + 40px) 0 100px;
  }

  .page-privacy-container {
    margin-top: 50px;
  }
}

/* スマホでは1列にして読みやすく */
@media (max-width: 640px) {
  .privacy-policy dl {
    grid-template-columns: 1fr;
    font-size: 0.8125rem;

  }

  .privacy-policy dt {
    margin-top: 0.4em;
  }
}

@media(max-width:540px) {
  .bp-hero-top {
    padding: calc(var(--header-h) + 10px) 0 100px;
  }

  .page-privacy-container {
    margin-top: 30px;
  }

  .page-content .fast-page-content {
    margin-bottom: 30px;
  }
}

ol {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}

@media(max-width:540px) {
  ol {
    font-size: 0.8125rem;
    padding-left: 10px;
  }
}

/* =========================
  h2 / h3
========================= */
.privacy-policy-page .c-secTitle {
  margin: 15px 0 10px;
}

.privacy-policy-page .c-secTitle-line {
  width: 25px;
}

.privacy-policy-page .c-h3 {
  font-size: clamp(17px, calc(17px + (22 - 17) * ((100vw - 375px) / (1200 - 375))), 22px);

}

/* =========================
  li,ol,ul styles styles
========================= */

/* リスト共通（本文のol） */
.privacy-policy ol,
.terms-policy ol {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}

.privacy-policy ol.privacy-dot>li,
.privacy-policy ul.privacy-dot>li,
.terms-policy ol.privacy-dot>li,
.terms-policy ul.privacy-dot>li {
  position: relative;
  padding-left: 1.2em;
  /* 「・」の分 */
  margin: 0.35em 0;
}

.privacy-policy ol.privacy-dot>li::before,
.privacy-policy ul.privacy-dot>li::before,
.terms-policy ol.privacy-dot>li::before,
.terms-policy ul.privacy-dot>li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 640px) {

  .privacy-policy ol,
  .terms-policy ol {
    font-size: 0.8125rem;
  }
}

/* 下層heroレスポンシブ */
@media(max-width: 768px) {
  .privacy-policy-page .bp-hero-title {
    display: block;
    text-align: center;
    line-height: 1.1;
  }

  .privacy-policy-page .bp-hero::before {
    background-size: cover;
    background-position: center top;
  }

  .privacy-policy-page .bp-hero::after {
    height: 200px;
  }

  .privacy-policy-page .bp-hero-catch {
    letter-spacing: 0.1em;
  }

  .privacy-policy-page .bp-hero-catch::after {
    height: 20px;
  }

  .privacy-policy-page .bp-hero-lead {
    font-size: clamp(1.25rem, 6vw, 1.75rem);
    letter-spacing: 0.1em;
  }

  .privacy-policy-page .bp-hero-bottom {
    padding: clamp(100px, calc(100px + (100vw - 768px) * 200 / 832), 300px) 0 50px;
  }
}

@media(max-width: 540px) {
  .privacy-policy-page .bp-hero-bottom {
    padding: 40px 0 30px;
  }

  .privacy-policy-page .bp-hero-catch {
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }

  .privacy-policy-page .bp-hero-catch::after {
    height: 15px;
  }

  .privacy-policy-page .bp-hero-lead {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }

  .privacy-policy-page .company .bp-hero-title {
    font-size: 1.8rem;
  }
}

@media(max-width: 375px) {

  .privacy-policy-page .bp-hero-catch {
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }

  .privacy-policy-page .bp-hero-catch::after {
    height: 12px;
  }

  .privacy-policy-page .bp-hero-lead {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.policy-area {
  margin-bottom: 24px;
}