/* ===== セクション共通ヘッダー ===== */
.lp-section__head{
  text-align:center;
  padding: clamp(24px,4vw,40px) 16px clamp(16px,3vw,32px);
  font-family:"Zen Old Mincho", serif;
}

.lp-section__logo{
  display:block;
  width: clamp(46px,5vw,60px);
  height:auto;
  margin: 0 auto 10px;
}

.lp-section__title{
  margin: 0;
  font-weight:900;
  letter-spacing:.02em;
  color:#1A1A1A;
  text-shadow: 0 1px 3px rgba(0,0,0,.06);
  font-size: clamp(22px,3.6vw,36px);
  line-height: 1.4;
}

.lp-section__title .em{
  color:#007AC6;
  font-size: 1.25em;
  font-weight: 900;
}

