/* ===== 代表挨拶 ===== */
.message-page{background:linear-gradient(180deg,#fff 0%,#eef1f5 100%)}
.message{padding:80px 28px 110px;max-width:1040px}
.msg-grid{display:grid;grid-template-columns:1fr 400px;gap:56px;align-items:start}
.msg-role{color:var(--gray);font-size:.9rem;margin-bottom:18px}
.msg-role b{color:var(--ink);font-size:1.15rem;font-weight:700;margin-left:6px}
.msg-catch{font-family:"Shippori Mincho",serif;font-weight:600;color:var(--navy);
  font-size:clamp(1.4rem,3.2vw,1.9rem);line-height:1.6;letter-spacing:.04em;margin-bottom:34px}
.msg-text p{font-size:.95rem;line-height:2.1;color:var(--ink);margin-bottom:24px}
.msg-portrait{width:100%;aspect-ratio:3/4;background-size:cover;background-position:center;
  box-shadow:0 6px 22px rgba(30,51,80,.12)}


@media(max-width:820px){
  .msg-grid{grid-template-columns:1fr;gap:36px}
  .msg-photo{max-width:320px;order:-1}
}
@media(max-width:700px){
  .msg-catch br{display:none}
}
