/* MEDIA QUERIES
 * * -----------------------------------------------*/
.pager-common {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.pager-common .pager-list {
  position: relative;
}
.pager-common .pager-text {
  text-align: center;
}
.pager-common .pager-arrows {
  position: absolute;
  top: 0;
  display: block;
  background: no-repeat center center/100% auto;
}
.pager-common .pager-next {
  background-image: url(../img/common/btn_next.svg);
  right: 0;
}
.pager-common .pager-prev {
  background-image: url(../img/common/btn_prev.svg);
  left: 0;
}
.pager-common.rec {
  justify-content: space-between;
}

.is-pager-blue .pager-next {
  background-image: url(../img/common/btn_next_01.svg);
}
.is-pager-blue .pager-prev {
  background-image: url(../img/common/btn_prev_01.svg);
}

@media print, (min-width: 768px) {
  .pager-common {
    font-size: 15px;
  }
  .pager-common .pager-list {
    padding: 10px 60px 11px;
  }
  .pager-common .pager-text {
    min-width: 155px;
  }
  .pager-common .pager-arrows {
    width: 50px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pager-common {
    font-size: 0.15rem;
  }
  .pager-common.rec {
    flex-flow: column;
  }
  .pager-common .pager-text {
    min-width: 1.55rem;
  }
  .pager-common .pager-list {
    padding: 0.08rem 0.5rem 0.09rem;
  }
  .pager-common .pager-arrows {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media print, (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 0.8rem;
  }
}
.section-works-heading {
  position: relative;
}
.section-works-heading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat center center/cover;
}
.section-works-heading .wrapper {
  position: relative;
  z-index: 2;
}
.section-works-heading .heading-title {
  line-height: 1.2;
  font-weight: bold;
  color: #262626;
}
.section-works-heading .heading-title > span {
  display: block;
  letter-spacing: 0.07em;
}
.section-works-heading .heading-title .heading-text {
  font-weight: 500;
}

.section-works {
  line-height: 1.4;
}
.section-works .works-title {
  line-height: 1.5;
}
.section-works .works-title {
  letter-spacing: 0.05em;
  position: relative;
}
.section-works .works-title:before {
  content: "";
  position: absolute;
  left: 0;
}
.section-works .works-title .is-text {
  font-weight: 500;
  color: #333;
  position: relative;
}
.section-works .works-title,
.section-works .works-name,
.section-works .works-text,
.section-works .works-info {
  font-weight: bold;
}
.section-works .works-text {
  letter-spacing: 0.05em;
}
.section-works .list-box > li {
  border: 2px solid transparent;
}
.section-works .list-box .works-name {
  letter-spacing: 0.08em;
}
.section-works .works-seniors .works-name {
  text-align: center;
  letter-spacing: 0.06em;
}
.section-works .works-day .works-name {
  text-align: center;
  letter-spacing: 0.06em;
}
.section-works .works-day .works-person {
  text-align: center;
}
.section-works .works-day .schedule-all .text-area .day-schedule .time {
  font-weight: 500;
}
.section-works .works-day .schedule-all .text-area .day-schedule .schedule-content .schedule-title {
  font-weight: bold;
  line-height: 1.9;
}
.section-works .works-day .schedule-all .text-area .day-schedule .schedule-content p {
  line-height: 1.6;
}
.section-works .list-seniors {
  display: flex;
  justify-content: center;
}
.section-works .list-seniors a {
  display: block;
}
.section-works .list-seniors .image-common {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 10px #c4c4c4;
}
.section-works .button-base {
  min-height: 40px;
  border-radius: 50px;
  margin-top: 36px;
  padding-top: 6px;
}
.is-mac .section-works .button-base, .is-ipad .section-works .button-base {
  padding-top: 5px;
}
.section-works .page-menu {
  margin-top: 50px;
}

.works-page-menu {
  font-weight: bold;
  text-align: center;
}
.works-page-menu .menu-item {
  display: block;
}
.works-page-menu a {
  color: #00a0e9;
}

@media print, (min-width: 768px) {
  .section-works-heading {
    padding: 110px 0 30px;
  }
  .section-works-heading:after {
    left: 50%;
    margin-left: -260px;
    border-top-left-radius: 60px;
  }
  .section-works-heading .heading-title {
    font-size: 20px;
  }
  .section-works-heading .heading-title .heading-text {
    font-size: 70px;
    margin: 0 0 5px -5px;
  }
  .section-works {
    font-size: 18px;
    padding: 100px 0;
  }
  .section-works .works-title {
    font-size: 30px;
    padding-left: 44px;
    margin-bottom: 20px;
  }
  .section-works .works-title:before {
    width: 28px;
    height: 28px;
    top: 9px;
  }
  .section-works .works-title .is-text {
    font-size: 22px;
    margin-left: 16px;
    top: -3px;
  }
  .section-works .works-box {
    padding: 61px 92px 53px;
    margin-bottom: 100px;
  }
  .section-works .works-text {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .section-works .text-space {
    margin-right: 18px;
  }
  .section-works .works-description {
    margin-bottom: 39px;
  }
  .section-works .works-description p:not(:last-child) {
    margin-bottom: 25px;
  }
  .section-works .list-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .section-works .list-box > li {
    width: 438px;
    margin: 24px 24px 0 0;
    padding: 25px 20px 29px 47px;
  }
  .section-works .list-box > li:nth-child(2n) {
    margin-right: 0;
    width: 434px;
  }
  .section-works .list-box .works-name {
    font-size: 26px;
    margin-bottom: 11px;
  }
  .section-works .list-box .works-info {
    line-height: 1.5;
  }
  .section-works .works-seniors .works-name {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .section-works .works-day {
    margin-bottom: 70px;
  }
  .section-works .works-day .works-name {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .section-works .works-day .works-person {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .section-works .works-day .schedule-all {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: 36px;
  }
  .section-works .works-day .schedule-all:before {
    content: "";
    display: inline-block;
    width: 2px;
    position: absolute;
    top: 20px;
    left: -18px;
  }
  .section-works .works-day .schedule-all.design:before {
    background-color: #9D83B3;
    height: 744px;
  }
  .section-works .works-day .schedule-all.itconsulting:before {
    background-color: #89A323;
    height: 770px;
  }
  .section-works .works-day .schedule-all.support:before {
    background-color: #EA9C3C;
    height: 776px;
  }
  .section-works .works-day .schedule-all.engineer:before {
    background-color: #46ABBE;
    height: 662px;
  }
  .section-works .works-day .schedule-all .text-area {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule {
    display: flex;
    margin-bottom: 36px;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time {
    font-size: 24px;
    margin-right: 20px;
    letter-spacing: 1.2px;
    position: relative;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: -24.5px;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.design:before {
    background-color: #9D83B3;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.itconsulting:before {
    background-color: #89A323;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.support:before {
    background-color: #EA9C3C;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.engineer:before {
    background-color: #46ABBE;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time .time-hour {
    font-size: 26px;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .schedule-content {
    width: 340px;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .schedule-content .schedule-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .section-works .works-day .schedule-all .img-area {
    width: 396px;
    margin-top: 20px;
  }
  .section-works .works-day .schedule-all .img-area .day-img {
    margin-left: 36px;
    margin-bottom: 24px;
  }
  .section-works .works-day .schedule-all .img-area .day-img-margin {
    margin-right: 36px;
    margin-bottom: 24px;
  }
  .section-works .list-seniors > li {
    width: 160px;
    margin: 11px 12px;
  }
  .section-works .list-seniors .image-common {
    height: 160px;
  }
  .section-works .works-page-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    width: 944px;
    margin: 0 auto;
  }
  .section-works .works-page-menu > li {
    width: 236px;
    margin-bottom: 10px;
    border-right: 1px solid #c4c4c4;
  }
  .section-works .works-page-menu > li:nth-child(4n) {
    border-right: none;
  }
  .section-works .works-page-menu .menu-item {
    padding: 7px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-works-heading {
    padding: 0.8rem 0 0.3rem;
  }
  .section-works-heading:after {
    left: 0.7rem;
    border-top-left-radius: 0.6rem;
  }
  .section-works-heading .heading-title {
    font-size: 0.18rem;
    margin-right: -0.1rem;
  }
  .section-works-heading .heading-title .heading-text {
    font-size: 0.36rem;
  }
  .section-works {
    font-size: 0.16rem;
    text-align: justify;
    letter-spacing: 0.025em;
    padding: 0.6rem 0 1rem;
  }
  .section-works .works-title {
    font-size: 0.24rem;
    padding-left: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .section-works .works-title:before {
    width: 0.18rem;
    height: 0.18rem;
    top: 0.1rem;
  }
  .section-works .works-title .is-text {
    font-size: 0.16rem;
    margin-top: 0.05rem;
    display: block;
  }
  .section-works .works-name {
    font-size: 0.22rem;
  }
  .section-works .works-box {
    padding: 0.35rem 0.25rem;
    margin: 0 -0.26rem 0.6rem;
  }
  .section-works .works-text {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .section-works .works-description {
    margin-bottom: 0.4rem;
    line-height: 1.8;
  }
  .section-works .works-description p:not(:last-child) {
    margin-bottom: 1em;
  }
  .section-works .list-box {
    margin-bottom: 0.6rem;
  }
  .section-works .list-box > li {
    border-width: 1px;
    padding: 0.2rem;
  }
  .section-works .list-box > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-works .list-box .works-name {
    margin-bottom: 0.05rem;
  }
  .section-works .list-box .works-info {
    line-height: 1.8;
  }
  .section-works .works-seniors .works-name {
    margin-bottom: 0.13rem;
  }
  .section-works .works-seniors .list-seniors {
    flex-wrap: wrap;
  }
  .section-works .works-day {
    margin-bottom: 0.6rem;
  }
  .section-works .works-day .works-name {
    margin-bottom: 0.12rem;
  }
  .section-works .works-day .works-person {
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
  }
  .section-works .works-day .schedule-all {
    width: 325px;
    margin: 0 auto;
    position: relative;
  }
  .section-works .works-day .schedule-all:before {
    content: "";
    display: inline-block;
    width: 0.02rem;
    position: absolute;
    top: 0.2rem;
    left: 0.08rem;
  }
  .section-works .works-day .schedule-all.design:before {
    background-color: #9D83B3;
    height: 89%;
  }
  .section-works .works-day .schedule-all.itconsulting:before {
    background-color: #89A323;
    height: 90%;
  }
  .section-works .works-day .schedule-all.support:before {
    background-color: #EA9C3C;
    height: 90%;
  }
  .section-works .works-day .schedule-all.engineer:before {
    background-color: #46ABBE;
    height: 91%;
  }
  .section-works .works-day .schedule-all .text-area {
    margin-left: 0.25rem;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule {
    margin-bottom: 0.32rem;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time {
    font-size: 0.22rem;
    margin-bottom: 0.08rem;
    position: relative;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time:before {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: 0.105rem;
    left: -0.245rem;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.design:before {
    background-color: #9D83B3;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.itconsulting:before {
    background-color: #89A323;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.support:before {
    background-color: #EA9C3C;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time.engineer:before {
    background-color: #46ABBE;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .time .time-hour {
    font-size: 0.24rem;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .day-img {
    margin-bottom: 0.1rem;
  }
  .section-works .works-day .schedule-all .text-area .day-schedule .schedule-content .schedule-title {
    font-size: 0.2rem;
    margin-bottom: 0.08rem;
    line-height: 1.4;
  }
  .section-works .list-seniors > li {
    width: 50%;
    padding: 0.1rem;
  }
  .section-works .list-seniors .image-common {
    height: 1.425rem;
  }
  .section-works .button-base {
    min-height: 40px;
    border-radius: 50px;
  }
  .section-works .works-page-menu {
    font-size: 0.2rem;
  }
  .section-works .works-page-menu > li {
    border-top: 1px solid #c4c4c4;
  }
  .section-works .works-page-menu > li:first-child {
    border-top: none;
  }
  .section-works .works-page-menu .menu-item {
    padding: 0.07rem 0.2rem;
  }
}
@media only screen and (max-width: 375px) {
  .section-works .works-day .schedule-all {
    width: 100%;
  }
}
.heading-itconsulting:after {
  background-image: url(../img/recruit/works-staff/itconsulting/bg_itconsulting.jpg);
}
@media print, (min-width: 768px) {
  .heading-itconsulting:after {
    margin-left: -264px;
  }
}

.section-itconsulting .works-title {
  color: #97ae3c;
}
.section-itconsulting .works-title:before {
  background: #a7c62d;
}
.section-itconsulting .works-box {
  background: #fbffeb;
}
.section-itconsulting .works-name {
  color: #89a323;
}
.section-itconsulting .list-box > li {
  border-color: #89a323;
}
@media print, (min-width: 768px) {
  .section-itconsulting .works-title {
    font-size: 32px;
  }
  .section-itconsulting .works-title:before {
    top: 12px;
  }
}

.heading-engineer:after {
  background-image: url(../img/recruit/works-staff/engineer/bg_engineer.jpg);
}

.section-engineer .works-title {
  color: #46abbe;
}
.section-engineer .works-title:before {
  background: #46abbe;
}
.section-engineer .works-box {
  background: #e8f8ff;
}
.section-engineer .works-name {
  color: #46abbe;
}
.section-engineer .list-box > li {
  border-color: #46abbe;
}
@media print, (min-width: 768px) {
  .section-engineer .works-title .is-text {
    margin-left: 37px;
  }
}

.heading-design:after {
  background-image: url(../img/recruit/works-staff/design/bg_design.jpg);
}

.section-design .works-title {
  color: #9d83b3;
}
.section-design .works-title:before {
  background: #9d83b3;
}
.section-design .works-box {
  background: #f8f1fd;
}
.section-design .works-name {
  color: #9d83b3;
}
.section-design .list-box > li {
  border-color: #9d83b3;
}
@media print, (min-width: 768px) {
  .section-design .works-title .is-text {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-design {
    letter-spacing: 0.075em;
  }
}

.heading-support:after {
  background-image: url(../img/recruit/works-staff/support/bg_support.jpg);
}

.section-support .works-title {
  color: #ea9c3c;
}
.section-support .works-title:before {
  background: #ea9c3c;
}
.section-support .works-box {
  background: #fff9f2;
}
.section-support .works-name {
  color: #ea9c3c;
}
.section-support .list-box > li {
  border-color: #ea9c3c;
}
@media print, (min-width: 768px) {
  .section-support .works-title .is-text {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-support .works-info {
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=works.css.map */