/* object---------------------------------------------------------- */
/* project---------------------- */

.message_area::before {
  content: '';
  display: block;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg/main-bg-left_top.png);
  background-size: 76.6rem auto;
  background-position: right 0% top 90%;
  background-repeat: no-repeat;
  z-index: -1;
}
.message_area::after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/bg/main-bg-right_bottom.png);
  background-size: 76.6rem auto;
  background-position: left 0% bottom 75%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 56em) {
  .message_area::before {
    display: none;
  }
  .message_area::after {
    display: none;
  }

}
.p-message-title{
  padding-top:7rem;
}
@media screen and (max-width: 56em) {
  .p-message-title{
    padding-top: 4rem;
  }
}
.message-wrap{
  padding-bottom:7rem;
}
@media screen and (max-width: 56em) {
  .message-wrap{
    padding-bottom: 5rem;
  }
}
.message-inner{
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.message-text{
  text-align: left;
  line-height: 2;
}

/* .sp{
  display: none;
}
@media screen and (max-width: 56em) {
  .sp{
    display: block;
  }
} */
