/* --------------------------------------
 * Privacy
 * -------------------------------------- */

.about-banner {
  margin-bottom: 50px;
  padding: 0;
}

.about-us {
  width: 100%;
  height: 316px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about-banner__title {
  font-family: 'Hiragino Sans', sans-serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  position: relative;
  z-index: 2;
  margin: 0;
}

.privacy-section {
  background-color: #f7f9fc;
  padding: 80px 20px;
  margin-bottom: 150px;
}

/* =========================================================
 * 1. セクションと見出しの基本スタイル
 * ========================================================= */

.page-title {
  padding-top: 80px;
}

.page-title::after {
  content: '';
  display: block;
  border-bottom: 3px dotted #aaa;
  width: 450px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* =========================================================
 * 個人情報保護方針ページ専用スタイル (Privacy Policy)
 * ========================================================= */

/* -----------------------------------------------------
 * バナー画像セクション (横幅全体)
 * ----------------------------------------------------- */
.page-header-banner {
  background-color: rgba(198, 197, 205, 1);
  position: relative;
  overflow: hidden;
  height: 300px;
}

.banner-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.banner-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.privacy-content {
  background-color: #ffffff; /* 白い背景 */
  padding: 85px 54px;
  position: relative;
  border-radius: 36px;
  width: 1189px;
  margin: 0 auto;
}

/* -----------------------------------------------------
 * コンテンツ (h3とp) のスタイル
 * ----------------------------------------------------- */

.policy-heading {
  font-size: 26px;
  color: rgba(67, 103, 136, 1);
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

.intro-paragraph,
.policy-paragraph {
  margin-bottom: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: NaNpx;
  color: #436788;
  font-size: 20px;
  line-height: 1.8;
}

/* =========================================================
 * ★レスポンシブ対応 (768px以下) - はみ出し防止とサイズ調整★
 * ========================================================= */

@media (max-width: 1180px) {
  .privacy-content {
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* ------------------- メインコンテンツエリア ------------------- */
  .privacy-charter.section {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .about-us {
    height: 200px;
  }
  .about-banner__title {
    font-size: 40px;
    line-height: 50px;
  }

  /* ------------------- メインコンテンツエリア ------------------- */
  .privacy-charter.section {
    padding: 40px 20px;
  }

  /* ------------------- タイトルとコンテンツ ------------------- */
  .page-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-title::after {
    width: 270px;
  }

  .privacy-content {
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 20px;
  }

  .intro-paragraph,
  .policy-paragraph {
    font-size: 16px;
  }
  .policy-heading {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
