


.b-radius {
border-radius: 10px;
	border: 2px solid #b20000;
}

.pdf-list-container .pdf-item {
    display: flex;    
    align-items: center;   
    padding: 5px 0;        
    font-size: 1.05rem; 
    line-height: 1.4;
}

.pdf-list-container .pdf-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 8px;  
    flex-shrink: 0;
}


.pdf-list-container .pdf-item a {
   
    display: inline-block; 
    vertical-align: middle;
}

html { scroll-behavior: smooth; } /* これをサイト全体に入れるのが簡単ですが、特定のみで良ければ不要 */
.smooth-anchor a { cursor: pointer; } /* 任意：見た目補助 */
:target { scroll-margin-top: 80px; } 

.recruit-columns {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== LP base (scoped) ===== */
.lp-snr { 
  --lp-text: #111;
  --lp-white: #fff;
  --lp-shadow: 0 10px 30px rgba(0,0,0,.18);
  --lp-radius: 18px;
  --lp-pad: clamp(18px, 3vw, 28px);
  --lp-max: 980px;
  --lp-accent: #b08a3b;
}

/* cover本体：このLP内だけ */
.lp-snr .wp-block-cover {
  overflow: hidden;
  border-radius: 0;
}

/* 暗幕もこのLP内だけ */
.lp-snr .wp-block-cover__background.has-background-dim {
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 35%,
    rgba(0,0,0,.35) 65%,
    rgba(0,0,0,.55) 100%
  ) !important;
}

/* ===== “テキストの箱” ===== */
.lp-snr .lp-panel {
  max-width: var(--lp-max);
  margin-left: auto;
  margin-right: auto;
  padding: var(--lp-pad);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: var(--lp-shadow);
  border-radius: var(--lp-radius);
  backdrop-filter: blur(3px);
}

/* LP専用スコープ */
.lp-snr .wp-block-cover__inner-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px);
}

/* 文字を載せる“箱” */
.lp-snr .lp-panel{
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
  backdrop-filter: blur(4px);
}

/* 暗い写真上の白文字パネル */
.lp-snr .lp-panel--dark{
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

/* 明るい写真上の黒文字パネル */
.lp-snr .lp-panel--light{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  color: #111;
}

/* 見出し・本文の型（LPっぽい統一感） */
.lp-snr .lp-title{
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .01em;
  margin: 0 0 .6em 0;
  text-wrap: balance;
}

.lp-snr .lp-lead{
  font-weight: 700;
  line-height: 1.85;
  margin: 0 0 .8em 0;
}

.lp-snr .lp-list{
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
  font-weight: 800;
}

/* 黒帯（あなたの段落ブロックを“帯”に寄せる） */
.lp-snr .lp-band{
  padding: 16px 12px;
  text-align: center;
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 26px);
  color: #fff;
  background: #0f0f0f;
  margin: 0;
  letter-spacing: .04em;
}

/* ボタンをLPっぽく */
.lp-snr .lp-btn a{
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.lp-snr .lp-btn--primary a{
  background: #b08a3b;
  color: #fff;
}

.lp-snr .lp-btn--ghost a{
  background: rgba(255,255,255,.92);
  color: #111;
}

.lp-snr p.lp-band,
.lp-snr p.lp-band * {
  font-family:
    "Yu Mincho",
    "游明朝",
    "MS PMincho",
    "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN",
    serif !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  line-height: 1.6 !important;
}
/* 明朝を“太く見せる”（フォントに太字が無い環境でも効く） */
.lp-snr .lp-band.lp-band--white{
  text-shadow:
    0.35px 0 0 rgba(0,0,0,.45),
   -0.35px 0 0 rgba(0,0,0,.45);
}

/* 「心当たりはありませんか？」だけ白背景にする */
.lp-snr .lp-band.lp-band--white {
  background: #ffffff !important;
  color: #111111 !important;
}