@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");

html {
  -webkit-text-size-adjust: 100%;
}
body {
  letter-spacing: 0.02rem;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #d8dce5;
  background-image: radial-gradient(ellipse 100% 60% at 50% 0%, rgb(54 64 105 / 7%), transparent 50%),
    linear-gradient(180deg, #e4e7ee 0%, #d9dde6 100%);
  color: #262626;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "游ゴシック", "Yu Gothic", "MS Pゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  color: #3f51b5;
}
a:hover {
  opacity: 0.9;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  br.sp {
    display: none;
  }
}

/* ===== Layout ===== */
.body_inner {
  background-color: #fff;
  box-shadow: 0 8px 40px rgb(15 23 42 / 8%), 0 0 0 1px rgb(54 64 105 / 6%);
  width: 1080px;
  margin: 0 auto;
  overflow-x: hidden !important;
}
section {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.wrapper {
  margin: 0 auto;
  text-align: center;
}
.wrapper_LP1 {
  width: 90%;
  margin: 3rem auto;
  text-align: center;
  font-feature-settings: "palt" 1;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

/* ===== Hero (editorial) ===== */
.hero-editorial {
  position: relative;
}
.hero-editorial-inner {
  margin-bottom: 0 !important;
}
.hero-eyebrow {
  text-align: left;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #364069;
  margin: 0 0 0.75rem;
}
.hero-figure {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgb(15 23 42 / 12%);
  line-height: 0;
}
.hero-image {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.hero-title-band {
  margin-top: 0;
  padding: 1.35rem 0 0.25rem;
  border-left: 4px solid #364069;
  padding-left: 1.25rem;
  margin-left: 0;
  background: linear-gradient(90deg, rgb(54 64 105 / 6%) 0%, transparent 55%);
}

.catch_title {
  text-align: left;
  font-size: 1.9em;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
}

/* ===== Profile card ===== */
.profile-card {
  display: flex;
  margin: 0 0 2.5rem;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e2e6ef;
  background: linear-gradient(145deg, #f9fafc 0%, #f3f5f9 100%);
  box-shadow: 0 4px 24px rgb(15 23 42 / 5%);
}
.profile-card-accent {
  width: 5px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #364069 0%, #5a6a9a 100%);
}
.profile-card-body {
  letter-spacing: 0.02rem;
  padding: 1.25rem 1.5rem 1.15rem;
  flex: 1;
  min-width: 0;
}
.profile-card .profile-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #5a6278;
  margin: 0 0 0.35rem;
}
.profile-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 0.35rem;
  letter-spacing: 0.04em;
}
.profile-meta {
  font-size: 0.9rem;
  color: #364069;
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.profile-note {
  font-size: 0.88rem;
  color: #4a4f5c;
  margin: 0;
  line-height: 1.65;
}

/* ===== Q&A headings ===== */
article.wrapper_LP1 h2.qa-heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 2.75rem 0 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e8ebf2;
  font-size: 1.28em;
  line-height: 1.55;
  font-weight: 600;
}
aside.profile-card + section h2.qa-heading {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/* QAの左カラム幅（見出しと本文で揃える） */
:root {
  --qa-mark-box-w: 3.75rem;
  --qa-heading-gap: 1rem;
}

/* 左：固定幅ボックス（Q ＋ 極小 QUESTION を縦積み） */
.qa-mark-box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: var(--qa-mark-box-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.35rem 0.5rem;
  border: 1px solid #c5d0e3;
  border-radius: 6px;
  background: linear-gradient(165deg, #f8fafc 0%, #eef2f8 100%);
  box-shadow: 0 1px 3px rgb(54 64 105 / 8%);
}
.qa-mark-box .qa-letter {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #364069;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.qa-caption {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a99;
  text-align: center;
  max-width: 100%;
}
.qa-heading-text {
  flex: 1;
  min-width: 0;
  padding-top: 0.12em;
  color: #364069;
}

/* ===== Article section titles ===== */
article.wrapper_LP1 h2.article-section-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 2.75rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #364069;
  color: #1a1f2e;
}

/* ===== Pull quotes ===== */
.pullquote {
  margin: 2rem 0 2.25rem;
  padding: 1.35rem 1.5rem 1.35rem 1.35rem;
  border-left: 4px solid #364069;
  background: linear-gradient(100deg, rgb(54 64 105 / 9%) 0%, rgb(54 64 105 / 2%) 45%, transparent 100%);
  text-align: left;
  box-shadow: inset 0 0 0 1px rgb(54 64 105 / 8%);
  border-radius: 0 6px 6px 0;
}
.pullquote p {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.65;
  font-weight: 500;
  color: #1d2433;
}
.pullquote-source {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-style: normal;
  color: #5a6278;
  letter-spacing: 0.02em;
}
.pullquote--subtle {
  border-left-width: 3px;
  background: linear-gradient(100deg, rgb(54 64 105 / 5%) 0%, transparent 70%);
}
.pullquote--subtle p {
  font-size: 1.05rem;
  font-weight: 500;
}

/* ===== Section transition ===== */
.section-transition {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0 1.5rem;
  text-align: center;
}
.section-transition-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c5cbd8 20%, #c5cbd8 80%, transparent);
}
.section-transition-label {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  color: #364069;
}

.section-transition + section h2.qa-heading {
  border-top: none;
  padding-top: 0.35rem;
  margin-top: 0;
}

/* ===== Typography / utilities ===== */
h1,
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0 0 1rem;
}
.bold {
  font-weight: 500;
}
.blue {
  color: #364069;
}

article.wrapper_LP1 {
  text-align: left;
}

/* グローバルな section { text-align:center } より優先し、記事内は左揃え */
article.wrapper_LP1 section {
  text-align: left;
}

article.wrapper_LP1 h2.qa-heading,
article.wrapper_LP1 h2.article-section-title {
  text-align: left;
}

article.wrapper_LP1 h2:not(.qa-heading):not(.article-section-title):not(.visually-hidden) {
  text-align: left;
  font-size: 1.35em;
  line-height: 1.45;
}
article.wrapper_LP1 p {
  text-align: left;
  line-height: 1.9;
}

/* ===== 話者ラベル（本文の「〇〇さん：」）===== */
.speaker-label {
  display: inline-block;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1.35;
  vertical-align: 0.12em;
  margin-right: 0.5em;
  padding: 0.22em 0.7em 0.24em;
  border-radius: 4px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.speaker-label--guest {
  color: #fff;
  background: #698abd;
  box-shadow: 0 1px 4px rgb(105 138 189 / 38%);
}
.speaker-label--hr {
  color: #2f4a73;
  background: rgb(105 138 189 / 14%);
  border: 1px solid rgb(105 138 189 / 42%);
  box-shadow: none;
}

/* ===== 本文外ブロック（BMP固定・協力企業差し替え）===== */

/* has-speaker：PCは回り込み、SPは1カラム */
@media (min-width: 769px) {
  p.has-speaker::after {
    content: "";
    display: table;
    clear: both;
  }
  p.has-speaker .speaker-label {
    float: left;
    margin: 0.2em 0.85em 0.25em 0;
  }
}

@media (max-width: 768px) {
  p.has-speaker .speaker-label {
    float: none;
    display: inline-block;
    margin: 0 0.5em 0 0;
    position: static;
  }
}


.supplement {
  margin: 0 0 2rem;
  text-align: left;
}
.supplement:last-child {
  margin-bottom: 0;
}

.supplement-inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.supplement-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #4a5f80;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.supplement-kicker--partner {
  color: #364069;
  letter-spacing: 0.18em;
}

/* BMP：紋章ロゴ＋濃色フレーム（毎回同じビジュアル言語） */
.supplement--bmp .supplement-inner {
  padding: 1.35rem 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #c8d2e4;
  border-radius: 6px;
  box-shadow: 0 6px 28px rgb(54 64 105 / 9%), 0 0 0 1px rgb(255 255 255 / 90%) inset;
}

.supplement-bmp-head {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 0.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e9f2;
}

.supplement-logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.supplement-bmp-headlines {
  flex: 1;
  min-width: 0;
}

.supplement-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a2438;
  margin: 0 0 0.35rem;
}

.supplement-sub {
  font-size: 0.82rem;
  color: #5a6b88;
  margin: 0;
  line-height: 1.5;
}

.supplement-body.text-box {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.supplement-links {
  font-size: 0.92rem;
  color: #4a5568;
  margin-bottom: 0 !important;
}

/* 協力企業：角ブラケット風フレーム（企業ごとに中身だけ差し替え想定） */
.supplement--partner .supplement-inner {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.supplement-partner-frame {
  position: relative;
  padding: 1.35rem 1.5rem 1.5rem;
  background: rgb(255 255 255 / 72%);
  border: 2px solid #698abd;
  border-radius: 2px;
}

.supplement-partner-frame::before,
.supplement-partner-frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #364069;
  border-style: solid;
  pointer-events: none;
}
.supplement-partner-frame::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}
.supplement-partner-frame::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0;
}

