@charset "UTF-8";
/* =============================================================
   プライバシーポリシーページ専用スタイル
   page-privacy.php / デザイン: untracked/privacy-policy.png
   ※ hero／パンくずは他下層ページと共通仕様（暫定で複製）。
   ============================================================= */

/* ---- 下層hero（青帯なしバリエーション：page-hero-plain.php） -
   privacy / harassment 専用。他ページの .page-hero には影響しない。
   ----------------------------------------------------------- */
.page-hero-plain {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(200px, 26.56vw, 318px);
  padding-block: clamp(40px, 6vw, 80px);
  background: #eaf4ff url("../images/common/bg-page-hero-plain.png") center
    bottom / cover no-repeat;
}
.page-hero-plain__inner {
  width: 100%;
  transform: translateY(clamp(16px, 3vw, 48px));
}
.page-hero-plain__en {
  font-family: "Montserrat", var(--font-en);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  color: #0050a3;
}
.page-hero-plain__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0.2em;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", sans-serif;
  color: #0684f5;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.94px;
}
.page-hero-plain__bar {
  display: inline-block;
  width: 66.909px;
  height: 1.2px;
  background: #0684f5;
}
/* パンくず（breadcrumb）は共通のため main.css に定義 */

@media (max-width: 768px) {
  .page-hero-plain__en {
    font-size: 22px;
  }
  .page-hero-plain__title {
    font-size: 30px;
  }
}

/* ---- 本文 ------------------------------------------------- */
.privacy {
  max-width: 1400px;
  margin-inline: auto;
}
.privacy__intro {
  color: #352723;
  font-family: "Noto Sans JP", var(--font-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  padding-bottom: 35px;
  border-bottom: 1px solid #a0bdd7;
}

.privacy-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.privacy-item {
  padding: 35px 0;
  border-bottom: 1px solid #a0bdd7;
}
.privacy-item__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  color: #303030;
  font-family: "Noto Sans JP", var(--font-base);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 110.714% */
}
.privacy-item__num {
  flex: none;
  color: #0684f5;
  font-family: "Inter", var(--font-en);
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 31px; /* 93.939% */
}
.privacy-item__body {
  color: #352723;
  font-family: "Noto Sans JP", var(--font-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
.privacy-item__body p + p {
  margin-top: 1em;
}

/* 箇条書き（利用目的等） */
.privacy-bullets {
  margin: 12px 0;
  padding-left: 1.4em;
  list-style: none;
}
.privacy-bullets li {
  position: relative;
  padding-left: 18px;
  line-height: 1.9;
}
.privacy-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
}
.privacy-note {
  margin-top: 12px;
  color: #352723;
  font-family: "Noto Sans JP", var(--font-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
.privacy-contact {
  margin-top: 8px;
}

/* 小見出し（基本方針の■見出し／行動基準の(1)(2)等） */
.privacy-subhead {
  margin-top: 22px;
  margin-bottom: 4px;
  color: #303030;
  font-family: "Noto Sans JP", var(--font-base);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.privacy-item__body > .privacy-subhead:first-child {
  margin-top: 0;
}

/* =============================================================
   レスポンシブ
   ============================================================= */
@media (max-width: 768px) {
  .privacy-item__head {
    font-size: 23px;
  }
  .privacy-item__num {
    font-size: 21px;
  }
}
