@charset "UTF-8";
/*
 * 代表挨拶（/message/）2026.08
 * テーマカラーはネイビー(#16243f)とオレンジ(#f29600)。
 * 角丸は4px以下、ぼかし影は使わない、区切りは1pxの線と背景色の差で出す。
 */

.pm { font-size: 15px; }
.pm-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- ヒーロー ---------- */
.pm-hero {
  padding: 120px 0 96px;
  background: #faf6ef;
}
.pm-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .pm-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 64px; }
}
.pm-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #16243f;
}
.pm-label span {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #f29600;
}
.pm-hero__title {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.45;
  color: #16243f;
}
.pm-hero__lead {
  margin-top: 26px;
  padding-left: 16px;
  border-left: 3px solid #f29600;
  font-size: 15px;
  line-height: 2;
  color: #333333;
}
.pm-hero__sign { margin-top: 34px; }
.pm-hero__company {
  font-size: 14px;
  color: #333333;
}
.pm-hero__name {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 700;
  color: #16243f;
}
.pm-hero__name span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #f29600;
}

.pm-hero__photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #efe8e0;
}
.pm-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.pm-hero__no {
  position: absolute;
  right: 14px;
  top: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, .55);
}
.pm-hero__cap {
  padding: 14px 18px;
  background: #16243f;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
}

/* ---------- 決意 ---------- */
.pm-commit {
  padding: 88px 0;
  background: #16243f;
  color: #fff;
}
.pm-commit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: end;
}
@media screen and (min-width: 900px) {
  .pm-commit__grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 56px; }
}
.pm-commit__en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #f29600;
}
.pm-commit__title {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.5;
  color: #fff;
}
.pm-commit__text {
  font-size: 15px;
  line-height: 2;
  color: #dfe4ec;
}

/* ---------- 本文 ---------- */
.pm-body {
  padding: 96px 0;
  background: #faf6ef;
}
.pm-body__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 1000px) {
  .pm-body__grid { grid-template-columns: 260px minmax(0, 1fr); gap: 72px; }
  .pm-body__side { position: sticky; top: 130px; align-self: start; }
}
.pm-body__en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.8;
  color: #f29600;
}
.pm-body__note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6ded4;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}

.pm-block + .pm-block {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #e6ded4;
}
.pm-block__label {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #97a1b2;
}
.pm-block__label span {
  margin-right: 8px;
  color: #f29600;
}
.pm-block__title {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.55;
  color: #16243f;
}
.pm-block__text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 2.1;
  color: #333333;
}

.pm-close {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 2px solid #16243f;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .pm-close { grid-template-columns: 1fr auto; }
}
.pm-close__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  color: #16243f;
}
.pm-close__sign {
  font-size: 14px;
  color: #333333;
  text-align: right;
}
.pm-close__sign span {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #16243f;
}

/* ---------- 会社情報へ ---------- */
.pm-next {
  padding: 72px 0;
  background: #16243f;
  color: #fff;
}
.pm-next__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pm-next__grid { grid-template-columns: 1fr auto; }
}
.pm-next__en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #f29600;
}
.pm-next__title {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.55;
  color: #fff;
}
.pm-next__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all .2s ease-out;
}
.pm-next__btn:hover {
  background: #fff;
  border-color: #fff;
  color: #16243f;
}

/* ---------- 相談への導線 ---------- */
.pm-cta {
  padding: 80px 0;
  background: #24365a;
  color: #fff;
}
.pm-cta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .pm-cta__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; }
}
.pm-cta__en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #f29600;
}
.pm-cta__title {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.6;
  color: #fff;
}
.pm-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pm-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s ease-out;
}
.pm-btn--primary {
  background: #f29600;
  color: #fff;
}
.pm-btn--primary:hover { background: #d98700; }
.pm-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
}
.pm-btn--ghost:hover { background: #fff; color: #16243f; }
.pm-cta__note {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.9;
  color: #cfd6e2;
}

@media screen and (max-width: 767px) {
  .pm-hero { padding: 88px 0 64px; }
  .pm-commit, .pm-body, .pm-next, .pm-cta { padding: 64px 0; }
  .pm-close__sign { text-align: left; }
}