.supplement-title--partner {
  font-size: 1.15rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px dashed rgb(105 138 189 / 45%);
}

.article-supplements a {
  color: #4a6aa3;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.article-supplements a:hover {
  color: #364069;
}

.paragraph_wrap p.paragraph {
  font-size: 1.15em;
  line-height: 1.9;
  margin-bottom: 0.9rem;
}

/* ===== Header ===== */
header {
  width: 1080px;
  padding: 0.5em 0;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  position: fixed;
  z-index: 9999;
  top: 0;
  box-shadow: 0 1px 0 rgb(54 64 105 / 8%);
}
.header {
  display: flex;
  align-items: center;
}
.header_left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
}
img.logo {
  width: 56px;
  height: auto;
}

/* ===== Blocks ===== */
.text-box {
  margin: 1.25rem 0 2.25rem;
}

.caption {
  font-size: 0.7em;
  color: #6b6b6b;
  margin-top: 0.5rem;
  text-align: left;
}

/* ===== Footer ===== */
section.body_inner > footer {
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #364069;
}
.footer-inner {
  text-align: center;
}
.footer-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-inner li {
  padding: 10px 0;
  font-size: 105%;
  border-bottom: 1px solid #6f7691;
}
.footer-inner li:last-child {
  border-bottom: none;
}
.footer-inner a {
  color: #fff;
}
.footer-inner span.copy {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 80%;
  color: #fff;
}

