.l-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/recruit/deco_recruit-bg.webp) no-repeat left top;
  background-size: 230% auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .l-main::before {
  height: 40%;
  aspect-ratio: 750/4135;
  background: url(../images/recruit/deco_recruit-bg-sp.webp) no-repeat right top/cover;
  z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .message-txt p {
      width: 100%;
  }
  .page-id-114 h2 {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}

@media screen and (max-width: 767px) {
  .presidents-message,.love-fashion {
    padding-top: 13rem !important;
  }
}

.p-culture-article h3.p-culture-article-ttl {
  text-align: start;
  margin-block-end: 0 !important;
}

@media screen and (max-width: 767px) {
.p-culture-article h3.p-culture-article-ttl {
  text-align: start;
  margin-block-end: 0 !important;
}
}