@charset "UTF-8";
/****************************************************
 * Stylesheet トップメッセージ
 ****************************************************/
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01_sp.jpg");
  }
}

.p-top-message__message .inner {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-message__message .inner {
    padding-bottom: 6rem;
  }
}
.p-top-message__message .inner:after {
  width: 32rem;
  height: 68%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  right: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-top-message__message .inner:after {
    width: 12rem;
    height: 82%;
    right: -5.5%;
  }
}
.p-top-message__message h2 {
  margin-bottom: 6rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-effect: 500px;
  letter-spacing: 0.1em;
  line-height: 1.68;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-top-message__message h2 {
    margin-bottom: 4rem;
    font-size: 2.2rem;
    line-height: 1.68182;
  }
}
.p-top-message__message p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-top-message__message p + p {
  margin-top: 2em;
}
.p-top-message__message .name {
  margin-top: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
  text-align: right;
  color: #4D4D4D;
}
.p-top-message__message .name > span {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #333333;
}
.p-top-message__message .name > span span {
  margin-left: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: -0.15em;
}
