@charset "UTF-8";
/* ===========================================================================
  variable
============================================================================= */
/* 外部読み込みを使用していないためiOS / Android では内蔵フォント優先 */
/* ===========================================================================
  mixin
============================================================================= */
.p-heading02, .p-heading02-staff, .p-heading02-general {
  z-index: 1;
  position: relative;
  max-width: 160px;
  margin: 130px auto 30px;
}
.p-heading02::before, .p-heading02-staff::before, .p-heading02-general::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  translate: -50% -50%;
  background: no-repeat center/contain;
  content: "";
}

.p-heading02-general::before {
  background-image: url("../../../../works/img/jobs/title01_bg.svg");
}

.p-heading02-staff::before {
  background-image: url("../../../../works/img/jobs/title02_bg.svg");
}

.p-heading03 {
  margin-top: 80px;
}

.p-text {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px){
  .p-text {
    text-align: center;
  }
}

@media (min-width: 1024px){
  .p-heading02, .p-heading02-staff, .p-heading02-general {
    max-width: 170px;
    margin-block: 200px 64px;
  }
}
/*# sourceMappingURL=jobs.css.map */