.bg-mix::before {
  background: url(/img/common/bg-mix-2-l.png) no-repeat;
  background-size: 100%;
}

.bg-mix::after {
  background: url(/img/common/bg-mix-2-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .job-page-2 .mv .illust-1 img {
    width: 92%;
  }
}
@media (max-width: 991.98px) {
  .job-page-2 .mv .illust-1 {
    right: -90px;
  }
}
@media (max-width: 767.98px) {
  .job-page-2 .mv .illust-1 img {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .job-page-2 .mv .illust-1 {
    right: inherit;
  }
}
.job-page-2 .mv .illust-1 {
  top: -54px;
}

.suitable {
  background: #fff;
  padding: 5rem 0;
}
.suitable .point {
  padding-top: 0;
}
.suitable .point .inner {
  width: 1000px;
  margin: 0 auto;
}
.suitable .point ul {
  gap: 2.65rem 0;
}
.suitable .point ul li h3 {
  color: #369688 !important;
  font-size: 1.12rem !important;
  line-height: 1.5 !important;
}
.suitable .point ul li:nth-child(2) {
  height: auto !important;
}
.suitable .point ul li img {
  width: 100%;
}
.suitable .point .point-item {
  padding: 25px;
  border: none;
  border-bottom: 2px solid #44bcaa;
  background: #f9f9f9;
  width: 300px;
}
.suitable .flex-wrap::after {
  content: "";
  display: block;
  flex-basis: 300px;
}

.job-page-2 .intro {
  background: #f1f1f1;
}
.job-page-2 .intro p.bold-point {
  font-size: 1.8rem;
  color: #369688;
  font-weight: 700;
  margin-bottom: 20px;
}
.job-page-2 .intro p.desc {
  font-size: 1.25rem;
  background: #EEF4F4;
  padding: 2em;
}

.comparison {
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #eef4f4;
}
.comparison th, .comparison td {
  padding: 0.8em;
}
.comparison thead th {
  text-align: center;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.comparison thead th img {
  width: 40px;
}
.comparison thead th:nth-child(2) {
  background: #44bcaa;
}
.comparison tbody th {
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.comparison tbody td {
  text-align: center;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.comparison tbody td span {
  font-size: 0.75rem;
  display: block;
}
.comparison tbody td:nth-child(2) {
  background: #44bcaa;
  color: #fff;
}

/***

********************************************/
@media (max-width: 767.98px) {
  .job-page-2 .mv .illust-1 {
    bottom: -60px;
    top: inherit;
  }
  .job-page-2 .mv .ttl {
    font-size: 1.475rem;
  }
  .job-page-2 .intro {
    width: 100%;
  }
  .job-page-2 .intro .inner {
    width: 92%;
  }
  .job-page-2 .intro p.bold-point {
    font-size: 1.325rem;
  }
  .job-page-2 .intro p.desc {
    font-size: 0.9375rem;
  }
  .t-scroll {
    overflow: scroll;
  }
  .t-scroll .comparison {
    width: 600px;
  }
  .suitable .point .inner {
    width: 100%;
  }
  .suitable .point ul {
    gap: 0;
  }
}