@charset "UTF-8";
.p-message-ceo {
  display: flex;
  column-gap: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-message-ceo {
    flex-direction: column-reverse;
    row-gap: 30px;
    margin-top: 25px;
  }
}
.p-message-ceo__text {
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-message-ceo__text {
    line-height: 1.8;
  }
}
.p-message-ceo__text:not(:first-child) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-message-ceo__text:not(:first-child) {
    margin-top: 18px;
  }
}
.p-message-ceo__imgarea {
  display: flex;
  flex-shrink: 0;
  flex-direction: column-reverse;
  justify-content: flex-end;
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-message-ceo__imgarea {
    max-width: 100%;
    padding: 0 35px;
  }
}

.p-message-ceo-name {
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.p-message-ceo-name::before {
  position: absolute;
  bottom: -1px;
  left: -16px;
  width: 93px;
  height: 110px;
  background: url("/_assets/img/common/common_heading_deco02.svg") no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-message-ceo-name::before {
    left: 0;
    width: 65px;
    height: 77px;
  }
}
.p-message-ceo-name__jp {
  font-weight: 500;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-message-ceo-name__jp {
    font-size: 0.9375rem;
  }
}
.p-message-ceo-name__en {
  display: block;
  margin-top: 13px;
  color: #c0393d;
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-message-ceo-name__en {
    margin-top: 10px;
    font-size: 0.625rem;
  }
}

.p-message-heading {
  color: #c0393d;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-message-heading__jp {
  font-size: 2.25rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-message-heading__jp {
    font-size: 1.5625rem;
  }
}
.p-message-heading__en {
  display: block;
  margin-top: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-message-heading__en {
    margin-top: 12px;
    font-size: 0.6875rem;
  }
}

.p-message-staff-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-message-staff-area {
    margin-top: 35px;
  }
}

.p-message-staff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 310px;
  margin-top: 40px;
  padding: 30px 32px;
  border-radius: 20px;
  background-color: #f5f5f7;
}
@media screen and (max-width: 767px) {
  .p-message-staff {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
    padding: 35px 30px 25px;
  }
}
.p-message-staff__infoarea {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-message-staff__infoarea {
    margin: 0 auto;
  }
}
.p-message-staff__textarea {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .p-message-staff__textarea {
    max-width: 100%;
    margin-top: 25px;
  }
}
.p-message-staff__text {
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-message-staff-post__en {
  font-family: copperplate, serif;
  font-size: 2rem;
  line-height: 0.85;
  letter-spacing: 0.02em;
}
.p-message-staff-post__jp {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.p-message-staff__img {
  position: absolute;
  top: 30px;
  left: 257px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-message-staff__img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
.p-message-staff__img::before {
  position: absolute;
  bottom: -16px;
  left: -106px;
  width: 93px;
  height: 110px;
  background: url("/_assets/img/common/common_heading_deco02.svg") no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-message-staff__img::before {
    top: -103px;
    right: -37px;
    left: auto;
  }
}

.p-staff-message-name {
  line-height: 1;
}
.p-message-staff:first-child .p-staff-message-name {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-message-staff:first-child .p-staff-message-name {
    margin-top: 20px;
  }
}
.p-message-staff:last-child .p-staff-message-name {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-message-staff:last-child .p-staff-message-name {
    margin-top: 20px;
  }
}
.p-staff-message-name__jp {
  font-weight: 500;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
}
.p-staff-message-name__en {
  display: block;
  margin-top: 10px;
  color: #c0393d;
  font-weight: 300;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-staff-message-name__en {
    display: inline-block;
    margin-left: 14px;
  }
}

.p-staff-message-other {
  margin-top: 18px;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-staff-message-other {
    margin-top: 13px;
    font-size: 0.6875rem;
    line-height: 1;
  }
}

.p-message-visual {
  margin: 65px calc(50% - 50vw) 0;
}
@media screen and (max-width: 767px) {
  .p-message-visual {
    margin: 37px -20px 0 -32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-message-visual {
    margin: 65px 0 0;
  }
}

.p-message__inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    margin-top: 35px;
  }
}

/*-----------------------------------------------------------
*** [ 株式会社ショーオフィス style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=../../_maps/page/message/style.css.map */