@charset "UTF-8";
/*=======================================
会頭挨拶
=========================================*/
.p-greeting__content p {
  margin-bottom: 40px;
}
.p-greeting__content p:last-child {
  margin-bottom: 0;
}
.p-greeting__content .name {
  text-align: right;
  margin-top: 58px;
}
.p-greeting__content .name p {
  margin-bottom: 0;
}
.p-greeting__content .sign {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.5;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-greeting__content .name {
    margin-top: 114px;
  }
}
