/* MEDIA QUERIES
 * * -----------------------------------------------*/
.section-heading-common {
  position: relative;
}
.section-heading-common:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff no-repeat 0 0/cover;
}
.section-heading-common .heading-title {
  position: absolute;
  z-index: 2;
  font-weight: bold;
}
.section-heading-common .heading-title > span {
  display: block;
  line-height: 1;
}
.section-heading-common .text-english {
  color: #00a0e9;
}
.section-heading-common .text-japan {
  letter-spacing: 0.06em;
  color: #262626;
}

@media print, (min-width: 768px) {
  .section-heading-common {
    height: 402px !important;
  }
  .section-heading-common:after {
    left: 50%;
    margin-left: -257px;
    border-top-left-radius: 80px;
  }
  .section-heading-common .heading-title {
    bottom: 50px;
    left: 50%;
    margin-left: -540px;
    width: 800px;
  }
  .section-heading-common .text-english {
    font-size: 70px;
    letter-spacing: 0.05em;
    margin: 0 0 30px -4px;
  }
  .section-heading-common .text-japan {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-heading-common {
    height: calc(100vh - 0.8rem);
    min-height: 3rem;
  }
  .section-heading-common:after {
    left: 0.72rem;
    border-top-left-radius: 0.8rem;
  }
  .section-heading-common .heading-title {
    bottom: 0.6rem;
    left: 0;
    padding: 0 0.2rem;
    width: 100%;
  }
  .section-heading-common .text-english {
    font-size: 0.38rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.05rem;
  }
  .section-heading-common .text-japan {
    font-size: 0.2rem;
  }
}
@media print, (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 0.8rem;
  }
}
.section-heading-common .text-english {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-heading-common .text-english {
    margin-bottom: 12px;
  }
  .section-heading-common .text-japan {
    padding-left: 12px;
  }
  .section-heading-common:after {
    background-image: url(../img/recruit/works-staff/bg_works_staff.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-heading-common:after {
    background-image: url(../img/recruit/works-staff/sp/bg_works_staff.jpg);
  }
}

.section-works-staff .staff-row > li {
  overflow: hidden;
}
.section-works-staff .works-title {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.section-works-staff .works-text {
  line-height: 2.3;
}
.section-works-staff .item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center center/cover;
  height: 100%;
}
.section-works-staff .is-consultant {
  background-image: url(../img/recruit/works-staff/img_staff_consultant.jpg);
}
.section-works-staff .is-engineer {
  background-image: url(../img/recruit/works-staff/img_staff_engineer.jpg);
}
.section-works-staff .is-designer {
  background-image: url(../img/recruit/works-staff/img_staff_designer.jpg);
}
.section-works-staff .is-supporter {
  background-image: url(../img/recruit/works-staff/img_staff_supporter.jpg);
}
.section-works-staff .item-title {
  text-align: center;
}
.section-works-staff .item-title {
  color: #fff;
  line-height: 1.4;
}
.section-works-staff .item-title > span {
  display: block;
}
.section-works-staff .item-title .is-english {
  letter-spacing: 0.2em;
}
.section-works-staff .item-title .is-japan {
  font-weight: bold;
  letter-spacing: 0.17em;
}
.section-works-staff .staff-workflow .works-title {
  text-align: center;
}
.section-works-staff .button-base {
  min-height: 40px;
  border-radius: 50px;
  margin-top: 36px;
  padding-top: 6px;
}
.is-mac .section-works-staff .button-base, .is-ipad .section-works-staff .button-base {
  padding-top: 5px;
}
.section-works-staff .page-menu {
  margin-top: 50px;
}

@media print, (min-width: 768px) {
  .section-works-staff {
    padding: 100px 0;
    font-size: 18px;
  }
  .section-works-staff .staff-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .section-works-staff .staff-row > li {
    margin-top: 13px;
    width: calc(50% - 7px);
    height: 245px;
    border-radius: 10px;
  }
  .section-works-staff .staff-row > li:nth-child(1), .section-works-staff .staff-row > li:nth-child(2) {
    margin-top: 0;
  }
  .section-works-staff .staff-row .works-title {
    margin-bottom: 31px;
  }
  .section-works-staff .row-works {
    padding-top: 84px;
    width: 620px;
  }
  .section-works-staff .row-major {
    width: 433px;
  }
  .section-works-staff .works-text {
    letter-spacing: 0.02em;
  }
  .section-works-staff .works-title {
    font-size: 28px;
  }
  .section-works-staff .item-title {
    margin-top: 8px;
  }
  .section-works-staff .item-title .is-english {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .section-works-staff .item-title .is-japan {
    font-size: 35px;
  }
  .section-works-staff .staff-workflow .works-title {
    margin-bottom: 29px;
  }
}
@media print {
  .section-works-staff .staff-workflow {
    page-break-before: left;
    page-break-after: left;
    page-break-inside: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-works-staff {
    padding: 0.7rem 0 1.2rem;
    font-size: 0.18rem;
  }
  .section-works-staff .staff-row {
    margin-bottom: 0.7rem;
  }
  .section-works-staff .staff-row > li {
    height: 1.5rem;
    border-radius: 0.1rem;
  }
  .section-works-staff .staff-row > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-works-staff .row-works,
  .section-works-staff .works-title {
    margin-bottom: 0.2rem;
  }
  .section-works-staff .row-major {
    text-align: center;
  }
  .section-works-staff .works-text {
    letter-spacing: 0em;
    line-height: 2;
  }
  .section-works-staff .works-title {
    font-size: 0.28rem;
  }
  .section-works-staff .item-title {
    margin-top: 0.08rem;
  }
  .section-works-staff .item-title .is-english {
    margin-bottom: 0.03rem;
    font-size: 0.18rem;
  }
  .section-works-staff .item-title .is-japan {
    font-size: 0.28rem;
  }
  .section-works-staff .button-base {
    min-height: 40px;
    border-radius: 50px;
  }
}/*# sourceMappingURL=works-staff.css.map */