/* ===== Motion (subtle) ===== */
@media (prefers-reduced-motion: no-preference) {
  .hero-figure {
    animation: hero-rise 0.7s ease-out both;
  }
  .hero-title-band {
    animation: fade-in 0.55s ease-out 0.15s both;
  }
}
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  :root {
    --qa-heading-gap: 0.65rem;
  }
  .body_inner {
    width: 100%;
  }
  header {
    width: 100%;
    padding: 0.75em 0;
  }
  img.logo {
    width: 40px;
  }
  .wrapper_LP1 {
    width: 92%;
    margin: 2rem auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .catch_title {
    font-size: 1.35em;
    line-height: 1.35;
  }
  article.wrapper_LP1 h2.qa-heading {
    display: block;
    font-size: 1.08em;
    margin-top: 2rem;
    padding-top: 1.35rem;
    line-height: 1.6;
  }
  /* SPでは文章一体型：見出し先頭に Q. を表示 */
  article.wrapper_LP1 h2.qa-heading::before {
    content: "Q. ";
    font-weight: 700;
    color: #364069;
    letter-spacing: 0.02em;
  }
  .qa-mark-box {
    display: none;
  }
  .qa-heading-text {
    padding-top: 0;
  }
  article.wrapper_LP1 h2.article-section-title {
    font-size: 1.22rem;
  }
  .pullquote p {
    font-size: 1.05rem;
  }
  .profile-card {
    flex-direction: column;
  }
  .profile-card-accent {
    width: 100%;
    height: 4px;
  }
  .paragraph_wrap p.paragraph {
    font-size: 1em;
    line-height: 1.8;
  }
  article.wrapper_LP1 p {
    line-height: 1.8;
  }

  .supplement-bmp-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .supplement-logo {
    width: 64px;
  }

  .speaker-label {
    font-size: 0.76em;
    margin-right: 0.25em;
    padding: 0.2em 0.55em;
  }
}
