/* ===== RECRUIT ===== */
.section-simple-notice {
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
}

.section-simple-notice::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../common/images/back01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.section-simple-notice > .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-simple-notice p:not(.section-en) {
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}
