/* ==================================================
   新トップページ（固定ページID 760）専用
   ================================================== */

/* ファーストビュー */
body.page-id-760 .rie-hero {
  position: relative;
  width: 100vw;
  min-height: 640px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
}

body.page-id-760 .rie-hero-image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

body.page-id-760 .rie-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 20, 32, 0.88) 0%,
    rgba(8, 20, 32, 0.62) 48%,
    rgba(8, 20, 32, 0.12) 100%
  );
}

body.page-id-760 .rie-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
  text-align: left;
}

body.page-id-760 .rie-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 34px !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.45;
  letter-spacing: 0.04em;
}

body.page-id-760 .rie-hero-copy p {
  max-width: 590px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

body.page-id-760 .rie-hero-copy .su-button-centered {
  margin-top: 34px;
  text-align: left !important;
}

body.page-id-760 .rie-hero-copy .su-button {
  padding: 16px 24px !important;
  font-size: 16px !important;
}

/* 実績表示 */
body.page-id-760 .rie-hero-credentials {
  margin: 1.2em 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  letter-spacing: 0.04em;
}

/* 各セクションの見出し */
body.page-id-760 h2 {
  max-width: 1180px;
  margin: 88px auto 38px !important;
  padding: 0 0 16px !important;
  color: #243448 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #B58E6E !important;
  box-shadow: none !important;
  font-size: clamp(26px, 2.4vw, 38px) !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
}

body.page-id-760 h2::before,
body.page-id-760 h2::after {
  display: none !important;
}

/* 古い区切り線を非表示 */
body.page-id-760 hr {
  display: none !important;
}

/* 箇条書き */
body.page-id-760 ul.rie-list {
  list-style: disc outside !important;
  margin: 1.5em 0 !important;
  padding-left: 2em !important;
}

body.page-id-760 ul.rie-list > li {
  display: list-item !important;
  list-style: disc outside !important;
  margin: 0 0 0.8em !important;
  padding-left: 0.2em !important;
}

body.page-id-760 ul.rie-list > li::marker {
  color: #A97D62;
  font-size: 0.85em;
}

/* 研究リンク */
body.page-id-760 .rie-research-links a {
  display: inline-block;
  min-width: 230px;
  margin: 5px 0;
  padding: 12px 20px;
  color: #A97D62 !important;
  background: #fff;
  border: 1px solid #A97D62;
  text-decoration: none !important;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-id-760 .rie-research-links a:hover {
  color: #fff !important;
  background: #A97D62;
}

/* フッター */
body.page-id-760 footer,
body.page-id-760 #footer,
body.page-id-760 .footer,
body.page-id-760 .footer-area {
  background: #243448 !important;
  border-top: 1px solid #B58E6E;
}

body.page-id-760 footer,
body.page-id-760 #footer,
body.page-id-760 footer a,
body.page-id-760 #footer a {
  color: #fff !important;
}

body.page-id-760 footer a,
body.page-id-760 #footer a {
  text-decoration: none !important;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  body.page-id-760 .rie-hero {
    min-height: 720px;
    align-items: flex-start;
  }

  body.page-id-760 .rie-hero-image {
    object-position: 68% center;
  }

  body.page-id-760 .rie-hero::after {
    background: linear-gradient(
      90deg,
      rgba(8, 20, 32, 0.88) 0%,
      rgba(8, 20, 32, 0.70) 100%
    );
  }

  body.page-id-760 .rie-hero-copy {
    width: calc(100% - 48px);
    padding: 72px 0;
  }

  body.page-id-760 .rie-hero-copy h1 {
    margin-bottom: 28px !important;
    font-size: 31px;
    line-height: 1.45;
  }

  body.page-id-760 .rie-hero-copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  body.page-id-760 .rie-hero-credentials {
    font-size: 13px;
  }
}